| OLD | NEW |
| 1 # speech not enabled crbug.com/487255 | 1 # speech not enabled crbug.com/487255 |
| 2 interface SpeechSynthesisEvent # speech not enabled | 2 interface SpeechSynthesisEvent # speech not enabled |
| 3 interface SpeechSynthesisUtterance | 3 interface SpeechSynthesisUtterance |
| 4 interface webkitSpeechGrammar | 4 interface webkitSpeechGrammar |
| 5 interface webkitSpeechGrammarList | 5 interface webkitSpeechGrammarList |
| 6 interface webkitSpeechRecognition | 6 interface webkitSpeechRecognition |
| 7 interface webkitSpeechRecognitionError | 7 interface webkitSpeechRecognitionError |
| 8 interface webkitSpeechRecognitionEvent | 8 interface webkitSpeechRecognitionEvent |
| 9 | 9 |
| 10 # permissions api not enabled in webview crbug.com/490120 | 10 # permissions api not enabled in webview crbug.com/490120 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 # presentation api not supported in webview crbug.com/521319 | 24 # presentation api not supported in webview crbug.com/521319 |
| 25 interface Presentation | 25 interface Presentation |
| 26 interface PresentationAvailability | 26 interface PresentationAvailability |
| 27 interface PresentationRequest | 27 interface PresentationRequest |
| 28 interface PresentationSession | 28 interface PresentationSession |
| 29 interface PresentationSessionConnectEvent | 29 interface PresentationSessionConnectEvent |
| 30 | 30 |
| 31 # TODO(timvolodine): check screen orientation lock api | 31 # TODO(timvolodine): check screen orientation lock api |
| 32 # TODO(timvolodine): check notifications in service workers | 32 # TODO(timvolodine): check notifications in service workers |
| 33 # TODO(timvolodine): add File System API | 33 # TODO(timvolodine): add File System API |
| OLD | NEW |