| 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 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 attribute eventSender | 57 attribute eventSender |
| 58 method webkitRequestFileSystem | 58 method webkitRequestFileSystem |
| 59 attribute testRunner | 59 attribute testRunner |
| 60 attribute internals | 60 attribute internals |
| 61 attribute accessibilityController | 61 attribute accessibilityController |
| 62 attribute textInputController | 62 attribute textInputController |
| 63 attribute mojo | 63 attribute mojo |
| 64 attribute gamepadController | 64 attribute gamepadController |
| 65 attribute GCController | 65 attribute GCController |
| 66 attribute speechSynthesis | 66 attribute speechSynthesis |
| 67 attribute chrome # crbug.com/618471 |
| 67 method gc | 68 method gc |
| 68 method webkitResolveLocalFileSystemURL | 69 method webkitResolveLocalFileSystemURL |
| 69 method onerror | 70 method onerror |
| 70 | 71 |
| 71 # TODO(timvolodine): check screen orientation lock api | 72 # TODO(timvolodine): check screen orientation lock api |
| 72 # TODO(timvolodine): check notifications in service workers | 73 # TODO(timvolodine): check notifications in service workers |
| 73 # TODO(timvolodine): add File System API | 74 # TODO(timvolodine): add File System API |
| OLD | NEW |