Title: [209396] trunk/Source
Revision
209396
Author
hy...@apple.com
Date
2016-12-06 08:54:30 -0800 (Tue, 06 Dec 2016)

Log Message

[CSS Parser] Turn on the new CSS parser
https://bugs.webkit.org/show_bug.cgi?id=165213

Reviewed by Zalan Bujtas.

Source/WebCore:

* page/Settings.in:

Source/WebKit2:

* Shared/WebPreferencesDefinitions.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (209395 => 209396)


--- trunk/Source/WebCore/ChangeLog	2016-12-06 16:50:12 UTC (rev 209395)
+++ trunk/Source/WebCore/ChangeLog	2016-12-06 16:54:30 UTC (rev 209396)
@@ -1,3 +1,12 @@
+2016-12-06  Dave Hyatt  <hy...@apple.com>
+
+        [CSS Parser] Turn on the new CSS parser
+        https://bugs.webkit.org/show_bug.cgi?id=165213
+
+        Reviewed by Zalan Bujtas.
+
+        * page/Settings.in:
+
 2016-12-06  Dan Bernstein  <m...@apple.com>
 
         Tried to fix the USE(APPLE_INTERNAL_SDK) build after r209385.

Modified: trunk/Source/WebCore/page/Settings.in (209395 => 209396)


--- trunk/Source/WebCore/page/Settings.in	2016-12-06 16:50:12 UTC (rev 209395)
+++ trunk/Source/WebCore/page/Settings.in	2016-12-06 16:54:30 UTC (rev 209396)
@@ -250,7 +250,7 @@
 
 newBlockInsideInlineModelEnabled initial=false, setNeedsStyleRecalcInAllFrames=1
 
-newCSSParserEnabled initial=false
+newCSSParserEnabled initial=true
 
 httpEquivEnabled initial=true
 

Modified: trunk/Source/WebKit2/ChangeLog (209395 => 209396)


--- trunk/Source/WebKit2/ChangeLog	2016-12-06 16:50:12 UTC (rev 209395)
+++ trunk/Source/WebKit2/ChangeLog	2016-12-06 16:54:30 UTC (rev 209396)
@@ -1,3 +1,12 @@
+2016-12-06  Dave Hyatt  <hy...@apple.com>
+
+        [CSS Parser] Turn on the new CSS parser
+        https://bugs.webkit.org/show_bug.cgi?id=165213
+
+        Reviewed by Zalan Bujtas.
+
+        * Shared/WebPreferencesDefinitions.h:
+
 2016-12-06  Tomas Popela  <tpop...@redhat.com>
 
         [GTK] Process accelerated compositing env variables only if they are really enabled

Modified: trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h (209395 => 209396)


--- trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h	2016-12-06 16:50:12 UTC (rev 209395)
+++ trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h	2016-12-06 16:54:30 UTC (rev 209396)
@@ -227,7 +227,7 @@
     macro(EnableInheritURIQueryComponent, enableInheritURIQueryComponent, Bool, bool, false, "", "") \
     macro(ServiceControlsEnabled, serviceControlsEnabled, Bool, bool, false, "", "") \
     macro(NewBlockInsideInlineModelEnabled, newBlockInsideInlineModelEnabled, Bool, bool, false, "", "") \
-    macro(NewCSSParserEnabled, newCSSParserEnabled, Bool, bool, false, "", "") \
+    macro(NewCSSParserEnabled, newCSSParserEnabled, Bool, bool, true, "", "") \
     macro(HTTPEquivEnabled, httpEquivEnabled, Bool, bool, true, "", "") \
     macro(MockCaptureDevicesEnabled, mockCaptureDevicesEnabled, Bool, bool, false, "", "") \
     macro(MediaCaptureRequiresSecureConnection, mediaCaptureRequiresSecureConnection, Bool, bool, true, "", "") \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to