- 30 Jul, 2020 7 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/3273521f4089..986a340dd528 2020-07-29 apodtele@gmail.com Unbreak compilation. 2020-07-29 apodtele@gmail.com Hide internal functions with SunPro. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/freetype-chromium Please CC bungeman@google.com,drott@google.com,thestig@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux-blink-rel;luci.chromium.try:mac10.12-blink-rel;luci.chromium.try:mac10.13_retina-blink-rel;luci.chromium.try:win10-blink-rel;luci.chromium.try:win7-blink-rel Tbr: bungeman@google.com,drott@google.com,thestig@google.com Change-Id: Ie42f4f920c61260eba34d5b842a99c0e8d466afb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327652Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
Ben Wagner <bungeman@chromium.org> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: Ben Wagner <bungeman@chromium.org> Cr-Commit-Position: refs/heads/master@{#792962}
-
Brian Sheedy authored
Re-enables or provides disable reasons for all remaining PyLint disables in the //content/test/gpu pylintrc files and fixes any resulting warnings. Bug: 1076144 Change-Id: Ia2732ad9063812e89f00beb6f1d36f989958b624 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327180Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#792961}
-
Keren Zhu authored
This CL is part of the effort to make Views default constructible, allowing UI to be built in a declarative fashion. * Default button listener to nullptr * Add button listener setter * Add unittest for setter Bug: 1108460 Change-Id: I694acd0422b78951b1a7d17a90dcee3f8c8195d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327150Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Keren Zhu <kerenzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#792960}
-
Kalvin Lee authored
This change updates the parsing code for Printers metadata to accommodate the new version we are pushing from our serving root. Bug: chromium:888189,b:161547656 Test: chromeos_unittests --gtest_filter='PpdMetadataParserTest.*' Test: chromeos_unittests --gtest_filter='PpdMetadataManagerTest.*' Change-Id: I54d3cbffdbbc3e51f4e636d0a904179a05c9132f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315158Reviewed-by:
Sean Kau <skau@chromium.org> Commit-Queue: Kalvin Lee <kdlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#792959}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/14ca9390e34a..395d1d531f44 2020-07-29 bsheedy@chromium.org [Telemetry] Add screenshot retry/timeout logic 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 eseckler@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:chromeos-kevin-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:1106927 Tbr: eseckler@google.com Change-Id: I8a6425dd26b66b26c9a38b74be3b30201af16cfa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327736Reviewed-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@{#792958}
-
Akihiro Ota authored
This change: 1. Adds a new class called UserActionMonitor. This class stores a queue of actions and blocks all other ChromeVox execution until the actions are matched and consumed. The initial version of the class intercepts key presses and keyboard commands; this is done by hooking into the CommandHandler and BackgroundKeyboardHandler. Later iterations will listen to range changes, mouse events, gestures, and braille commands in a similar fashion. 2. Adds some simple tests for UserActionMonitor. 3. Adds tutorial lessons for the OOBE. These lessons are geared toward brand new users. When showing one of these lessons, the tutorial initializes UserActionMonitor with expectations, which allows us to provide interactive walk-throughs. The lessons cover the search key, basic navigation, and using search + space. 4. Wires up communication between UserActionMonitor and the tutorial. Most of this wiring is done through the panel. Bug: 1075752 AX-Relnotes: N/A Change-Id: I521016192929d9655234b055cc63ca6d83aa9efa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2253021 Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#792957}
-
Collin Baker authored
Bug: 1102655 Change-Id: I59819545332a419aad616aca406385692f3fc873 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327842Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#792956}
-
- 29 Jul, 2020 33 commits
-
-
Theresa Wellington authored
Speculative fix for WindowManager$BadTokenException when trying to show the app menu. Internally PopupWindow uses the supplied parent view to get a window token, so check that the anchor view / it's root view are attached to a Window in addition to checking if the decor view is attached. BUG=1105831 Change-Id: Ie270a6395c541a9be508f161913fb1ef79c0c74f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327316Reviewed-by:
Patrick Noland <pnoland@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#792955}
-
Darin Fisher authored
This is incomplete as the OS version number from base/system/sys_info.h is the Linux variant instead of the ChromeOS variant. That will be resolved as a follow-up CL. Bug: 1096590 Change-Id: Ibce956eeb3a5baafc0c98cf94f2fe988cb13173d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2267855Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Darin Fisher <darin@chromium.org> Cr-Commit-Position: refs/heads/master@{#792954}
-
Aaron Leventhal authored
In the future, we may also consider doing this for role=switch, which is also exposed as a toggle button for ATK/IA2. However, as of CL:1101849 Chrome purposely exposes both pressed and checked for role=switch toggle buttons in IA2. announcements in NVDA with ARIA toggle buttons. AX-Relnotes: avoid potential for superfluous announcements unchecked Bug: None Change-Id: Id10319e59cb39356862e7356177f21a6cadc4b83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316329 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#792953}
-
Brian Malcolm authored
This is intended to replace the ExternalPrintServersAllowlist policy. The old policy will still be used in the absence of the new one for at least a few releases of Chrome. BUG=chromium:1098046 Change-Id: I3e656555cd373a98d0dc0197fea327826720d7b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325027 Commit-Queue: Brian Malcolm <bmalcolm@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#792952}
-
Xianzhu Wang authored
After crrev.com/c/2319540, partial invalidation is for LayoutBoxes only, and no longer needs to combine with selection invalidation. Change-Id: I427797f85976f24b3c4c8238437ca1e49a21d840 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321051 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#792951}
-
Jon Mann authored
This is a reland of e1e445e8 with fixes for a compile error on chromeos_linux when building with the optimize_webui flag enabled. Original change's description: > Split MainPageBehavior between browser and OS settings. > > This is a prerequisite to implement lazy loading for Polymer 3. > > Bug: 1045266 > Change-Id: I92c428cd2c18d6f4096ee5fbdd26ae77efb831ec > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321954 > Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> > Reviewed-by: dpapad <dpapad@chromium.org> > Commit-Queue: Jon Mann <jonmann@chromium.org> > Cr-Commit-Position: refs/heads/master@{#792491} Bug: 1045266 Change-Id: Ie3e50ceb5cf23dc8e2eedf69cc7b169a790b0f31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327312Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Jon Mann <jonmann@chromium.org> Cr-Commit-Position: refs/heads/master@{#792950}
-
Dominic Mazzoni authored
Previously, any time there was a layout, the accessibility serialization code would scan every AXObject to see if any needed to update their bounding box. Instead, replace this with a mechanism that uses PaintInvalidator to mark AXObjects that might have dirty bounding boxes. Existing tests already provide some coverage; if you comment out the code in paint_invalidator.cc, a handful of browser tests fail. To provide even more coverage, a debug-only check walks the entire tree and ensures that no nodes have incorrect bounding boxes. If you try commenting out the code in paint_invalidator.cc now, hundreds of browser tests fail. This provides some good confidence that it's working correctly. Finally, add a new blink perf test demonstrating a simple scenario where this results in a dramatic speedup, just by focusing links in a document with a few thousand nodes. Bug: 1109081 AX-Relnotes: makes accessibility less sluggish on very large web pages Change-Id: I51a89d0b37ff356c5443b324080acefe0e7f3fbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319411 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#792949}
-
Hiroshige Hayashizaki authored
SimSubresourceRequest etc. take |mime_type| and sets response's MimeType, but not Content-Type response headers. Content-Type response headers are needed for a SVG-related SimTest and module scripts (which needs strict MIME type check based on Content-Type headers) in SimTest. This CL sets Content-Type headers in SimNetwork, to support these kind of tests in SimTest without explicit SimRequest::Params::response_http_headers. Change-Id: I14d2c0a0f9519baa782b20c9c97cb657070b44c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325531Reviewed-by:
Dominic Farolino <dom@chromium.org> Reviewed-by:
Nate Chapin <japhet@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#792948}
-
Brandon Wylie authored
Bug: 1110965 Change-Id: I54982da6c008bff04f49a742b6c3fa8eef6fe6d7 TBR=chouinard@chromium.org Change-Id: I54982da6c008bff04f49a742b6c3fa8eef6fe6d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327823Reviewed-by:
Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Natalie Chouinard <chouinard@chromium.org> Commit-Queue: Brandon Wylie <wylieb@chromium.org> Cr-Commit-Position: refs/heads/master@{#792947}
-
Tommy Li authored
This new AutocompleteResult::IsSuggestionGroupIdHidden API takes into account both the user preference, as well as the server-provided hint on default-hidden groups. In the future, all UI code will migrate to calling this method, and we will deprecate the existing omnibox::IsSuggestionGroupIdHidden free function, which doesn't take into account the server-provided hint. The pref fetching method has been renamed to: GetUserPreferenceForSuggestionGroupVisibility() This makes it super explicit that it just gets the user preference. Bug: 1106096 Change-Id: I93a3c9601dfb7f1a889cc58720ecf6c8a80fedf2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327630Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#792946}
-
Todd Sahl authored
IsSchemeOriginPairAllowedByPolicy() needs to account for argument |initiating_origin| possibly being null. This bug was introduced by my previous commit 13959638. Bug: 1110472 Change-Id: Idf007fa3719f8cd138ebb46d140f1acadffdfe57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2326730Reviewed-by:
Eric Lawrence [MSFT] <ericlaw@microsoft.com> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Todd Sahl <toddsahl@microsoft.com> Cr-Commit-Position: refs/heads/master@{#792945}
-
Jeremy Roman authored
Bug: 1110010 Change-Id: Iffc8cc76808b173a7109a21759e3a6d169161168 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316798 Commit-Queue: Jeremy Roman <jbroman@chromium.org> Auto-Submit: Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Cr-Commit-Position: refs/heads/master@{#792944}
-
manuk hovanesian authored
This reverts commit caf08029. Reason for revert: Original CL was reverted in order to fix a breaking test, but that test is unrelated to this CL and passing with this CL. Original change's description: > Revert "[omnibox] [rich-autocompletion] Unelide omnibox before setting focus." > > This reverts commit f28b7fc7. > > Reason for revert: Seems to have caused breakages of tests: > LookalikeUrlTestCase/testLookalikeUrlPageNoSuggestionClosePage > LookalikeUrlTestCase/testLookalikeUrlPageNoSuggestion > > Flake dashboard: https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=ios_chrome_web_eg2tests_module_iPhone%20(with%20patch)&tests=LookalikeUrlTestCase/testLookalikeUrlPageNoSuggestion > > > Original change's description: > > [omnibox] [rich-autocompletion] Unelide omnibox before setting focus. > > > > With the 1-line UI, rich autocompletion adds a label adjacent to the > > omnibox and then resizes the two as the autocompletion length changes. > > > > On location bar focus, the omnibox is unelided; e.g. google.com is > > unelided to https://www.google.com. > > > > Before this CL, unelision occurs *after* the location bar is given focus > > and its layout computed. > > > > With this CL, unelision occurs *before* the location bar is given focus > > so that it can reserve sufficient width for the unelided URL when > > updating its layout. > > > > Bug: 1062446 > > Change-Id: Id78d635255de69d9af97a5589a9e001eee3d0feb > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2304666 > > Commit-Queue: manuk hovanesian <manukh@chromium.org> > > Reviewed-by: Tommy Li <tommycli@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#789698} > > TBR=tommycli@chromium.org,manukh@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 1062446 > Change-Id: I0e46e30a07082a3ebb239dd6d05c65d46de64fd8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306136 > Reviewed-by: Alice Boxhall <aboxhall@chromium.org> > Commit-Queue: Alice Boxhall <aboxhall@chromium.org> > Cr-Commit-Position: refs/heads/master@{#789893} TBR=aboxhall@chromium.org,tommycli@chromium.org,manukh@chromium.org # Not skipping CQ checks because this is a reland. Bug: 1062446 Change-Id: I8ed617aab01cc8d4d52ba3d64f0ba4c5cd7aa76d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309139Reviewed-by:
manuk hovanesian <manukh@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#792943}
-
Daniel Hosseinian authored
Bug: 1018739 Change-Id: I20cefb2da3828e2717244810a3a960f14b0c52d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327282Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#792942}
-
Brian Ho authored
Currently, the `supports_pre_transform` capability is universally true on all Vulkan devices [1] and universally false otherwise [2]. This is incorrect for platforms where rotations need to be handled explicitly by Chrome (e.g. SkiaOutputDeviceBufferQueue used by SurfaceControl Android or Chrome OS in general). Without the pre-transform capability, SkiaRenderer will fallback to GPU composition to rotate the framebuffer instead of a zero-copy path like just using a rotated overlay [3][4]. This CL sets supports_pre_transform to true for Chrome OS specifically. Even though it should be universally true for all buffer queue platforms, I opt for an ifdef here because I don't have an Android dev setup and cannot verify that this won't introduce regressions. Bug: 1110443 Change-Id: Ic7a457de99533d8f3996f412b77a05a187390550 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324806Reviewed-by:
Peng Huang <penghuang@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#792941}
-
James Cook authored
Refactor WindowSizerChromeOS to eliminate its dependency on //chrome/browser/chromeos. Then link it into the lacros-chrome binary. The primary user-visible change is that new browser window are maximized on small displays, just like with chromeos-chrome. There are two remaining issues: - ForceMaximizeOnFirstRun policy support, crbug.com/1110548 - Wayland does not correctly report the display's work_area, so the restored bounds are incorrect, crbug.com/1110545 Bug: 1109050 Change-Id: I6209e61c1d606a722e66b146d9c62421b57adeb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325256 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#792940}
-
Jian Li authored
Bug: none Change-Id: I03cd5f3d360907d4bf5f8a733e95950e6a08e08d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324616Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Jian Li <jianli@chromium.org> Cr-Commit-Position: refs/heads/master@{#792939}
-
Hesen Zhang authored
Bug: 1110285 Change-Id: Iea0dc382455d9ed736262950ad79c706f449e509 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327374Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Hesen Zhang <hesen@chromium.org> Cr-Commit-Position: refs/heads/master@{#792938}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/cdda9dfe..21b6343f 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,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Icbade2dec51c984490195c41c05d41ccdcc0759d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327571Reviewed-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@{#792937}
-
Sven Zheng authored
This linux-ash-chromium-builder-fyi-rel is created to upload ash-chrome continuously to gs and the binary will be used to test lacros-chrome. The upload logic will be in the next cl when the bot can launch and run. Bug: 1109287 Ignore-CQ-Freeze: True Change-Id: Ib8c2983a84d8a16510634c29df2ee1680438651f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327372 Commit-Queue: Sven Zheng <svenzheng@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#792936}
-
Noah Rose Ledesma authored
This change adds methods used by the global media controls ui for switching the audio output device used by a page. MediaController::SetAudioSinkId was created allowing the MediaNotificationService to route the audio output of a MediaNotificationSession to a specified audio device. Mojo interfaces were expanded to allow for this IPC between the controller and session. Bug: 1096243 Change-Id: Icd0ad17d6ef88ec297444b8b2cbc7ddda6c2c4c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295799 Commit-Queue: Noah Rose Ledesma <noahrose@google.com> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Sean Topping <seantopping@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Auto-Submit: Noah Rose Ledesma <noahrose@google.com> Cr-Commit-Position: refs/heads/master@{#792935}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: Ia6fce008eaaf339e564589b8c08699cb34dbfdb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327655Reviewed-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@{#792934}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-win-chromium Please CC perfetto-bugs@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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: Ie72f937ac1ca7ab0987bb0beb7394bd63b543e48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327457Reviewed-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@{#792933}
-
Tina Wang authored
Enabling default search engine relevant policis to experimental settings. Bug: 1108998 Change-Id: Ifa6bb13c981cea73ca989903a4fb8098d207a0b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327452Reviewed-by:
sebsg <sebsg@chromium.org> Commit-Queue: Tina Wang <tinazwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#792932}
-
Teresa Kang authored
The offscreen/onscreen feature sets should be kept as closely as possible, hence willReadFrequently should be used in OffscreenCanvas:GetOrCreateResourceProvider() as well to decide whether to use CPU or GPU. Web tests are added accordingly to verify that the behaviour of offscreen/onscreen canvases is consistent. Bug: 1090180 Change-Id: I1f8df9cb1dec2fb3494f56db472958d978fe1c05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309569 Commit-Queue: Teresa Kang <teresakang@google.com> Reviewed-by:
Aaron Krajeski <aaronhk@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Juanmi Huertas <juanmihd@chromium.org> Cr-Commit-Position: refs/heads/master@{#792931}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7291750ae258..3e5d86a2375a 2020-07-29 gbeaty@chromium.org Generate revisions in json output for refs/ and origin/. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC apolito@google.com,ehmaldonado@google.com,sokcevic@google.com,ajp@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/+doc/master/autoroll/README.md Bug: chromium:1047893 Tbr: apolito@google.com,ehmaldonado@google.com,sokcevic@google.com,ajp@google.com Change-Id: I039ac4c07b181f098cf14fa6488a90de7bce3eeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327734Reviewed-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@{#792930}
-
Mitsuru Oshima authored
Bug: None Change-Id: I0e45af04798acbd7ff3e3ad2e71f08dc3eef41ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325089Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#792929}
-
Vincent Scheib authored
https://github.com/RootRobotics/root-robot-ble-protocol identifies this device's Bluetooth identifier UUID used when scanning for devices. Change-Id: Ie2f38e66308dd77e2206decff86204c1b09e0922 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327813 Auto-Submit: Vincent Scheib <scheib@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#792928}
-
David Benjamin authored
https://boringssl.googlesource.com/boringssl/+log/eda849d2e6e6a15a5a4dc728568ec12f21ebfb6d..70fee172042c9727f98ea2e6659eb77336e0dc7f The following commits have update notes: 70fee1720 Use golang.org/x/crypto in runner. Bug: none Change-Id: Iea91bf32735ba528fde507a5c16f505463f2e825 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327512 Commit-Queue: David Benjamin <davidben@chromium.org> Commit-Queue: Steven Valdez <svaldez@chromium.org> Auto-Submit: David Benjamin <davidben@chromium.org> Reviewed-by:
Steven Valdez <svaldez@chromium.org> Cr-Commit-Position: refs/heads/master@{#792927}
-
Daniel Classon authored
Abstracted the getSettingIdParameter from DeepLinkingBehavior so that it can be used in both settings/ and settings/chromeos/. Refactor DeepLinkingBehavior to use this function. Bug: 1084154 Change-Id: I2553d724d421ad34279aade5ce1964ebe9a8f578 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327179 Commit-Queue: Daniel Classon <dclasson@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#792926}
-
Sven Zheng authored
Bug: 1104291 Ignore-CQ-Freeze: True Change-Id: Ib821e8d82af078d8e6d27236310d4f99fda88d6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327464 Auto-Submit: Sven Zheng <svenzheng@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#792925}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/28e801ad3afb..08a3cc4cfbaa 2020-07-29 amaiorano@google.com Add doc for testing with SWANGLE 2020-07-29 amaiorano@google.com Add doc on using ANGLE instead of SwiftShader GL 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/+doc/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;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: Ibbbc837e5e148b81923ce98ebe51cd742bcdbb51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327343Reviewed-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@{#792924}
-
Sinan Sahin authored
Bug: 1110145 Change-Id: Ie0299b0564a5f6bd7cccb1358e113397dccd96e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327142Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Sinan Sahin <sinansahin@google.com> Cr-Commit-Position: refs/heads/master@{#792923}
-