- 14 Jan, 2020 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/711a2b75fb81..4bb7b1ddf3b1 git log 711a2b75fb81..4bb7b1ddf3b1 --date=short --first-parent --format='%ad %ae %s' 2020-01-14 rharrison@google.com Convert spvc messages internal struct to be a vector (#952) Created with: gclient setdep -r src/third_party/shaderc/src@4bb7b1ddf3b1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/shaderc-chromium-autoroll Please CC radial-bots+chrome-roll@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/+/master/autoroll/README.md Bug: None Tbr: radial-bots+chrome-roll@google.com Change-Id: I743d19aeadc48757a4a94af66511087d56934fbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001437Reviewed-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@{#731670}
-
Brandon Wylie authored
This is a reland of 24eca4b9 Original change's description: > Reparent the current Tab when the theme is changed > > * Creating a class which handles reparenting the current tab when the > theme is swapped. > * Hooking that class into ChromeActivity. > * Adding plumbing to a few ReparentingTask/TabReparentingParams to > facilitate the process. > > Bug: 944302 > Change-Id: I2801eba979b3acafa02856a9053bc474bf2f581c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931763 > Reviewed-by: Yusuf Ozuysal <yusufo@chromium.org> > Commit-Queue: Brandon Wylie <wylieb@chromium.org> > Cr-Commit-Position: refs/heads/master@{#726136} Bug: 944302 Change-Id: I8e8b0ebb67d16dafbef3c4bc0de37813302c8b5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980962 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Cr-Commit-Position: refs/heads/master@{#731669}
-
David Roger authored
The new menu has been launched successfully, the old menu can be removed. Change-Id: I3730adb0fedc10d4f1d1e4e3293a2578fa4dbca6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1983215 Commit-Queue: Jesse Doherty <jwd@chromium.org> Auto-Submit: David Roger <droger@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Thomas Tangl <tangltom@chromium.org> Reviewed-by:
Monica Basta <msalama@chromium.org> Cr-Commit-Position: refs/heads/master@{#731668}
-
Kartik Hegde authored
Add a new policy ('DeviceDisplayGraphicsStatus') to control whether the display and graphics statuses are reported to the device management server. This setting is checked in DeviceStatusCollector. BUG=chromium:1017893 TEST=Cherry pick https://crrev.com/c/1779132 and ensure that the display and graphics values match the values reported in chrome://gpu. Change-Id: I3e803112288dc028951f3d659ae72b5490d6008b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1961132 Commit-Queue: Kartik Hegde <khegde@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#731667}
-
Toni Barzic authored
This makes home launcher visibility change happen sooner when the last visible app window is hidden (to when the window starts hiding, instead of when the currently active window changes). The main benefit is that, during window minimization to shelf, the home visibility, and the new hotseat state is calculated before the target shelf item icon bounds for the minimizing window. In other words, the target hotseat bounds will be known when the window minimization animation is set up. Additionally, this makes ShouldHomeLauncherBeVisible check in shelf_layout_manager redundant (as target visibility returned by AppListControllerImpl should now cover the state where the last window was hidden, but the new active window has not yet been set). BUG=1030819 Change-Id: I405e1fda018c4b0681bcf9a1a74266a37cd634d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999443 Commit-Queue: Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#731666}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=gambard@chromium.org Bug: 1041419 Change-Id: Ib122628e14f65d56479d29490d5f7c36c3193d99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997907 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#731665}
-
Moe Ahmadi authored
It feels snappier and more consistent with the omnibox behavior. Also potentially presents zero-prefix suggestions at an earlier opportunity. Bug: 1041183 Change-Id: Ief77c3447ea82ce6dd78dacb33f4483d3acc84c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001286Reviewed-by:
Dan Beam <dbeam@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#731664}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=mlamouri@chromium.org Bug: 1041419 Change-Id: I1e8cfb997b358a1adeb39f2b4d6e5aaa5a1d8d5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998173 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#731663}
-
Ian Swett authored
R=rch@chromium.org Change-Id: I7463aac76261de088584fa4503370498865d119f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001184 Commit-Queue: Ian Swett <ianswett@chromium.org> Commit-Queue: Ryan Hamilton <rch@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#731662}
-
Demetrios Papadopoulos authored
This is in preparation of running auto conversion tools for c/b/r/settings. Bug: 1026426 Change-Id: I1a1fdbd1f97910c2611f54f8f0ccb87192b4ad52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001379 Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#731661}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=achuith@chromium.org Bug: 1041419 Change-Id: I5ab11cc97e64ccf3b92cdca4dc7950d8509c0ef7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998704 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Commit-Queue: Achuith Bhandarkar <achuith@chromium.org> Cr-Commit-Position: refs/heads/master@{#731660}
-
Brian Salomon authored
This reverts commit 09e36ff4. Bug: 1041451 Change-Id: Ib164a508b7406fd25c64990995f725ca993b4f4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999062 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by:
Robert Phillips <robertphillips@google.com> Auto-Submit: Brian Salomon <bsalomon@google.com> Cr-Commit-Position: refs/heads/master@{#731659}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=mlamouri@chromium.org Bug: 1041419 Change-Id: I7cf01fd713eecdf0509185d87258fbb1d8a04a82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998296 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#731658}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=xhwang@chromium.org Bug: 1041419 Change-Id: If1fb0f375831775260aec2754c49002018138428 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994507 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#731657}
-
Olivier Li authored
This is the code half of https://crrev.com/c/1960467 that was reverted because of tests breakage. Comments will be uploaded in a separate CL. The tests have been fixed and this is conceptually reland. Bug: 661143 Change-Id: Ic61c6a77cf232330c575f1ac5621c1393b5db1d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000798Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Oliver Li <olivierli@chromium.org> Cr-Commit-Position: refs/heads/master@{#731656}
-
Egor Pasko authored
The symbol_level was switched to 2 recently (crrev.com/729971). This works on general builders, but on the orderfile bot with less RAM onboard the LLD hits an OOM after swapping a lot. Attempt to mitigate this by switching symbol_level back to 1. This may be not enough because there were other changes making ThinLTO smarter. Those could consume a lot of RAM potentially as well. Bug: 1041096 Change-Id: I034939b7ca9b04990a2f2d3ac8205a085cb0b8fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000819Reviewed-by:
George Burgess <gbiv@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Cr-Commit-Position: refs/heads/master@{#731655}
-
Olivier Li authored
This is the comments half of https://crrev.com/c/1960467 that was reverted because of tests breakage. The actual flag flip is at https://crrev.com/c/2000798. The tests have been fixed and this is conceptually a reland. Bug: 661143 Change-Id: Ic009bd84a8b4fe09f60967b90ff1434931e4734a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999228Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Oliver Li <olivierli@chromium.org> Cr-Commit-Position: refs/heads/master@{#731654}
-
Erik Chen authored
The current implementation of DamageBuffer uses wl_surface_damage_buffer, which relies on the assumption that the compositor protocol version is at least 4. This CL adds a fallback to wl_surface_damage when the protocol version is less than 4. Bug: 1039481 Change-Id: I20ba46e49fd08925e0f7df1af491c8e800f210e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999081 Commit-Queue: Maksim Sisov <msisov@igalia.com> Reviewed-by:
Maksim Sisov <msisov@igalia.com> Auto-Submit: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#731653}
-
Richard Knoll authored
To reuse all logic inside SharingMessageSender (metrics, timeouts and acks) this introduces a SendMessageDelegate which is implemented once for FCM and will be implemented for WebRTC in a future CL. This allows us to dynamically choose the send implementation in the SharingService. Bug: 1041032 Change-Id: Ib8abc2cf0c963a511ced12b71e09acde6fc0fa75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1995332 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:
Himanshu Jaju <himanshujaju@chromium.org> Cr-Commit-Position: refs/heads/master@{#731652}
-
Thomas Guilbert authored
The AudioTrackOpusEncoder runs into an CHECK when |converter_| calls ProvideInput() twice in a row, and the ATOE underflows. This happens because the amount of frames converted at a time is bigger than |resampler_.ChunkSize()|, which means multiple reads can be issued for a single call to resample. This issue is similar to the one in recently fixed in AudioRendererAlgorithm. This CL generalizes that fix by adding SincResampler::GetMaxInputFramesRequested(), and fixes ATOE by making sure it has enough data to cover all reads. In practice, this means that ATOE needs a slightly bigger FIFO, and carries one more buffer's worth of frames in memory. Bug: 1025246 Change-Id: I0caae8f3725dbcce92e076ad246f2870db82c84d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992358Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#731651}
-
Clark DuVall authored
This can be used to unblock other features that depend on permissions while the real permissions implementation is being worked on. It is enabled by passing the --weblayer-fake-permissions flag. Bug: 1025609 Change-Id: Ibafe00d47a0b8d84c99e0c1e3029d0a4a55d4922 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999063Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#731650}
-
Karan Bhatia authored
TestRenderFrameHost (created from TestRenderFrameHostFactory) implicitly assumes that the TestNavigationURLLoaderFactory is the current factory for navigation url loaders. However this might not be true for clients which set up a RenderViewHostTestEnabler but fail to call BrowserSideNavigationSetUp, leading to segfaults. Hence, ensure RenderViewHostTestEnabler appropriately overrides the NavigationURLLoaderFactory. Also delete browser_side_navigation_test_utils.[cc/h] as it doesn't provide any functionality over TestNavigationURLLoaderFactory. BUG=None. TBR=sky@chromium.org Change-Id: I9b16ac0f25d6a060204514b2ee8460ee64c60b0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999086Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#731649}
-
Matthew Mourgos authored
Bug: 975710 Change-Id: If7659037d3d9932cdb16112c89cbc1ec6ba2ad1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999331Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/master@{#731648}
-
John Budorick authored
Slight tweak to hopefully ensure a more orderly shutdown when keeping snapshots. Bug: 922145 Change-Id: Icda1414bea7432ece426ac373e365da7a436c81b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999263Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#731647}
-
Xing Liu authored
This CL enables the build flag for Chime, so it will deploy to play store on next Canary. We still have a feature flag to control if the user will register to Chime. Bug: NONE Change-Id: I464f463e821db1d3a12579df4ccbf4e2dc596006 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1996127Reviewed-by:
Hesen Zhang <hesen@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#731646}
-
Martin Kreichgauer authored
As a response to a authenticatorBioEnrollment CTAP command, an authenticator may send a response with a status of CTAP2_ENROLL_FEEDBACK_NO_USER_ACTIVITY if it timed out waiting for the user to touch a fingerprint sensor. The BioEnrollmentHandler reports this to the UI layer by invoking its SampleCallback and then immediately sends another authenticatorBioEnrollment command to request the next sample. Change BioEnrollmentHandler to not invoke the SampleCallback for the timeout responses so that the UI layer doesn't have to ignore them explicitly. This fixes a bug where receipt of a timeout response would make the enrollment progress bar flash. Change-Id: I3247169f7a21fcb61b0ed9ba727810f7bf6125f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999087Reviewed-by:
Adam Langley <agl@chromium.org> Commit-Queue: Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#731645}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/12b2c2703838..118df7cf62ab git log 12b2c2703838..118df7cf62ab --date=short --first-parent --format='%ad %ae %s' 2020-01-14 halcanary@google.com skottie_ios_app: Add OpenGL. 2020-01-14 reed@google.com clean-up 3d sample's use of matrices 2020-01-14 mtklein@google.com remove obsolete presubmit checks 2020-01-14 egdaniel@google.com Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. 2020-01-14 mtklein@google.com try running public API checks early Created with: gclient setdep -r src/third_party/skia@118df7cf62ab If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC mtklein@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: mtklein@google.com Change-Id: Id72076a9d5771c142787ff50a73c9797c05868c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999957Reviewed-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@{#731644}
-
Philip Rogers authored
This patch uses LayoutObject::AdditionalCompositingReasons as direct compositing reasons for paint properties. With this patch, video, canvas, iframes, and plugins have composited layers with CompositeAfterPaint (CAP), and expectations more closely match pre-CAP. This patch will let us add a compositing reason for cross-origin iframes in a followup. Bug: 1014273 Change-Id: Ib9beb56566591e418412e2445d076434a2dfc0d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998824Reviewed-by:
Stefan Zager <szager@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#731643}
-
Yue Zhang authored
Currently, we try to show tab strip when tab model restore completed. However, when return-to-clank is enabled, we are not in tab page when restore completed, and therefore the strip should not show. This CL fixes this issue and adds a test. Bug: 1030606 Change-Id: I01df83b15682b353eb4e5eabada97d457384969e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000965 Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Auto-Submit: Yue Zhang <yuezhanggg@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#731642}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=pfeldman@chromium.org Bug: 1041419 Change-Id: Ie03b6a1b55a20bc3e5d9e82aa3a0b9550dbf1c89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997943 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#731641}
-
Mohammad Refaat authored
Bug: 783777 Change-Id: Iaa2c19fb306db1be538a45280e9899a834ca3d6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1996166 Auto-Submit: Mohammad Refaat <mrefaat@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/master@{#731640}
-
Darin Fisher authored
Change-Id: Ib2472502dfd59ea9697733432e4846f5fe5c74c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993492Reviewed-by:
Ben Goodger <ben@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Justin Schuh <jschuh@chromium.org> Commit-Queue: Darin Fisher <darin@chromium.org> Cr-Commit-Position: refs/heads/master@{#731639}
-
behdad authored
Pixel_PaintWorkletBasics skiped on android nvidia no-skia-renderer. TBR=xidachen@chromium.org Bug: chromium:1041572 Change-Id: Ia32d292baf7ab84182cf9b87db145f60ad8cb2cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001110Reviewed-by:
Behdad Bakhshinategh <behdadb@chromium.org> Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org> Cr-Commit-Position: refs/heads/master@{#731638}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=sczs@chromium.org Bug: 1041419 Change-Id: I47e645f0f9da05e7ad5daacb64c565fab498585c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998680 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#731637}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/13d8a54a705c..c8083d168105 git log 13d8a54a705c..c8083d168105 --date=short --first-parent --format='%ad %ae %s' 2020-01-14 khokhlov@google.com [Telemetry] Simplify the timeout condition in CollectTraceData Created with: gclient setdep -r src/third_party/catapult@c8083d168105 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC wenbinzhang@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/+/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_optional_gpu_tests_rel Bug: chromium:1039726 Tbr: wenbinzhang@google.com Change-Id: I7fb3c28d79bb5065d0b69d079e6b3706a526b723 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001100Reviewed-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@{#731636}
-
Evan Stade authored
Change-Id: I9ce0ac3a281391941c8195cc3508512c9f5c2669 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1977740Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#731635}
-
Becca Hughes authored
Remove deprecated fields and purge them from storage if they are present. Since we no longer have a difference between AudioContext and MediaElement playbacks I am going to clean that up in a follow up CL. BUG=998892 Change-Id: I2ae77b62e5a6282c6689f827ad7825f083a00823 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776770 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#731634}
-
Alice Wang authored
This CL changes the hange expiry of UnifiedConsent.SyncAndGoogleServicesSettings to never. Bug: 1024545 Change-Id: Idd786f8a577ee358c6b6374f01e709bf0b6fc5ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000027 Commit-Queue: Alice Wang <aliceywang@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#731633}
-
Manu Cornet authored
Bug: 1016823 Change-Id: Ia746987fc8e4f3b4e955f51e0771a541cee90a6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001187 Commit-Queue: Manu Cornet <manucornet@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#731632}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=fhorschig@chromium.org Bug: 1041419 Change-Id: Icec751dca4a2e208e7b20ddc334d64db92b3958e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998357 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#731631}
-