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

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

Issue 1078913002: Revert of bindings: Move named/indexed attributes to prototype chains. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 1 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
2 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 2 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
3 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 3 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
4 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 4 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
5 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 5 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
6 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 6 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
7 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 7 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
8 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead . 8 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead .
9 This test documents all interface attributes and methods on DedicatedWorkerGloba lScope. 9 This test documents all interface attributes and methods on DedicatedWorkerGloba lScope.
10 10
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 [Worker] attribute NOT_READABLE_ERR 273 [Worker] attribute NOT_READABLE_ERR
274 [Worker] attribute NO_MODIFICATION_ALLOWED_ERR 274 [Worker] attribute NO_MODIFICATION_ALLOWED_ERR
275 [Worker] attribute PATH_EXISTS_ERR 275 [Worker] attribute PATH_EXISTS_ERR
276 [Worker] attribute QUOTA_EXCEEDED_ERR 276 [Worker] attribute QUOTA_EXCEEDED_ERR
277 [Worker] attribute SECURITY_ERR 277 [Worker] attribute SECURITY_ERR
278 [Worker] attribute SYNTAX_ERR 278 [Worker] attribute SYNTAX_ERR
279 [Worker] attribute TYPE_MISMATCH_ERR 279 [Worker] attribute TYPE_MISMATCH_ERR
280 [Worker] getter code 280 [Worker] getter code
281 [Worker] method constructor 281 [Worker] method constructor
282 [Worker] interface FileList 282 [Worker] interface FileList
283 [Worker] getter length
284 [Worker] method constructor 283 [Worker] method constructor
285 [Worker] method item 284 [Worker] method item
286 [Worker] interface FileReader 285 [Worker] interface FileReader
287 [Worker] attribute DONE 286 [Worker] attribute DONE
288 [Worker] attribute EMPTY 287 [Worker] attribute EMPTY
289 [Worker] attribute LOADING 288 [Worker] attribute LOADING
290 [Worker] getter error 289 [Worker] getter error
291 [Worker] getter onabort 290 [Worker] getter onabort
292 [Worker] getter onerror 291 [Worker] getter onerror
293 [Worker] getter onload 292 [Worker] getter onload
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 [Worker] method abort 1041 [Worker] method abort
1043 [Worker] method constructor 1042 [Worker] method constructor
1044 [Worker] method objectStore 1043 [Worker] method objectStore
1045 [Worker] setter onabort 1044 [Worker] setter onabort
1046 [Worker] setter oncomplete 1045 [Worker] setter oncomplete
1047 [Worker] setter onerror 1046 [Worker] setter onerror
1048 PASS successfullyParsed is true 1047 PASS successfullyParsed is true
1049 1048
1050 TEST COMPLETE 1049 TEST COMPLETE
1051 1050
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698