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

Side by Side Diff: LayoutTests/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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 Crypto 61 [Worker] interface Crypto
62 [Worker] method constructor 62 [Worker] method constructor
63 [Worker] method getRandomValues 63 [Worker] method getRandomValues
64 [Worker] interface CryptoKey 64 [Worker] interface CryptoKey
65 [Worker] method constructor 65 [Worker] method constructor
66 [Worker] interface CustomEvent
67 [Worker] method constructor
68 [Worker] method initCustomEvent
66 [Worker] interface DOMException 69 [Worker] interface DOMException
67 [Worker] attribute ABORT_ERR 70 [Worker] attribute ABORT_ERR
68 [Worker] attribute DATA_CLONE_ERR 71 [Worker] attribute DATA_CLONE_ERR
69 [Worker] attribute DOMSTRING_SIZE_ERR 72 [Worker] attribute DOMSTRING_SIZE_ERR
70 [Worker] attribute HIERARCHY_REQUEST_ERR 73 [Worker] attribute HIERARCHY_REQUEST_ERR
71 [Worker] attribute INDEX_SIZE_ERR 74 [Worker] attribute INDEX_SIZE_ERR
72 [Worker] attribute INUSE_ATTRIBUTE_ERR 75 [Worker] attribute INUSE_ATTRIBUTE_ERR
73 [Worker] attribute INVALID_ACCESS_ERR 76 [Worker] attribute INVALID_ACCESS_ERR
74 [Worker] attribute INVALID_CHARACTER_ERR 77 [Worker] attribute INVALID_CHARACTER_ERR
75 [Worker] attribute INVALID_MODIFICATION_ERR 78 [Worker] attribute INVALID_MODIFICATION_ERR
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 [Worker] interface Error 169 [Worker] interface Error
167 [Worker] attribute message 170 [Worker] attribute message
168 [Worker] attribute name 171 [Worker] attribute name
169 [Worker] method constructor 172 [Worker] method constructor
170 [Worker] method toString 173 [Worker] method toString
171 [Worker] interface EvalError 174 [Worker] interface EvalError
172 [Worker] attribute name 175 [Worker] attribute name
173 [Worker] getter stack 176 [Worker] getter stack
174 [Worker] method constructor 177 [Worker] method constructor
175 [Worker] setter stack 178 [Worker] setter stack
179 [Worker] interface Event
180 [Worker] attribute AT_TARGET
181 [Worker] attribute BLUR
182 [Worker] attribute BUBBLING_PHASE
183 [Worker] attribute CAPTURING_PHASE
184 [Worker] attribute CHANGE
185 [Worker] attribute CLICK
186 [Worker] attribute DBLCLICK
187 [Worker] attribute DRAGDROP
188 [Worker] attribute FOCUS
189 [Worker] attribute KEYDOWN
190 [Worker] attribute KEYPRESS
191 [Worker] attribute KEYUP
192 [Worker] attribute MOUSEDOWN
193 [Worker] attribute MOUSEDRAG
194 [Worker] attribute MOUSEMOVE
195 [Worker] attribute MOUSEOUT
196 [Worker] attribute MOUSEOVER
197 [Worker] attribute MOUSEUP
198 [Worker] attribute NONE
199 [Worker] attribute SELECT
200 [Worker] method constructor
201 [Worker] method initEvent
202 [Worker] method preventDefault
203 [Worker] method stopImmediatePropagation
204 [Worker] method stopPropagation
176 [Worker] interface EventSource 205 [Worker] interface EventSource
177 [Worker] attribute CLOSED 206 [Worker] attribute CLOSED
178 [Worker] attribute CONNECTING 207 [Worker] attribute CONNECTING
179 [Worker] attribute OPEN 208 [Worker] attribute OPEN
180 [Worker] method close 209 [Worker] method close
181 [Worker] method constructor 210 [Worker] method constructor
211 [Worker] interface EventTarget
212 [Worker] method addEventListener
213 [Worker] method constructor
214 [Worker] method dispatchEvent
215 [Worker] method removeEventListener
182 [Worker] interface ExclusiveStreamReader 216 [Worker] interface ExclusiveStreamReader
183 [Worker] method cancel 217 [Worker] method cancel
184 [Worker] method constructor 218 [Worker] method constructor
185 [Worker] method read 219 [Worker] method read
186 [Worker] method releaseLock 220 [Worker] method releaseLock
187 [Worker] interface File 221 [Worker] interface File
188 [Worker] method constructor 222 [Worker] method constructor
189 [Worker] interface FileError 223 [Worker] interface FileError
190 [Worker] attribute ABORT_ERR 224 [Worker] attribute ABORT_ERR
191 [Worker] attribute ENCODING_ERR 225 [Worker] attribute ENCODING_ERR
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 [Worker] interface webkitIDBRequest 743 [Worker] interface webkitIDBRequest
710 [Worker] method constructor 744 [Worker] method constructor
711 [Worker] interface webkitIDBTransaction 745 [Worker] interface webkitIDBTransaction
712 [Worker] method abort 746 [Worker] method abort
713 [Worker] method constructor 747 [Worker] method constructor
714 [Worker] method objectStore 748 [Worker] method objectStore
715 PASS successfullyParsed is true 749 PASS successfullyParsed is true
716 750
717 TEST COMPLETE 751 TEST COMPLETE
718 752
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698