Title: [136420] trunk
Revision
136420
Author
senorbla...@chromium.org
Date
2012-12-03 11:13:39 -0800 (Mon, 03 Dec 2012)

Log Message

[chromium] Turn on the new Skia mask blur algorithm.
https://bugs.webkit.org/show_bug.cgi?id=103906

Reviewed by Adrienne Walker.

Source/WebKit/chromium:

* skia_webkit.gyp:

LayoutTests:

* platform/chromium/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (136419 => 136420)


--- trunk/LayoutTests/ChangeLog	2012-12-03 19:07:28 UTC (rev 136419)
+++ trunk/LayoutTests/ChangeLog	2012-12-03 19:13:39 UTC (rev 136420)
@@ -1,3 +1,12 @@
+2012-12-03  Stephen White  <senorbla...@chromium.org>
+
+        [chromium] Turn on the new Skia mask blur algorithm.
+        https://bugs.webkit.org/show_bug.cgi?id=103906
+
+        Reviewed by Adrienne Walker.
+
+        * platform/chromium/TestExpectations:
+
 2012-12-03  Alexis Menard  <ale...@webkit.org>
 
         [Mac] Enable CSS3 background-position offset by default.

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (136419 => 136420)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-12-03 19:07:28 UTC (rev 136419)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-12-03 19:13:39 UTC (rev 136420)
@@ -3916,6 +3916,54 @@
 
 webkit.org/b/63899 [ Mac Win Android ] fast/replaced/border-radius-clip-content-edge.html [ Pass ImageOnlyFailure ]
 
