Title: [160293] trunk/Tools
- Revision
- 160293
- Author
- [email protected]
- Date
- 2013-12-08 12:09:09 -0800 (Sun, 08 Dec 2013)
Log Message
[WK2] Add ENABLE_NETWORK_PROCESS flag
https://bugs.webkit.org/show_bug.cgi?id=125421
Add support to build with the Network Process enabled.
Patch by Brian Holt <[email protected]> on 2013-12-08
Reviewed by Martin Robinson.
* Scripts/webkitperl/FeatureList.pm:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (160292 => 160293)
--- trunk/Tools/ChangeLog 2013-12-08 19:01:17 UTC (rev 160292)
+++ trunk/Tools/ChangeLog 2013-12-08 20:09:09 UTC (rev 160293)
@@ -1,3 +1,14 @@
+2013-12-08 Brian Holt <[email protected]>
+
+ [WK2] Add ENABLE_NETWORK_PROCESS flag
+ https://bugs.webkit.org/show_bug.cgi?id=125421
+
+ Add support to build with the Network Process enabled.
+
+ Reviewed by Martin Robinson.
+
+ * Scripts/webkitperl/FeatureList.pm:
+
2013-12-07 Filip Pizlo <[email protected]>
Fold typedArray.length if typedArray is constant
Modified: trunk/Tools/Scripts/webkitperl/FeatureList.pm (160292 => 160293)
--- trunk/Tools/Scripts/webkitperl/FeatureList.pm 2013-12-08 19:01:17 UTC (rev 160292)
+++ trunk/Tools/Scripts/webkitperl/FeatureList.pm 2013-12-08 20:09:09 UTC (rev 160293)
@@ -111,6 +111,7 @@
$mouseCursorScaleSupport,
$netscapePluginAPISupport,
$networkInfoSupport,
+ $networkProcessSupport,
$nosniffSupport,
$notificationsSupport,
$orientationEventsSupport,
@@ -484,6 +485,9 @@
{ option => "cloop", desc => "Force use of the llint c loop",
define => "ENABLE_LLINT_C_LOOP", default => 0, value => \$forceCLoop },
+
+ { option => "network-process", desc => "Toggle Network Process support",
+ define => "ENABLE_NETWORK_PROCESS", default => 0, value => \$networkProcessSupport },
);
sub getFeatureOptionList()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes