Title: [149352] trunk
Revision
149352
Author
[email protected]
Date
2013-04-29 23:33:01 -0700 (Mon, 29 Apr 2013)

Log Message

[GTK] Disable Shadow DOM feature
https://bugs.webkit.org/show_bug.cgi?id=115374

Reviewed by Martin Robinson.

Disable the Shadow DOM feature on the GTK port, the feature is planned for removal.

.: 

* Source/autotools/SetupWebKitFeatures.m4:

Tools: 

* Scripts/webkitperl/FeatureList.pm:

Modified Paths

Diff

Modified: trunk/ChangeLog (149351 => 149352)


--- trunk/ChangeLog	2013-04-30 04:50:35 UTC (rev 149351)
+++ trunk/ChangeLog	2013-04-30 06:33:01 UTC (rev 149352)
@@ -1,3 +1,14 @@
+2013-04-29  Zan Dobersek  <[email protected]>
+
+        [GTK] Disable Shadow DOM feature
+        https://bugs.webkit.org/show_bug.cgi?id=115374
+
+        Reviewed by Martin Robinson.
+
+        Disable the Shadow DOM feature on the GTK port, the feature is planned for removal.
+
+        * Source/autotools/SetupWebKitFeatures.m4:
+
 2013-04-28  Ryuan Choi  <[email protected]>
 
         [EFL][CMAKE] Build break after r149259

Modified: trunk/Source/autotools/SetupWebKitFeatures.m4 (149351 => 149352)


--- trunk/Source/autotools/SetupWebKitFeatures.m4	2013-04-30 04:50:35 UTC (rev 149351)
+++ trunk/Source/autotools/SetupWebKitFeatures.m4	2013-04-30 06:33:01 UTC (rev 149352)
@@ -164,7 +164,7 @@
     ENABLE_RESOURCE_TIMING=0 \
     ENABLE_REQUEST_ANIMATION_FRAME=1 \
     ENABLE_SCRIPTED_SPEECH=0 \
-    ENABLE_SHADOW_DOM=1 \
+    ENABLE_SHADOW_DOM=0 \
     ENABLE_SHARED_WORKERS=1 \
     ENABLE_SMOOTH_SCROLLING=1 \
     ENABLE_SQL_DATABASE=1 \

Modified: trunk/Tools/ChangeLog (149351 => 149352)


--- trunk/Tools/ChangeLog	2013-04-30 04:50:35 UTC (rev 149351)
+++ trunk/Tools/ChangeLog	2013-04-30 06:33:01 UTC (rev 149352)
@@ -1,3 +1,14 @@
+2013-04-29  Zan Dobersek  <[email protected]>
+
+        [GTK] Disable Shadow DOM feature
+        https://bugs.webkit.org/show_bug.cgi?id=115374
+
+        Reviewed by Martin Robinson.
+
+        Disable the Shadow DOM feature on the GTK port, the feature is planned for removal.
+
+        * Scripts/webkitperl/FeatureList.pm:
+
 2013-04-29  Glenn Adams  <[email protected]>
 
         [webkitpy] Add missing contributor email addresses

Modified: trunk/Tools/Scripts/webkitperl/FeatureList.pm (149351 => 149352)


--- trunk/Tools/Scripts/webkitperl/FeatureList.pm	2013-04-30 04:50:35 UTC (rev 149351)
+++ trunk/Tools/Scripts/webkitperl/FeatureList.pm	2013-04-30 06:33:01 UTC (rev 149352)
@@ -410,7 +410,7 @@
       define => "ENABLE_SCRIPTED_SPEECH", default => 0, value => \$scriptedSpeechSupport },
 
     { option => "shadow-dom", desc => "Toggle Shadow DOM support",
-      define => "ENABLE_SHADOW_DOM", default => (isGtk() || isEfl()), value => \$shadowDOMSupport },
+      define => "ENABLE_SHADOW_DOM", default => isEfl(), value => \$shadowDOMSupport },
 
     { option => "shared-workers", desc => "Toggle Shared Workers support",
       define => "ENABLE_SHARED_WORKERS", default => (isAppleWebKit() || isGtk() || isBlackBerry() || isEfl()), value => \$sharedWorkersSupport },
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to