+# These will require rebaselining after switching to the separable mask blur implementation in Skia.
+Bug(senorblanco) compositing/culling/scrolled-within-boxshadow.html [ ImageOnlyFailure ]
+Bug(senorblanco) compositing/culling/translated-boxshadow.html [ ImageOnlyFailure ]
+Bug(senorblanco) compositing/culling/unscrolled-within-boxshadow.html [ ImageOnlyFailure ]
+Bug(senorblanco) compositing/geometry/clipping-foreground.html [ ImageOnlyFailure ]
+Bug(senorblanco) compositing/geometry/foreground-layer.html [ ImageOnlyFailure ]
+Bug(senorblanco) compositing/iframes/composited-iframe-alignment.html [ ImageOnlyFailure ]
+Bug(senorblanco) compositing/masks/masked-ancestor.html [ ImageOnlyFailure ]
+Bug(senorblanco) fast/borders/border-radius-split-inline.html [ ImageOnlyFailure ]
+Bug(senorblanco) fast/box-shadow/shadow-buffer-partial.html [ ImageOnlyFailure ]
+Bug(senorblanco) fast/box-shadow/shadow-tiling-artifact.html [ ImageOnlyFailure ]
+Bug(senorblanco) fast/css/box-shadow-and-border-radius.html [ ImageOnlyFailure ]
+Bug(senorblanco) fast/css/color-correction-on-box-shadow.html [ ImageOnlyFailure ]
+Bug(senorblanco) fast/css/color-correction-on-text-shadow.html [ ImageOnlyFailure ]
+Bug(senorblanco) fast/css/shadow-multiple.html [ ImageOnlyFailure ]
+Bug(senorblanco) fast/forms/validation-message-appearance.html [ ImageOnlyFailure ]
+Bug(senorblanco) fast/multicol/shadow-breaking.html [ ImageOnlyFailure ]
+Bug(senorblanco) fast/repaint/moving-shadow-on-path.html [ ImageOnlyFailure ]
+Bug(senorblanco) fast/text/shadow-translucent-fill.html [ ImageOnlyFailure ]
+Bug(senorblanco) fast/text/stroking-decorations.html [ ImageOnlyFailure ]
+Bug(senorblanco) fast/text/stroking.html [ ImageOnlyFailure ]
+Bug(senorblanco) fast/writing-mode/box-shadow-horizontal-bt.html [ ImageOnlyFailure ]
+Bug(senorblanco) fast/writing-mode/box-shadow-vertical-lr.html [ ImageOnlyFailure ]
+Bug(senorblanco) fast/writing-mode/box-shadow-vertical-rl.html [ ImageOnlyFailure ]
+Bug(senorblanco) fast/writing-mode/english-lr-text.html [ ImageOnlyFailure ]
+Bug(senorblanco) ietestcenter/css3/text/textshadow-001.htm [ ImageOnlyFailure ]
+Bug(senorblanco) ietestcenter/css3/text/textshadow-002.htm [ ImageOnlyFailure ]
+Bug(senorblanco) ietestcenter/css3/text/textshadow-003.htm [ ImageOnlyFailure ]
+Bug(senorblanco) ietestcenter/css3/text/textshadow-004.htm [ ImageOnlyFailure ]
+Bug(senorblanco) ietestcenter/css3/text/textshadow-010.htm [ ImageOnlyFailure ]
+Bug(senorblanco) platform/chromium/virtual/softwarecompositing/culling/scrolled-within-boxshadow.html [ ImageOnlyFailure ]
+Bug(senorblanco) platform/chromium/virtual/softwarecompositing/culling/translated-boxshadow.html [ ImageOnlyFailure ]
+Bug(senorblanco) platform/chromium/virtual/softwarecompositing/culling/unscrolled-within-boxshadow.html [ ImageOnlyFailure ]
+Bug(senorblanco) platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground.html [ ImageOnlyFailure ]
+Bug(senorblanco) platform/chromium/virtual/softwarecompositing/geometry/foreground-layer.html [ ImageOnlyFailure ]
+Bug(senorblanco) platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment.html [ ImageOnlyFailure ]
+Bug(senorblanco) platform/chromium/virtual/softwarecompositing/masks/masked-ancestor.html [ ImageOnlyFailure ]
+Bug(senorblanco) svg/css/circle-in-mask-with-shadow.svg [ ImageOnlyFailure ]
+Bug(senorblanco) svg/css/path-with-shadow.svg [ ImageOnlyFailure ]
+Bug(senorblanco) svg/css/shadow-and-opacity.svg [ ImageOnlyFailure ]
+Bug(senorblanco) svg/css/shadow-with-large-radius.svg [ ImageOnlyFailure ]
+Bug(senorblanco) svg/css/shadow-with-negative-offset.svg [ ImageOnlyFailure ]
+Bug(senorblanco) svg/css/stars-with-shadow.html [ ImageOnlyFailure ]
+Bug(senorblanco) svg/css/text-gradient-shadow.svg [ ImageOnlyFailure ]
+Bug(senorblanco) svg/css/text-shadow-multiple.xhtml [ ImageOnlyFailure ]
+Bug(senorblanco) svg/custom/repaint-shadow.svg [ ImageOnlyFailure ]
+Bug(senorblanco) transitions/svg-text-shadow-transition.html [ ImageOnlyFailure ]
+
 # Started failing on r128793
 webkit.org/b/96953 [ Win Linux ] http/tests/inspector/network/network-xhr-replay.html [ Timeout Crash ]
 

Modified: trunk/Source/WebKit/chromium/ChangeLog (136419 => 136420)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-12-03 19:07:28 UTC (rev 136419)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-12-03 19:13:39 UTC (rev 136420)
@@ -1,3 +1,12 @@
+2012-12-03  Stephen White  <senorbla...@chromium.org>
+
+        [chromium] Turn on the new Skia mask blur algorithm.
+        https://bugs.webkit.org/show_bug.cgi?id=103906
+
+        Reviewed by Adrienne Walker.
+
+        * skia_webkit.gyp:
+
 2012-12-03  Erik Arvidsson  <a...@chromium.org>
 
         [Chromium] Fix issue with hard coded error codes in quota error

Modified: trunk/Source/WebKit/chromium/skia_webkit.gyp (136419 => 136420)


--- trunk/Source/WebKit/chromium/skia_webkit.gyp	2012-12-03 19:07:28 UTC (rev 136419)
+++ trunk/Source/WebKit/chromium/skia_webkit.gyp	2012-12-03 19:13:39 UTC (rev 136420)
@@ -43,7 +43,6 @@
           'SK_DISABLE_DITHER_32BIT_GRADIENT',
 
           'SK_DISABLE_DASHING_OPTIMIZATION',
-          'SK_DISABLE_SEPARABLE_MASK_BLUR',
         ],
       },
     },
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to