Title: [155256] trunk/Tools
Revision
155256
Author
[email protected]
Date
2013-09-07 11:56:16 -0700 (Sat, 07 Sep 2013)

Log Message

removing --dialog-element from build-webkit --help option message
https://bugs.webkit.org/show_bug.cgi?id=120955

Patch by Santosh Mahto <[email protected]> on 2013-09-07
Reviewed by Daniel Bates.

--dialog-element option is useless while building as
Dialog Element support has been removed in following changeset.
http://trac.webkit.org/changeset/154835
http://trac.webkit.org/changeset/154870

* Scripts/webkitperl/FeatureList.pm:
Removed --dialog-element option message.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (155255 => 155256)


--- trunk/Tools/ChangeLog	2013-09-07 18:55:43 UTC (rev 155255)
+++ trunk/Tools/ChangeLog	2013-09-07 18:56:16 UTC (rev 155256)
@@ -1,3 +1,18 @@
+2013-09-07  Santosh Mahto  <[email protected]>
+
+        removing --dialog-element from build-webkit --help option message
+        https://bugs.webkit.org/show_bug.cgi?id=120955
+
+        Reviewed by Daniel Bates.
+
+        --dialog-element option is useless while building as
+        Dialog Element support has been removed in following changeset.
+        http://trac.webkit.org/changeset/154835
+        http://trac.webkit.org/changeset/154870
+
+        * Scripts/webkitperl/FeatureList.pm:
+        Removed --dialog-element option message.
+
 2013-09-06  Filip Pizlo  <[email protected]>
 
         It should be possible to run-_javascript_core-tests with only a subset of the test suites

Modified: trunk/Tools/Scripts/webkitperl/FeatureList.pm (155255 => 155256)


--- trunk/Tools/Scripts/webkitperl/FeatureList.pm	2013-09-07 18:55:43 UTC (rev 155255)
+++ trunk/Tools/Scripts/webkitperl/FeatureList.pm	2013-09-07 18:56:16 UTC (rev 155256)
@@ -73,7 +73,6 @@
     $datalistElementSupport,
     $detailsElementSupport,
     $deviceOrientationSupport,
-    $dialogElementSupport,
     $directoryUploadSupport,
     $dom4EventsConstructor,
     $downloadAttributeSupport,
@@ -249,9 +248,6 @@
     { option => "device-orientation", desc => "Toggle Device Orientation support",
       define => "ENABLE_DEVICE_ORIENTATION", default => isBlackBerry(), value => \$deviceOrientationSupport },
 
-    { option => "dialog-element", desc => "Toggle Dialog Element support",
-      define => "ENABLE_DIALOG_ELEMENT", default => 0, value => \$dialogElementSupport },
-
     { option => "directory-upload", desc => "Toggle Directory Upload support",
       define => "ENABLE_DIRECTORY_UPLOAD", default => 0, value => \$directoryUploadSupport },
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to