Title: [211945] trunk/Source/WebCore
- Revision
- 211945
- Author
- [email protected]
- Date
- 2017-02-09 02:41:16 -0800 (Thu, 09 Feb 2017)
Log Message
Add Web Bluetooth as Not Considering
https://bugs.webkit.org/show_bug.cgi?id=168042
Reviewed by Yusuke Suzuki.
Add Web Bluetooth as a feature not being considered to be implemented in WebKit.
* features.json:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (211944 => 211945)
--- trunk/Source/WebCore/ChangeLog 2017-02-09 08:57:10 UTC (rev 211944)
+++ trunk/Source/WebCore/ChangeLog 2017-02-09 10:41:16 UTC (rev 211945)
@@ -1,3 +1,14 @@
+2017-02-09 Ryosuke Niwa <[email protected]>
+
+ Add Web Bluetooth as Not Considering
+ https://bugs.webkit.org/show_bug.cgi?id=168042
+
+ Reviewed by Yusuke Suzuki.
+
+ Add Web Bluetooth as a feature not being considered to be implemented in WebKit.
+
+ * features.json:
+
2017-02-08 Simon Fraser <[email protected]>
Put names on more UIViews for ease of debugging
Modified: trunk/Source/WebCore/features.json (211944 => 211945)
--- trunk/Source/WebCore/features.json 2017-02-09 08:57:10 UTC (rev 211944)
+++ trunk/Source/WebCore/features.json 2017-02-09 10:41:16 UTC (rev 211945)
@@ -1030,6 +1030,15 @@
"keywords": ["visual viewport", "viewport", "viewportapi"]
},
{
+ "name": "Web Bluetooth",
+ "status": {
+ "status": "Not Considering"
+ },
+ "url": "https://webbluetoothcg.github.io/web-bluetooth/",
+ "keywords": ["bluetooth"],
+ "description": "An API to discover and communicate with devices over the Bluetooth."
+ },
+ {
"name": "requestIdleCallback",
"status": {
"status": "Under Consideration"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes