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

Side by Side Diff: LayoutTests/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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 [Worker] attribute NOT_READABLE_ERR 281 [Worker] attribute NOT_READABLE_ERR
282 [Worker] attribute NO_MODIFICATION_ALLOWED_ERR 282 [Worker] attribute NO_MODIFICATION_ALLOWED_ERR
283 [Worker] attribute PATH_EXISTS_ERR 283 [Worker] attribute PATH_EXISTS_ERR
284 [Worker] attribute QUOTA_EXCEEDED_ERR 284 [Worker] attribute QUOTA_EXCEEDED_ERR
285 [Worker] attribute SECURITY_ERR 285 [Worker] attribute SECURITY_ERR
286 [Worker] attribute SYNTAX_ERR 286 [Worker] attribute SYNTAX_ERR
287 [Worker] attribute TYPE_MISMATCH_ERR 287 [Worker] attribute TYPE_MISMATCH_ERR
288 [Worker] getter code 288 [Worker] getter code
289 [Worker] method constructor 289 [Worker] method constructor
290 [Worker] interface FileList 290 [Worker] interface FileList
291 [Worker] getter length
292 [Worker] method constructor 291 [Worker] method constructor
293 [Worker] method item 292 [Worker] method item
294 [Worker] interface FileReader 293 [Worker] interface FileReader
295 [Worker] attribute DONE 294 [Worker] attribute DONE
296 [Worker] attribute EMPTY 295 [Worker] attribute EMPTY
297 [Worker] attribute LOADING 296 [Worker] attribute LOADING
298 [Worker] getter error 297 [Worker] getter error
299 [Worker] getter onabort 298 [Worker] getter onabort
300 [Worker] getter onerror 299 [Worker] getter onerror
301 [Worker] getter onload 300 [Worker] getter onload
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
1075 [Worker] method abort 1074 [Worker] method abort
1076 [Worker] method constructor 1075 [Worker] method constructor
1077 [Worker] method objectStore 1076 [Worker] method objectStore
1078 [Worker] setter onabort 1077 [Worker] setter onabort
1079 [Worker] setter oncomplete 1078 [Worker] setter oncomplete
1080 [Worker] setter onerror 1079 [Worker] setter onerror
1081 PASS successfullyParsed is true 1080 PASS successfullyParsed is true
1082 1081
1083 TEST COMPLETE 1082 TEST COMPLETE
1084 1083
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698