Changeset 106586 in webkit


Ignore:
Timestamp:
Feb 2, 2012 1:10:12 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r106566.
http://trac.webkit.org/changeset/106566
https://bugs.webkit.org/show_bug.cgi?id=77673

Broke the Windows build (Requested by jessieberlin on
#webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-02-02

Source/WebCore:

  • WebCore.vcproj/copyForwardingHeaders.cmd:
  • platform/graphics/ca/win/PlatformCALayerWin.cpp:

WebKitLibraries:

  • win/tools/vsprops/FeatureDefines.vsprops:

LayoutTests:

  • platform/win/Skipped:
Location:
trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r106585 r106586  
     12012-02-02  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r106566.
     4        http://trac.webkit.org/changeset/106566
     5        https://bugs.webkit.org/show_bug.cgi?id=77673
     6
     7        Broke the Windows build (Requested by jessieberlin on
     8        #webkit).
     9
     10        * platform/win/Skipped:
     11
    1122012-02-02  Andrew Scherkus  <scherkus@chromium.org>
    213
  • trunk/LayoutTests/platform/win/Skipped

    r106566 r106586  
    3737css3/filters/effect-saturate-hw.html
    3838css3/filters/effect-sepia-hw.html
    39 
    40 # Custom filters not yet supported on Windows
    41 css3/filters/custom-filter-property-computed-style.html
    42 css3/filters/custom-filter-property-parsing.html
    43 css3/filters/custom-filter-property-parsing-invalid.html
    44 css3/filters/custom-filter-shader-cache.html
    45 
    46 # https://bugs.webkit.org/show_bug.cgi?id=77645
    47 css3/filters/filtered-compositing-descendant.html
    4839
    4940# Should be moved to platform/mac <rdar://5621425>
  • trunk/Source/WebCore/ChangeLog

    r106581 r106586  
     12012-02-02  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r106566.
     4        http://trac.webkit.org/changeset/106566
     5        https://bugs.webkit.org/show_bug.cgi?id=77673
     6
     7        Broke the Windows build (Requested by jessieberlin on
     8        #webkit).
     9
     10        * WebCore.vcproj/copyForwardingHeaders.cmd:
     11        * platform/graphics/ca/win/PlatformCALayerWin.cpp:
     12
    1132012-02-02  Tommy Widenflycht  <tommyw@google.com>
    214
  • trunk/Source/WebCore/WebCore.vcproj/copyForwardingHeaders.cmd

    r106566 r106586  
    4141xcopy /y /d "%ProjectDir%..\platform\graphics\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
    4242xcopy /y /d "%ProjectDir%..\platform\graphics\%1\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
    43 xcopy /y /d "%ProjectDir%..\platform\graphics\filters\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
    4443xcopy /y /d "%ProjectDir%..\platform\graphics\transforms\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
    4544xcopy /y /d "%ProjectDir%..\platform\graphics\ca\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
  • trunk/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.cpp

    r106566 r106586  
    567567}
    568568
    569 void PlatformCALayer::setFilters(const FilterOperations&)
    570 {
    571 }
    572 
    573 bool PlatformCALayer::filtersCanBeComposited(const FilterOperations&)
    574 {
    575     return false;
    576 }
    577 
    578569String PlatformCALayer::name() const
    579570{
  • trunk/WebKitLibraries/ChangeLog

    r106566 r106586  
     12012-02-02  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r106566.
     4        http://trac.webkit.org/changeset/106566
     5        https://bugs.webkit.org/show_bug.cgi?id=77673
     6
     7        Broke the Windows build (Requested by jessieberlin on
     8        #webkit).
     9
     10        * win/tools/vsprops/FeatureDefines.vsprops:
     11
    1122012-02-02  Chris Marrin  <cmarrin@apple.com>
    213
  • trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops

    r106566 r106586  
    4949  <UserMacro
    5050                Name="ENABLE_CSS_FILTERS"
    51                 Value="ENABLE_CSS_FILTERS"
     51                Value=""
    5252                PerformEnvironmentSet="true"
    5353        />
Note: See TracChangeset for help on using the changeset viewer.