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

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

Issue 813043004: Re-enable the webexposed tests (supressed for aborted V8 classes roll) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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: '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 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead . 9 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
10 This test documents all interface attributes and methods on DedicatedWorkerGloba lScope. 10 This test documents all interface attributes and methods on DedicatedWorkerGloba lScope.
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 [Worker] interface Boolean 51 [Worker] interface Boolean
52 [Worker] method constructor 52 [Worker] method constructor
53 [Worker] method toString 53 [Worker] method toString
54 [Worker] method valueOf 54 [Worker] method valueOf
55 [Worker] interface CircularGeofencingRegion 55 [Worker] interface CircularGeofencingRegion
56 [Worker] attribute MAX_RADIUS 56 [Worker] attribute MAX_RADIUS
57 [Worker] attribute MIN_RADIUS 57 [Worker] attribute MIN_RADIUS
58 [Worker] method constructor 58 [Worker] method constructor
59 [Worker] interface CloseEvent 59 [Worker] interface CloseEvent
60 [Worker] method constructor 60 [Worker] method constructor
61 [Worker] interface CryptoKey
62 [Worker] method constructor
61 [Worker] interface DOMException 63 [Worker] interface DOMException
62 [Worker] attribute ABORT_ERR 64 [Worker] attribute ABORT_ERR
63 [Worker] attribute DATA_CLONE_ERR 65 [Worker] attribute DATA_CLONE_ERR
64 [Worker] attribute DOMSTRING_SIZE_ERR 66 [Worker] attribute DOMSTRING_SIZE_ERR
65 [Worker] attribute HIERARCHY_REQUEST_ERR 67 [Worker] attribute HIERARCHY_REQUEST_ERR
66 [Worker] attribute INDEX_SIZE_ERR 68 [Worker] attribute INDEX_SIZE_ERR
67 [Worker] attribute INUSE_ATTRIBUTE_ERR 69 [Worker] attribute INUSE_ATTRIBUTE_ERR
68 [Worker] attribute INVALID_ACCESS_ERR 70 [Worker] attribute INVALID_ACCESS_ERR
69 [Worker] attribute INVALID_CHARACTER_ERR 71 [Worker] attribute INVALID_CHARACTER_ERR
70 [Worker] attribute INVALID_MODIFICATION_ERR 72 [Worker] attribute INVALID_MODIFICATION_ERR
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 [Worker] attribute name 245 [Worker] attribute name
244 [Worker] method apply 246 [Worker] method apply
245 [Worker] method bind 247 [Worker] method bind
246 [Worker] method call 248 [Worker] method call
247 [Worker] method constructor 249 [Worker] method constructor
248 [Worker] method toString 250 [Worker] method toString
249 [Worker] interface Headers 251 [Worker] interface Headers
250 [Worker] method append 252 [Worker] method append
251 [Worker] method constructor 253 [Worker] method constructor
252 [Worker] method delete 254 [Worker] method delete
255 [Worker] method entries
253 [Worker] method get 256 [Worker] method get
254 [Worker] method getAll 257 [Worker] method getAll
255 [Worker] method has 258 [Worker] method has
259 [Worker] method keys
256 [Worker] method set 260 [Worker] method set
261 [Worker] method values
257 [Worker] interface IDBCursor 262 [Worker] interface IDBCursor
258 [Worker] method advance 263 [Worker] method advance
259 [Worker] method constructor 264 [Worker] method constructor
260 [Worker] method continue 265 [Worker] method continue
261 [Worker] method continuePrimaryKey 266 [Worker] method continuePrimaryKey
262 [Worker] method delete 267 [Worker] method delete
263 [Worker] method update 268 [Worker] method update
264 [Worker] interface IDBCursorWithValue 269 [Worker] interface IDBCursorWithValue
265 [Worker] method constructor 270 [Worker] method constructor
266 [Worker] interface IDBDatabase 271 [Worker] interface IDBDatabase
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 [Worker] interface webkitIDBRequest 674 [Worker] interface webkitIDBRequest
670 [Worker] method constructor 675 [Worker] method constructor
671 [Worker] interface webkitIDBTransaction 676 [Worker] interface webkitIDBTransaction
672 [Worker] method abort 677 [Worker] method abort
673 [Worker] method constructor 678 [Worker] method constructor
674 [Worker] method objectStore 679 [Worker] method objectStore
675 PASS successfullyParsed is true 680 PASS successfullyParsed is true
676 681
677 TEST COMPLETE 682 TEST COMPLETE
678 683
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698