- 13 May, 2019 3 commits
-
-
Antonio Gomes authored
This is a follow up of [1]. Basically, WebCanvasCaptureHandler is now only referenced within Blink, with its use is scattered between renderer/modules/ and renderer/core/html/canvas. For the of later, we can not simple replace the existing uses of WebCanvasCaptureHandler in CanvasDrawListener by CanvasCaptureHandler because renderer/core/html/canvas can not include renderer/modules/. As per haraken's advice in [2], this CL makes CanvasDrawListener pure virtual, and implements the methods as needed in modules/mediacapturefromelement: - AutoCanvasDrawListener: has the base implementation of the 3 method that used to live in html/canvas/CanvasDrawListener. - OnRequestCanvasDrawListener: inherits from AutoCanvasDrawListener and reimplements SendNewFrame. - TimedCanvasDrawListener: inherits from OnRequestCanvasDrawListener (but does not override any method). This allows us not to duplicate any code among these 3 classes, and eliminate WebCanvasCaptureHandler altogether. [1] https://crrev.com/c/1600898 (Onion soup canvas_capture_handler.cc/h) [2] https://crrev.com/c/1600898/1//COMMIT_MSG#34 BUG=787261,919392 Change-Id: I88113cc9cfe38a453ac028528f34eaea3448ea2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1603722Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#658944}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f578455f29fb..14f76a215359 Created with: gclient setdep -r src-internal@14f76a215359 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: Ib361263d39d503ece63bce3f2ba3b25d2a5057cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608431Reviewed-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@{#658943}
-
Kenichi Ishibashi authored
Change-Id: I49da5d8695804789063f12262760fa027aa7659b Bug: 915081 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605323Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#658942}
-
- 12 May, 2019 32 commits
-
-
Koji Ishii authored
Following bot results are included. 19357 19360 19367 19373 19384 19400 19403 19408 19412 19418 19425 19437 19450 19461 19464 19466 19468 19469 19475 19477 19478 5 lines were removed and 2 lines were deflaked by consecutive results since 19418. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Change-Id: I2a1d97807f943d909a4839202c73c45c0a29d4fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601620Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#658941}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7ae48bb4e8ac..f578455f29fb Created with: gclient setdep -r src-internal@f578455f29fb The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: I30d3dcfe17bef84418c7aede48b4e85c43a72232 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608427Reviewed-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@{#658940}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0ec4d6df625e..7ae48bb4e8ac Created with: gclient setdep -r src-internal@7ae48bb4e8ac The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: I00034bdb08e8720111c954e5184c803be928182f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608522Reviewed-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@{#658939}
-
siyua authored
Mock: https://docs.google.com/presentation/d/1gBmqaamD_5QbEFo8KY03Ihi5LZ99kdCazd6Bb5khQ6M Usage of these strings will be added in the following CL. Bug: 961082 Change-Id: I70119464dd1dfa1fe9168b5c82951c455260359d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604214Reviewed-by:
Jared Saul <jsaul@google.com> Commit-Queue: Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#658938}
-
sczs authored
It will be enabled back again when support for multiple/concurrent messages has been added. TBR=pkl@chromium.org Bug: 911864 Change-Id: I6836cd4c0adad56811653d9007cfe5011a30f9db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607948Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#658937}
-
Dominic Battré authored
This reverts commit ceacea9f. Reason for revert: Broke all Mac tests, see https://ci.chromium.org/p/chromium/builders/ci/WebKit%20Mac10.13%20%28retina%29/14040 Original change's description: > Fix backdrop_filter_bounds location for clipped layers > > Previous to this CL, the location of the backdrop filter bounds > rect was incorrect when the containing layer was clipped by the > viewport. In that case, the offset added to the backdrop filter > bounds transform did not account for the clip. It now does, which > should fix at least four bugs. > > Bug: 618913, 927097, 932160, 940917 > Change-Id: I0dc1e4c3dde61210d8f7aa78b2e20f13fc8a2471 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1602812 > Commit-Queue: Mason Freed <masonfreed@chromium.org> > Reviewed-by: enne <enne@chromium.org> > Cr-Commit-Position: refs/heads/master@{#658920} TBR=enne@chromium.org,masonfreed@chromium.org Change-Id: Ie49f6746ca5ca9edfebc18c7aeb32f74d3bd6662 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 618913, 927097, 932160, 940917 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608700Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#658936}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a2d88a1472eb..0ec4d6df625e Created with: gclient setdep -r src-internal@0ec4d6df625e The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: Idd43c13eeef1c247e3fabcac5521fe17d5603b4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608521Reviewed-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@{#658935}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0a7f080c76c5..a2d88a1472eb Created with: gclient setdep -r src-internal@a2d88a1472eb The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: I75c7c84363c2de445fa781d341003d35285df1b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607797Reviewed-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@{#658934}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/4d65934f6424..9e4f690166c1 git log 4d65934f6424..9e4f690166c1 --date=short --no-merges --format='%ad %ae %s' 2019-05-12 swiftshader.regress@gmail.com Regres: Update test lists @ 4d65934f Created with: gclient setdep -r src/third_party/swiftshader@9e4f690166c1 The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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_optional_gpu_tests_rel TBR=swiftshader-team+autoroll@google.com Change-Id: I72c4f9c8dd571b40e698e8909a64995854399a2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607798Reviewed-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@{#658933}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6676f56382be..0a7f080c76c5 Created with: gclient setdep -r src-internal@0a7f080c76c5 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: I03e127e7dd916e6031bcfb0e7bff750de0eb7c4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608424Reviewed-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@{#658932}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0d07f989f582..6676f56382be Created with: gclient setdep -r src-internal@6676f56382be The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: I9b93bc16c8c9c570fd2a98408d2e99169f4ef885 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608287Reviewed-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@{#658931}
-
Yuwei Huang authored
Bug: 960553 Change-Id: I672aecda90df2f9147837ab044b9acac2ef38591 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600386 Commit-Queue: Joe Downing <joedow@chromium.org> Reviewed-by:
Roger Tawa <rogerta@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Auto-Submit: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#658930}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6f899a332659..0d07f989f582 Created with: gclient setdep -r src-internal@0d07f989f582 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: I6d6440671a16785f2d622d81d0c294b956ad698d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608286Reviewed-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@{#658929}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b2361469623b..6f899a332659 Created with: gclient setdep -r src-internal@6f899a332659 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: Ieb2e10256b053fd345e29e036c4740493218332f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608454Reviewed-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@{#658928}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git/+log/30ebd2f19c8d..4b0985f29277 git log 30ebd2f19c8d..4b0985f29277 --date=short --no-merges --format='%ad %ae %s' 2019-05-12 johnkslang@users.noreply.github.com Merge pull request #106 from alankemp/fix_json_writer Created with: gclient setdep -r src/third_party/spirv-headers/src@4b0985f29277 The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-headers-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=radial-bots+chrome-roll@google.com,jonahr@google.com Change-Id: I42138197c0d829cc3da4825e0b597cc7d220055d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608452Reviewed-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@{#658927}
-
Michael Lippautz authored
This is a reland of 7a19b1f0 Original change's description: > heap: Stricter checks for backing modifications > > Backings were allowed to be modified (shrinking, freeing) when > incremental marking was running and the backing was not marked yet. This > can be problematic when write barriers on nested containers fire > eagerly, registering slots. > > Bug: 918064 > Change-Id: Id6fa8ed5b3c3c2bdc04ed8f812f1b883d4e0d362 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1602498 > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Commit-Queue: Michael Lippautz <mlippautz@chromium.org> > Cr-Commit-Position: refs/heads/master@{#658101} Tbr: haraken@chromium.org Bug: 918064 Change-Id: I64dd416c5302c341920e6921bc452ffa898ffc6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607803 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#658926}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/30882208be1f..b2361469623b Created with: gclient setdep -r src-internal@b2361469623b The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: If14415096a45b291de766f02e4c92bf3fb86fe7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607516Reviewed-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@{#658925}
-
Michael Lippautz authored
This reverts commit 4884d6e9. Reason for revert: Remove diagnosing code again. May have stealth-fixed the crasher. Original change's description: > heap: Temporarily assign names to slots in compaction > > This is to diagnose a bug. > > NOTE: Will be reverted after releasing it on Canary once. > > Binary-Size: Temporary increase due to adding strings to diagnose a bug. Will be reverted afer ~1 Canary. > Bug: 918064 > Change-Id: If1d96eb817a869ad6a7356a8f725bdef384f9f44 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1602718 > Commit-Queue: Michael Lippautz <mlippautz@chromium.org> > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Cr-Commit-Position: refs/heads/master@{#658181} TBR=haraken@chromium.org,mlippautz@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 918064 Change-Id: I575ccfeeb5c5988f85dadc551441d371917a2fe6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607644Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#658924}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/5376aa04d65e..30882208be1f Created with: gclient setdep -r src-internal@30882208be1f The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: I1a3d186456e2d2fc2980cfc469aba04c7860206c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608172Reviewed-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@{#658923}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/5c7b54112bca..806621b2e0b5 git log 5c7b54112bca..806621b2e0b5 --date=short --no-merges --format='%ad %ae %s' 2019-05-12 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version Created with: gclient setdep -r src/third_party/skia@806621b2e0b5 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=michaelludwig@google.com Change-Id: I75c1bf4918ff5424854afbd7b212697707064e78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608421Reviewed-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@{#658922}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2a84668dbb98..5376aa04d65e Created with: gclient setdep -r src-internal@5376aa04d65e The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: I09eced002fa2c554c291a5172f735f077f07790c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607796Reviewed-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@{#658921}
-
Mason Freed authored
Previous to this CL, the location of the backdrop filter bounds rect was incorrect when the containing layer was clipped by the viewport. In that case, the offset added to the backdrop filter bounds transform did not account for the clip. It now does, which should fix at least four bugs. Bug: 618913, 927097, 932160, 940917 Change-Id: I0dc1e4c3dde61210d8f7aa78b2e20f13fc8a2471 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1602812 Commit-Queue: Mason Freed <masonfreed@chromium.org> Reviewed-by:
enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#658920}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/390b306ae364..2a84668dbb98 Created with: gclient setdep -r src-internal@2a84668dbb98 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: Ifb75a7682e4946256c5e9fb7808aa37892282572 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608106Reviewed-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@{#658919}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0c99b633a2e5..390b306ae364 Created with: gclient setdep -r src-internal@390b306ae364 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: Ibdf6d1358edd0f7effec9433419c199b3d101b6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608105Reviewed-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@{#658918}
-
Raul Tambre authored
Ran "2to3 -w -n -f print ./base" and manually added imports. There are no intended behaviour changes. Bug: 941669 Change-Id: Ie2830e213eae3a5d7753ce503020e02811b726d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585890 Commit-Queue: Raul Tambre <raul@tambre.ee> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Auto-Submit: Raul Tambre <raul@tambre.ee> Cr-Commit-Position: refs/heads/master@{#658917}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/edc9d9b39cda..0c99b633a2e5 Created with: gclient setdep -r src-internal@0c99b633a2e5 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: I3492fb7359f6b44b099188a7e58ec1d4d4d43898 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608321Reviewed-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@{#658916}
-
Xianzhu Wang authored
TBR=masonfreed@chromium.org,pdr@chromium.org Bug: 962191 Change-Id: I7b8100c3f810065dc1246f046d6ade87368f5577 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608310Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#658915}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ccae39b135eb..edc9d9b39cda Created with: gclient setdep -r src-internal@edc9d9b39cda The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: Iabfe5a710310d9f73b4921af840f8ae2f027a363 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608320Reviewed-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@{#658914}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=benmason@chromium.org Change-Id: I97c77a10cf6ca802135c3a17d7d3c74d1cf878a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608262Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#658913}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ad83a3aa0bfa..ccae39b135eb Created with: gclient setdep -r src-internal@ccae39b135eb The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: I8c3e44a3913e086e2c14381e3c5ca0601e9601c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607986Reviewed-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@{#658912}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/364bae13514b..ad83a3aa0bfa Created with: gclient setdep -r src-internal@ad83a3aa0bfa The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: Id32530486754abaa38e5879c1ef8cad96c34d7c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608104Reviewed-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@{#658911}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/4173f9c963dc..364bae13514b Created with: gclient setdep -r src-internal@364bae13514b The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: Iae4f1acc5b18f250f68052058fb98009e44eb56a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607985Reviewed-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@{#658910}
-
- 11 May, 2019 5 commits
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6cee777d3dbf..4173f9c963dc Created with: gclient setdep -r src-internal@4173f9c963dc The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: Id6e409a105a295542891f38e65602074b04b02f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607984Reviewed-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@{#658909}
-
Mounir Lamouri authored
This is moving the remainder of the logic out of //media/blink into Blink. The Blink code connects to the service. It removes one layer and should make it easier to have the API implemented in workers. Bug: 928434 Change-Id: I3ae3fef9a19eba42d7b4fcb9930a611b60e6cb65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1555079 Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#658908}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/cf87a0dce1a5..6cee777d3dbf Created with: gclient setdep -r src-internal@6cee777d3dbf The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: I7b51b2ee07f2315d360c8f47c09b2af3134e6554 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608083Reviewed-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@{#658907}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/56b156926ae0..8f111dcdea4e git log 56b156926ae0..8f111dcdea4e --date=short --no-merges --format='%ad %ae %s' 2019-05-11 manojgupta@google.com simple_builders: Disable kernel afdo update. Created with: gclient setdep -r src/third_party/chromite@8f111dcdea4e The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Change-Id: Id44c34f71da35f4c715bb270c076e89f86b9eb39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608140Reviewed-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@{#658906}
-
Alexei Filippov authored
Mark external/wpt/html/infrastructure/urls/dynamic-changes-to-base-urls/dynamic-urls.sub.html as flaky ... and external/wpt/html/infrastructure/urls/dynamic-changes-to-base-urls/historical.sub.xhtml BUG=962139 TBR=aboxhall@chromium.org NOTRY=true Change-Id: Ib51cc4b46b5601a8d31d80599cc267ea62754743 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608086Reviewed-by:
Alexei Filippov <alph@chromium.org> Commit-Queue: Alexei Filippov <alph@chromium.org> Cr-Commit-Position: refs/heads/master@{#658905}
-