| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 # TODO(timvolodine): investigate in more detail | 65 # TODO(timvolodine): investigate in more detail |
| 66 [GLOBAL OBJECT] | 66 [GLOBAL OBJECT] |
| 67 method openDatabase | 67 method openDatabase |
| 68 attribute layoutTestController | 68 attribute layoutTestController |
| 69 attribute eventSender | 69 attribute eventSender |
| 70 method webkitRequestFileSystem | 70 method webkitRequestFileSystem |
| 71 attribute testRunner | 71 attribute testRunner |
| 72 attribute internals | 72 attribute internals |
| 73 attribute accessibilityController | 73 attribute accessibilityController |
| 74 attribute textInputController | 74 attribute textInputController |
| 75 attribute mojo | 75 attribute gin |
| 76 attribute gamepadController | 76 attribute gamepadController |
| 77 attribute GCController | 77 attribute GCController |
| 78 getter speechSynthesis | 78 getter speechSynthesis |
| 79 attribute chrome # crbug.com/618471 | 79 attribute chrome # crbug.com/618471 |
| 80 method gc | 80 method gc |
| 81 method webkitResolveLocalFileSystemURL | 81 method webkitResolveLocalFileSystemURL |
| 82 | 82 |
| 83 # TODO(timvolodine): check screen orientation lock api | 83 # TODO(timvolodine): check screen orientation lock api |
| 84 # TODO(timvolodine): check notifications in service workers | 84 # TODO(timvolodine): check notifications in service workers |
| 85 # TODO(timvolodine): add File System API | 85 # TODO(timvolodine): add File System API |
| OLD | NEW |