- 30 Nov, 2019 1 commit
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/39000a4a1c2c..a75cf40b2371 Created with: gclient setdep -r src-internal@a75cf40b2371 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 jbudorick@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:None Tbr: jbudorick@google.com Change-Id: I8a003a11f735924e077cb96a9135464f0d9a69c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944318Reviewed-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@{#720303}
-
- 29 Nov, 2019 39 commits
-
-
Morten Stenshorne authored
Bug: 829028 Change-Id: I252901109502256f14bc68e64d4303006db50a13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944350 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#720302}
-
Rune Lillesveen authored
If BlockHTMLParserOnStyleSheets is enabled, style sheets block the parser and are never render blocking. That is, HaveRenderBlockingResourcesLoaded() always return true. The test FragmentNavChangesFocusWhileRenderingBlocked is relying on render blocking to be a concept. Only run that with the runtime flag off. Bug: 891767 Change-Id: I30b439d5dfd39dcdf1f33dd966c2d8a622799922 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1942654Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#720301}
-
Victor Costan authored
https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/076c46198fe1..bf0fe874a27b This CL rolls to the commit that introduced a change in the temporary file paths used by death tests on Android. This CL introduces a workaround that replaces the googletest implementation of the troublesome code with a proposed update that fixes the problem. This workaround will allow us to resume rolling googletest. The workaround will be removed after we have a solution landed in upstream googletest, and are able to roll to that solution's commit. $ git log 076c46198..bf0fe874a --date=short --no-merges --format='%ad %ae %s' 2019-09-24 absl-team Googletest export Created with: roll-dep src/third_party/googletest/src Bug: 1009553 Tbr: jsbell Change-Id: I1a86520d25e7bc96ac5484b093cb51019c9b02a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1920025Reviewed-by:
Victor Costan <pwnall@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Auto-Submit: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#720300}
-
Gyuyoung Kim authored
This CL removes Create() factory functions in //third_partyb/blink/renderer/core/style as much as possible, and makes all callers use MakeGarbageCollected<Foo> instead. Additionally, this CL adds explicit keyword when a constructor only has an argument. Bug: 939691 Change-Id: I013cabc242273e7c535d7abd2b52a8f18e8fd159 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943628Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#720299}
-
Gyuyoung Kim authored
This CL removes Create() factory functions in //third_partyb/blink/renderer/core/input as much as possible, and makes all callers use MakeGarbageCollected<Foo> instead. Bug: 939691 Change-Id: I8d392effb5089f4a7025e38c5c83061652d2a9fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1942890Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#720298}
-
Gyuyoung Kim authored
This CL removes Create() factory functions in //third_partyb/blink/renderer/core/fetch as much as possible, and makes all callers use MakeGarbageCollected<Foo> instead. Bug: 939691 Change-Id: Ic63636e929814baf92cbe618a89a41b4cd25ae1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943710Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#720297}
-
Andres Calderon Jaramillo authored
This CL expands the raster task scheduling delay UMA to count raster work that depends on decodes that could be hardware accelerated (regardless of the status of the hardware decode acceleration feature flags). This is useful to measure the benefit of hardware decode acceleration on raster work that would be directly affected by it. Bug: 995155 Test: Added test coverage for the UMA expansion. Change-Id: Ic70443558f026308e8334061829dd05813fbe9fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1794064 Commit-Queue: Andres Calderon Jaramillo <andrescj@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Cr-Commit-Position: refs/heads/master@{#720296}
-
Yuly Novikov authored
Already suppressed in WebGL2 suite, expanding the suppression to webgl_conformance_gl_passthrough_tests. TBR=bsheedy Bug: 1026468 Change-Id: If7d27f5137597129141253261e10a3653c9e9ae7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943622Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#720295}
-
Michael Spang authored
In GYP we used to add all sources and then remove the unneeded ones. Switch to addition which requires only listing the sources in one place. Bug: 1026406 Change-Id: Ib085e35b59d3141e85b3265a0e849092adb9d1d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943369Reviewed-by:
Kevin Schoedel <kpschoedel@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#720294}
-
Kevin Ellis authored
Reason: Test flake on Linux. Bug: 1029541 Change-Id: I190d3cbe266b3e0f5288ec81556c2846d1a6ad96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944314 Commit-Queue: Kevin Ellis <kevers@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#720293}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f6e994097607..39000a4a1c2c Created with: gclient setdep -r src-internal@39000a4a1c2c 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 jbudorick@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:None Tbr: jbudorick@google.com Change-Id: Ia6ebf794f61f0b64bf956dc710262995f4694cd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943525Reviewed-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@{#720292}
-
Greg Thompson authored
Tasks in the ThreadPool must be run to allow DB cleanup tasks to run before deleting the temp dir in which the DBs reside. BUG=546640 R=pwnall@chromium.org Change-Id: I3ab31f7d9af5b8c0768bad8f24c2e8622a5e0f6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943180 Commit-Queue: Greg Thompson <grt@chromium.org> Auto-Submit: Greg Thompson <grt@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#720291}
-
Chromium WPT Sync authored
Using wpt-import in Chromium d5f19e18. With Chromium commits locally applied on WPT: 500a74f5 "Add a runtime flag to enforce strict MIME type checks for workers." a2a91a99 "Allow another touch start happen when there are active touch points" 85b61e6b "[resource-timing] Ensure workerStart is protected by TAO" a75430aa "Fix appcache tests." 9e056276 "Fix play controls for composited animations." 89b38e70 "Add ref tests for web-animation play controls" 4f49fdca "Port mask-image-interpolation to wpt/expernal" d5f19e18 "Remove cross fade from backgrounds" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: drott@chromium.org, kojii@chromium.org: external/wpt/css/css-fonts foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools yhirano@chromium.org, mkwst@chromium.org, japhet@chromium.org: external/wpt/fetch NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: Ib6052ce71dd889c7c79fc56f369beafb2f93adc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944376Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#720290}
-
danakj authored
This CL converts base::Bind to BindOnce or BindRepeating, and also changes relevant base::Callbacks or base::Closures to appropriate types. TBR=clamy@chromium.org Bug: 1007760 Change-Id: Ib3ad0192ccbaecf6b1f931b81dbadfdcc7650ab2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943337Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#720289}
-
weiliangc authored
Update skia_renderer_gl_blink_web_tests expectations to allow flaky media/video-controls-visibility-multimodal-mouse-after-touch.html TBR=backer@chromium.org BUG: 1027772 Change-Id: I29355c70b07f7d54d618a5b518ab371417907127 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943526Reviewed-by:
weiliangc <weiliangc@chromium.org> Commit-Queue: weiliangc <weiliangc@chromium.org> Cr-Commit-Position: refs/heads/master@{#720288}
-
Eric Stevenson authored
Currently, the junit_binary template only supports running tests listed in its own java_files. This CL changes Junit test listing to search the classpath for tests. Tests can now be added by adding a dep on a Java target (similar to instrumentation tests). Tbr: agrieve@chromium.org # already approved. Bug: 1025364 Change-Id: Ia004843abaae3367f6eccc6355094fe20268da1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1942413Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Commit-Queue: Eric Stevenson <estevenson@chromium.org> Auto-Submit: Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#720287}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: Ieb9d5a02ad88a7a712aca0345c51aac6a911db65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944650Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#720286}
-
Abhijeet Kandalkar authored
This CL has goal to use DynamicTo<SVGFEFuncBElement> as new downcast helper Bug: 891908 Change-Id: I8a374d96a16c68707a06ae96f1cb1f1353213b03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936578Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Abhijeet | Igalia <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#720285}
-
Jan Scheffler authored
This cl prepares for crrev.com/c/1944331 Fixed: 1029489 Change-Id: Iea69f54e975e586ff35dcc29349a227a52c90343 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944491 Commit-Queue: Jan Scheffler <janscheffler@chromium.org> Reviewed-by:
Tim van der Lippe <tvanderlippe@chromium.org> Cr-Commit-Position: refs/heads/master@{#720284}
-
Lucas Furukawa Gadani authored
inserted into a disconnected node. Bug: 1029508 Change-Id: I8d90a488198b0772baa2bd41a16c6a330fc792fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943310Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Lucas Gadani <lfg@chromium.org> Cr-Commit-Position: refs/heads/master@{#720283}
-
Jiaqi Han authored
CastWindowManager are used in chromecast code with the assumption that it outlives the browser process code, meanwhile CastWindowManager is reset before CastBrowserProcess, causing lifetime issues. Since CastWindowManager is owned by CastBrowserMainPart and is created before CastBrowserProcess, the reasonable fix is to swap the order to reset CastWindowManager after CastBrowserProcess. Because CastScreen is used by WindowManager during tear down, its ownership is moved to CastBrowserMainPart. This fixes cast_shell_browsertests. Bug: b/144778077, b/131312670 Test: CQ Change-Id: Iee03600138c3d7d9324ba3971d1aad816239115b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928897Reviewed-by:
Sean Topping <seantopping@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Jiaqi Han <jiaqih@google.com> Cr-Commit-Position: refs/heads/master@{#720282}
-
danakj authored
This CL converts base::Bind to BindOnce or BindRepeating, and also changes relevant base::Callbacks or base::Closures to appropriate types. TBR=clamy@chromium.org Bug: 1007760 Change-Id: I1139e3b0a99d045070bf27421aa41fc5a8061b47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943336Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#720281}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-compile-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-compile-chrome BUG=762641 TBR=chrome-os-gardeners@google.com Change-Id: I942736af12e892f234a6a4382d09cf79c5aa5d32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944375Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#720280}
-
Juanmi Huertas authored
In this CL there is some clean up of enum to convert them to enum class, and remove a boolean merging it into the enum. Bug: 1021287 Change-Id: I732226e3e6d536cfe2c96049cf12b6a182f1886d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929520 Commit-Queue: Juanmi Huertas <juanmihd@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Juanmi Huertas <juanmihd@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#720279}
-
behdad authored
For each frame there is only one blink_breakdown and viz_breakdown, so From all stage_data in the stage_history_ only one has viz_breakdown, and only one has blink breakdown. This means that the breakdowns can be part of the reporter instead of the stage_data. Bug=none Change-Id: I1448ecd539a7cb480fef5d0744efc76ff517b5dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940386Reviewed-by:
Mohsen Izadi <mohsen@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org> Cr-Commit-Position: refs/heads/master@{#720278}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/65342e6449b9..7bf8e78da3a8 git log 65342e6449b9..7bf8e78da3a8 --date=short --first-parent --format='%ad %ae %s' 2019-11-29 janscheffler@chromium.org Remove console.error for invalid sourcemaps Created with: gclient setdep -r src/third_party/devtools-frontend/src@7bf8e78da3a8 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@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/+/master/autoroll/README.md Bug: chromium:1936249 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I5284cc615fc9192589d62741d9cd01c5dadec1fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944610Reviewed-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@{#720277}
-
Eric Stevenson authored
It results in jar_path being added to the classpath twice. Bug: 1025364 Change-Id: If126eee1f01f0d71b30173f2a3cadd45d67c5d4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943518 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Auto-Submit: Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#720276}
-
Markus Handell authored
Modernized callback destruction because media_stream_video_track.cc was using an arcane way of destroying callbacks which was needed when callbacks weren't std::move()-able. Change-Id: I02ca04bb80ea4ff2d2dbc15adb9db9e04003a6e5 Bug: 704136 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1942693 Commit-Queue: Markus Handell <handellm@google.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#720275}
-
George Steel authored
Currently this only effects devTools logs. This change is intended to be used by an upcoming patch to the animations code, where KeyframeEffect will use PseudoElementTagName. Bug: 981894 Change-Id: Iddde38c575a1769bf00f53c82a056bf1a029c6d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928307Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Kevin Ellis <kevers@chromium.org> Commit-Queue: George Steel <gtsteel@chromium.org> Cr-Commit-Position: refs/heads/master@{#720274}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2f875842fbe0..f6e994097607 Created with: gclient setdep -r src-internal@f6e994097607 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 jbudorick@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:985787 Tbr: jbudorick@google.com Change-Id: I212f3cca035d678c57b2dd703885a455e6579e49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944309Reviewed-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@{#720273}
-
Charlie Hu authored
This CL removes ParsedFeaturePolicy and several helper functions that are not used in later implementation. Change-Id: I650013086fff1fcd56ad0b7b3d6d0e5373026197 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943621Reviewed-by:
Ian Clelland <iclelland@chromium.org> Commit-Queue: Charlie Hu <chenleihu@google.com> Cr-Commit-Position: refs/heads/master@{#720272}
-
Abhijeet Kandalkar authored
This CL has goal to use DynamicTo<SVGFEFuncGElement> as new downcast helper Bug: 891908 Change-Id: Id8439b3c01ca815a0c3d87395c7138d7c185ca10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936580Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Abhijeet | Igalia <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#720271}
-
Abhijeet Kandalkar authored
This CL has two goals, 1. Use DynamicTo<SVGFESpecularLightingElement> as new downcast helper 2. Use IsA<SVGFESpecularLightingElement>(element) in place of IsSVGFESpecularLightingElement(element) Bug: 891908 Change-Id: I757fcb7e93004f35d71a3b570fed670fa3245db2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936583 Commit-Queue: Abhijeet | Igalia <abhijeet@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#720270}
-
George Steel authored
Generated by running git rm -r third_party/blink/web_tests/platform/*/virtual/mojo-loading/ The mojo-loading virtual test suite was removed in 2017 by https://chromium-review.googlesource.com/c/chromium/src/+/805175/ which missed removing platform-specific expectations. Bug: 603396 Change-Id: Iaf08ab59dd53a0cfb3f81b81929d2b038251d963 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940492Reviewed-by:
Mason Freed <masonfreed@chromium.org> Commit-Queue: George Steel <gtsteel@chromium.org> Cr-Commit-Position: refs/heads/master@{#720269}
-
Etienne Pierre-Doray authored
This reverts commit fc684f1c. Reason for revert: TestDemoModeAcceptEula failures on ChromeOs Original change's description: > Fix race conditions in OobeConfiguration tests > > Explicitly shut down LoginDisplayHost in OOBEConfigurationTests > It should remove flakiness upon shutdown. > > Also Fix race condition in setting up demo mode (reason for previous revert). > > Reland of https://chromium-review.googlesource.com/c/chromium/src/+/1934342 > > Bug: 997685 > Change-Id: I0cb8f084484395a13bc3b29e8f1b7150cada8403 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1942339 > Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org> > Reviewed-by: Roman Sorokin [CET] <rsorokin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#720207} TBR=antrim@chromium.org,rsorokin@chromium.org Change-Id: I3834c984a692e0e6774832a1b98425809458ce2b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 997685, 1029531 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943536Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#720268}
-
haozhe authored
background-image-interpolation should not use cross fade. Bug filed: https://bugs.chromium.org/p/chromium/issues/detail?id=1029358 background-image-interpolation when interpolate from single image to multiple images at progress -0.3 will give from, from instead just from. Bug filed: https://bugs.chromium.org/p/chromium/issues/detail?id=1029529 Bug: 900581 Change-Id: I481725439b8ef3944693b4c65dbc4112eca42265 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1942492Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Hao Sheng <haozhes@chromium.org> Cr-Commit-Position: refs/heads/master@{#720267}
-
Abhijeet Kandalkar authored
This CL has two goals, 1. Use To<SVGTextPathElement> as new downcast helper 2. Use IsA<SVGTextPathElement>(element) in place of IsSVGTextPathElement(element) Bug: 891908 Change-Id: Ib6f170541589d0be1f9cf5bcc4583cf8427d9ed9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936626Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Abhijeet | Igalia <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#720266}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/13f71fb5e752..65342e6449b9 git log 13f71fb5e752..65342e6449b9 --date=short --first-parent --format='%ad %ae %s' 2019-11-29 yangguo@chromium.org Revert "Remove "Remote Devices" panel" 2019-11-29 tvanderlippe@chromium.org Remove unused globals 2019-11-29 mathias@chromium.org Update Network Conditions User-Agent strings for Firefox 2019-11-29 tvanderlippe@chromium.org Remove "Remote Devices" panel 2019-11-29 mathias@chromium.org Make Git ignore .git_cl_description_backup 2019-11-29 mathias@chromium.org Make User-Agent string emulation more discoverable Created with: gclient setdep -r src/third_party/devtools-frontend/src@65342e6449b9 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@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/+/master/autoroll/README.md Bug: chromium:1029031 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I39b1938ac608bd101aa70b1aff3a5ae4b2751a23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944308Reviewed-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@{#720265}
-
haozhe authored
Chrome does not support mask-image ,and bug filed: https://bugs.chromium.org/p/chromium/issues/detail?id=1029337 Firefox bug filed: https://bugzilla.mozilla.org/show_bug.cgi?id=1600165 Bug: 900581 Change-Id: Ib4a7364ef8adaf8ef1d292536548b31e365a1cde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940948Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Hao Sheng <haozhes@chromium.org> Cr-Commit-Position: refs/heads/master@{#720264}
-