- 11 Dec, 2020 40 commits
-
-
Julie Jeongeun Kim authored
This CL adds scrolling when PDFiumEngine::HandleAccessibilityAction is called with PP_PDF_SET_SELECTION and the selection is not visible since Blink triggers also scrolling with setting selection. So, this change makes PDF document scroll the page when a selection is set. AX-Relnotes: When SetSelection action is handled on pdf, it also triggers scrolling if the selection is not in the visible area. For instance, atk_text_set_caret_offset() on pdf scrolls the page if the text is not in the view port. Bug: 993456 Change-Id: I8323eff293b3216e2b862f8df3e896380b1c9945 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2573975Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
K. Moon <kmoon@chromium.org> Reviewed-by:
Martin Robinson <mrobinson@igalia.com> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#835994}
-
Hoch Hochkeppel authored
Enabling the Web Share APIs (navigator.Share) functionality on Windows and Chrome OS. Intent to Ship: https://groups.google.com/a/chromium.org/g/blink-dev/c/fJ8n9kTbna4/m/i8mMlc0jAgAJ Bug: 770595 Change-Id: I2dea1ab64be53b36d53901f2f46d95483555d4df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2583104 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#835993}
-
Kyle Williams authored
Create an API to allow devices on the Chromebox For Meetings platform to query relevant device system and policy information. Bug:b:174847382 Test:'autoninja -C out/Default/ chrome/test:unit_tests chromeos:chromeos_unittests && xvfb-run ./out/Default/unit_tests --single-process-tests --gtest_filter=CfmDeviceInfoServiceTest.*' Change-Id: I954ac3ff4368792e9e147a856ac3cd8c07242fd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570651Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Kyle Williams <kdgwill@chromium.org> Cr-Commit-Position: refs/heads/master@{#835992}
-
Noel Gordon authored
Bug: 1113981 Change-Id: Ib02475335f663cc6e15d6e7ff094b1a83f226df0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586165Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#835991}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=benmason@chromium.org Change-Id: I75ad5212c72ff3abcf33b306f1a678b1810f098d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585787Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#835990}
-
Makoto Shimazu authored
Thanks to ServiceWorkerOnUI, we can eliminate the class and function to manage thread-hoppings for starting a service worker. This CL moves tasks in SetupOnUIThread into EmbeddedWorkerInstance::Start(). Bug: 1138155 Change-Id: I15c72d0d45e792e229a4a8f19972b5d90253fc87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578717 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Asami Doi <asamidoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#835989}
-
Majid Valipour authored
Test: `./chrome --enable-features=WebID https://webid-demo.glitch.me` no longer crashes Bug: None Change-Id: I1a7f0fd7f1d9e0a73960be223daf6a238140b11e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585835 Commit-Queue: Majid Valipour <majidvp@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/master@{#835988}
-
Jiewei Qian authored
This CL exposes AppService App publisher_id to Tast API. publisher_id can be used to identify an App in the app publisher's subsystem. For example, Andrdoid package name for ARC, Web app start url for Web Apps. This is useful for tast tests wishing to interact with the App outside of the App Service infrastructure. Fixed: 1155337 Change-Id: I6719526a1141b312d1f8758d61b2ce716889c68f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580965Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: Jiewei Qian <qjw@chromium.org> Cr-Commit-Position: refs/heads/master@{#835987}
-
Hirokazu Honda authored
This adds the test case to video_encode_accelerator_perf_tests that compute SSIM and PSNR values of the bitstream produced by VideoEncodeAccelerator. Bug: b:174322759 Test: video_encode_accelerator_tests on atlas Change-Id: I78817f1a91d926b3041a1c8e02a2d70c4bbf828e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2563012 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#835986}
-
Ryan Keane authored
This CL adds the PushBufferQueue as introduced in https://chromium-review.googlesource.com/c/chromium/src/+/2509338 to the ProxyCallTranslator, as defined in https://chromium-review.googlesource.com/c/chromium/src/+/2519156 Change-Id: I35c1e6c686476b428a12ab500d48bbca223701f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581138Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Commit-Queue: Ryan Keane <rwkeane@google.com> Cr-Commit-Position: refs/heads/master@{#835985}
-
calamity authored
This reverts commit efe87dc0. Reason for revert: Suspected of causing lacros-chrome bot to fail https://ci.chromium.org/p/chrome/builders/ci/lacros-chrome/4176 Original change's description: > [Lacros] Use cfi and thin_lto for Lacros official build > > CFI and ThinLTO were disabled on the simple chrome workflow > because they increase build time quite a bit. > But for official build, then should be enabled. > > Bug: 1157567 > Change-Id: I33a9eac37221f31da9a6725b19992d5daded72dc > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586085 > Reviewed-by: Yuke Liao <liaoyuke@chromium.org> > Reviewed-by: Sven Zheng <svenzheng@chromium.org> > Commit-Queue: Sven Zheng <svenzheng@chromium.org> > Cr-Commit-Position: refs/heads/master@{#835956} TBR=liaoyuke@chromium.org,svenzheng@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I666df6aa212da4c97f3679af5a8f77b889d6e9ba No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1157567 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586169Reviewed-by:
calamity <calamity@chromium.org> Commit-Queue: calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#835984}
-
chromium-internal-autoroll authored
Release_Notes: http://go/media_app-x20/relnotes/Main/media_app_20201210_RC00_dlei_ink.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/media_app/app/+/vOnUXWFNAfK7iM5OFR8VLHCr9MhWTjP6eAvxPYv4TjEC If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/media-app-chromium-autoroll Please CC media-app@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: media-app@grotations.appspotmail.com Change-Id: Ide55e43786c5bfe54a253c9c0ad88cd3ac86d69b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586307Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#835983}
-
Sebastien Marchand authored
This will be used by the freezing policy to freeze pages. Bug: 1144025 Change-Id: Ica001f0f3f5288200f1c082cc48e9a3019be9368 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584605 Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#835982}
-
Xing Liu authored
When three action bar UI is enabled with "add_to_option" variation, we add reading list option into the new dialog instead of showing the bookmark bottom sheet. TBR=dtrainor@chromium.org Bug: 1157113 Change-Id: Ic3a3c29d240359e0a8e785bef9821f70d32ff0a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2583465 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#835981}
-
Xing Liu authored
Add a E2E test for reading list deletion. TBR=dtrainor@chromium.org Bug: NONE Change-Id: I4d3282b514c06a3cddfc04ff268f5aa0376beb3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586653Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#835980}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f79c25ac..4d774788 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I58d89aa52d9019c47f35494871e06735e2abbc51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586268Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#835979}
-
Clark DuVall authored
This is only an issue if ChromeApplication is used instead of SplitChromeApplication, since ChromeApplication uses ChromeApplicationImpl in all processes. This was broken by the refactor in http://crrev.com/c/2577546. Bug: 1150600 Change-Id: Ie006e613dc0ad6db57ad120655e89e927c9ddd02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586046Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#835978}
-
Dave Tapuska authored
Now that the WebLocalFrame solely owns (and closes) the WebFrameWidgetImpl we can clear the pointer after closure as opposed to doing it via a callback. BUG=1097816 Change-Id: I605016b100189b9ccf7623989fbecbe860a6896a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585827 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#835977}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/cfb713273ffa..ae492241ec80 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC bartekg@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1144858 Tbr: bartekg@google.com Change-Id: Ia6fd8a7bea6544bfd44bb57fec8e88266b8257c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585739Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#835976}
-
Sebastien Marchand authored
Bug: 1144025 Change-Id: I880dde77edadb8fc7ccad8a7040f6c97d141db37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586107 Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#835975}
-
Xianzhu Wang authored
crrev.com/835038 added check for whether an element animating transform is identity-or-translation. This added slight overhead during compositing update with large amount of animating elements. This CL reduces the overhead by calling CanPropagateSubpixelAccumulation() only if the subpixel accumulation is not zero. Bug: 1157047 Change-Id: Ic1c0c9732c0d82360c3778a5b5b129c2e3f01ae1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585504 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#835974}
-
Satoshi Niwa authored
Depends on crrev.com/c/2557965 (cryptohome service-side CL) BUG=b:171847983 TEST=Check if valid value is returned from cryptohome Change-Id: I3d0b1ede10f576e60ba9582df8c7ab48e573bba4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545853 Commit-Queue: Satoshi Niwa <niwa@chromium.org> Auto-Submit: Satoshi Niwa <niwa@chromium.org> Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#835973}
-
Trent Apted authored
Most ChromeOS System Web Apps are defined in a component layer at src/chromeos/components. Some delegate functionality out to the chrome layer via a delegate class implemented in a chrome layer, that is owned by the WebUiController. These tend to use the same pattern of construction, so make a new template function for them, rather than adding explicit specializations. Change-Id: I9b703dbaa8091b9b2d1c51f12e29bf3a7a88e1ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581715Reviewed-by:
calamity <calamity@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#835972}
-
Daniele Castagna authored
BlitFramebufferCHROMIUM on gles2 is not guaranteed to support scaling and filtering. We currently use it with gles2 on ChromeOS where it does not seem to cause any problem for that specific use case. The only pixel test we have assumed scaling and filtering, and it breaks in some cases when gles2 is used. Given that the GLRenderer, that uses the blit, is going to be replaced soon by SkiaRenderer, this CL disable the test when we're not using gles 3. Bug: angleproject:5174, 1141108 Change-Id: I7d319eb7abb5cda002c272367ec1d721f81dc822 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577485 Commit-Queue: Alexis Hétu <sugoi@chromium.org> Auto-Submit: Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Alexis Hétu <sugoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#835971}
-
Ryan Keane authored
This CL Updates CmaBackendProxy to make the following changes: - Calls to CmaBackendProxy now call into the CmaProxyHandler. - Calls to MultizoneAudioDecoderProxyImpl now also are duplicated to the underlying CmaBackend::AudioDecoder (when appropriate). Bug: b/167426091 Change-Id: Ib07dd53d0efc5a4a080a6b4762502a9447ec0002 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2561783 Commit-Queue: Ryan Keane <rwkeane@google.com> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#835970}
-
kenkangxgwe authored
Wrap the Audio Bus if num_frames is less than buffer frames. Bug: b/175134526 Test: run cplay with config that filter group doesn't require resampler. Change-Id: I477221ad202aa4af11fdb535da0c27203aaf560d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585959Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Commit-Queue: Mingyu Kang <kenkangxgwe@google.com> Cr-Commit-Position: refs/heads/master@{#835969}
-
Xing Liu authored
Handles bottom sheet close correctly. TBR=dtrainor@chromium.org Bug: 1151001 Change-Id: Ibfd3c2b2a6de0552727a5cf80bb3a9170b99439b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585540 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#835968}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-aemu-chromium-autoroll Please CC chrome-fuchsia-gardener@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: I751cdf7fdf71f5456c2427cb12350d083938f359 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586255Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#835967}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/f6df8692023c..9912971cf9b3 2020-12-10 cnorthrop@google.com Docs: Add limitation for Android usage on all apps 2020-12-10 courtneygo@google.com Vulkan: Eliminate fence wait from SyncVk If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC syoussefi@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: syoussefi@google.com Test: Test: Inspect the resulting markdown docTest: Test: angle_end2end_tests --gtest_filter=EGLSyncTest.*/ES2_Vulkan Change-Id: Ib44a478eca0be5accd1de46b379ccfa7c4a5442d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586065Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#835966}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1607622801-911c34fc75b181768a2abc88929167cca3e2a50d.profdata to chrome-mac-master-1607644656-0a2d12ddbaae1d8a16ffb54f7cbbe55ff04a272a.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC pgo-profile-sheriffs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Icdbda6e8587ef5a474bd888e7ea538b53dce95b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586262Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#835965}
-
Eric Willigers authored
To avoid the accumulation of shared files on Chromebooks that are restarted infrequently, we delete shared files 10 minutes after the share dialog completes. Design doc: https://docs.google.com/document/d/1EjpgseTbBhT9ogQv6HV6sLlBl4hpb2viOcmPtFJorMQ/ Bug: 1153215 Change-Id: Iff221b79b7e6d9e92e47081bdea4ebbf30f37776 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581704 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#835964}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1607622801-752d4072c7d48988cef666b2cc2834c70f6a2f6e.profdata to chrome-linux-master-1607644656-0b01fdecc754de80a3c2ac369c5f084aa20b4340.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-linux-chromium Please CC pgo-profile-sheriffs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ide5742a6f21b2eaa64031e5b41403fa92d894ae3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586261Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#835963}
-
Jeffrey Kardatzke authored
This resolves issues with the driver misinterpreting what frames are encrypted during the clear lead. The main effect is now we will only be using protected surfaces with an active protected session. NOTE: This breaks full sample encryption, we are sorting that out with Intel, but that's a tiny corner case compared to the benefit this has so we will enable this now. BUG=b:153111783, TEST=Protected playback works for VP9/H264 subsample Change-Id: Id189f856a911140c5a4a9b9c57d539eeeb24c901 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2583111 Commit-Queue: Jeffrey Kardatzke <jkardatzke@google.com> Reviewed-by:
Jao-ke Chin-Lee <jchinlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#835962}
-
Alison Maher authored
In CL:2568852, the containing block chain for spanners was updated in NG to skip directly to the multi-column container. However, during paint, this resulted in calculating the incorrect containing layer, which in certain cases caused us to not paint the abspos element. This change fixes this by using the more expensive path for calculating the containing layer when an OOF positioned element is nested inside of a multi-column. Bug: 1079031 Change-Id: I5bce5333efbd59d1e58ee5f2ddf43bb539fa9bd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580940 Commit-Queue: Alison Maher <almaher@microsoft.com> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#835961}
-
Lijin Shen authored
Queue should be resumed right after browsing mode is visible. Bug: 1156113 Change-Id: Idedadb8662249bcd1e655e939b1f23a93323dd4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586273Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Commit-Queue: Lijin Shen <lazzzis@google.com> Cr-Commit-Position: refs/heads/master@{#835960}
-
chromium-autoroll authored
https://chromium.googlesource.com/native_client/src/native_client.git/+log/3ac0b060c794..299d4780ec86 2020-12-11 rsesek@chromium.org mac: Depend on the //build/config/mac:sdk_inputs target for MIG actions If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/nacl-autoroll Please CC mseaborn@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1157103 Tbr: mseaborn@chromium.org Change-Id: I74439a58ece3803be53ca159bd5bdb5e7bc91f23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586274Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#835959}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1607568819-6e8c2579a56bcfb40b7d05eda1af5c54e41c853a.profdata to chrome-win32-master-1607622801-7eee2da7088824da6e68b5fe6587fe40e650ba9e.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win32-chromium Please CC pgo-profile-sheriffs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:win-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I39140e008fdf95b9f0ba0a416f7db223a7820423 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585734Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#835958}
-
Nick Burris authored
* Removes the unused LegacyExternalAuthUtils after the downstream references have changed to the new components ExternalAuthUtils. This is patch 6/6 for refactoring ExternalAuthUtils into //components. Bug: 1144858 Change-Id: I56128f79233d74344dfe6b50c56c84047db96e82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570199 Commit-Queue: Nick Burris <nburris@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#835957}
-
Sven Zheng authored
CFI and ThinLTO were disabled on the simple chrome workflow because they increase build time quite a bit. But for official build, then should be enabled. Bug: 1157567 Change-Id: I33a9eac37221f31da9a6725b19992d5daded72dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586085Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Sven Zheng <svenzheng@chromium.org> Commit-Queue: Sven Zheng <svenzheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#835956}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/c566c247eb76..8e3a4ab1fe23 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-mac-chromium Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I1030a8542a485b7dbcfa183f4cc24eaa73c580d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585675Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#835955}
-