OLD | NEW |
1 # speech not enabled crbug.com/487255 | 1 # speech not enabled crbug.com/487255 |
2 interface SpeechSynthesisEvent : Event # speech not enabled | 2 interface SpeechSynthesisEvent : Event # speech not enabled |
3 interface SpeechSynthesisUtterance : EventTarget | 3 interface SpeechSynthesisUtterance : EventTarget |
4 interface webkitSpeechGrammar | 4 interface webkitSpeechGrammar |
5 interface webkitSpeechGrammarList | 5 interface webkitSpeechGrammarList |
6 interface webkitSpeechRecognition : EventTarget | 6 interface webkitSpeechRecognition : EventTarget |
7 interface webkitSpeechRecognitionError : Event | 7 interface webkitSpeechRecognitionError : Event |
8 interface webkitSpeechRecognitionEvent : Event | 8 interface webkitSpeechRecognitionEvent : Event |
9 | 9 |
10 # permissions api not enabled in webview crbug.com/490120 | 10 # permissions api not enabled in webview crbug.com/490120 |
11 interface PermissionStatus : EventTarget | 11 interface PermissionStatus : EventTarget |
12 interface Permissions | 12 interface Permissions |
13 | 13 |
14 # notifications api not enabled in webview crbug.com/434712 | 14 # notifications api not enabled in webview crbug.com/434712 |
15 interface Notification : EventTarget | 15 interface Notification : EventTarget |
16 | 16 |
17 # not yet supported in webview. | 17 # not yet supported in webview. |
18 interface SharedWorker : EventTarget | 18 interface SharedWorker : EventTarget |
19 | 19 |
20 # push API not supported in webview | 20 # push API not supported in webview |
21 interface PushManager | 21 interface PushManager |
22 interface PushSubscription | 22 interface PushSubscription |
| 23 interface PushSubscriptionOptions |
23 | 24 |
24 # presentation api not supported in webview crbug.com/521319 | 25 # presentation api not supported in webview crbug.com/521319 |
25 interface Presentation | 26 interface Presentation |
26 interface PresentationAvailability : EventTarget | 27 interface PresentationAvailability : EventTarget |
27 interface PresentationConnection : EventTarget | 28 interface PresentationConnection : EventTarget |
28 interface PresentationConnectionAvailableEvent : Event | 29 interface PresentationConnectionAvailableEvent : Event |
29 interface PresentationConnectionCloseEvent : Event | 30 interface PresentationConnectionCloseEvent : Event |
30 interface PresentationRequest : EventTarget | 31 interface PresentationRequest : EventTarget |
31 | 32 |
32 # crbug.com/589500 | 33 # crbug.com/589500 |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 attribute GCController | 66 attribute GCController |
66 attribute speechSynthesis | 67 attribute speechSynthesis |
67 attribute chrome # crbug.com/618471 | 68 attribute chrome # crbug.com/618471 |
68 method gc | 69 method gc |
69 method webkitResolveLocalFileSystemURL | 70 method webkitResolveLocalFileSystemURL |
70 method onerror | 71 method onerror |
71 | 72 |
72 # TODO(timvolodine): check screen orientation lock api | 73 # TODO(timvolodine): check screen orientation lock api |
73 # TODO(timvolodine): check notifications in service workers | 74 # TODO(timvolodine): check notifications in service workers |
74 # TODO(timvolodine): add File System API | 75 # TODO(timvolodine): add File System API |
OLD | NEW |