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

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

Issue 564963002: New FormData methods: get, getAll, has, set, delete and iterable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: webexposed/global-interface-listing updates Created 5 years, 11 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 | Annotate | Revision Log
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 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 method subarray 703 method subarray
704 method values 704 method values
705 interface FocusEvent 705 interface FocusEvent
706 method constructor 706 method constructor
707 interface FontFace 707 interface FontFace
708 method constructor 708 method constructor
709 method load 709 method load
710 interface FormData 710 interface FormData
711 method append 711 method append
712 method constructor 712 method constructor
713 method delete
714 method entries
715 method get
716 method getAll
717 method has
718 method keys
719 method set
720 method values
713 interface Function 721 interface Function
714 attribute arguments 722 attribute arguments
715 attribute caller 723 attribute caller
716 attribute length 724 attribute length
717 attribute name 725 attribute name
718 method apply 726 method apply
719 method bind 727 method bind
720 method call 728 method call
721 method constructor 729 method constructor
722 method toString 730 method toString
(...skipping 2441 matching lines...) Expand 10 before | Expand all | Expand 10 after
3164 method constructor 3172 method constructor
3165 interface webkitSpeechRecognitionEvent 3173 interface webkitSpeechRecognitionEvent
3166 method constructor 3174 method constructor
3167 interface webkitURL 3175 interface webkitURL
3168 method constructor 3176 method constructor
3169 method toString 3177 method toString
3170 PASS successfullyParsed is true 3178 PASS successfullyParsed is true
3171 3179
3172 TEST COMPLETE 3180 TEST COMPLETE
3173 3181
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698