Changeset 215603 in webkit
- Timestamp:
- Apr 20, 2017, 10:34:58 PM (9 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
features.json (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r215602 r215603 1 2017-04-20 Dean Jackson <dino@apple.com> 2 3 Add Web Sharing to the features under consideration. 4 5 * features.json: 6 1 7 2017-04-20 Dean Jackson <dino@apple.com> 2 8 -
trunk/Source/WebCore/features.json
r215602 r215603 986 986 "url": "https://wicg.github.io/ScrollAnchoring/", 987 987 "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=171099", 988 "description": "Maintains page scroll position when content is modified.", 988 989 "keywords": ["scroll", "anchor"], 989 "category": " css"990 "category": "html" 990 991 }, 991 992 { … … 1157 1158 "keywords": ["MIDI, music, synthesizer, keyboard"], 1158 1159 "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." 1160 }, 1161 { 1162 "name": "Web Sharing", 1163 "status": { 1164 "status": "Under Consideration" 1165 }, 1166 "url": "https://github.com/WICG/web-share/blob/master/docs/interface.md", 1167 "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=171100", 1168 "keywords": ["sharing"], 1169 "description": "An API to allow content from the page to be exposed to platform sharing APIs." 1159 1170 }, 1160 1171 {
Note:
See TracChangeset
for help on using the changeset viewer.