- 24 May, 2019 40 commits
-
-
Rohit Rao authored
This reverts commit daad88b5. Reason for revert: Breaks internal compile. Original change's description: > Create //ios/web/public/security/BUILD.gn. > > This CL creates //ios/web/public/security/BUILD.gn and removes the > temporary header //ios/web/public/certificate_policy_cache.h > > Bug: 956511,942244 > Change-Id: I7f70539cb2ce2d504e058a94a585124d265e12a9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1624809 > Reviewed-by: Christopher Thompson <cthomp@chromium.org> > Reviewed-by: Moe Ahmadi <mahmadi@chromium.org> > Reviewed-by: Eugene But <eugenebut@chromium.org> > Commit-Queue: Yi Su <mrsuyi@chromium.org> > Cr-Commit-Position: refs/heads/master@{#663093} TBR=marq@chromium.org,eugenebut@chromium.org,mahmadi@chromium.org,cthomp@chromium.org,mrsuyi@chromium.org Change-Id: I370fafb2a873946e396fac17344c163b44a763d4 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 956511, 942244 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626491Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#663140}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/a0e9943ca69a..d9b4f3330fdb git log a0e9943ca69a..d9b4f3330fdb --date=short --no-merges --format='%ad %ae %s' 2019-05-24 srte@webrtc.org Cleanup of AudioAllocationSettings flags. 2019-05-24 sprang@webrtc.org Add test to cover bug in vp9 wrapper, triggered by field trial 2019-05-24 ossu@webrtc.org Avoid the render lock in AudioProcessingImpl::ProcessStream Created with: gclient setdep -r src/third_party/webrtc@d9b4f3330fdb The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-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. TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I8bb6ab825945c050d25707960ca26e0373cb93a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627909Reviewed-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@{#663139}
-
danakj authored
We will add an android_browsertests target instead that is for Android only. This is a minimal change because it touches a lot of lines for re-indentation which is likely to cause rebase conflicts until the end of time. The browser_tests, browser_tests_runner, and performance_browser_tests targets are all wrapped in if (!is_android) {} instead. R=jam@chromium.org Bug: 961849 Change-Id: Ie416fa0be7f40bfe0e27b234c17b0b4e725356f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626965Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#663138}
-
Daniel Libby authored
There are effectively two copies of the WebScrollGranularity in cc/ and ui/events/ due to where it is currently defined in blink. Per https://groups.google.com/a/chromium.org/d/msg/platform-architecture-dev/M7rjH6icU6I/nPDlZ0cXBAAJ move the enum to a ui/event/types location that can be included from all those places, and update DEPS. The two duplicate enums that were removed were in ui/events/gesture_event_details.h and cc/input/input_handler.h. Code to translate between the enums has also been removed. There's one more usage of ScrollGranularity that could use some cleanup: ScrollStateData, which stores it as a double. However, untangling that will be handled separately since the ScrollStateInit object (generated from a dictionary idl) has the granularity as a double. Bug: 965304 Change-Id: I67b5766e476d8d25ab24b37ad69427f38c8e7f7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621269 Commit-Queue: Daniel Libby <dlibby@microsoft.com> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#663137}
-
Finnur Thorarinsson authored
Part 1: Show video thumbnails in the grid, but no preview (yet). Bug: 895776, 656015 Change-Id: I1f99224e33f98dd20e26543a0d05a2b7000ff871 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615199 Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#663136}
-
Peng Huang authored
Using rgb visual will regression some rendering performances, so always using argb visual. Bug: 965108,961358,960692 Change-Id: I80c8abf18d35b4fad899f1c74acf4f9fc99fcd75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626342Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#663135}
-
Peng Huang authored
Bug: none Change-Id: I67056b210584112df09a779902d5bcd1b0d7144a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628235Reviewed-by:
Michael Spang <spang@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#663134}
-
Xing Liu authored
This CL moves code belongs to chrome for notification scheduler into its own subdirectory. Bug: 966535 Change-Id: Ic2af225bd6dd17e769f485718f49a49efde76fcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627890Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#663133}
-
David Bienvenu authored
Unit tests shouldn't use system clipboard because clipboard is a global resource. Bug: 963112 Change-Id: I2c32042dac0aee6f91418b5f7b8099c018aef55a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625942 Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#663132}
-
Rohit Rao authored
BUG=922813 Change-Id: Ie9545589a8f99ff3ef7652ce06d3ab117fe2499e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628049Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#663131}
-
Liquan(Max) Gu authored
We should dump a trace event when the UKM of Largest Contentful Paint is fired. This trace event can be used in several ways: * LCP benchmarks can be built on top of that * FCP++ viewer can report it * Loading metrics can report it Bug:964482 Change-Id: I1492a88f8316d38d64355c5c6d8f723096de35b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617687Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#663130}
-
Brian Salomon authored
Historically Skia's GL backend was always built and other backends were opt-in. Skia is making GL opt-in as well to support Vulkan-only and Metal-only builds of Skia. Also removes definition of GR_GL_IGNORE_ES3_MSAA which no longer has any meaning in Skia. Change-Id: I0dbcd3fc961258e927397b6b9e132d81b13c99df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628807Reviewed-by:
Brian Osman <brianosman@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com> Cr-Commit-Position: refs/heads/master@{#663129}
-
Brian White authored
If the program is unable to allocate a memory (1MiB) for histogram recording, just disable persistent histograms. No metrics will ever be passed to Chrome for upload during this session but it's better that just crashing during program initialization. Bug: 946577 Change-Id: I45c5fe7de5de63e7b1395e301e496775fb65346f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622767 Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#663128}
-
Mason Freed authored
These tests are always failing on Linux Tests (dbg) (1): external/wpt/referrer-policy/no-referrer/http-rp/same-origin/http-http/shared-worker/keep-origin-redirect/generic.http.html external/wpt/referrer-policy/no-referrer/http-rp/same-origin/http-http/shared-worker/no-redirect/generic.http.html external/wpt/referrer-policy/no-referrer/meta-referrer/same-origin/http-http/shared-worker/keep-origin-redirect/generic.http.html external/wpt/referrer-policy/no-referrer/meta-referrer/same-origin/http-http/shared-worker/no-redirect/generic.http.html https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Linux%20Tests%20%28dbg%29%281%29?limit=200 Example: https://ci.chromium.org/p/chromium/builders/ci/Linux%20Tests%20%28dbg%29%281%29/80641 TBR=masonfreed@chromium.org NOTRY=true Bug: 966907 Change-Id: Ibcdb705284e6fa4667767a06b5357462c9d01e45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628026Reviewed-by:
Mason Freed <masonfreed@chromium.org> Commit-Queue: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#663127}
-
Xianzhu Wang authored
Bug: 966371 Change-Id: Idd768ff80000f16c4cc2e5ed754707baa7335188 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627007 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#663126}
-
Michael Crouse authored
Stores the expiry time for fetched hints being placed in the HintCacheStore based on the GetHintsResponse max_cache_duration or a default value of 7 days (finch configurable). Bug: 932707 Change-Id: Iecd89f775ad25de59cbae37273f81650b8709deb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605341 Commit-Queue: Michael Crouse <mcrouse@chromium.org> Reviewed-by:
Doug Arnett <dougarnett@chromium.org> Reviewed-by:
Robert Kaplow (slow) <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#663125}
-
Alex Clarke authored
They are potentially dangerous especially for Then callbacks on a Promise<std::uniqe_ptr<T>>. Bug: 906125 Change-Id: Ic7b36433b0b71284ca3e7c4b885c79078e37cee3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628717 Commit-Queue: Alex Clarke <alexclarke@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#663124}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/21e35ed8258b..3c59c438c0f7 Created with: gclient setdep -r src-internal@3c59c438c0f7 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 BUG=chromium:966447 TBR=yukishiino@google.com,lgrey@google.com,masonfreed@google.com,rsorokin@google.com Change-Id: I91b8b8a09d67bf491342c2b577036fa08ec929c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628657Reviewed-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@{#663123}
-
Kevin Bailey authored
This is just a follow-up to 1625811, to also rename the flag used to enable the feature, to OmniboxGroupSuggestionsBySearchVsUrl. TBR=jdonnelly Bug: 966462 Change-Id: Id64c2751f105e9d57894a9f85f8307b1a687ff59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626341Reviewed-by:
Kevin Bailey <krb@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Kevin Bailey <krb@chromium.org> Cr-Commit-Position: refs/heads/master@{#663122}
-
Rohit Rao authored
This set of utilities is required to get ChromeTestCase compiling under EG2. BUG=922813 Change-Id: Ib1e6773f5ad8c58544ea2bda8464aad5cbd05970 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628046Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#663121}
-
Etienne Pierre-doray authored
This Cl introduces RegisteredTaskSource to convey the "intent to queue" that originates from a call to TaskTracker::WillQueueTaskSource() until when it is run in TaskTracker::RunAndPopNextTask() or released with TaskTracker::UnregisterTaskSource(). Change-Id: I90f66dd04ee19fe84d819434261b3acd44b86aa5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611110 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#663120}
-
Peter K. Lee authored
Must check dominant flag first otherwise Finch would elect users into Identity Disc group unnecessarily. Bug: 965974 Change-Id: Ib2669a1c47940b504d3c4f0e02a448727502ce88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628653 Auto-Submit: Peter Lee <pkl@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Peter Lee <pkl@chromium.org> Cr-Commit-Position: refs/heads/master@{#663119}
-
Dan Harrington authored
In Q, it is suggested that we use Context methods for accessing external paths. https://developer.android.com/preview/privacy/scoped-storage This change fixes a bug on Android Q where we don't have permission to store downloaded pages. Bug: 956679 Change-Id: If53b16c15204cdc396cf4ab1d84419b32c7384f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627667 Commit-Queue: Dan H <harringtond@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#663118}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/5d3500a1..6bb4b9d8 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,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I3d9bbc18a6c546f3d893a13ceb1e8c002db3dea6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628545Reviewed-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@{#663117}
-
David Bokan authored
These tests look like they've been passing consistently now so removing their expectations: https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=webkit_layout_tests&tests=custom-scrollbar-adjust-on-inactive-pseudo.html%2Ccustom-scrollbar-inactive-pseudo.html Bug: 789567 Change-Id: I21c27a4c04f923a4407d272f81c61adecd0ff046 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626961 Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org> Auto-Submit: David Bokan <bokan@chromium.org> Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#663116}
-
Roman Aleksandrov authored
Change the way the Recommended notification is updated on the ChromeOS to adjust to text changes. Text of the Recommended notification reflects whether the Recommended deadline was already passed or not. Bug: 963883 Change-Id: If4fa74f8ebb7b606b96fcc18af7030493665a1e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622848Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Roman Aleksandrov <raleksandrov@google.com> Cr-Commit-Position: refs/heads/master@{#663115}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/60c7eaa7fb0c..7d1300b89ab7 git log 60c7eaa7fb0c..7d1300b89ab7 --date=short --no-merges --format='%ad %ae %s' 2019-05-24 raul@tambre.ee fake_repos: Fix use of NamedTemporaryFile on Windows 2019-05-24 raul@tambre.ee fake_repos: Log stderr when Git fails to start Created with: gclient setdep -r src/third_party/depot_tools@7d1300b89ab7 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-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. BUG=chromium:962263,chromium:962263 TBR=agable@chromium.org Change-Id: I21f4ce7ea3de9c523ece243894808d5c2051718e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628658Reviewed-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@{#663114}
-
Aga Wronska authored
Create subclasses for Kiosk Next shelf control buttons, so they can draw their own backgrounds in the shape of rounded rectangle. Update size and position of the buttons to roughly match current design proposal. The exact details will be updated when UI spec is delivered. Move existing control button background (one background view shared between back and home buttons) to DefaultShelfView, because it is only used by default shelf. Bug: 948953 Test: KioskNextShelfViewTest + manually Change-Id: I69432668023865e06354dec46d41ec7ac50c3e79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626051 Commit-Queue: Aga Wronska <agawronska@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#663113}
-
Ehsan Karamad authored
When a MimeHandlerView related resource is intercepted by the PluginResponseInterceptorURLLoaderThrottle, loading is deferred to when a MimeHandlerViewEmbedder is created on UI thread. However, this has caused browser crashes on IO thread when PRIULT resumes loading. The reason could be that PRIULT has *somehow* gone away and since the callback uses the raw pointer for binding, it might be causing a UaF. This CL uses a weak pointer for the callback as a provisional fix. Bug: 966793 Change-Id: I24d8913ccb8fec52eb588b654febbb42f0880a15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626339Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Cr-Commit-Position: refs/heads/master@{#663112}
-
Jeffrey Kardatzke authored
Bug: None Change-Id: I4db9fc765beb81f31727b6c93e3ecc8452eb7631 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627462 Auto-Submit: Jeffrey Kardatzke <jkardatzke@google.com> Reviewed-by:
James Hawkins <jhawkins@chromium.org> Commit-Queue: James Hawkins <jhawkins@chromium.org> Cr-Commit-Position: refs/heads/master@{#663111}
-
May Lippert authored
Bug: none Change-Id: Ibde1be5aa8ad7ec8038f4a0fb7826bd9824dd835 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627668Reviewed-by:
James Hawkins <jhawkins@chromium.org> Commit-Queue: James Hawkins <jhawkins@chromium.org> Cr-Commit-Position: refs/heads/master@{#663110}
-
Robbie McElrath authored
SlowDownloadInterceptor can potentially intercept a request in its constructor before it's finished initializing, which will cause a segfault. This CL makes sure it's initialized before it can receive any requests. Bug: 933963 Change-Id: I58e7db8e423cf052ddbd2cc5fe225695ef2d2325 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626883 Commit-Queue: Min Qin <qinmin@chromium.org> Auto-Submit: Robbie McElrath <rmcelrath@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#663109}
-
Steven Bennetts authored
When NetworkList and NetworkListView got merged after the system tray UI was moved back from src/ui to src/ash, nework_list.cc never got renamed to reflect the name of its class which is very confusing. This fixes that. Bug: 862420 Change-Id: I07a48a135259af2ac9d6028590f7a4206570acdc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627945 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#663108}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/0dee19bacc00..8207b641f56e git log 0dee19bacc00..8207b641f56e --date=short --no-merges --format='%ad %ae %s' 2019-05-24 herb@google.com Remove SkPackedID 2019-05-24 bsalomon@google.com Revert "Allow swapping out of GrBackendTexture used by SkSurface" 2019-05-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-05-24 bsalomon@google.com Blacklist ReplaceSurfaceBackendTexture on all Nexus5x Vulkan bots 2019-05-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 8224a58b4749..e794ddc8a662 (5 commits) 2019-05-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src a410b698..778c5dab (458 commits) 2019-05-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader cae8cde7fa65..8a2441d37d80 (26 commits) 2019-05-24 brianosman@google.com Revert "Active layer excludes outPoint" 2019-05-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-05-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-05-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-05-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-05-23 bsalomon@google.com Disable two new tests on two bots while errors investigated 2019-05-23 brianosman@google.com Interpreter: Disassemble during execution when TRACE is enabled 2019-05-23 brianosman@google.com Support larger compound types in the interpreter 2019-05-23 jvanverth@google.com Remove Metal Perf bot from MacBook Air 2019-05-23 bungeman@google.com Add test of char to glyph round tripping. 2019-05-23 reed@google.com split RGB into YUV planes 2019-05-23 fmalita@chromium.org [skottie] Clamp seek() to the valid frame range 2019-05-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-05-23 isabelren@google.com Active layer excludes outPoint 2019-05-23 khushalsagar@chromium.org remote fonts: Also send empty paths so they don't count in cache misses. 2019-05-23 michaelludwig@google.com Reland "Track quad type on GrQuad directly" 2019-05-23 bsalomon@google.com Allow swapping out of GrBackendTexture used by SkSurface 2019-05-23 herb@google.com Get bulk advances for SkPDFDevice::internalDrawGlyphRun 2019-05-23 bsalomon@google.com Add GPU implementation of rescaling for SkSurface::asyncRescaleAndRead. Created with: gclient setdep -r src/third_party/skia@8207b641f56e The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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-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=chromium:960981 TBR=csmartdalton@google.com Change-Id: Ica591b9c1f7bc14703bbe115930d692aaabb5322 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628461Reviewed-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@{#663107}
-
Allen Bauer authored
Bug: 966519 Change-Id: I9473da0496cfa56151773e1a218f55f8769a1419 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627751 Commit-Queue: Allen Bauer <kylixrd@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#663106}
-
John Williams authored
Bug: 965229 Change-Id: I1a35fe6af6a1878b409c7543901ba78bbe7ab2d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623140 Auto-Submit: John Williams <jrw@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#663105}
-
James Cook authored
This ports a browser settings CL to do the same: https://chromium-review.googlesource.com/c/chromium/src/+/1583120 It also ports a fix for focus ring padding on the settings menu button: https://chromium-review.googlesource.com/c/chromium/src/+/1611139 The tests are not ported yet because we're still setting up our test scaffolding for the OS settings pages: crbug.com/955731 Bug: 628247,950007 Change-Id: I9941ae06532bc1088beaffa1f8dcc82a7d81e800 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627241 Commit-Queue: James Cook <jamescook@chromium.org> Auto-Submit: James Cook <jamescook@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#663104}
-
Edin Kadric authored
Bug: 966767 Change-Id: Iefc519e383b765c9cfc5058e73be0cdfa570fced Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628830Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Edin Kadric <edinkadric@google.com> Cr-Commit-Position: refs/heads/master@{#663103}
-
Mason Freed authored
This reverts commit 09a1f53e. Sheriff: I suspect this is causing the LEAK failures here: https://ci.chromium.org/p/chromium/builders/ci/WebKit%20Linux%20Trusty%20Leak/34655 https://test-results.appspot.com/data/layout_results/WebKit_Linux_Trusty_Leak/34655/webkit_layout_tests/layout-test-results/results.html Original change's description: > Keep scroll by keyboard after child focused node is removed > > So far, scroll stops if focused child node is removed > while scrolling parent node. > This is because the event handler passes the |MousePressNode|. > If focused child node(|MousePressNode|) is removed, > it will be null and scrollable area changed to document. > > |LogicalScroll| finds scrollable area from |MousePressNode|. > If we save this scrollable area node, > we can get one more chance to find proper node to scroll. > > > Bug: 493078 > Change-Id: I6e81ca0a0d15e0def66c8457840ca9e1343e8dba > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611620 > Commit-Queue: Lan Wei <lanwei@chromium.org> > Reviewed-by: Lan Wei <lanwei@chromium.org> > Reviewed-by: David Bokan <bokan@chromium.org> > Cr-Commit-Position: refs/heads/master@{#663040} TBR=bokan@chromium.org,lanwei@chromium.org,bluewhale.marc@gmail.com Change-Id: I4b8ea440dc16022077746d7924506e7f03ac1673 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 493078 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628880Reviewed-by:
Mason Freed <masonfreed@chromium.org> Commit-Queue: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#663102}
-
Bailey Berro authored
- Flips the feature flag for the streamlined usb printer setup flow launching in M76. Bug: 935135 Change-Id: I34271b9c77cf58f4d736ed1032e354e55f437d47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626532 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Commit-Queue: Zentaro Kavanagh <zentaro@chromium.org> Auto-Submit: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#663101}
-