- 08 Apr, 2020 40 commits
-
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/3150d88ba4ca..185d3d4fa709 git log 3150d88ba4ca..185d3d4fa709 --date=short --first-parent --format='%ad %ae %s' 2020-04-08 jvanverth@google.com Add onMap, onUnmap, and onUpdateData to GrD3DBuffer. 2020-04-08 fmalita@chromium.org [svg] Reference cycle avoidance 2020-04-08 bsalomon@google.com Add getter for channels to GrBackendFormat 2020-04-08 tdenniston@google.com [SVG] Fix application of skewX/skewY attributes 2020-04-08 reed@google.com more infixifcation -- no functional change 2020-04-08 mtklein@google.com add SkVM_min_max unit test Created with: gclient setdep -r src/third_party/skia@185d3d4fa709 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC csmartdalton@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: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: None Tbr: csmartdalton@google.com Change-Id: If85f3aa0ef83c5ec4eac948a3ffda5cccb54df97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142487Reviewed-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@{#757628}
-
Devlin Cronin authored
Introduce a action_info_test_util file that provides some common test functionality. In particular, this adds: - GetManifestKeyForActionType() to get a particular manifest key for an action type, and - GetActionInfoOfType() to retrieve an ActionInfo if and only if it is of the specified type. This is a test-only function because most production code shouldn't actually care about the type in question. This is another step in making actions more agnostic, to allow for an easier transition to a generic "action" key. Bug: 893373 Change-Id: I8b7551eba8cecc846df1524d7b1af254b40a0525 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133117 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#757627}
-
Tibor Goldschwendt authored
Makes simple and animated doodles focusable. Emulates click when pressing space or enter on a focused doodle. Bug: 1039910 Change-Id: I705f9dc048be0d2cbb30bb601e5a9d3e7cf2a2d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140775 Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#757626}
-
Scott Violet authored
I came across this when looking at some code. This code was added for mash: https://chromium-review.googlesource.com/c/1423397 . I'm pretty sure it's no longer necessary. BUG=none TEST=none Change-Id: I4338dbb7fd7b2dd8e795ffca37c38930f49cb9ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142316Reviewed-by:
Jun Mukai <mukai@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#757625}
-
Siyu An authored
Fixed: 1063901, 1063902, 1063903, 1066018 Change-Id: I1f47abc3c1aeda75a77e33fd7f9a69dec35a7014 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140618 Commit-Queue: Siyu An <siyua@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Auto-Submit: Siyu An <siyua@chromium.org> Cr-Commit-Position: refs/heads/master@{#757624}
-
Side Yilmaz authored
|Profile#getLastUsedProfile| is depreciated and replaced with |Profile#getLastUsedRegularProfile|. This CL updates DistilledPagePrefsView class. Note: This change is only code clean-up, does not change any behaviour. Bug: 1041781 Change-Id: I02df44675d0cc422b2d5681f3b9e946021718703 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2139716Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Side YILMAZ <sideyilmaz@chromium.org> Cr-Commit-Position: refs/heads/master@{#757623}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6e3984a4c68e..c2a74de9d52b Created with: gclient setdep -r src-internal@c2a74de9d52b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC melzhang@google.com,huangdarwin@google.com,battre@google.com,csharp@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.chrome.try:linux-chromeos-chrome Bug: chromium:790886 Tbr: melzhang@google.com,huangdarwin@google.com,battre@google.com,csharp@google.com Change-Id: I20ea091653315c409de859a45207cfc9c688f9df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142485Reviewed-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@{#757622}
-
Nnamdi Theodore Johnson-Kanu authored
This CL removes Easy Unlock Page strings that are not used/referenced in ChromeOS or browser settings. Bug: 967883 Change-Id: Ic668157f7d6a3bd37541620e339103e97a6099b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142143 Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#757621}
-
Andrew Grieve authored
Goals: 1) Fix incremental build speed regression of desugar_with_d8=true 2) Fix release build binary size regression of desugar_with_d8=true 3) Allow method backporting even when desugaring with Desugar.jar desugar_with_d8 = is_java_debug is replaced by: enable_bazel_desugar = true When this is set to false, D8/R8 is the only source of desugaring. Bug: 1067278 Change-Id: I637dc434b56af6b43bf56c3448bfa9992f84a7fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142392 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#757620}
-
Peter Kasting authored
This partially reverts commit c878198d. The programmatic computation is only enabled for extension and autogenerated themes for now. Long-term, we will figure out something we can do consistently, then enable that for all themes. Bug: 878664, 1068907 Change-Id: I8e66aac3f75dd25f0938d8ff1a61b1add4b855f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141650 Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#757619}
-
Gyuyoung Kim authored
This CL moves relpos-with-percentage-top.html test from css3/css-flexbox to external/wpt/css/css-flexbox with WPT styles, adding links to the relevant specs, and test description. Additionally, this CL renames the file name to position-relative-percentage-top-001.html to be align with WPT test names. Bug: 1063749 Change-Id: I28c7e91e25678f30ad7af38464be8bfc6c87644b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134752 Commit-Queue: David Grogan <dgrogan@chromium.org> Reviewed-by:
David Grogan <dgrogan@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#757618}
-
Oriol Brufau authored
When inspecting a ::marker originated by a ::before or ::after pseudo elements, the devtools use InspectorCSSAgent::getMatchedStylesForNode to retrieve the styles of the ::marker. This ends up calling MatchSlottedRules, which gets the AssignedSlot() of the originating ::before or ::after. But pseudo-elements can't have an assigned slot, so a DCHECK fails. This patch avoids this problem by aborting PseudoCSSRulesForElement in case that we have a pseudo-element. This also fixes the issue that devtools used to say that a *::marker selector would match a nested ::before::marker or ::after::marker. BUG=457718 TEST=http/tests/devtools/elements/styles-2/nested-pseudo-elements.js TEST=inspector-protocol/css/nested-pseudo-element-matching-selectors.js Change-Id: I78a1efe708dc1668934025141231b2cc87f34136 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138413 Commit-Queue: Oriol Brufau <obrufau@igalia.com> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#757617}
-
Chong Gu authored
Add flags to turn on Vulkan for content_shell on Fuchsia in AEMU. Skip tests that don't work with Scenic. Create new cmx for content_shell. Bug: 1047480 Change-Id: Iaff6064da088647041bef33646297ef652218aa8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055793Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Chong Gu <chonggu@google.com> Cr-Commit-Position: refs/heads/master@{#757616}
-
Renjie Tang authored
This reverts commit 5d234387. Reason for revert: The session cache needs more implementations. It shouldn't be used right now. Original change's description: > Initialize QuicClientSessionCache in QuicCryptoClientConfig. > > Change-Id: I1f82aab5bf180adf0dc489b833689fabbf9a1749 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2122864 > Reviewed-by: Nick Harper <nharper@chromium.org> > Commit-Queue: Renjie Tang <renjietang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#753821} TBR=nharper@chromium.org,renjietang@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I49553222e74e22ac194b8cc50f1d11bb28844737 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142616Reviewed-by:
Nick Harper <nharper@chromium.org> Reviewed-by:
Renjie Tang <renjietang@chromium.org> Commit-Queue: Renjie Tang <renjietang@chromium.org> Cr-Commit-Position: refs/heads/master@{#757615}
-
Garrett Beaty authored
Bug: 1067057 Change-Id: Ia9add83106c0762154c579c8b84cbc5770efb4cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140070 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#757614}
-
edchin authored
Change-Id: I6e055da42a23042a6c05e535ab101c73460d1326 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142532 Commit-Queue: edchin <edchin@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Auto-Submit: edchin <edchin@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#757613}
-
Justin DeWitt authored
Additionally adds @Nullable to all methods returning a pointer type, so that the default implementation can return it. Bug: 1054944 Change-Id: I911337e2e7d0ef7a00d3575a8e1bc45404f5c810 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141008Reviewed-by:
Cathy Li <chili@chromium.org> Commit-Queue: Justin DeWitt <dewittj@chromium.org> Cr-Commit-Position: refs/heads/master@{#757612}
-
Ben Mason authored
Bug: 1060545 Change-Id: I198d8d89e55c674e07e8341914012c0f731d229f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140919Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Ben Mason <benmason@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Auto-Submit: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#757611}
-
Stephen Roe authored
Bug: 1042512 Change-Id: I841d36d7d0a17ae0201f3cb653a1a70ef98b903d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142325Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Stephen Roe <steveroe@google.com> Cr-Commit-Position: refs/heads/master@{#757610}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/3d1386f3ea3f..2319607679d7 git log 3d1386f3ea3f..2319607679d7 --date=short --first-parent --format='%ad %ae %s' 2020-04-08 geofflang@chromium.org GL: Protect against infinite loops with CONTEXT_LOST in CheckError 2020-04-08 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/vulkan-validation-layers/src 004b2914bfe3..4db086125947 (9 commits) 2020-04-08 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/SwiftShader bdb6807825ac..63ed0e445fa5 (8 commits) 2020-04-08 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/vulkan-loader/src 122067a02a25..bb8be13e3ffe (1 commits) 2020-04-08 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/spirv-tools/src 4af38c49bfee..538512e8e898 (2 commits) Created with: gclient setdep -r src/third_party/angle@2319607679d7 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC jonahr@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: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-asan;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: jonahr@google.com Change-Id: Ibdf1307b0c83870fc5e46744e428d10f86e6e144 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142480Reviewed-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@{#757609}
-
Yoshifumi Inoue authored
This patch replaces wrong Blink runtime enable feature name EditingNG introduced by [1]. [1] http://crrev.com/c/2111410 Add config for linux-layout-tests-edit-ng Bug: 1062919 Change-Id: I821b27a3291197fb1c4b2a94417f6ec901e6924c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141553 Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#757608}
-
Lukasz Anforowicz authored
This CL adds the following test suites (run with --site-per-process flag) to the Site Isolation Android FYI bot [1]: - android_browsertests - chrome_public_test_apk - content_shell_test_apk [1] https://ci.chromium.org/p/chromium/builders/ci/Site%20Isolation%20Android Bug: 658853 Change-Id: I4cff1e84a9565ec48c07eeaaecee22b92e0b0eed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141042 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#757607}
-
Kurt Horimoto authored
This is no longer necessary, as OverlayPresentationContextViewController defines the presentation context for overlay UI presented using UIModalPresentationOverCurrentContext presentation. Bug: 1068418 Change-Id: I6909389cdbc6b2abe2a0f01414e823e78e8072fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140189 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#757606}
-
danakj authored
Move per-frame code over to WebFrameTestProxy. Remove RenderViewObserver::DidClearWindowObject as its a duplicate of the RenderFrameObserver interface. Migrate ShellRenderViewObserver to a ShellRenderFrameObserver. Remove RenderView methods for edit commands, the code to call these has the RenderWidget and should call directly. This fixes non-main-frames to do the right thing instead of going to a (maybe existing) main frame unconditionally. R=avi@chromium.org Bug: 866140 Change-Id: I7145c713287af430d120f31c81f77ec0c1d59054 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140606Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#757605}
-
Becca Hughes authored
Change-Id: I87a9fbff978a931cee4b12fd932da9348b5daf52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142515 Auto-Submit: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#757604}
-
Katie D authored
In the omnibox we should show the original article's URL for distilled pages, but if the distilled URL is invalid then we should continue to show the dom-distiller:// URL rather than nothing. This might happen if a user types in a URL beginning with dom-distiller://. We do not want users to try to navigate directly to dom-distiller pages, but we should handle the omnibox well when they do. Bug: 1066552 Change-Id: I7e569b74c49f9c5557647635f53815f724c8ce33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129900 Commit-Queue: Katie Dektar <katie@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#757603}
-
Akos Kiss authored
If set, the new argument allows //testing/libfuzzer/unittest_main.cc to be used as fuzzer test driver even if use_libfuzzer and use_afl are both false. Change-Id: I3ce5ee97ce244ba1e09393ddf0305881688ec64d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138434Reviewed-by:
Jonathan Metzman <metzman@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Commit-Queue: Jonathan Metzman <metzman@chromium.org> Cr-Commit-Position: refs/heads/master@{#757602}
-
Kurt Horimoto authored
When the Browser is destroyed, all OverlayRequests are cancelled. However, if there is a presented overlay, |presenting_| will still be true. The active request is moved from the WebState to the |removed_request_awaiting_dismissal_| variable until it is finished being dismissed. This CL checks that the active request is non-null before checking whether the presentation context is capable of presenting its UI with its new capabilities. Additionally, the cancelled request is destroyed when the Browser is destroyed so that its completion callback can be executed. Bug: 1065564 Change-Id: I12f4ae9b2d6090b631590a18d0314d2175822490 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135153 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Auto-Submit: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#757601}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/f7065f441485..5185df5cad73 git log f7065f441485..5185df5cad73 --date=short --first-parent --format='%ad %ae %s' 2020-04-08 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 32ec1c1c..e20438c5 (757394:757496) Created with: gclient setdep -r src/third_party/webrtc@5185df5cad73 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/+/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I6abfbda315372e9f76a5474077b6c75bcebf1036 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142484Reviewed-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@{#757600}
-
Nnamdi Theodore Johnson-Kanu authored
This CL moves chromeOS strings open network strings from settings_strings.grdp to chromeos_strings.grdp. This CL continues the process of moving all chromeOS specific strings. Bug: 967883 Change-Id: I32cb1c74f0a827665c105b47e5e6e762872e7e1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142574Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com> Cr-Commit-Position: refs/heads/master@{#757599}
-
Muyao Xu authored
Bug: 1060448 Change-Id: I54a1681f9fbf05b6ec08eea8811e58f029e4d8fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140924Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Commit-Queue: Muyao Xu <muyaoxu@google.com> Cr-Commit-Position: refs/heads/master@{#757598}
-
Brian Sheedy authored
Switches away from synthetic dimensions (e.g. "intel-hd-630-win10-stable"), as they should be unnecessary with the implementation of the OR operator for swarming dimensions. Bug: 1057886 Change-Id: If7ee72caef8d1a6346f827c9cd2065f2c957cee7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138508 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#757597}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/63ed0e445fa5..1cba0a9c3a8a git log 63ed0e445fa5..1cba0a9c3a8a --date=short --first-parent --format='%ad %ae %s' 2020-04-08 bclayton@google.com Regres: Post coverage results even if the test lists have not changed. 2020-04-08 amaiorano@google.com CMake: split out all src/OpenGL targets into their own CMakeLists 2020-04-08 amaiorano@google.com CMake: split out SwiftShader GL deps into separate files 2020-04-08 amaiorano@google.com CMake: clean up dependencies 2020-04-08 bclayton@google.com Add SystemBenchmarks. 2020-04-08 bclayton@google.com VkCommandBuffer: Remove static Cast() method Created with: gclient setdep -r src/third_party/swiftshader@1cba0a9c3a8a 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/+/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: Ia7f87d05a2e8d10e8a6fc53b6acecbb05a4c7fa6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142209Reviewed-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@{#757596}
-
Devlin Cronin authored
The ExtensionContextMenuModel looks at the action type in order to determine if context menu items match. Instead of using a bespoke enum, use ActionInfo::Type directly (with a base::Optional<> to indicate no action). This also: - Removes a ternary that treated TYPE_ACTION the same as TYPE_BROWSER - Removes the action type as a member variable, since its only used in one place. Finally, this helps pave the way for introducing an "action" context for menus. Bug: 893373 Change-Id: Ibef23864c8a849f7248cd6b73ef1dfe728962a58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132531Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#757595}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/afc869eaff5b..595e98f87513 git log afc869eaff5b..595e98f87513 --date=short --first-parent --format='%ad %ae %s' 2020-04-08 thestig@chromium.org Add FPDFFormFillEmbedderTest.HasFormFieldAtPointForXFADoc. 2020-04-08 thestig@chromium.org Add a <medium> to simple_xfa.{in,pdf}. 2020-04-08 thestig@chromium.org Add FPDFFormFillEmbedderTest.KeyPressWithNoFocusedAnnot. 2020-04-08 amit@pspdfkit.com Fix FindPageIndex() search algorithm. 2020-04-08 thestig@chromium.org Roll v8/ 1668abddd..5deecef68 (111 commits) 2020-04-07 tsepez@chromium.org Cover CJX_Script::stateless() from JavaScript test Created with: gclient setdep -r src/third_party/pdfium@595e98f87513 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@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/+/master/autoroll/README.md Bug: None Tbr: pdfium-deps-rolls@chromium.org Change-Id: Ia1211074f63cbbdb5a60241bf9373c33341ae77f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142482Reviewed-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@{#757594}
-
Frank Liberato authored
In order to allow decoding off the GPU main thread, this CL starts to clean up some of the threading issues in D3D11VideoDecoder. Most of it is already separating "decoder thread" and "main thread" work, but this cleans up some of the remaining instances. This CL doesn't actually change threads, though it does cause an extra post during init and when sending pictures. However, both of these likely cause no visible latency, since they're not sync. Change-Id: Ib5ea5c40c465efe129e0e9096c218d277e4af53c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118219 Commit-Queue: Frank Liberato <liberato@chromium.org> Reviewed-by:
Ted Meyer <tmathmeyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#757593}
-
Antonio Gomes authored
CL adds <title>, <link>s and <meta name=assert> entries to the original test, and moves it to external/wpt/css/filter-effects/. Target location/name: external/wpt/css/filter-effects/effect-reference-feimage-002.html Associated TestExpectations entries are also updated. BUG=968791,1063749 R=fs@opera.com Change-Id: I5f386156497b891abbd46dd8b4c600274de316a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141595 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#757592}
-
Collin Baker authored
When not clickable, the PaymentRequestRowView needs to disable its Button behavior but still allow its children to receive events. View::SetEnabled(false) will disable both. This changes it to just set the Button state instead. Fixed: 1068872 Change-Id: I3ee43a6f4fd9d9c48578ba4f5c7b90e67243897f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142147Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#757591}
-
Timothy Gu authored
According to the HTML Standard [1]: > An element with the tabindex attribute specified is interactive > content. In a subsequent review [2], this clause is reaffirmed by the editor of HTML. Thus, we implement this accordingly. This commit also adds comprehensive testing for all kinds of interactive content, which have differential treatment by the <label> element relative to other elements. [1]: https://html.spec.whatwg.org/C/#the-tabindex-attribute [2]: https://github.com/whatwg/html/issues/5414 Fixed: 1065048 Change-Id: I8deff810fead2c9170e18dd4d06dc642f68e6742 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2122369 Commit-Queue: Timothy Gu <timothygu@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#757590}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/3d1d9352..2f3157ba 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: Iecc415335c1d3edf3cf6203a5ac7987fc6d97908 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141349Reviewed-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@{#757589}
-