https://bugs.webkit.org/show_bug.cgi?id=143667
Reviewed by Csaba Osztrogonác.
ENABLE_NAVIGATOR_HWCONCURRENCY has used $registerProtocolHandlerSupport value variable
since r169017. Added $hardwareConcurrencySupport for it.
Additionally networkInfoSupport is removed because this feature was removed due to spec out.
* Scripts/webkitperl/FeatureList.pm:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@182732
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-04-13 Gyuyoung Kim <gyuyoung.kim@webkit.org>
+
+ Fix wrong value variable in ENABLE_NAVIGATOR_HWCONCURRENCY
+ https://bugs.webkit.org/show_bug.cgi?id=143667
+
+ Reviewed by Csaba Osztrogonác.
+
+ ENABLE_NAVIGATOR_HWCONCURRENCY has used $registerProtocolHandlerSupport value variable
+ since r169017. Added $hardwareConcurrencySupport for it.
+
+ Additionally networkInfoSupport is removed because this feature was removed due to spec out.
+
+ * Scripts/webkitperl/FeatureList.pm:
+
2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
[cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
[cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
$fullscreenAPISupport,
$gamepadSupport,
$geolocationSupport,
$fullscreenAPISupport,
$gamepadSupport,
$geolocationSupport,
+ $hardwareConcurrencySupport,
$highDPICanvasSupport,
$icondatabaseSupport,
$indexedDatabaseSupport,
$highDPICanvasSupport,
$icondatabaseSupport,
$indexedDatabaseSupport,
$mhtmlSupport,
$mouseCursorScaleSupport,
$netscapePluginAPISupport,
$mhtmlSupport,
$mouseCursorScaleSupport,
$netscapePluginAPISupport,
$nosniffSupport,
$notificationsSupport,
$orientationEventsSupport,
$nosniffSupport,
$notificationsSupport,
$orientationEventsSupport,
define => "ENABLE_NAVIGATOR_CONTENT_UTILS", default => isEfl(), value => \$registerProtocolHandlerSupport },
{ option => "navigator-hardware-concurrency", desc => "Toggle Navigator hardware concurrenct support",
define => "ENABLE_NAVIGATOR_CONTENT_UTILS", default => isEfl(), value => \$registerProtocolHandlerSupport },
{ option => "navigator-hardware-concurrency", desc => "Toggle Navigator hardware concurrenct support",
- define => "ENABLE_NAVIGATOR_HWCONCURRENCY", default => 1, value => \$registerProtocolHandlerSupport },
+ define => "ENABLE_NAVIGATOR_HWCONCURRENCY", default => 1, value => \$hardwareConcurrencySupport },
{ option => "netscape-plugin-api", desc => "Toggle Netscape Plugin API support",
define => "ENABLE_NETSCAPE_PLUGIN_API", default => !isIOSWebKit(), value => \$netscapePluginAPISupport },
{ option => "netscape-plugin-api", desc => "Toggle Netscape Plugin API support",
define => "ENABLE_NETSCAPE_PLUGIN_API", default => !isIOSWebKit(), value => \$netscapePluginAPISupport },