Title: [102108] trunk/WebKitLibraries
Revision
102108
Author
rolandstei...@chromium.org
Date
2011-12-06 00:38:54 -0800 (Tue, 06 Dec 2011)

Log Message

<style scoped>: disable on Windows by default
https://bugs.webkit.org/show_bug.cgi?id=73893

Reviewed by Andreas Kling.

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

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (102107 => 102108)


--- trunk/WebKitLibraries/ChangeLog	2011-12-06 08:38:54 UTC (rev 102107)
+++ trunk/WebKitLibraries/ChangeLog	2011-12-06 08:38:54 UTC (rev 102108)
@@ -1,3 +1,13 @@
+2011-12-06  Roland Steiner  <rolandstei...@chromium.org>
+
+        <style scoped>: disable on Windows by default
+        https://bugs.webkit.org/show_bug.cgi?id=73893
+
+        Reviewed by Andreas Kling.
+
+        * win/tools/vsprops/FeatureDefines.vsprops:
+        * win/tools/vsprops/FeatureDefinesCairo.vsprops:
+
 2011-11-20  Roland Steiner  <rolandstei...@chromium.org>
 
         <style scoped>: add ENABLE(STYLE_SCOPED) flag to WebKit

Modified: trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops (102107 => 102108)


--- trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops	2011-12-06 08:38:54 UTC (rev 102107)
+++ trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops	2011-12-06 08:38:54 UTC (rev 102108)
@@ -243,7 +243,7 @@
 	/>
   <UserMacro
 		Name="ENABLE_STYLE_SCOPED"
-		Value="ENABLE_STYLE_SCOPED"
+		Value=""
 		PerformEnvironmentSet="true"
 	/>
   <UserMacro

Modified: trunk/WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.vsprops (102107 => 102108)


--- trunk/WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.vsprops	2011-12-06 08:38:54 UTC (rev 102107)
+++ trunk/WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.vsprops	2011-12-06 08:38:54 UTC (rev 102108)
@@ -238,7 +238,7 @@
 	/>
   <UserMacro
 		Name="ENABLE_STYLE_SCOPED"
-		Value="ENABLE_STYLE_SCOPED"
+		Value=""
 		PerformEnvironmentSet="true"
 	/>
   <UserMacro
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to