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

Side by Side Diff: LayoutTests/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
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 6567 matching lines...) Expand 10 before | Expand all | Expand 10 after
6578 getter onaudiostart 6578 getter onaudiostart
6579 getter onend 6579 getter onend
6580 getter onerror 6580 getter onerror
6581 getter onnomatch 6581 getter onnomatch
6582 getter onresult 6582 getter onresult
6583 getter onsoundend 6583 getter onsoundend
6584 getter onsoundstart 6584 getter onsoundstart
6585 getter onspeechend 6585 getter onspeechend
6586 getter onspeechstart 6586 getter onspeechstart
6587 getter onstart 6587 getter onstart
6588 getter serviceURI
6588 method abort 6589 method abort
6589 method constructor 6590 method constructor
6590 method start 6591 method start
6591 method stop 6592 method stop
6592 setter audioTrack 6593 setter audioTrack
6593 setter continuous 6594 setter continuous
6594 setter grammars 6595 setter grammars
6595 setter interimResults 6596 setter interimResults
6596 setter lang 6597 setter lang
6597 setter maxAlternatives 6598 setter maxAlternatives
6598 setter onaudioend 6599 setter onaudioend
6599 setter onaudiostart 6600 setter onaudiostart
6600 setter onend 6601 setter onend
6601 setter onerror 6602 setter onerror
6602 setter onnomatch 6603 setter onnomatch
6603 setter onresult 6604 setter onresult
6604 setter onsoundend 6605 setter onsoundend
6605 setter onsoundstart 6606 setter onsoundstart
6606 setter onspeechend 6607 setter onspeechend
6607 setter onspeechstart 6608 setter onspeechstart
6608 setter onstart 6609 setter onstart
6610 setter serviceURI
6609 interface webkitSpeechRecognitionError 6611 interface webkitSpeechRecognitionError
6610 getter error 6612 getter error
6611 getter message 6613 getter message
6612 method constructor 6614 method constructor
6613 interface webkitSpeechRecognitionEvent 6615 interface webkitSpeechRecognitionEvent
6614 getter emma 6616 getter emma
6615 getter interpretation 6617 getter interpretation
6616 getter resultIndex 6618 getter resultIndex
6617 getter results 6619 getter results
6618 method constructor 6620 method constructor
(...skipping 18 matching lines...) Expand all
6637 setter password 6639 setter password
6638 setter pathname 6640 setter pathname
6639 setter port 6641 setter port
6640 setter protocol 6642 setter protocol
6641 setter search 6643 setter search
6642 setter username 6644 setter username
6643 PASS successfullyParsed is true 6645 PASS successfullyParsed is true
6644 6646
6645 TEST COMPLETE 6647 TEST COMPLETE
6646 6648
OLDNEW
« no previous file with comments | « LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt ('k') | Source/modules/speech/SpeechRecognition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698