| Differences between
and this patch
- a/LayoutTests/ChangeLog +11 lines
Lines 1-3 a/LayoutTests/ChangeLog_sec1
1
2013-12-04  Bear Travis  <betravis@adobe.com>
2
3
        [CSS Shapes] Enable CSS Shapes on Windows
4
        https://bugs.webkit.org/show_bug.cgi?id=89957
5
6
        Reviewed by NOBODY (OOPS!).
7
8
        Turning shapes tests back on on Windows builds.
9
10
        * platform/win/TestExpectations: Enable shapes tests.
11
1
2013-12-04  Mario Sanchez Prada  <mario.prada@samsung.com>
12
2013-12-04  Mario Sanchez Prada  <mario.prada@samsung.com>
2
13
3
        Unreviewed GTK gardening. Updated expectations for GTK and share them with EFL.
14
        Unreviewed GTK gardening. Updated expectations for GTK and share them with EFL.
- a/LayoutTests/platform/win/TestExpectations -5 lines
Lines 2812-2822 svg/custom/masking-clipping-hidpi.svg [ ImageOnlyFailure ] a/LayoutTests/platform/win/TestExpectations_sec1
2812
css3/filters/huge-region-composited.html [ Skip ]
2812
css3/filters/huge-region-composited.html [ Skip ]
2813
js/dom/random-array-gc-stress.html [ Skip ]
2813
js/dom/random-array-gc-stress.html [ Skip ]
2814
2814
2815
# CSS_SHAPES not supported on AppleWin port.
2816
# https://bugs.webkit.org/show_bug.cgi?id=118810
2817
fast/shapes
2818
csswg/contributors/adobe/submitted/shapes
2819
2820
# The following tests fail due to the new CSS/JS-based media controls.
2815
# The following tests fail due to the new CSS/JS-based media controls.
2821
# They need to be rebaselined.
2816
# They need to be rebaselined.
2822
# REGRESSION(r156730): 18 media tests broken (122021)
2817
# REGRESSION(r156730): 18 media tests broken (122021)
- a/Source/WebCore/ChangeLog +9 lines
Lines 1-3 a/Source/WebCore/ChangeLog_sec1
1
2013-12-04 Bear Travis <betravis@adobe.com>
2
3
    [CSS Shapes] Enable CSS Shapes on Windows
4
    https://bugs.webkit.org/show_bug.cgi?id=89957
5
6
    Reviewed by NOBODY (OOPS!).
7
8
    * css/CSSPropertyNames.in: Tweak to ensure shapes properties are regenerated.
9
1
2013-12-04  José Dapena Paz  <jdapena@igalia.com>
10
2013-12-04  José Dapena Paz  <jdapena@igalia.com>
2
11
3
        [texmap] Borders on rotating images are hidden/wrongly rendered with edge distance antialiasing
12
        [texmap] Borders on rotating images are hidden/wrongly rendered with edge distance antialiasing
- a/Source/WebCore/css/CSSPropertyNames.in +1 lines
Lines 8-13 a/Source/WebCore/css/CSSPropertyNames.in_sec1
8
// http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp
8
// http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp
9
// 
9
// 
10
10
11
11
// high-priority property names have to be listed first, to simplify the check
12
// high-priority property names have to be listed first, to simplify the check
12
// for applying them first.
13
// for applying them first.
13
color [Inherited]
14
color [Inherited]
- a/WebKitLibraries/ChangeLog +12 lines
Lines 1-3 a/WebKitLibraries/ChangeLog_sec1
1
2013-12-04  Bear Travis  <betravis@adobe.com>
2
3
        [CSS Shapes] Enable CSS Shapes on Windows
4
        https://bugs.webkit.org/show_bug.cgi?id=89957
5
6
        Reviewed by NOBODY (OOPS!).
7
8
        Turn on CSS_SHAPES on Windows now that bug 121883 has been fixed.
9
10
        * win/tools/vsprops/FeatureDefines.props:
11
        * win/tools/vsprops/FeatureDefinesCairo.props:
12
1
2013-11-26  Ryosuke Niwa  <rniwa@webkit.org>
13
2013-11-26  Ryosuke Niwa  <rniwa@webkit.org>
2
14
3
        Enable HTML template element on Windows ports
15
        Enable HTML template element on Windows ports
- a/WebKitLibraries/win/tools/vsprops/FeatureDefines.props -1 / +1 lines
Lines 18-24 a/WebKitLibraries/win/tools/vsprops/FeatureDefines.props_sec1
18
    <ENABLE_CSS_IMAGE_SET>ENABLE_CSS_IMAGE_SET</ENABLE_CSS_IMAGE_SET>
18
    <ENABLE_CSS_IMAGE_SET>ENABLE_CSS_IMAGE_SET</ENABLE_CSS_IMAGE_SET>
19
    <ENABLE_CSS_REGIONS>ENABLE_CSS_REGIONS</ENABLE_CSS_REGIONS>
19
    <ENABLE_CSS_REGIONS>ENABLE_CSS_REGIONS</ENABLE_CSS_REGIONS>
20
    <ENABLE_CSS_SHADERS />
20
    <ENABLE_CSS_SHADERS />
21
    <ENABLE_CSS_SHAPES />
21
    <ENABLE_CSS_SHAPES>ENABLE_CSS_SHAPES</ENABLE_CSS_SHAPES>
22
    <ENABLE_CSS_STICKY_POSITION>ENABLE_CSS_STICKY_POSITION</ENABLE_CSS_STICKY_POSITION>
22
    <ENABLE_CSS_STICKY_POSITION>ENABLE_CSS_STICKY_POSITION</ENABLE_CSS_STICKY_POSITION>
23
    <ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED>ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED</ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED>
23
    <ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED>ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED</ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED>
24
    <ENABLE_CUSTOM_SCHEME_HANDLER />
24
    <ENABLE_CUSTOM_SCHEME_HANDLER />
- a/WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.props -1 / +1 lines
Lines 18-24 a/WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.props_sec1
18
    <ENABLE_CSS_IMAGE_SET>ENABLE_CSS_IMAGE_SET</ENABLE_CSS_IMAGE_SET>
18
    <ENABLE_CSS_IMAGE_SET>ENABLE_CSS_IMAGE_SET</ENABLE_CSS_IMAGE_SET>
19
    <ENABLE_CSS_REGIONS>ENABLE_CSS_REGIONS</ENABLE_CSS_REGIONS>
19
    <ENABLE_CSS_REGIONS>ENABLE_CSS_REGIONS</ENABLE_CSS_REGIONS>
20
    <ENABLE_CSS_SHADERS />
20
    <ENABLE_CSS_SHADERS />
21
    <ENABLE_CSS_SHAPES />
21
    <ENABLE_CSS_SHAPES>ENABLE_CSS_SHAPES</ENABLE_CSS_SHAPES>
22
    <ENABLE_CSS_STICKY_POSITION>ENABLE_CSS_STICKY_POSITION</ENABLE_CSS_STICKY_POSITION>
22
    <ENABLE_CSS_STICKY_POSITION>ENABLE_CSS_STICKY_POSITION</ENABLE_CSS_STICKY_POSITION>
23
    <ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED>ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED</ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED>
23
    <ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED>ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED</ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED>
24
    <ENABLE_CUSTOM_SCHEME_HANDLER />
24
    <ENABLE_CUSTOM_SCHEME_HANDLER />

Return to Bug 89957