- 24 May, 2019 40 commits
-
-
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}
-
Scott Violet authored
Specifically window_tree and window_manager. BUG=964460 TEST=none TBR=tsepez@chromium.org Change-Id: I5f0fae5bd832b72d2a7d82331effa085d22741fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628002Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#663100}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/ce723234bacf..a0e9943ca69a git log ce723234bacf..a0e9943ca69a --date=short --no-merges --format='%ad %ae %s' 2019-05-24 eladalon@webrtc.org Negotiation of LNTF controls instantiation of RTPSenderVideo::rtp_sequence_number_map_ 2019-05-24 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 8ae1a64b..e1ec78e2 (662926:663034) 2019-05-24 mbonadei@webrtc.org Ensure CpuInfo::DetectNumberOfCores is > 0 and thread safe. 2019-05-24 eladalon@webrtc.org Negotiate use of RTCP loss notification feedback (LNTF) 2019-05-24 mbonadei@webrtc.org Use preprocessor to strip H264 implementation. 2019-05-24 ilnik@webrtc.org Reland "VP9 screenshare: Don't base layers frame-rate on input frame-rate" 2019-05-24 nisse@webrtc.org Let RtpVideoStreamReceiver implement KeyFrameRequestSender 2019-05-24 nisse@webrtc.org Reland "Delete STACK_ARRAY macro, and use of alloca" Created with: gclient setdep -r src/third_party/webrtc@a0e9943ca69a 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. BUG=chromium:None,chromium:None,chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I62b7ef9630946c10cdc03485c3b0cbe0d2aab434 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628460Reviewed-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@{#663099}
-
Robert Ma authored
Manually importing because of incorrect Fuschia baselines Using wpt-import in Chromium d334146a. With Chromium commits locally applied on WPT: c4dc3441 "[WPT] Reland Upload a test for sending mouse events with key pressed" c9077e39 "Restore original tail-processing for ScriptProcessor and AudioWorklet" d814fafc "Check for detached ArrayBuffers in Web Bluetooth writeValue functions" e90c6ef0 "NG/DL: Implement size containment (and display lock) for NG fieldset algo" 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: bokan@chromium.org: external/wpt/visual-viewport meade@chromium.org: external/wpt/web-animations rego@igalia.com: external/wpt/css/css-contain NOAUTOREVERT=true TBR=foolip No-Export: true Change-Id: I34c7188521125bc61ed460007fba9cc883fba51f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628867Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Auto-Submit: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#663098}
-
Alex Clarke authored
Added a destructor to ManualPromiseResolver which cancels the promise if unsettled. Bug: 906125 Change-Id: I4fe26178c53322e8818e98c015121831bdf1e6b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626855 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Auto-Submit: Alex Clarke <alexclarke@chromium.org> Cr-Commit-Position: refs/heads/master@{#663097}
-
Vladislav Kaznacheev authored
This undoes the effect of http://crrev.com/c/1530962 on Chrome OS. That CL has introduced a high frequency crash on Chrome OS in M75 (~1.5% of all browser process crashes). Its original intent was to change behavior on Linux. Said behavior (ability to activate notification views for inline replies) worked on Chrome OS before, and continues working with that CL reverted. Bug: 957110, 940924 Test: notification with inline reply works (see steps in bug 940924) Change-Id: I971e46a7c22e942f5a8e54b0f64c5a08f922968d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627964Reviewed-by:
Richard Knoll <knollr@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Auto-Submit: Vladislav Kaznacheev <kaznacheev@chromium.org> Commit-Queue: Tim Song <tengs@chromium.org> Cr-Commit-Position: refs/heads/master@{#663096}
-
behdad authored
18 pages are added for mobile representatives under the tag of "REPRESENTATIVE_MOBILE". These pages are chosen using the data recorder in chromeperf dashbaord in past 100 days. of platforms below: - ChromiumPerf:Android Nexus5 Perf - ChromiumPerf:Android Nexus5X WebView Perf - ChromiumPerf:Android Nexus6 WebView Perf https://goto.google.com/chrome-benchmark-clustering The clusters are visualized here: https://behdadb.users.x20web.corp.google.com/clusterDashboard/charts.html Bug: chromium:963573 Change-Id: I5644b169ad074824a840f48ffb2d693b87fe951c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613885 Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#663095}
-
Steven Bennetts authored
This also converts NetworkListView and VPNListView to use TrayNetworkStateModel. Bug: 862420 Change-Id: I54efc6823a59331c3d011f7af40d1fb05d27a20c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626256 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#663094}
-
Yi Su authored
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/+/1624809Reviewed-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}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/441284b3fb3e..a948316f5ffd git log 441284b3fb3e..a948316f5ffd --date=short --no-merges --format='%ad %ae %s' 2019-05-24 lalitm@google.com systrace: bump trace to text version Created with: gclient setdep -r src/third_party/catapult@a948316f5ffd The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-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=crouleau@chromium.org Change-Id: I8c779f8c5c8baff687a382ba30728966e6b0a9f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628123Reviewed-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@{#663092}
-
Aaron Gable authored
This is a follow-up to https://crrev.com/c/1299776. That change made 'minimal_symbols' a default for all debug bots, but it left many configs which still explicitly (and redundantly) specified 'minimal_symbols'. This change cleans those up and consolidates configs for easier reading. Change-Id: I3642e230f24ab7284d127597dc4b50ba2750a7a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625846Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#663091}
-
Mohammad Refaat authored
TabStripController used didChangeTab TabModelObserver's method to monitor favicon changes. This was done through TabModelFaviconDriverObserver which used to forward to Favicon driver notification through didChangeTab. So to remove the connection between didChangeTab and favicon notification i changed TabModelFaviconDriverObserver to be WebStateListFaviconDriverObserver and it will have a bridge to be used to monitor the favicon driver observer. Also instead of going through TabModel, WebStateListFaviconObserver will be monitoring the webStateList given at its constructor and Observing each of its' webstates favicon drivers. TabStripController conform to the bridge protocol and creates a WebStateListFaviconObserver giving it the webStateList to monitor its drivers. Bug: 911350 Change-Id: I19a8523c368aa06dabc80005ffcf65d78c00e07f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626544 Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#663090}
-