Title: [222506] trunk/Source/WebCore
Revision
222506
Author
[email protected]
Date
2017-09-26 11:08:23 -0700 (Tue, 26 Sep 2017)

Log Message

Unreviewed. Remove hardware concurrency from features list.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (222505 => 222506)


--- trunk/Source/WebCore/ChangeLog	2017-09-26 17:53:47 UTC (rev 222505)
+++ trunk/Source/WebCore/ChangeLog	2017-09-26 18:08:23 UTC (rev 222506)
@@ -1,3 +1,9 @@
+2017-09-26  Dean Jackson  <[email protected]>
+
+        Unreviewed. Remove hardware concurrency from features list.
+
+        * features.json:
+
 2017-09-26  Antti Koivisto  <[email protected]>
 
         REGRESSION (222040): Google Maps Street View CrashTracer: [USER] com.apple.WebKit.WebContent.Development at com.apple.WebCore: WebCore::PropertyWrapperAcceleratedTransform::blend const + 92

Modified: trunk/Source/WebCore/features.json (222505 => 222506)


--- trunk/Source/WebCore/features.json	2017-09-26 17:53:47 UTC (rev 222505)
+++ trunk/Source/WebCore/features.json	2017-09-26 18:08:23 UTC (rev 222506)
@@ -960,16 +960,6 @@
         "comment": "WebKit used to support MicroData. The feature never gained any traction and was eventually removed to clean up the codebase."
     },
     {
-        "name": "Navigator.hardwareConcurrency",
-        "status": {
-            "status": "Supported",
-            "enabled-by-default": true
-        },
-        "url": "https://wiki.whatwg.org/wiki/Navigator_HW_Concurrency",
-        "webkit-url": "http://trac.webkit.org/changeset/169017",
-        "description": "Navigator.hardwareConcurrency provides the total number of logical processors available to the user agent."
-    },
-    {
         "name": "Payment Request",
         "status": {
             "status": "In Development"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to