- 14 Jan, 2020 17 commits
-
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=dalecurtis@chromium.org Bug: 1041419 Change-Id: Ie028bb68b57fb36845f4825459257be95b848685 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998270 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#730981}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=rsesek@chromium.org Bug: 1041419 Change-Id: I8f2d90b271b4be38f50d974c1f1691b628a290ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997767 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#730980}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=huangs@chromium.org Bug: 1041419 Change-Id: I6a2e1245b543eee2ed837e2779c8a34c1183171b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998444 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Samuel Huang <huangs@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#730979}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=rsleevi@chromium.org Bug: 1041419 Change-Id: Ie86918ddd7230441dbd4612003208df53e30c0a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998628 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Ryan Sleevi <rsleevi@chromium.org> Cr-Commit-Position: refs/heads/master@{#730978}
-
Kurt Horimoto authored
This will be used for multiple OverlayRequestMediators, so is moved to a category that can be used by all subclasses. Bug: 1030357 Change-Id: Ia314d2e9a951cc509361094d1d4d89487eaf662e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1996155 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#730977}
-
Joe Mason authored
This will add the --test-logging-path switch that prevents flakes while spawning a subprocess. R=proberge Bug: 1030333 Change-Id: I4beaeb0cf1950516d8528d4134889f8043f1d5a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998710Reviewed-by:
proberge <proberge@chromium.org> Commit-Queue: Joe Mason <joenotcharles@chromium.org> Cr-Commit-Position: refs/heads/master@{#730976}
-
Tommy Steimel authored
This CL temporarily adds kaleidoscope-content to the network access whitelist while we await support for untrusted WebUIs. Bug: 1039904 Change-Id: I1f03f21be9ebb121c7bfc16878566ab6fc41836f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994535Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#730975}
-
Paul Moy authored
Update Chrome's copy of cros_healthd.mojom to stay in sync with Chrome OS's copy, and change cros_healthd's ServiceConnection to work with the new mojo interface. Bug: chromium:1040161 Test: chromeos_unittests --gtest_filter=CrosHealthdServiceConnectionTest.* Change-Id: If3b0fba44bcea71e8221dd86f9a9ad8f772b05e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992586 Commit-Queue: Paul Moy <pmoy@chromium.org> Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#730974}
-
Albert Chaulk authored
The math to scale and size the rect was incorrect. The quad rect should actually be an unscaled embedded_surface_size_ instead of a scaled content_size_. This fixes distortion of the contents as currently the quad will still be scaled incorrectly Similarly, the implementation of the matrix means that translate needs to be scaled up/down as well with continually variable crop offsets and scaling Bug: b/143612326 Test: manually, a 256x256 crop of a 1024x600 surface into a 512x512 quad Change-Id: If545170f9ae4cd53075b2f3128b7dc38383077d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994263 Commit-Queue: Albert Chaulk <achaulk@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#730973}
-
Xiaohui Chen authored
There are a few tablet mode transitions are fixed: * in app state, long press home button to start assistant then hit home button to go to launcher * in app state, long press home button to start assistant then fling from bottom to go to home launcher * in app state, long press home button to start assistant then drag to overview mode, then hit home button Bug: 1026727, 1039787 Test: locally build and test Change-Id: Ie9c9bab98ed73b4e419149554b9bead6b8cd8e24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994241 Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#730972}
-
Saman Sami authored
IsConnected() and OnGpuServiceLost() are expected to be called on the UI thread, but they're being used in OnGpuServiceLaunched() that is run on the IO thread. Bug: 620927,1039834 Change-Id: I41459fe834f444fe72418950d9fdb393352a7c71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999323Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Saman Sami <samans@chromium.org> Cr-Commit-Position: refs/heads/master@{#730971}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=ekaramad@chromium.org Bug: 1041419 Change-Id: I5ecbae9d7f892c8dca80c002daa45c04459614c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998920 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
James MacLean <wjmaclean@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#730970}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=tengs@chromium.org Bug: 1041419 Change-Id: Id587e815c27d0ca6f86006757a987ab453e665f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998784 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#730969}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=kbr@chromium.org Bug: 1041419 Change-Id: I14c49a96e42dabd429da802c1538e13d5a4850b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998620 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#730968}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=msarda@chromium.org Bug: 1041419 Change-Id: I8cd0ca11583d6c403b79c1d4b8925d710f402dcd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1995857 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#730967}
-
Evan Stade authored
Bug: 1038415 Change-Id: I8dbdfdc17d1fd88e75a77d86346b2153a6aa3afd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989863Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#730966}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=vitalybuka@chromium.org Bug: 1041419 Change-Id: Ic6e1f57be18eae39f00e8f8141f0fb39aec60965 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997951 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Vitaly Buka <vitalybuka@chromium.org> Commit-Queue: Vitaly Buka <vitalybuka@chromium.org> Cr-Commit-Position: refs/heads/master@{#730965}
-
- 13 Jan, 2020 23 commits
-
-
nancy authored
Also add the UMA suffix FromLink, FromOmnibox, and FromChromeInternal for DefaultAppLaunchSource based on TODO comments. BUG=1005640 Change-Id: I1ab92d9ea2aabf7afdd9c1b2599b8af349b326df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1996964Reviewed-by:
Alex Ilin <alexilin@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#730964}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=yoavweiss@chromium.org Bug: 1041419 Change-Id: I7fff56ed3f06009203fa9cf81fcf4d71577c3b3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998314 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Yoav Weiss <yoavweiss@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#730963}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=rajendrant@chromium.org Bug: 1041419 Change-Id: Ic53a705035bee6656c7195b95295fcf69f4f08d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998637 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
rajendrant <rajendrant@chromium.org> Commit-Queue: rajendrant <rajendrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#730962}
-
John Budorick authored
The previous method for disabling these tests didn't work, as the parameterized prefix was added before the DISABLED_ prefix & gtest ignored it. This moves the DISABLED_ prefix to the parameterized prefix. Bug: 514632 Change-Id: I2fda9d744a4801d70affbf1f066e3e65c7715818 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1995639 Auto-Submit: John Budorick <jbudorick@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#730961}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=sky@chromium.org Bug: 1041419 Change-Id: I78142fdf2541e1f4a9152b47c71f5acf4f1d314f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998315 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#730960}
-
Ben Pastene authored
Failures on these bots lack stace traces, eg: https://logs.chromium.org/logs/chrome/buildbucket/cr-buildbucket.appspot.com/8892247654280769408/+/steps/interactive_ui_tests/0/logs/Deterministic_failure:_TabDragging__x2f_DetachToBrowserTabDragControllerTest.OffsetForDraggingTab__x2f_0__status_CRASH_/0 That's due to exclude_unwind_tables defaulting to true on official builds. This will explicitly include them on our official testers (won't affect any other official build). Bug: 1041069 Change-Id: Idf568a06939529936fc4cb6e361b1f6a36ca3852 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1996123 Commit-Queue: Ben Pastene <bpastene@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#730959}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=pkasting@chromium.org Bug: 1041419 Change-Id: I2bffb2735322f74e3b6349a0ec5b597e80191d6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997796 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#730958}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=rouslan@chromium.org Bug: 1041419 Change-Id: I99ed345f485b53dffd7c56393cb0c5155e3dc7e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1995792 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#730957}
-
Sahir Vellani authored
ResizeObserver notifications are delivered out of order because observers for the same element are stored in a HeapHashSet, which does not track insertion order. Using HeapLinkedHashSet mitigates this issue. Web test to insure correct notification order is also added. Bug: 1026663 Change-Id: I532c566d16f00bcd60a7164af4f4e6fc22cb881b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992910Reviewed-by:
Aleks Totic <atotic@chromium.org> Commit-Queue: Sahir Vellani <sahir.vellani@microsoft.com> Cr-Commit-Position: refs/heads/master@{#730956}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=nyquist@chromium.org Bug: 1041419 Change-Id: I2b170f09acfa44ada72eb0f88ec1a04e512cfc5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1995791 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#730955}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=dcheng@chromium.org Bug: 1041419 Change-Id: Ifda2bd08230bb9c9403bc8d82f8f97d564b00939 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997921 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#730954}
-
Dominique Fauteux-Chapleau authored
Update the Deep Scanning DLP supported file types to mirror those currently supported internally. Change-Id: I93036341678cf4138eba429f0abd327fc800b618 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991996Reviewed-by:
Roger Tawa <rogerta@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#730953}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=dbeam@chromium.org Bug: 1041419 Change-Id: I56203e5f4245372031c8d5120d552a5b33caa9a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997764 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Dan Beam <dbeam@chromium.org> Commit-Queue: Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#730952}
-
dalyk authored
This is a reland of 834f2092 Now not squashing ERR_NOT_IMPLEMENTED to avoid disrupting existing InProcessBrowserTests. Original change's description: > Squash top level error code returned from host resolver. > > If the host resolution process fails, the top level error code should > now be only ERR_NAME_NOT_RESOLVED. A more specific error code (e.g. > ERR_CONNECTION_REFUSED if a secure mode DoH server was offline) may be > found in ResolveErrorInfo. > > Bug: 1016325 > Change-Id: I9f5f857fffd71be6485d05280239cd0b649d7a8f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974678 > Commit-Queue: Katharine Daly <dalyk@google.com> > Reviewed-by: Matt Menke <mmenke@chromium.org> > Reviewed-by: John Abd-El-Malek <jam@chromium.org> > Reviewed-by: Eric Orth <ericorth@chromium.org> > Cr-Commit-Position: refs/heads/master@{#728725} Bug: 1016325 Change-Id: If2d029ea94f1a85f95d641cf02e4283973316a98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992191Reviewed-by:
Eric Orth <ericorth@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Katharine Daly <dalyk@google.com> Cr-Commit-Position: refs/heads/master@{#730951}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=reillyg@chromium.org Bug: 1041419 Change-Id: I18ccdffc4fc953b70ed6389c0e3f24809f2301ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998649 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#730950}
-
Ian Kilpatrick authored
This patch requires the infra changed in: https://chromium-review.googlesource.com/c/chromium/src/+/1988376 Implements the logic required to select the correct baseline from a child and propagate it to its parent. This should fix the remaining baseline issues with FlexNG. Bug: 1038467 Change-Id: I166dcdc5b71f264734924f700e21c99a52786d5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994064 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#730949}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=mfoltz@chromium.org Bug: 1041419 Change-Id: Ic27e22f6c510f6892da29aa78af3e506c56b092d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997925 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#730948}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=jhawkins@chromium.org Bug: 1041419 Change-Id: I8a59a74e2c57daef2143f6328f31798734224409 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997990 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#730947}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=pkasting@chromium.org Bug: 1041419 Change-Id: Ib84c89b68833fa71528a3f2977d0dac6893acb0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998703 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#730946}
-
Adam Ettenberger authored
https://www.w3.org/TR/html-aam-1.0/#html-element-role-mappings The <area> tag should only be exposed as a Link with the Value Control Pattern if it has an |href| attribute. Adjusting the intrinsic role of AXImageMapLink to be Role::kStaticText if it doesn't have a link. Bug: 1040717 Change-Id: Icfa1c5e6d97f9bb8514df88b07b3768b36fc0d74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994525Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Commit-Queue: Adam Ettenberger <adettenb@microsoft.com> Cr-Commit-Position: refs/heads/master@{#730945}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=yuweih@chromium.org Bug: 1041419 Change-Id: I0294a2309b33a72deba3f518f6efad470dc10ab0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998786 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Yuwei Huang <yuweih@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#730944}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/15c442e941fb..e5cb8f2eff7e git log 15c442e941fb..e5cb8f2eff7e --date=short --first-parent --format='%ad %ae %s' 2020-01-13 rharrison@chromium.org Rolling 3 dependencies Created with: gclient setdep -r src/third_party/dawn@e5cb8f2eff7e 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: Iacece499b60f27d966c7118f4c6320adca792358 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998229Reviewed-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@{#730943}
-
Steven Bennetts authored
Bug: none Change-Id: Iecd47b49f9f89aa43f36eb3f43388bb8eb3bec59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999060 Auto-Submit: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Yury Khmel <khmel@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#730942}
-