- 25 Sep, 2020 26 commits
-
-
Steven Bennetts authored
Tast.NetworkEventLog is showing some frequent errors. This demotes or modifies the errors to avoid spam on frequently loaded builders. https://tastboard.corp.google.com/test/logs.NetworkEventLog Bug: b/167581118 Change-Id: I23520471f9fc14fc7a4200143c9ac7e557cd37b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2430024Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#810384}
-
Garrett Beaty authored
The mojo builders have been moved to the chromium.mojo builder group and the old entries are no longer necessary. Bug: 1131163 Change-Id: I8a2fdc1d46d24109e7fcc24ae9aa5df23aa93acb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429284 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#810383}
-
chromium-internal-autoroll authored
Release_Notes: http://go/media_app-x20/relnotes/Main/media_app_202009240800_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/media_app/app/+/jVnFFKK_QUsuM6vpE9PGM0P46Dc1MxtkuRNyoYqmMlEC If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/media-app-chromium-autoroll Please CC media-app@grotations.appspotmail.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.chrome.try:linux-chromeos-chrome;luci.chrome.try:linux-chromeos-chrome-easwa Bug: b/159851982,b/160194281,b/161406194,b/169111126 Tbr: media-app@grotations.appspotmail.com Change-Id: I593d67ad295379640529711283caecdab8e4893c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428821Reviewed-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@{#810382}
-
Joel Hockey authored
Screenshots: http://go/chrome-ss/0a0bc6ca1f1985c5c25a726a8ef123c27c33c7e1 http://go/chrome-ss/bd6f5d9d4ef33bd9ae8addb575c88dd2a1d04818 http://go/chrome-ss/d4b444ab2d88cb4bd11e21e52b7246de60c8bf71 When Chrome OS did not support external protocol handlers, it replaced browser/ui/views/external_protocol_dialog with browser/chromeos/external_protocol_dialog which states that no handlers are available. ARC has added a dialog which is shown when any android apps can handle a link. This CL uses the standard ExternalProtocolDialog for Guest OS apps when ARC does not handle a link, but Guest OS can. * Renamed CrOS version of ExternalProtocolDialog to ExternalProtocolNoHandlersDialog. It is still used when no handlers are found. * Changed ui/views/external_protocol_dialog to now be compiled into CrOS, but leaving out ExternalProtocolHandler::RunExternalProtocolDialog which is provided in the CrOS version: chromeos/external_protocol_dialog.cc. * Replaced platform_util_chromeos OpenExternal to Launch the registered Guest OS app. This function was previously not ever called in CrOS. Bug: b/168506505 Change-Id: I89ffd84b9308cb2ce4b7e0691183e0da3402a4cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2423675 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Jason Lin <lxj@google.com> Cr-Commit-Position: refs/heads/master@{#810381}
-
Pranav Batra authored
Bug: 1015662 Test: xvfb-run ./unit_tests --gtest_filter=PrintPreviewStickySettingsUnittest.* Change-Id: I7eb02464ac26aa899e30b846123b1e291d90488f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411566Reviewed-by:
Sean Kau <skau@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Pranav Batra <batrapranav@chromium.org> Cr-Commit-Position: refs/heads/master@{#810380}
-
Mei Liang authored
crrev.com/c/2402302 assumes TabModelSelector is always initialized which is no longer true with Instant start enabled. This CL fixes the wrong assumption by checking the TabModelSelector initialization state before accessing the TabModelSelector. Because of Instant start, we should always use the cached flag/value. We need to get the thumbnail aspect ratio from the TabUiFeatureUtilities#THUMBNAIL_ASPECT_RATIO instead of ChromeFeatureList#getFieldTrialParamByFeatureAsDouble which requires native initialization. We update all the usages to use the cached value in crrev.com/c/2427149. This CL is verified to be behind the gating function TabUiFeatureUtilities#isLaunchPolishEnabled by formal equivalence checking tool here: http://crrev.com/c/1934235. Change-Id: Ib4e72d9535328034a3914adec44ea744826d92cb Bug: 1131441 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427345 Commit-Queue: Mei Liang <meiliang@chromium.org> Reviewed-by:
Xi Han <hanxi@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#810379}
-
Morten Stenshorne authored
We need to walk fragment item children, in case there are floats in there. This will make things like offsetLeft and offsetTop work for such floats, fixing a few web tests. Bug: 829028 Change-Id: I57f9901afe19b375d92b785a09358904d66b028e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428866Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#810378}
-
Kyle Williams authored
This destination is used by the CfM Hotlog service, a system daemon installed on Meet Device hardware to upload telemetry data to our own backends. BUG=b:169342326 TEST=none Change-Id: If51bfa6459c7c1a0fd81dca97949995d49563e70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429434 Commit-Queue: Kyle Williams <kdgwill@chromium.org> Reviewed-by:
Zach Trudo <zatrudo@google.com> Cr-Commit-Position: refs/heads/master@{#810377}
-
Kyle Horimoto authored
Includes icons for the Settings, Wallpapers, and Keyboard Shortcuts apps. Screenshot: https://screenshot.googleplex.com/7KdMiBkMFH7fuxh.png Change-Id: I6cf1d45d78f36caeb1429629cc0067b1cbd57daa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429395 Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#810376}
-
Andrew Grieve authored
Remnants from pre-R8. Change-Id: I7acc511189badbf61ddd69b64a0b388473079bf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2430026 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#810375}
-
Anton Bikineev authored
This is needed to simplify initialization interface, especially when PCScan is added. Bug: 11297512 Change-Id: I674f5b2f237bfb08e4dcbfd83e1fa3854acf9886 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421676 Commit-Queue: Anton Bikineev <bikineev@chromium.org> Reviewed-by:
Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#810374}
-
Kramer Ge authored
Multiple buffer acks arrive from Wayland server for a frame. BufferQueue only expects one swap completion callback and one presentation feedback per frame. This CL groups buffers acks in the same frame and run callbacks when buffers in 1 frame are all ack'ed. This is 5/? CL for overlay forwarding using wl_subsurface. Bug: 1063865 Change-Id: I026eb1aba38288c5436c672af4101d61495031b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343545Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Maksim Sisov (GMT+3) <msisov@igalia.com> Commit-Queue: Kramer Ge <fangzhoug@chromium.org> Cr-Commit-Position: refs/heads/master@{#810373}
-
Tibor Goldschwendt authored
This is in preparation to render a shopping task module on the NTP. In follow up CLs, we will use the shopping tasks service to query available tasks upon NTP load. The shopping tasks service queries GWS for available tasks and expects GWS to respond with a JSON like the one below: { "update": { "shopping_tasks": [ { "title": "hello world", "products": [ { "name": "foo", "image_url": "https://foo.com", "price": "$500", "info": "visited 5 days ago", "target_url": "https://google.com/foo" } ], "related_searches": [ { "text": "baz", "target_url": "https://google.com/baz" } ] } ] } } Fixed: 1130852 Change-Id: I544a2034540d132869b7d55da5b22b7e614358c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426767 Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#810372}
-
Brian Salomon authored
Change-Id: I7a9c9252892615fe4a7dc42566a6398403481483 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429969 Auto-Submit: Brian Salomon <bsalomon@google.com> Reviewed-by:
Peng Huang <penghuang@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Commit-Queue: Brian Salomon <bsalomon@google.com> Cr-Commit-Position: refs/heads/master@{#810371}
-
Kyle Horimoto authored
This CL also adds a NearbyConnection class, which currently does nothing when Connect() is called. A future CL will call the Nearby Connections API within that class. Bug: 1106937 Change-Id: I397c7c8ff62092559b158f8cb09b8e0948544188 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425211Reviewed-by:
James Vecore <vecore@google.com> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#810370}
-
K. Moon authored
Adds throttling that pauses loading when too much unread data accumulates, then resumes loading when the backlog clears. For consistency, switches all EXPECT_CALL() expectations without argument matchers in url_loader_unittest.cc to the argument-less form. Fixed: 1099022 Change-Id: Iac02f17bbcac166e92e19611e5ad35786a3c3a2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427844 Commit-Queue: K. Moon <kmoon@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#810369}
-
chromium-internal-autoroll authored
Release_Notes: http://go/help_app-x20/relnotes/Main/help_app_nightly_202009240800_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/help_app/app/+/pmx13oYqsBxVgUj6p9fCwrTtgN1M6INq4nvwNMlYmL4C If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/help-app-chromium-autoroll Please CC help-app@grotations.appspotmail.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.chrome.try:linux-chromeos-chrome Bug: b/153596786 Tbr: help-app@grotations.appspotmail.com Change-Id: Id05f048c0b4f0491ebfc252f6f509dfad0ec64db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429167Reviewed-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@{#810368}
-
Ana SollanoKim authored
Previously, the size and offset of the grid in the unit test FixedSizePositioning (added in the following change https://chromium-review.googlesource.com/c/chromium/src/+/2369673) differed from the rendered result; the grid's size was 100x400 rather than 200x200, and the items' offsets in x were 0. This change fixes the expectation to match the rendered result by deleting the parameters shrink_to_fit and is_new_formatting_context from the function ConstructBlockLayoutTestConstraintSpace(). A div was also added to wrap the grid. Moreover, the intrinsic_block_size and border_box_size are defined. The case where the height is auto is a TODO for now because it depends on final computed row/column sizing, which is still in progress. Bug: 1045599 Change-Id: I4dbbb093e12aa4aa7cd1a26168212e63e870ebde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422277 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Ana Sollano Kim <ansollan@microsoft.com> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Ethan Jimenez <ethavar@microsoft.com> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Kurt Catti-Schmidt <kschmi@microsoft.com> Cr-Commit-Position: refs/heads/master@{#810367}
-
Dana Fried authored
When allocating zero-weight views, FlexLayout expects them to be allocated up to their preferred size in the first pass or dropped out. However, if the preferred size is zero, they may not yet be visible in the second (allocate-excess-space) pass. We had a consistency DCHECK that was failing if the view wasn't visible the second pass; this is now updated to visible OR zero-preferred-size. Change-Id: I41368f09bf2fa3056f7676e26ad1b0ba2c895925 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429647 Commit-Queue: Dana Fried <dfried@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Auto-Submit: Dana Fried <dfried@chromium.org> Reviewed-by:
Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#810366}
-
Frank Liberato authored
We're getting some crashes that look like either use-after-free or heap corruption in MediaWebContentsObserver. This CL adds a quick check for it, that will abort if it finds either, and tell us which one it found. Hopefully, it will help us to narrow down if (a) use-after-free/corruption is actually what's going on, and (b) if it's happening as part of the call into MWCO or earlier. Change-Id: I91edc46af55b9dcbd223b01c3bb80c22b1386903 Bug: 1111291 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429246Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#810365}
-
Chris Thompson authored
As part of moving CT verification to occur within the state machine of cert verification, move the CTVerifyResult fields into the CertVerifyResult as appropriate. As a nice side benefit, this allows CT verification details to be handled in browser tests using ContentMockCertVerifier. Bug: 848277, 1016635 Change-Id: I365358ca12ecd9205d8103ed0e3396cdb48144b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2423060Reviewed-by:
Robbie McElrath <rmcelrath@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#810364}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/afef7a74a796..9e81182f8ea5 2020-09-24 alessiob@webrtc.org RNN VAD build file refactoring: split into separate (private) targets 2020-09-24 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 532b3f34..b70f108b (810021:810146) 2020-09-24 phensman@webrtc.org Remove instance of IP logging in NetworkMonitorAutoDetect If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I4da42077bcf247fc09fc8e9e6d7c001ed5f58eea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429376Reviewed-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@{#810363}
-
Sylvain Defresne authored
Change all files that depends on the existence of the deprecated global sources assignment filter to explicitly configure it by importing the deprecated_default_sources_assignment_filter.gni and calling set_sources_assignment_filter(). This is a preliminary step before removing the global assignment in //build/config/BUILDCONFIG.gn and incremental migration of those files from the deprecated feature. To verify, used a patched version of gn: https://gn-review.googlesource.com/c/gn/+/6401 And then ran: gn gen out/xxx | grep Filtering: | sort with and without the patch for all configuration (cross-compiling Windows on Linux). This is a followup of https://crrev.com/c/2418443 that missed some of the usages (as not all configuration were tested). TBR=jochen Bug: 1018739 Change-Id: I76d38ec4e3720d36de30bb7921148ca76b3d4d01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428894Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#810362}
-
Alan Screen authored
Components have rules about dependencies of higher vs. lower layers. Make note that //printing is a lower layer, similar to //gpu. Change-Id: Ifee3a053561a157ff400e16aeede4452486247da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424069Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Alan Screen <awscreen@chromium.org> Cr-Commit-Position: refs/heads/master@{#810361}
-
Mason Freed authored
In [1], the view source document table was changed to word-break: keep-all, to avoid the slow layout path for word-break:break-all. The intention there was to not allow word breaking at all, and have each source line on a single displayed line. The better (correct) way to achieve that is to use the white-space property, as pointed out by kojii@ in [1]. This CL changes the white space property to pre, instead of nowrap (as suggested), to also preserve white space in the source file. [1] https://chromium-review.googlesource.com/c/chromium/src/+/2424038 Bug: 920571 Change-Id: I3271dcce2f7f546ea5f8a33997226e2ec4894fd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429204 Commit-Queue: Mason Freed <masonfreed@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#810360}
-
James Hawkins authored
R=khorimoto@chromium.org Bug: 1045266 Test: OSSettingsNetworkProxySection* Change-Id: I3594eadfee74353e4e9b91ced94906baa81d3813 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429245Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: James Hawkins <jhawkins@chromium.org> Cr-Commit-Position: refs/heads/master@{#810359}
-
- 24 Sep, 2020 14 commits
-
-
Zentaro Kavanagh authored
Bug: 1125150 Test: browser_tests --gtest_filter=DiagnosticsApp* Change-Id: If4bdef02e6b91446014916a4ec6ae51f97ae3cb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425424Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Commit-Queue: Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#810358}
-
Mason Freed authored
Quirks mode layout is slower, so change to no-quirks. Note that this goes against the spec [1], which mandates quirks mode for text documents. An issue [2] has been raised to change that, but in the meantime, this seems like a very low (compat) risk change. For now, however, the WPT test will not be changed, and a broken expectation will be committed. [1] https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-text [2] https://github.com/whatwg/html/issues/5939 Bug: 1131185 Change-Id: If7ac8cbe8b4ec277f2cb288d120698b9bacf773c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425109 Commit-Queue: Mason Freed <masonfreed@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#810357}
-
Yury Khmel authored
This adds interface to request new metrics Example of usage: crrev.com/c/2426728 Payload implementation: ag/12668933 BUG=b:169211158 TEST=Locally in prototype Change-Id: If89cb8ba6e136ac0e1bb7f60b3e078b8624b3639 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424587Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Yury Khmel <khmel@google.com> Auto-Submit: Yury Khmel <khmel@google.com> Cr-Commit-Position: refs/heads/master@{#810356}
-
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-aemu-chromium-autoroll Please CC chonggu@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: chonggu@google.com Change-Id: I280e5720d4eefb43ad5d87ac39f0ba21e1384f38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429332Reviewed-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@{#810355}
-
Christopher Cameron authored
The new SharedImage path for VTVideoDecodeAccelerator needs to know whether or not it is on the passthrough decoder. Plumb this through. This is prerequisite to enabling SkiaRenderer on macOS. Bug: 1108909 Change-Id: I79d5f936cd5852ab33938e530fb739a5fb3f3045 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427212Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#810354}
-
Peng Huang authored
SkiaRenderer SKP mode is not useful anymore, so remove it to make SkiaRenderer cleaner. For supporting SW compositing, we should be able to implement a new SkiaOutputSurface for it. Bug: 1130976 Change-Id: Id2faadfb9949101378da7e226245a6ffd2a640a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422255Reviewed-by:
weiliangc <weiliangc@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#810353}
-
Yuki Shiino authored
base/allocator/allocator_shim_default_dispatch_to_mac_zoned_malloc.h is unused. Removes it. Change-Id: I26e88508c972b3912849269845ca873e838d3425 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428289Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#810352}
-
Xianzhu Wang authored
Exclude LayoutText when calculating compositing reasons for SVG children. Bug: 1127611 Change-Id: Ie6564d78765ecf1afe00d9001982b0a839c1fb83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429389Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#810351}
-
Siye Liu authored
The change to notify input method about type change in omnibox during CJK TIP[1] causes regression that switching to a new tab will change JPN TIP to English mode instead of Hiragana mode. The reason is that when input method is notified about the text input type change, Windows input service is also notified about the change. Therefore, the input mode is changed from hiragana mode to English mode in JPN TIP. We should only notify input service if the input type is changed to a different value. We should also use the cached input type to find the associated TSF document. [1]: I0266d9617277696ccb8bfa42ad76f9cbc3d802f3 fe7e213c Bug: 1108845 Bug: 1124612 Change-Id: I9ec643c7d2058695e8bc396d764ba598d6235b88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2392415Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Siye Liu <siliu@microsoft.com> Reviewed-by:
Yohei Yukawa <yukawa@chromium.org> Commit-Queue: Siye Liu <siliu@microsoft.com> Cr-Commit-Position: refs/heads/master@{#810350}
-
Mason Freed authored
This is a fairly basic test that simply attaches 1000 open and closed declarative shadow roots. Bug: 1042130 Change-Id: I8185b2f7f283d8480647a07971812ef62adee1f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422154 Auto-Submit: Mason Freed <masonfreed@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#810349}
-
Abigail Klein authored
VoiceOver bug. On MacOS 10.15, there is a Voiceover bug where the webpage reads automatically, even when the “Automatically speak the webpage” checkbox in Voiceover Utility isn’t checked. That checkbox is unchecked by default, so we should make Chrome have the best behavior for the default. VoiceOver in MacOS 11 (expected launch September/October) fixes that bug, but introduces many new bugs in both Chrome and Safari. We would like to fix 10.15 so that users do not need to upgrade to 11 if they do not want to. The fix: Do not fire any AXLoadComplete events in MacOS 10.15 only. For a longer explanation of this change, see this document: https://docs.google.com/document/d/19s6E0hjTyzB9XU44bdCpXNOaQ8c6nbLRnJbR1EsltL4/edit# Bug: 1049320 Change-Id: I48daf81da431d8965163fe99c7c448dc8f9403f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427070Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Abigail Klein <abigailbklein@google.com> Cr-Commit-Position: refs/heads/master@{#810348}
-
Sammie Quon authored
Test: manual Bug: 1120132 Change-Id: I288ba34d7843dde8077a0c998d02d080b11e5412 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426466 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#810347}
-
Joe Downing authored
This flag is still useful (and relied on for several tests) so we don't want to remove it yet. We are working on a second version of the KeyboardLock spec which will allow callers to specify whether they want to capture system keyboard events. Once that spec is signed off, we plan to implement the feature and remove this flag. Change-Id: Ifd5d07c7643213eea3060deefe59659d3d0bcce8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429144 Commit-Queue: Gary Kacmarcik <garykac@chromium.org> Reviewed-by:
Gary Kacmarcik <garykac@chromium.org> Cr-Commit-Position: refs/heads/master@{#810346}
-
David Van Cleve authored
ExpiryInspectingRecordExpiryDelegate uses Trust Tokens signed redemption records' associated token issuance verification keys in order to decide whether a given signed redemption record has expired. This is a little subtle, because signed redemption records *also* have associated public- key signatures, verified by "signed redemption record verification keys," which are distinct from SRRs' associated token issuance verification keys. For the most part, the comments in expiry_inspecting_record_expiry_delegate.{h,cc} go out of their way to make the distinction explicit, but there was a comment that mentioned the SRR's "verification key", rather than its associated token issuance verification key. This patch updates the comment in question to be clearer. Tbr: svaldez@chromium.org Change-Id: I87f45aa411c9c4462bf7fd4ce00a92ca41056daa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429304Reviewed-by:
Steven Valdez <svaldez@chromium.org> Reviewed-by:
David Van Cleve <davidvc@chromium.org> Commit-Queue: Steven Valdez <svaldez@chromium.org> Cr-Commit-Position: refs/heads/master@{#810345}
-