| OLD | NEW |
| 1 # speech api not enabled in webview, crbug.com/487255 | 1 # speech api not enabled in webview, crbug.com/487255 |
| 2 interface SpeechSynthesisEvent : Event | 2 interface SpeechSynthesisEvent : Event |
| 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 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 interface PresentationConnection : EventTarget | 34 interface PresentationConnection : EventTarget |
| 35 interface PresentationConnectionAvailableEvent : Event | 35 interface PresentationConnectionAvailableEvent : Event |
| 36 interface PresentationConnectionCloseEvent : Event | 36 interface PresentationConnectionCloseEvent : Event |
| 37 interface PresentationRequest : EventTarget | 37 interface PresentationRequest : EventTarget |
| 38 | 38 |
| 39 # remoteplayback api not supported in webview crbug.com/521319 | 39 # remoteplayback api not supported in webview crbug.com/521319 |
| 40 interface RemotePlayback : EventTarget | 40 interface RemotePlayback : EventTarget |
| 41 | 41 |
| 42 # web payments api not enabled in webiew, crbug.com/667069 | 42 # web payments api not enabled in webiew, crbug.com/667069 |
| 43 interface HTMLIFrameElement : HTMLElement | 43 interface HTMLIFrameElement : HTMLElement |
| 44 getter allowPaymentRequest |
| 44 setter allowPaymentRequest | 45 setter allowPaymentRequest |
| 45 | 46 |
| 46 # Android does not support switching the audio output device, crbug.com/589500 | 47 # Android does not support switching the audio output device, crbug.com/589500 |
| 47 # Remote Playback API is not supported on Android WebView, crbug.com/521319 | 48 # Remote Playback API is not supported on Android WebView, crbug.com/521319 |
| 48 interface HTMLMediaElement : HTMLElement | 49 interface HTMLMediaElement : HTMLElement |
| 49 getter sinkId # crbug.com/589500 | 50 getter sinkId # crbug.com/589500 |
| 50 method setSinkId # crbug.com/589500 | 51 method setSinkId # crbug.com/589500 |
| 51 setter disableRemotePlayback # crbug.com/521319 | 52 setter disableRemotePlayback # crbug.com/521319 |
| 52 getter disableRemotePlayback # crbug.com/521319 | 53 getter disableRemotePlayback # crbug.com/521319 |
| 53 getter remote # crbug.com/521319 | 54 getter remote # crbug.com/521319 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 attribute gamepadController # test only | 88 attribute gamepadController # test only |
| 88 attribute GCController # test only | 89 attribute GCController # test only |
| 89 getter speechSynthesis # Speech API, crbug.com/487255 | 90 getter speechSynthesis # Speech API, crbug.com/487255 |
| 90 attribute chrome # crbug.com/618471 | 91 attribute chrome # crbug.com/618471 |
| 91 method gc # test only | 92 method gc # test only |
| 92 method webkitRequestFileSystem # File System API, crbug.com/589843 | 93 method webkitRequestFileSystem # File System API, crbug.com/589843 |
| 93 method webkitResolveLocalFileSystemURL # File System API, crbug.com/589843 | 94 method webkitResolveLocalFileSystemURL # File System API, crbug.com/589843 |
| 94 | 95 |
| 95 # TODO(timvolodine): check screen orientation lock api | 96 # TODO(timvolodine): check screen orientation lock api |
| 96 # TODO(timvolodine): check notifications in service workers | 97 # TODO(timvolodine): check notifications in service workers |
| OLD | NEW |