Title: [120523] trunk
Revision
120523
Author
[email protected]
Date
2012-06-15 22:01:16 -0700 (Fri, 15 Jun 2012)

Log Message

Unreviewed, rolling out r120280.
http://trac.webkit.org/changeset/120280
https://bugs.webkit.org/show_bug.cgi?id=89273

Enabling CSS regions broke all Windows tests (Requested by
jhomeycutt on #webkit).

Patch by Sheriff Bot <[email protected]> on 2012-06-15

Source/WebCore:

* css/CSSPropertyNames.in:

WebKitLibraries:

* win/tools/vsprops/FeatureDefines.vsprops:
* win/tools/vsprops/FeatureDefinesCairo.vsprops:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (120522 => 120523)


--- trunk/Source/WebCore/ChangeLog	2012-06-16 03:54:33 UTC (rev 120522)
+++ trunk/Source/WebCore/ChangeLog	2012-06-16 05:01:16 UTC (rev 120523)
@@ -1,5 +1,16 @@
 2012-06-15  Sheriff Bot  <[email protected]>
 
+        Unreviewed, rolling out r120280.
+        http://trac.webkit.org/changeset/120280
+        https://bugs.webkit.org/show_bug.cgi?id=89273
+
+        Enabling CSS regions broke all Windows tests (Requested by
+        jhomeycutt on #webkit).
+
+        * css/CSSPropertyNames.in:
+
+2012-06-15  Sheriff Bot  <[email protected]>
+
         Unreviewed, rolling out r120511.
         http://trac.webkit.org/changeset/120511
         https://bugs.webkit.org/show_bug.cgi?id=89255

Modified: trunk/Source/WebCore/css/CSSPropertyNames.in (120522 => 120523)


--- trunk/Source/WebCore/css/CSSPropertyNames.in	2012-06-16 03:54:33 UTC (rev 120522)
+++ trunk/Source/WebCore/css/CSSPropertyNames.in	2012-06-16 05:01:16 UTC (rev 120523)
@@ -1,5 +1,5 @@
 //
-// CSS property names 
+// CSS property names
 //
 // Some properties are used internally, but are not part of CSS. They are used to get
 // HTML4 compatibility in the rendering engine.

Modified: trunk/WebKitLibraries/ChangeLog (120522 => 120523)


--- trunk/WebKitLibraries/ChangeLog	2012-06-16 03:54:33 UTC (rev 120522)
+++ trunk/WebKitLibraries/ChangeLog	2012-06-16 05:01:16 UTC (rev 120523)
@@ -1,3 +1,15 @@
+2012-06-15  Sheriff Bot  <[email protected]>
+
+        Unreviewed, rolling out r120280.
+        http://trac.webkit.org/changeset/120280
+        https://bugs.webkit.org/show_bug.cgi?id=89273
+
+        Enabling CSS regions broke all Windows tests (Requested by
+        jhomeycutt on #webkit).
+
+        * win/tools/vsprops/FeatureDefines.vsprops:
+        * win/tools/vsprops/FeatureDefinesCairo.vsprops:
+
 2012-06-13  Mihai Balan  <[email protected]>
 
         Fix for #88645 - enabling regions on Windows

Modified: trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops (120522 => 120523)


--- trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops	2012-06-16 03:54:33 UTC (rev 120522)
+++ trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops	2012-06-16 05:01:16 UTC (rev 120523)
@@ -43,7 +43,7 @@
 	/>
   <UserMacro
 		Name="ENABLE_CSS_EXCLUSIONS"
-		Value="ENABLE_CSS_EXCLUSIONS"
+		Value=""
 		PerformEnvironmentSet="true"
 	/>
   <UserMacro
@@ -58,7 +58,7 @@
 	/>
   <UserMacro
 		Name="ENABLE_CSS_REGIONS"
-		Value="ENABLE_CSS_REGIONS"
+		Value=""
 		PerformEnvironmentSet="true"
 	/>
   <UserMacro

Modified: trunk/WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.vsprops (120522 => 120523)


--- trunk/WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.vsprops	2012-06-16 03:54:33 UTC (rev 120522)
+++ trunk/WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.vsprops	2012-06-16 05:01:16 UTC (rev 120523)
@@ -43,7 +43,7 @@
 	/>
   <UserMacro
 		Name="ENABLE_CSS_EXCLUSIONS"
-		Value="ENABLE_CSS_EXCLUSIONS"
+		Value=""
 		PerformEnvironmentSet="true"
 	/>
   <UserMacro
@@ -58,7 +58,7 @@
 	/>
   <UserMacro
 		Name="ENABLE_CSS_REGIONS"
-		Value="ENABLE_CSS_REGIONS"
+		Value=""
 		PerformEnvironmentSet="true"
 	/>
   <UserMacro
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to