Title: [215603] trunk/Source/WebCore
- Revision
- 215603
- Author
- [email protected]
- Date
- 2017-04-20 22:34:58 -0700 (Thu, 20 Apr 2017)
Log Message
Add Web Sharing to the features under consideration.
* features.json:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (215602 => 215603)
--- trunk/Source/WebCore/ChangeLog 2017-04-21 05:20:38 UTC (rev 215602)
+++ trunk/Source/WebCore/ChangeLog 2017-04-21 05:34:58 UTC (rev 215603)
@@ -1,5 +1,11 @@
2017-04-20 Dean Jackson <[email protected]>
+ Add Web Sharing to the features under consideration.
+
+ * features.json:
+
+2017-04-20 Dean Jackson <[email protected]>
+
Add Scroll Anchoring to features under consideration.
* features.json:
Modified: trunk/Source/WebCore/features.json (215602 => 215603)
--- trunk/Source/WebCore/features.json 2017-04-21 05:20:38 UTC (rev 215602)
+++ trunk/Source/WebCore/features.json 2017-04-21 05:34:58 UTC (rev 215603)
@@ -985,8 +985,9 @@
},
"url": "https://wicg.github.io/ScrollAnchoring/",
"webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=171099",
+ "description": "Maintains page scroll position when content is modified.",
"keywords": ["scroll", "anchor"],
- "category": "css"
+ "category": "html"
},
{
"name": "Shadow DOM",
@@ -1158,6 +1159,16 @@
"description": "An API supporting the Musical Instrument Digital Interface (MIDI) protocol, enabling web applications to enumerate and select MIDI input and output devices on the client system and send and receive MIDI messages."
},
{
+ "name": "Web Sharing",
+ "status": {
+ "status": "Under Consideration"
+ },
+ "url": "https://github.com/WICG/web-share/blob/master/docs/interface.md",
+ "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=171100",
+ "keywords": ["sharing"],
+ "description": "An API to allow content from the page to be exposed to platform sharing APIs."
+ },
+ {
"name": "WebUSB",
"status": {
"status": "Not Considering"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes