Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Side by Side Diff: LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 1034833002: Adding a serviceURI param to SpeechRecognition (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Changing the serviceuri param to be KURL rather than string so we can check whether the url is vali… Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
(...skipping 6094 matching lines...) Expand 10 before | Expand all | Expand 10 after
6105 getter onaudiostart 6105 getter onaudiostart
6106 getter onend 6106 getter onend
6107 getter onerror 6107 getter onerror
6108 getter onnomatch 6108 getter onnomatch
6109 getter onresult 6109 getter onresult
6110 getter onsoundend 6110 getter onsoundend
6111 getter onsoundstart 6111 getter onsoundstart
6112 getter onspeechend 6112 getter onspeechend
6113 getter onspeechstart 6113 getter onspeechstart
6114 getter onstart 6114 getter onstart
6115 getter serviceURI
6115 method abort 6116 method abort
6116 method constructor 6117 method constructor
6117 method start 6118 method start
6118 method stop 6119 method stop
6119 setter continuous 6120 setter continuous
6120 setter grammars 6121 setter grammars
6121 setter interimResults 6122 setter interimResults
6122 setter lang 6123 setter lang
6123 setter maxAlternatives 6124 setter maxAlternatives
6124 setter onaudioend 6125 setter onaudioend
6125 setter onaudiostart 6126 setter onaudiostart
6126 setter onend 6127 setter onend
6127 setter onerror 6128 setter onerror
6128 setter onnomatch 6129 setter onnomatch
6129 setter onresult 6130 setter onresult
6130 setter onsoundend 6131 setter onsoundend
6131 setter onsoundstart 6132 setter onsoundstart
6132 setter onspeechend 6133 setter onspeechend
6133 setter onspeechstart 6134 setter onspeechstart
6134 setter onstart 6135 setter onstart
6136 setter serviceURI
6135 interface webkitSpeechRecognitionError 6137 interface webkitSpeechRecognitionError
6136 getter error 6138 getter error
6137 getter message 6139 getter message
6138 method constructor 6140 method constructor
6139 interface webkitSpeechRecognitionEvent 6141 interface webkitSpeechRecognitionEvent
6140 getter emma 6142 getter emma
6141 getter interpretation 6143 getter interpretation
6142 getter resultIndex 6144 getter resultIndex
6143 getter results 6145 getter results
6144 method constructor 6146 method constructor
(...skipping 18 matching lines...) Expand all
6163 setter password 6165 setter password
6164 setter pathname 6166 setter pathname
6165 setter port 6167 setter port
6166 setter protocol 6168 setter protocol
6167 setter search 6169 setter search
6168 setter username 6170 setter username
6169 PASS successfullyParsed is true 6171 PASS successfullyParsed is true
6170 6172
6171 TEST COMPLETE 6173 TEST COMPLETE
6172 6174
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698