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

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

Issue 946833004: Reland of "Expose events in workers as per latest DOM specification" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 10 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] method constructor 51 [Worker] method constructor
52 [Worker] method toString 52 [Worker] method toString
53 [Worker] method valueOf 53 [Worker] method valueOf
54 [Worker] interface CloseEvent 54 [Worker] interface CloseEvent
55 [Worker] method constructor 55 [Worker] method constructor
56 [Worker] interface Crypto 56 [Worker] interface Crypto
57 [Worker] method constructor 57 [Worker] method constructor
58 [Worker] method getRandomValues 58 [Worker] method getRandomValues
59 [Worker] interface CryptoKey 59 [Worker] interface CryptoKey
60 [Worker] method constructor 60 [Worker] method constructor
61 [Worker] interface CustomEvent
62 [Worker] method constructor
63 [Worker] method initCustomEvent
61 [Worker] interface DOMException 64 [Worker] interface DOMException
62 [Worker] attribute ABORT_ERR 65 [Worker] attribute ABORT_ERR
63 [Worker] attribute DATA_CLONE_ERR 66 [Worker] attribute DATA_CLONE_ERR
64 [Worker] attribute DOMSTRING_SIZE_ERR 67 [Worker] attribute DOMSTRING_SIZE_ERR
65 [Worker] attribute HIERARCHY_REQUEST_ERR 68 [Worker] attribute HIERARCHY_REQUEST_ERR
66 [Worker] attribute INDEX_SIZE_ERR 69 [Worker] attribute INDEX_SIZE_ERR
67 [Worker] attribute INUSE_ATTRIBUTE_ERR 70 [Worker] attribute INUSE_ATTRIBUTE_ERR
68 [Worker] attribute INVALID_ACCESS_ERR 71 [Worker] attribute INVALID_ACCESS_ERR
69 [Worker] attribute INVALID_CHARACTER_ERR 72 [Worker] attribute INVALID_CHARACTER_ERR
70 [Worker] attribute INVALID_MODIFICATION_ERR 73 [Worker] attribute INVALID_MODIFICATION_ERR
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 [Worker] interface Error 164 [Worker] interface Error
162 [Worker] attribute message 165 [Worker] attribute message
163 [Worker] attribute name 166 [Worker] attribute name
164 [Worker] method constructor 167 [Worker] method constructor
165 [Worker] method toString 168 [Worker] method toString
166 [Worker] interface EvalError 169 [Worker] interface EvalError
167 [Worker] attribute name 170 [Worker] attribute name
168 [Worker] getter stack 171 [Worker] getter stack
169 [Worker] method constructor 172 [Worker] method constructor
170 [Worker] setter stack 173 [Worker] setter stack
174 [Worker] interface Event
175 [Worker] attribute AT_TARGET
176 [Worker] attribute BLUR
177 [Worker] attribute BUBBLING_PHASE
178 [Worker] attribute CAPTURING_PHASE
179 [Worker] attribute CHANGE
180 [Worker] attribute CLICK
181 [Worker] attribute DBLCLICK
182 [Worker] attribute DRAGDROP
183 [Worker] attribute FOCUS
184 [Worker] attribute KEYDOWN
185 [Worker] attribute KEYPRESS
186 [Worker] attribute KEYUP
187 [Worker] attribute MOUSEDOWN
188 [Worker] attribute MOUSEDRAG
189 [Worker] attribute MOUSEMOVE
190 [Worker] attribute MOUSEOUT
191 [Worker] attribute MOUSEOVER
192 [Worker] attribute MOUSEUP
193 [Worker] attribute NONE
194 [Worker] attribute SELECT
195 [Worker] method constructor
196 [Worker] method initEvent
197 [Worker] method preventDefault
198 [Worker] method stopImmediatePropagation
199 [Worker] method stopPropagation
171 [Worker] interface EventSource 200 [Worker] interface EventSource
172 [Worker] attribute CLOSED 201 [Worker] attribute CLOSED
173 [Worker] attribute CONNECTING 202 [Worker] attribute CONNECTING
174 [Worker] attribute OPEN 203 [Worker] attribute OPEN
175 [Worker] method close 204 [Worker] method close
176 [Worker] method constructor 205 [Worker] method constructor
206 [Worker] interface EventTarget
207 [Worker] method addEventListener
208 [Worker] method constructor
209 [Worker] method dispatchEvent
210 [Worker] method removeEventListener
177 [Worker] interface File 211 [Worker] interface File
178 [Worker] method constructor 212 [Worker] method constructor
179 [Worker] interface FileError 213 [Worker] interface FileError
180 [Worker] attribute ABORT_ERR 214 [Worker] attribute ABORT_ERR
181 [Worker] attribute ENCODING_ERR 215 [Worker] attribute ENCODING_ERR
182 [Worker] attribute INVALID_MODIFICATION_ERR 216 [Worker] attribute INVALID_MODIFICATION_ERR
183 [Worker] attribute INVALID_STATE_ERR 217 [Worker] attribute INVALID_STATE_ERR
184 [Worker] attribute NOT_FOUND_ERR 218 [Worker] attribute NOT_FOUND_ERR
185 [Worker] attribute NOT_READABLE_ERR 219 [Worker] attribute NOT_READABLE_ERR
186 [Worker] attribute NO_MODIFICATION_ALLOWED_ERR 220 [Worker] attribute NO_MODIFICATION_ALLOWED_ERR
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 [Worker] interface webkitIDBRequest 707 [Worker] interface webkitIDBRequest
674 [Worker] method constructor 708 [Worker] method constructor
675 [Worker] interface webkitIDBTransaction 709 [Worker] interface webkitIDBTransaction
676 [Worker] method abort 710 [Worker] method abort
677 [Worker] method constructor 711 [Worker] method constructor
678 [Worker] method objectStore 712 [Worker] method objectStore
679 PASS successfullyParsed is true 713 PASS successfullyParsed is true
680 714
681 TEST COMPLETE 715 TEST COMPLETE
682 716
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698