- 30 May, 2019 40 commits
-
-
Luke Zielinski authored
Change-Id: I5f729822140f544717432aa0b45c56dfdf30b9ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636787 Commit-Queue: Luke Z <lpz@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#664792}
-
Gabriel Marin authored
Updates a unit test to match the logic change introduced in a548a739 (Don't run tcmalloc dependent unit tests with sanitizers). BUG=b:70905156 Change-Id: I7ab3810321fc607c0cdb5c4cd737bbd44223bce0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636343Reviewed-by:
Gabriel Marin <gmx@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Alexei Filippov <alph@chromium.org> Auto-Submit: Gabriel Marin <gmx@chromium.org> Commit-Queue: Gabriel Marin <gmx@chromium.org> Cr-Commit-Position: refs/heads/master@{#664791}
-
Kelvin Jiang authored
Changed icon to a 20x20 question mark Screenshot: https://imgur.com/a/I3bjAsb Bug: 953800 Change-Id: Ia07d6ab627725a9c37724b175aead33e4865d3f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621689 Auto-Submit: Kelvin Jiang <kelvinjiang@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#664790}
-
Etienne Pierre-doray authored
MessageLoopCurrent::task_runner() is depecated. This CL replaces it with with ThreadTaskRunnerHandle::Get(). A small step towards deleting MessageLoop. This CL was generated with git cl split. Refer to the top-level CL if necessary : https://chromium-review.googlesource.com/c/chromium/src/+/1631693 Please CQ if LGTY! This CL was uploaded by git cl split. R=thakis@chromium.org Bug: 616447 Change-Id: I28a3d9671e8546ce33c1012771d464380df5bb08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637457 Auto-Submit: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#664789}
-
Carlos Caballero authored
MessageLoop will go away, eventually. ScopedTaskEnvironment will per default start a ThreadPool, which should be fine in most of the cases. If you belive your test needs to make sure that no ThreadPool runs let me know and I will update the patch. BUG=891670 This CL was uploaded by git cl split. R=sammiequon@chromium.org Change-Id: I82d400ba9fa58b1532047c0781ea27f0da89ab44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636351Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Commit-Queue: Carlos Caballero <carlscab@google.com> Auto-Submit: Carlos Caballero <carlscab@google.com> Cr-Commit-Position: refs/heads/master@{#664788}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I2240a1dd90a86cbae9c0be476e94aef873a5134c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637438Reviewed-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@{#664787}
-
Carlos Caballero authored
MessageLoop will go away, eventually. ScopedTaskEnvironment will per default start a ThreadPool, which should be fine in most of the cases. If you belive your test needs to make sure that no ThreadPool runs let me know and I will update the patch. BUG=891670 This CL was uploaded by git cl split. R=liberato@chromium.org Change-Id: Ie344bc13910dac814dc6ba8ecf8f0d7e63075540 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635822 Auto-Submit: Carlos Caballero <carlscab@google.com> Reviewed-by:
Frank Liberato <liberato@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#664786}
-
Matthew Mourgos authored
Change-Id: I10df8c9fe2049e1f8ae50887f004563d1dc18bfb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636614Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/master@{#664785}
-
Mike Wasserman authored
The change in PS1 ( crrev.com/c/1626011 ) was reverted for failures: crbug.com/967929 SessionRestoreTestChromeOS tests failing... Split SetClient from Init; call SetClient(null) in the client's dtor. See the bug for additional detail. Minor cleanup. Original description: Move wallpaper.mojom to a virtual c++ interface. Update impl and clients, make some methods sync. Combine mojo and non-mojo observer types. Add a static WallpaperController::Get(), cleanup. TBR=sky@chromium.org Bug: 958227 Test: No Chrome OS wallpaper regressions. Change-Id: I8ae097605c7c8eeacf64370878ed79c405885332 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635796 Commit-Queue: Michael Wasserman <msw@chromium.org> Auto-Submit: Michael Wasserman <msw@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#664784}
-
Weiliang Chen authored
This CL is a clean up to help move Overlay Validator creation. Moving the overlay validator into a setter instead of a constructor helps control where the creation function is called. Also make validator the explicit owner of strategies so the strategies and the validator will never be out of sync. R=rjkroege Bug: 963597 Change-Id: I801b11db73891c3e8a7fab5616d8ba24d14bde02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1629807 Commit-Queue: weiliangc <weiliangc@chromium.org> Auto-Submit: weiliangc <weiliangc@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#664783}
-
Etienne Pierre-doray authored
[MessageLoop]: Replace MessageLoopCurrent::task_runner() in /chrome/browser/extensions/api/downloads. MessageLoopCurrent::task_runner() is depecated. This CL replaces it with with ThreadTaskRunnerHandle::Get(). A small step towards deleting MessageLoop. This CL was generated with git cl split. Refer to the top-level CL if necessary : https://chromium-review.googlesource.com/c/chromium/src/+/1631693 Please CQ if LGTY! This CL was uploaded by git cl split. R=xingliu@chromium.org Bug: 616447 Change-Id: I32e80eac79fc55333f1b7aad600749c89c290ad9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637459 Auto-Submit: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#664782}
-
Kevin Bailey authored
This CL only adds a flag with parameter for enabling capping the number of URL suggestions, and configuring the limit. Bug: 963174 Change-Id: I5d4310cf361dc5af1df734b8ff433720eef10fc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635435 Commit-Queue: Kevin Bailey <krb@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#664781}
-
Hesen Zhang authored
Bug: 924751 Change-Id: Ibebb57791014be59a0c261deb715b9a1e09acba1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633333Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Hesen Zhang <hesen@chromium.org> Cr-Commit-Position: refs/heads/master@{#664780}
-
Dominic Battre authored
Fix a type in a histogram name in histograms.xml. This is not a rename, just an update to the broken name introduced in crrev.com/662995. Bug: 966041 Change-Id: I38958abd2281f97d96adda41893015e1bbc20b59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631378 Auto-Submit: Dominic Battré <battre@chromium.org> Reviewed-by:
Nik Bhagat <nikunjb@chromium.org> Commit-Queue: Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#664779}
-
Dominic Farolino authored
This CL adds resource load priority tests ensuring that the priority of requests that pass through a Service Worker is preserved. It also makes {Internals,WorkerInternalsFetch}::getResourcePriority return a promise that can be set up before a request is made. The promise will resolve with the priority of the request once it is made, which avoids the issue of garbage collection sweeping away a cached resource before JS code can check its requested priority. R=falken@chromium.org, kinuko@chromium.org, kouhei@chromium.org, yhirano@chromium.org Bug: 872776 Change-Id: I231d18026c7a6686a9a6f6f3803b95bee9a49b40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1385646 Commit-Queue: Dominic Farolino <domfarolino@gmail.com> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#664778}
-
Ben Pastene authored
Little to no flakes for the test on the CQ since adding it as experiment: https://findit-for-me.appspot.com/p/chromium/flake-portal/flakes?flake_filter=suite%3A%3Awebgl_conformance_tests%40builder%3A%3Achromeos-amd64-generic-rel Bug: 957807 Change-Id: I5c9a42dfeaad3a769f9f7827b07c612198e4cf2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636461Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#664777}
-
Raymond Toy authored
Instead of allocating temp memory to hold the scaled values, scale the FFT results in place. Bug: 968279 Change-Id: I1f23b429e127ea95997a5f028b70bf1e8b7f0047 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636431Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#664776}
-
Carlos Caballero authored
MessageLoop will go away, eventually. ScopedTaskEnvironment will per default start a ThreadPool, which should be fine in most of the cases. If you belive your test needs to make sure that no ThreadPool runs let me know and I will update the patch. BUG=891670 This CL was uploaded by git cl split. R=yuweih@chromium.org Change-Id: Ic007c72adc58a2169301ad9611a21fc28ac849f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636353 Auto-Submit: Carlos Caballero <carlscab@google.com> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Reviewed-by:
Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#664775}
-
François Doray authored
This function creates a SequencedTaskRunner whose priority can be updated at any time. To update the priority from BEST_EFFORT to USER_VISIBLE/USER_BLOCKING, a ThreadPolicy must be specified. Bug: 889029 Change-Id: I4e6d119eda0a4a880922d49f97f84c30e8725516 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1532826 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#664774}
-
Etienne Pierre-doray authored
MessageLoopCurrent::task_runner() is depecated. This CL replaces it with with ThreadTaskRunnerHandle::Get(). A small step towards deleting MessageLoop. This CL was generated with git cl split. Refer to the top-level CL if necessary : https://chromium-review.googlesource.com/c/chromium/src/+/1631693 Please CQ if LGTY! This CL was uploaded by git cl split. R=rockot@google.com Bug: 616447 Change-Id: I87b5515c079181159ccae322e2b0ac68b0c21df6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636207 Auto-Submit: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#664773}
-
John Budorick authored
Bug: 731375 Change-Id: I3f7b54c83d4faaa5209b89e15e1d6c5c0cb7443e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636973 Commit-Queue: John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Auto-Submit: John Budorick <jbudorick@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#664772}
-
Aaron Tagliaboschi authored
Bug: 966576 Change-Id: Ic8fcaeba818ed012175ea12cb3d52a018fc40785 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636341 Commit-Queue: Aaron Tagliaboschi <aarontag@chromium.org> Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Cr-Commit-Position: refs/heads/master@{#664771}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0779824b4e7d..f6dc629b226f Created with: gclient setdep -r src-internal@f6dc629b226f The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=melandory@google.com,hiroshige@google.com,mlamouri@google.com,loyso@google.com Change-Id: Ie0c2b5b11439e1c1c2632935186d045536771b5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637437Reviewed-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@{#664770}
-
Sky Malice authored
+73,760 bytes main lib size +522,472 bytes main dex size +116,428 bytes secondary dex size +1,036,629 bytes normalized apk size +397,926 bytes APK size +1,145,440 bytes Estimated installed size (Android Go) +2,979,082 bytes Estimated installed size InstallBreakdown (+2,975,664 bytes): +4,021 bytes Native resources (no l10n) size +2,730 bytes Non-compiled Android resources size +73,760 bytes Native code size +762 bytes Package metadata size +2,866,235 bytes Java code size +28,156 bytes Compiled Android resources size +3,380 entries fields +5,064 entries methods +1,546 entries types +3,183 entries strings Specifics: InstallSize: Dex: Change-Id: I8a4586c9badd3f307cdeeed883fdf65aeb47b218 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636310Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#664769}
-
Peter Kotwicz authored
This CL: - Delays screen orientation requests till transparency is removed on SDK 26. Calling Activity#setRequestedOrientation() on a translucent activity throws an exception on Android O but not Android O MR1 - Restricts the screen orientation delay for WebAPKs to just SDK 26 BUG=968196 Change-Id: Ie7d2725e0a35940e049eb888d11e3521c4bbec31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1634417Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Reviewed-by:
Pavel Shmakov <pshmakov@chromium.org> Commit-Queue: Pavel Shmakov <pshmakov@chromium.org> Cr-Commit-Position: refs/heads/master@{#664768}
-
Justin DeWitt authored
This allows us to show an image for a catalog when no category ID is known. Bug: 966024 Change-Id: I5e78f3cb41effaa0ee2ea075c87fe521e740944b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637406Reviewed-by:
Cathy Li <chili@chromium.org> Commit-Queue: Justin DeWitt <dewittj@chromium.org> Cr-Commit-Position: refs/heads/master@{#664767}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/37bc82ac64f5..f630b2534321 git log 37bc82ac64f5..f630b2534321 --date=short --no-merges --format='%ad %ae %s' 2019-05-30 sugoi@google.com Fixed PipelineLayout creation on 32 bit Created with: gclient setdep -r src/third_party/swiftshader@f630b2534321 The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=swiftshader-team+autoroll@google.com Change-Id: I84fe6c01dd892f1b3f117c295ef0b77fc9fb8659 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636788Reviewed-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@{#664766}
-
Xiyuan Xia authored
PowerManagerClient is not thread safe and should only be accessed from the main thread. The CL updates VideoCaptureDeviceChromeOSHalv3 to follow that rule. TBR=tommi@chromium.org NOPRESUBMIT=true Bug: 966178 Change-Id: Ie65da5c2eca3aa55621f60faeebaa9db32a66877 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635443 Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Ricky Liang <jcliang@chromium.org> Cr-Commit-Position: refs/heads/master@{#664765}
-
Victor Costan authored
This CL will be reverted after M76 branches, because we haven't fixed all the FileReaderLoader() callsites that pass in a null SingleThreadTaskRunner. Bug: 957651 Change-Id: I6a0a5bebd817853ff40c801bac3a5364e067ba3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636504 Auto-Submit: Victor Costan <pwnall@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#664764}
-
Dave Tapuska authored
Desktop has not shipped the freezing feature yet and it explicitly always enables this state in the finch config. Ensure this is set via the code now. The goal of making this change is that mobile and desktop will be the same in the code (it always was via finch config). But it will allow in the future to clean up code related to this. BUG=967431 Change-Id: I774c3f4173acfc8c1d9d0cf61cf1ac9c7722d67c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631722Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#664763}
-
Mohammad Refaat authored
Targeted to ramp up launch on M75, enabling it by default for M76 Bug: 779106 Change-Id: I137cdc3e96e383a876aeb0a0330dc8140c88edd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635074Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/master@{#664762}
-
Eugene But authored
This reverts commit d0f90e82. Reason for revert: Culprit CL which broke the test has been reverted Original change's description: > Disable [FormsTestCase testRepostFormAfterReload]. > > TBR=eugenebut@chromium.org > > Bug: 968296 > Change-Id: I54cead2d459a678c6e865ace2ecc42559ebbb7b5 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635293 > Reviewed-by: Mike Dougherty <michaeldo@chromium.org> > Commit-Queue: Mike Dougherty <michaeldo@chromium.org> > Cr-Commit-Position: refs/heads/master@{#664562} TBR=eugenebut@chromium.org,michaeldo@chromium.org Change-Id: I5b9a7999591603ca7853df9a5087c991007970e8 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 968296 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637409Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#664761}
-
Nicolas Ouellet-payeur authored
This makes the constructors of [Partial]NetworkAnnotationTag private, so that the new traffic_annotation_extractor won't need to locate calls to those constructors. Bug: 966883 Change-Id: I41559a554777cb6b5520e2dd3a940f14d60e68aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626493 Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#664760}
-
Joe Mason authored
The feature is now always on, and set to use a non-modal prompt dialog. Also removes a reference to kQuarantineSwitch that was missed when cleaning up the quarantine feature. R=proberge Bug: 948315 Change-Id: Ib88c41101fff53fd0e39ff040e75dd6d028a5289 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636232Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
proberge <proberge@chromium.org> Commit-Queue: Joe Mason <joenotcharles@google.com> Cr-Commit-Position: refs/heads/master@{#664759}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/a2ad3619b8cb..6d9b8908b0bb git log a2ad3619b8cb..6d9b8908b0bb --date=short --no-merges --format='%ad %ae %s' 2019-05-30 syoussefi@chromium.org Vulkan: Merge Color and Depth/Stencil resolve shaders Created with: gclient setdep -r src/third_party/angle@6d9b8908b0bb The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=cwallez@google.com Change-Id: I48f6d026f7f3c7eaab2f94bfcfb14d0abf68af78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637403Reviewed-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@{#664758}
-
Carlos Caballero authored
MessageLoop will go away, eventually. ScopedTaskEnvironment will per default start a ThreadPool, which should be fine in most of the cases. If you belive your test needs to make sure that no ThreadPool runs let me know and I will update the patch. BUG=891670 This CL was uploaded by git cl split. R=mcasas@chromium.org Change-Id: Ic45ddfc7a8980e152e315b939b2014495e74c7b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635514Reviewed-by:
Miguel Casas <mcasas@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Auto-Submit: Carlos Caballero <carlscab@google.com> Cr-Commit-Position: refs/heads/master@{#664757}
-
Chromium WPT Sync authored
Using wpt-import in Chromium ff2b2ced. With Chromium commits locally applied on WPT: e90c6ef0 "NG/DL: Implement size containment (and display lock) for NG fieldset algo" abf2ac5e "webrtc wpt: avoid race conditions" d9a6ec05 "[MediaStreamTrack] Remove tests and existing support for the 'volume' property." 0882bebe "Change ICE connection state on transceiver changes" 1bbbd106 "Add feature policy for client hints, used for third-party subresources." 2229f484 "Revert "Change ICE connection state on transceiver changes"" ab94a58b "Add the remaining Client Hints to Feature Policy." e1be827e "Reland "Use promise in wpt pointer event tests to finish the tests"" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: I58b1665ffc5a13aa6b7b7661ede501e0cef657ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637180Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#664756}
-
David Bertoni authored
Bug: 954657 Change-Id: I3748b0f2f87c1ca22fd056f4002546300de66162 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1629427Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#664755}
-
Xiaohan Wang authored
-ddorwin, +jrummell or +xhwang Thank you so much for everything, ddorwin! Change-Id: I63c99617c4a123c424d8017be868ff7704d732b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635975Reviewed-by:
John Rummell <jrummell@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#664754}
-
Ramin Halavati authored
UMA stats collection is added for the life time of incognito profile. Bug: 966747 Change-Id: Ic83f3f88589e9fb6088f140575b38cc1c0798bf6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628747 Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Auto-Submit: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#664753}
-