Title: [121779] trunk
Revision
121779
Author
[email protected]
Date
2012-07-03 09:34:07 -0700 (Tue, 03 Jul 2012)

Log Message

[BlackBerry] Enable microdata support for BlackBerry.
https://bugs.webkit.org/show_bug.cgi?id=90429

Reviewed by Rob Buis.

.:

* Source/cmake/OptionsBlackBerry.cmake:

Tools:

* Scripts/webkitperl/FeatureList.pm:

Modified Paths

Diff

Modified: trunk/ChangeLog (121778 => 121779)


--- trunk/ChangeLog	2012-07-03 16:29:06 UTC (rev 121778)
+++ trunk/ChangeLog	2012-07-03 16:34:07 UTC (rev 121779)
@@ -1,3 +1,12 @@
+2012-07-03  George Staikos  <[email protected]>
+
+        [BlackBerry] Enable microdata support for BlackBerry.
+        https://bugs.webkit.org/show_bug.cgi?id=90429
+
+        Reviewed by Rob Buis.
+
+        * Source/cmake/OptionsBlackBerry.cmake:
+
 2012-07-03  Tor Arne Vestbø  <[email protected]>
 
         [Qt] Make use of .qmake.cache for caching features

Modified: trunk/Source/cmake/OptionsBlackBerry.cmake (121778 => 121779)


--- trunk/Source/cmake/OptionsBlackBerry.cmake	2012-07-03 16:29:06 UTC (rev 121778)
+++ trunk/Source/cmake/OptionsBlackBerry.cmake	2012-07-03 16:34:07 UTC (rev 121779)
@@ -154,6 +154,7 @@
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_LEGACY_NOTIFICATIONS ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_LEGACY_WEBKIT_BLOB_BUILDER ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_MEDIA_STREAM ON)
+WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_MICRODATA ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_NOTIFICATIONS ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ORIENTATION_EVENTS ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_PAGE_POPUP ON)

Modified: trunk/Tools/ChangeLog (121778 => 121779)


--- trunk/Tools/ChangeLog	2012-07-03 16:29:06 UTC (rev 121778)
+++ trunk/Tools/ChangeLog	2012-07-03 16:34:07 UTC (rev 121779)
@@ -1,3 +1,12 @@
+2012-07-03  George Staikos  <[email protected]>
+
+        [BlackBerry] Enable microdata support for BlackBerry.
+        https://bugs.webkit.org/show_bug.cgi?id=90429
+
+        Reviewed by Rob Buis.
+
+        * Scripts/webkitperl/FeatureList.pm:
+
 2012-07-03  Tor Arne Vestbø  <[email protected]>
 
         [Qt] Make use of .qmake.cache for caching features

Modified: trunk/Tools/Scripts/webkitperl/FeatureList.pm (121778 => 121779)


--- trunk/Tools/Scripts/webkitperl/FeatureList.pm	2012-07-03 16:29:06 UTC (rev 121778)
+++ trunk/Tools/Scripts/webkitperl/FeatureList.pm	2012-07-03 16:34:07 UTC (rev 121779)
@@ -292,7 +292,7 @@
       define => "ENABLE_MHTML", default => 0, value => \$mhtmlSupport },
 
     { option => "microdata", desc => "Toggle Microdata support",
-      define => "ENABLE_MICRODATA", default => isEfl(), value => \$microdataSupport },
+      define => "ENABLE_MICRODATA", default => (isEfl() || isBlackBerry()), value => \$microdataSupport },
 
     { option => "mutation-observers", desc => "Toggle Mutation Observers support",
       define => "ENABLE_MUTATION_OBSERVERS", default => 1, value => \$mutationObserversSupport },
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to