1. 01 Oct, 2018 3 commits
    • Xiaocheng Hu's avatar
      Change js-test.js not to add trailing <br> to debug message blocks · 9f1f0af6
      Xiaocheng Hu authored
      This is preparation for changing layout test test dump to innerText.
      
      js-test.js currently adds message blocks like:
      
      <div>message<br></div>
      
      In most cases, this is rendered in the same way as <div>message</div>,
      and also produces the same text dump as it. However, this results in
      an additional '\n' in innerText.
      
      Hence, to make switching to innerText easier, this patch removes the
      trailing <br> from js-test.js text dump.
      
      Per-file changes (in third_party/WebKit/LayoutTests/):
      - resources/js-test.js: actual change
      - Almost all *-expected.txt are rebaselines that differ only by adding
        or removing empty lines
      - The only exceptions are in flag-specific/enable-blink-features=LayoutNG
        where a few redundant flag-specific baselines are removed
      
      Bug: 887148
      Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng
      Change-Id: I45ab0ac52fc74ae0fab0c5e1f05be7b915dfe384
      Reviewed-on: https://chromium-review.googlesource.com/1247196
      Commit-Queue: Kent Tamura <tkent@chromium.org>
      Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
      Reviewed-by: default avatarYoshifumi Inoue <yosin@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#595364}
      9f1f0af6
    • chromium-autoroll's avatar
      Roll src/third_party/skia f88f49d2a52e..7f3ceba5dc7f (25 commits) · 777aa937
      chromium-autoroll authored
      https://skia.googlesource.com/skia.git/+log/f88f49d2a52e..7f3ceba5dc7f
      
      
      git log f88f49d2a52e..7f3ceba5dc7f --date=short --no-merges --format='%ad %ae %s'
      2018-09-30 mtklein@google.com Revert "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"""
      2018-09-30 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
      2018-09-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 af0f31d3a909..79207e6e11df (1 commits)
      2018-09-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 90c0c55edc97..876760bb27d0 (1 commits)
      2018-09-28 halcanary@google.com SkPDF: stop setting SkPaint::kStrokeAndFill_Style
      2018-09-28 halcanary@google.com SkPDF: drawXObjectWithMask does index lookup now.
      2018-09-28 herb@google.com Use common ARGB fallback code for GPU DFT glyphs
      2018-09-28 egdaniel@google.com Disable write pixels fast path on vulkan mali to workaround driver bug.
      2018-09-28 egdaniel@google.com Reland "Add support for RGB config to Vulkan."
      2018-09-28 mtklein@google.com update SkColorSpace APIs and members
      2018-09-28 herb@google.com Add two cache warning
      2018-09-28 reed@google.com expand imageinfo in C api, start on colorspace
      2018-09-28 halcanary@google.com SkPDF: tiny fix to Porter-Duff modes; improves three GMs
      2018-09-28 csmartdalton@google.com Add a "bisect" mode to dm for debugging path drawing
      2018-09-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 56eacf05131c..90c0c55edc97 (1 commits)
      2018-09-28 halcanary@google.com SkPDF: code cleanup - to_path(SkRect)
      2018-09-28 herb@google.com Have Renderer use combined path code - v2
      2018-09-28 brianosman@google.com Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""
      2018-09-28 brianosman@google.com Remove SkPM4fPriv.h includes, then IWYU
      2018-09-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 8c5ca8d1a7ea..56eacf05131c (1 commits)
      2018-09-28 brianosman@google.com Support encoding/decoding F16 without a color space
      2018-09-28 halcanary@google.com SkPDF: remove unused function
      2018-09-28 halcanary@google.com SkPDF: no over-allocating stack that won't be used.
      2018-09-28 bsalomon@google.com Remove legacy GrGLFunction specialization
      2018-09-28 michaelludwig@google.com Remove recursion from setData() in GrGLSLFragmentProcessor
      
      
      Created with:
        gclient setdep -r src/third_party/skia@7f3ceba5dc7f
      
      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-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;master.tryserver.blink:linux_trusty_blink_rel
      TBR=mtklein@chromium.org
      
      Change-Id: I34e17c101a641125d1307aa4dc480e4096cf3faf
      Reviewed-on: https://chromium-review.googlesource.com/1253434Reviewed-by: default avatarchromium-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@{#595363}
      777aa937
    • Chromium WPT Sync's avatar
      Import wpt@ee2e69bfb1d44c4013a8ce94ca6932f86d63aa31 · 1d756bc9
      Chromium WPT Sync authored
      Using wpt-import in Chromium 27b34272.
      
      Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/25673
      
      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
      
      NOAUTOREVERT=true
      TBR=raphael.kubo.da.costa@intel.com
      
      No-Export: true
      Change-Id: I94f63cc248d800d4c9be6f31c3ea1b8a92390ab6
      Reviewed-on: https://chromium-review.googlesource.com/1252553
      Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org>
      Reviewed-by: default avatarBlink WPT Bot <blink-w3c-test-autoroller@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#595362}
      1d756bc9
  2. 30 Sep, 2018 27 commits
  3. 29 Sep, 2018 10 commits