- 09 Jan, 2020 40 commits
-
-
Daichi Hirono authored
BUG=b:146591913 TEST=ShellSurfaceTest.SetClientAccessibilityId Change-Id: I96c5086a9162114432e83c01ac0a36b947ffb180 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981963Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Daichi Hirono <hirono@chromium.org> Auto-Submit: Daichi Hirono <hirono@chromium.org> Cr-Commit-Position: refs/heads/master@{#729626}
-
Julian Watson authored
The CrostiniExportImportNotificationController's lifetime is tied to the lifetime of the UI notification, not to the lifetime of the controller stored on the CrostiniExportImport object. This CL changes the existing tests to explicitly test these lifetimes. A following CL further decouples the lifetimes of the UI/controller/export_import object, and builds upon this CL for its testing. Bug: 1024693 Change-Id: I2fe6b906532dd49d1808afe88683bf573a393b0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991055Reviewed-by:
David Munro <davidmunro@google.com> Commit-Queue: Julian Watson <juwa@google.com> Auto-Submit: Julian Watson <juwa@google.com> Cr-Commit-Position: refs/heads/master@{#729625}
-
Naoki Fukino authored
As described in the bug, we are going to filter files returned by RecentModel::GetRecentFiles() based on media types. As a first step, I'm adding FileType parameter on the GetRecentFiles(). Collecting files are implemented in RecentDiskSource, RecentDriveSource, and RecentArcMediaSource. Actual filtering code will be implemented in them in follow-up patches based on the passed |file_type|. Bug: 1040049 Test: Run unit_tests Change-Id: I48d4a055a74a1b95ad61d75d557ab1dddfb44951 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991070Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Naoki Fukino <fukino@chromium.org> Cr-Commit-Position: refs/heads/master@{#729624}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/340a62eb5a43..293d46c31c84 git log 340a62eb5a43..293d46c31c84 --date=short --first-parent --format='%ad %ae %s' 2020-01-09 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision f9fb583f..5bd3bd2b (729442:729553) 2020-01-08 steveanton@webrtc.org Re-introduce the RTCError move constructor/assignment Created with: gclient setdep -r src/third_party/webrtc@293d46c31c84 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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: webrtc-chromium-sheriffs-robots@google.com Change-Id: Ida7e24a7cfba498abb7008f3ee7643dcef2f0e24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992861Reviewed-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@{#729623}
-
Daniel Rubery authored
We originally agreed to prefix the WebProtect Finch flags with "SafeBrowsing", but I accidentally removed this prefix in https://chromium-review.googlesource.com/c/chromium/src/+/1963201 This CL adds it back. Change-Id: I108974b4a8c269a88a72b34326750955fe67e4c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992813 Auto-Submit: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#729622}
-
ssid authored
Memory.Experimental.* is used by developers. The rarely used ones are utility and gpu processes. The others were auto-renewed. It is still good to have these for consistency. ProtoDB histograms are currently required for feature rollout. So, extend expiry by 2 more milestones. Some less frequently recorded histograms have later expiry dates. BUG=1025802,1037219 R=schenney@chromium.org Change-Id: I8139abf2343226902e6f5bd14dd05da0b21f35bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992507Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: ssid <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#729621}
-
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/afdo-chromium-autoroll Please CC gbiv@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/+/master/autoroll/README.md Tbr: gbiv@chromium.org Change-Id: I3c458080034855b857c70c68d0d8c4148f11adae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992867Reviewed-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@{#729620}
-
rbpotter authored
The site settings page in browser settings was using one method from each of two otherwise OS-settings-only proxies: - getAndroidSmsInfo from MultideviceBrowserProxy - requestAndroidAppsInfo from AndroidAppsBrowserProxy This CL - Copies these two methods to a new browser proxy for browser settings - Removes all usage of the Multidevice and AndroidApps proxies in browser settings - Moves the leftover multidevice_page files to the chromeos/multidevice_page directory - Removes the multidevice_page/ directory, since this only existed to hold the proxy and the constants it used. Bug: 986596 Change-Id: Ia80ccd555fe391b6eea2e02faca1102c779a2963 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989934Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#729619}
-
Caleb Rouleau authored
Bug: 1039019, 1040300 Change-Id: I2beaa0276d9481c3316b7719ba6ffc34723d94e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992807 Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Auto-Submit: Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#729618}
-
Paul Wankadia authored
https://chromium.googlesource.com/external/github.com/google/re2.git/+log/f71aaa0be84a..5fcdf4ad4909 $ git log f71aaa0be..5fcdf4ad4 --date=short --no-merges --format='%ad %ae %s' 2020-01-07 junyer Prevent ShortVisit() from crashing fuzzers. 2020-01-05 junyer Fix a comment. Created with: roll-dep src/third_party/re2/src R=mmoroz@chromium.org Change-Id: I7f81d4216a70f08f3d5ce530a4e05e34389965d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989890Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Commit-Queue: Paul Wankadia <junyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#729617}
-
Hiroki Nakagawa authored
Bug: 606649 Change-Id: Idd167bede988cd5c263082b51387572d10bb7a34 Notry: true Tbr: nhiroki@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1990891Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#729616}
-
Rachel Sugrono authored
Add a test that tab-index key focus works correctly (the tab-indexable elements are cycled through in order) when Quick View is displaying an image file in its content area. Bug: 907380 Change-Id: I98c5f37db4dd56dafea2f8638371732e33498da6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991040Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#729615}
-
Hiroki Nakagawa authored
This test consistently results in Timeout/Pass on Win/Mac/Linux bots. Bug: 1040270 Change-Id: I0759ee1f83b002465fcd6c19aaeef7e25ea8ecda Tbr: nhiroki@chromium.org Notry: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1990890Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#729614}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/fbc5981eaf58..72cd27a20441 Created with: gclient setdep -r src-internal@72cd27a20441 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 jbudorick@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.chrome.try:linux-chromeos-chrome Bug: chromium:790886 Tbr: jbudorick@google.com Change-Id: I345cc86dc35551759c1e917cab338959421fdd66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992737Reviewed-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@{#729613}
-
rbpotter authored
isOSSettings is now always true for this page, so remove logic handling the case where it is false. Bug: 986596 Change-Id: I0845f716db9d9617c505eb7a41e668abbd416895 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992357Reviewed-by:
Dan Beam <dbeam@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#729612}
-
Maggie Chen authored
Based on the histogram GPU.WatchdogThread.WaitTime on Linux Dev, increasing Linux GPU watchdog timeout from 10 seconds to 15 seconds will reduce ~48% of the crashes caused by the GPU watchdog kill. Record GpuWatchdogTimeoutEvent::kContinueOnNonHostServerTty histogram only for the time there is a change to a non-host X11 server TTY Bug: 949839 Change-Id: If59c2f952168ff9f1f332a6531fb30e70a937ed9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1987279Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Maggie Chen <magchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#729611}
-
Gabriel Marin authored
BUG=b:147388116 Change-Id: I561f29c477f5b1c048574bd2de7adf6166f969cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992018Reviewed-by:
George Burgess <gbiv@chromium.org> Reviewed-by:
Gabriel Marin <gmx@chromium.org> Commit-Queue: Gabriel Marin <gmx@chromium.org> Cr-Commit-Position: refs/heads/master@{#729610}
-
James Forshaw authored
This CL removes the NOTREACHED check from the function as it doesn't provide any value and just causes unexpected crashes in the browser process during debug builds. Bug: 1029073 Change-Id: I14de816b9fd4415238fa4244316baa4c06fcdc15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992167Reviewed-by:
Will Harris <wfh@chromium.org> Commit-Queue: James Forshaw <forshaw@chromium.org> Cr-Commit-Position: refs/heads/master@{#729609}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/9b2712456fe6..c3609d224afd git log 9b2712456fe6..c3609d224afd --date=short --first-parent --format='%ad %ae %s' 2020-01-08 enga@chromium.org Reland "Use Swiftshader by default when fuzzing" Created with: gclient setdep -r src/third_party/dawn@c3609d224afd If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: I50253c9d0afebf09b2116515caac774bfe0736a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992727Reviewed-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@{#729608}
-
Demetrios Papadopoulos authored
Incorrect: <if expr="not is_chromeos"> Correct: <if expr="not chromeos"> Unfortunately such typos don't produce a build time error since grit considers undefined variables as False. Bug: None Change-Id: I7152c95b2f2ed2c57173eaca3f63657f1af39cf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992808 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@{#729607}
-
Ryan Sturm authored
This was causing some test crashes when turning on the feature. We should merge it back if possible. Also, treat occluded visibility state as hidden. Bug: 1040306 Change-Id: I407bf00d43e7e0df5f5bd00b00764aebb285391b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992806 Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#729606}
-
Chris Cunningham authored
https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/252792a1ff65..bcc5d9fec0a3 $ git log 252792a1f..bcc5d9fec --date=short --no-merges --format='%ad %ae %s' 2020-01-08 chcunningham RELAND: lavf/isom: support for demuxing and remuxing of MPEG-H 3D Audio in MP4 2020-01-09 chcunningham Revert "lavf/isom: support for demuxing and remuxing of MPEG-H 3D Audio in MP4" 2020-01-06 chcunningham lavf/isom: support for demuxing and remuxing of MPEG-H 3D Audio in MP4 2020-01-06 chcunningham lavc: add MPEG-H 3D Audio codec id 2020-01-06 chcunningham lavc/codec_desc: introduce AV_CODEC_PROP_INTRA_ONLY flag to audio codec Created with: roll-dep src/third_party/ffmpeg R=tguilbert@chromium.org Bug: 1039444d Change-Id: I8a98c50734298d30c949579c407215e27869274d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992013 Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Auto-Submit: Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#729605}
-
Antonio Gomes authored
... and use the corresponding WTF::CrossThreadBind constructions. BUG=787254 R=haraken@chromium.org Change-Id: I7d4cc231cf19adeb9d21b7e47e934ed4857e8bdc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991407 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#729604}
-
Kurt Horimoto authored
The value is set when an OverlayRequest is added to a queue. This allows the WebState to be accessed from request callbacks. Will be used when one request's completion callback needs to enqueue an additional request with a different ConfigType into the WebState's queue. Bug: 1030357 Change-Id: I08fee42f2da58f8451d83d5f0e417374a5b1c5ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989912 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Auto-Submit: Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#729603}
-
Jared Saul authored
Change-Id: I60c326d0e44376a13ff1ebceaaf53e3de415bdc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991499 Auto-Submit: Jared Saul <jsaul@google.com> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#729602}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/bd26a09fd13c..52175631d301 git log bd26a09fd13c..52175631d301 --date=short --first-parent --format='%ad %ae %s' 2020-01-08 rmhasan@google.com Revert "[Typ] Allow typ expectations parser to escape the '*' character" Created with: gclient setdep -r src/third_party/catapult@52175631d301 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 oysteine@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:1036130,chromium:1038130 Tbr: oysteine@google.com Change-Id: Iaa236420306a8726e0a25b9aca2f0ad3d8264a4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992736Reviewed-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@{#729601}
-
jonross authored
It is not desired to have --fuzzy-diff be the default for blink_web_tests on Linux. This had originally been done as a part of SkiaRenderer's development. This change: - removes --fuzzy-diff as the default. - updates the Linux port to disable SkiaRenderer - changes non_skia_renderer_swiftshader_blink_web_tests to be skia_renderer_swiftshader_blink_web_tests with SkiaRenderer reenabled and fuzzy-diff re-added for just this configuration. - Updates TestExpectations for current failures. The update to TestExpectations is temporary, it will allow us to land the non-fuzzy tests. We will be triaging the failures, and landing rebaselines as needed separately. Or filing more specific bugs for the failures. non_skia_renderer_swiftshader_blink_web_tests was used to keep an eye on regressions for the non-SkiaRenderer case while SkiaRenderer rolled out. We will return it to that once we can re-enable SkiaRenderer by default for blink_web_tests. We will be following this up by triaging all failures that occur with SkiaRenderer on and fuzzy-diff off. Then rebaselining/addressing bugs as needed. TEST= blink_web_tests skia_renderer_swiftshader_blink_web_tests Bug: 1039401 Change-Id: Ia4f88e41e6288947135eb6f19a0290f1a0d090a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989866 Commit-Queue: Jonathan Ross <jonross@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#729600}
-
Sergey Ulanov authored
Cleared flag was not set when importing GpuMemoryBuffer to a SharedImageBacking. As result SharedImageRepresentationSkia::BeginScopedReadAccess() was returning nullptr when trying to render video frames on Fuchsia, as result video content wasn't rendered properly. Fixed ExternalVkImageBacking::CreateFromGMB() to call SetCleared(), since imported GMBs are supposed to have the content initialised when they are imported. Bug: 1040250 Change-Id: I324e902418956e631e4da6ad7f723992b2074f77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992595 Commit-Queue: Eric Karl <ericrk@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#729599}
-
yilkal authored
This cl does the following: 1. Adds PrefChangeRegistrar to AppTimeController to enable it to be notified when user policy has changed. 2. Enables prefs::kPerAppTimeLimitsWhitelistPolicy policy to be used in WebtimeLimitEnforcer. Bug: 1015661 Change-Id: Ifd5e0ddc3df9f564ffb018244e652c8b88586865 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1946936 Commit-Queue: Yilkal Abe <yilkal@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Cr-Commit-Position: refs/heads/master@{#729598}
-
Brandon Jones authored
Test was producing a minor image diff, has been triaged. Bug: 1040202 Change-Id: Iae6dd08ea4b97d7f4975971b8abbb948d97867d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992564Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Brandon Jones <bajones@chromium.org> Cr-Commit-Position: refs/heads/master@{#729597}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/99c274baf503..c431d59626e1 git log 99c274baf503..c431d59626e1 --date=short --first-parent --format='%ad %ae %s' 2020-01-08 jmadill@chromium.org Add Serial to all GL resources. Created with: gclient setdep -r src/third_party/angle@c431d59626e1 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 cwallez@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-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: cwallez@google.com Change-Id: Ib329ead2b78c6f15d93ae16939165eb60049a1ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991837Reviewed-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@{#729596}
-
Brandon Wylie authored
I verified this is no longer flaking with 500 local runs, I'll continue to monitor in the coming days. TBR=tedchoc@chromium.org Bug: 1020381 Change-Id: I170649506ae0d958ee5e7921b4e11c5d90a548da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992364Reviewed-by:
Brandon Wylie <wylieb@chromium.org> Commit-Queue: Brandon Wylie <wylieb@chromium.org> Cr-Commit-Position: refs/heads/master@{#729595}
-
Weilun Shi authored
Support class type in json_to_struct and use C++ class base::Optional<bool> for is_low_end_device instead of OptionalBool. Bug: 987717 Change-Id: Ica6b475af788bbe9842c8630ef96e2ad6ad7f80c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1973491Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Weilun Shi <sweilun@chromium.org> Auto-Submit: Weilun Shi <sweilun@chromium.org> Cr-Commit-Position: refs/heads/master@{#729594}
-
Antonio Gomes authored
... now that it resides out of the Blink API layer. BUG=704136 R=haraken@chromium.org Change-Id: Ibfc613dea5f304c9c29cd96a2465e71cfbe7a7e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991404 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#729593}
-
Dan Beam authored
R=rbpotter@chromium.org Bug: none Change-Id: I7b149467709f5bb8d80bbc1c933da97675c8799e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992593Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Dan Beam <dbeam@chromium.org> Auto-Submit: Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#729592}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/8a7067d88174..77c89ff847b6 git log 8a7067d88174..77c89ff847b6 --date=short --first-parent --format='%ad %ae %s' 2020-01-08 bclayton@google.com Build: Verify that we're compiling with C++14. 2020-01-08 bclayton@google.com Build: Move from using C++11 to C++14. 2020-01-08 bclayton@google.com Kokoro: Update from GCC 4.8 to GCC 7. Created with: gclient setdep -r src/third_party/swiftshader@77c89ff847b6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;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: swiftshader-team+autoroll@google.com Change-Id: I44c6a9a3bf6e334124c9fb7716b746c23eef1288 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992720Reviewed-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@{#729591}
-
Ahmed Mehfooz authored
This change ensures that the tray remains expanded or collapsed when opened after being previously expanded or collapsed by the user. Change-Id: I66f5547e36f7f245f75eabfa74fb63e021bbe20f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992168 Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Cr-Commit-Position: refs/heads/master@{#729590}
-
Arthur Wang authored
Bug: 1021309 R=harringtond@chromium.org Change-Id: I785b5adb86041f554e13966377e35532aead0d31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992681 Commit-Queue: Arthur Wang <wuwang@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#729589}
-
yilkal authored
This cl adds kPerAppTimeLimitWhitelist child user policy. The policy specifies the always allowed URLs and applications that will not get blocked. The whitelist policy overrides settings configured by PerAppTimeLimit. Support for whitelisting URLs, for example, is required because there are certain crucial access requests to URLs that should not be blocked even though the PerAppTimeLimit policy's set time limit on chrome has been reached. Examples of these URLs are chrome://*, file://* and support.google.com. Bug: 1022093 Change-Id: Ic625ca5e301bd742925bc88af06395a05b39337c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929086 Commit-Queue: Yilkal Abe <yilkal@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Cr-Commit-Position: refs/heads/master@{#729588}
-
rbpotter authored
Bug: 967861 Change-Id: I9fca173ca4b364066ed669ba5fc888114e96d640 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992683Reviewed-by:
Dan Beam <dbeam@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#729587}
-