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

Side by Side Diff: android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt

Issue 2466513002: Deprecate ServiceWorkerMessageEvent in favor of MessageEvent (Closed)
Patch Set: Rebase and update cross-origin-objects-exceptions-expected.txt Created 4 years 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/events/constructors/serviceworker-message-event-constructor.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [INTERFACES] 1 [INTERFACES]
2 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' inst ead. 2 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' inst ead.
3 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead. 3 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead.
4 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryS torage' or 'navigator.webkitPersistentStorage' instead. 4 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryS torage' or 'navigator.webkitPersistentStorage' instead.
5 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead. 5 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead.
6 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead. 6 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead.
7 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStore' instead. 7 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStore' instead.
8 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' instead. 8 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' instead.
9 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 9 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
10 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' instead. 10 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' instead.
(...skipping 4418 matching lines...) Expand 10 before | Expand all | Expand 10 after
4429 interface ServiceWorkerContainer : EventTarget 4429 interface ServiceWorkerContainer : EventTarget
4430 getter oncontrollerchange 4430 getter oncontrollerchange
4431 getter onmessage 4431 getter onmessage
4432 getter ready 4432 getter ready
4433 method constructor 4433 method constructor
4434 method getRegistration 4434 method getRegistration
4435 method getRegistrations 4435 method getRegistrations
4436 method register 4436 method register
4437 setter oncontrollerchange 4437 setter oncontrollerchange
4438 setter onmessage 4438 setter onmessage
4439 interface ServiceWorkerMessageEvent : Event
4440 getter data
4441 getter lastEventId
4442 getter origin
4443 getter ports
4444 getter source
4445 method constructor
4446 interface ServiceWorkerRegistration : EventTarget 4439 interface ServiceWorkerRegistration : EventTarget
4447 getter onupdatefound 4440 getter onupdatefound
4448 getter scope 4441 getter scope
4449 getter sync 4442 getter sync
4450 method constructor 4443 method constructor
4451 method unregister 4444 method unregister
4452 method update 4445 method update
4453 setter onupdatefound 4446 setter onupdatefound
4454 interface ShadowRoot : DocumentFragment 4447 interface ShadowRoot : DocumentFragment
4455 getter activeElement 4448 getter activeElement
(...skipping 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after
5817 method scrollBy 5810 method scrollBy
5818 method scrollTo 5811 method scrollTo
5819 method setInterval 5812 method setInterval
5820 method setTimeout 5813 method setTimeout
5821 method stop 5814 method stop
5822 method webkitCancelAnimationFrame 5815 method webkitCancelAnimationFrame
5823 method webkitCancelRequestAnimationFrame 5816 method webkitCancelRequestAnimationFrame
5824 method webkitRequestAnimationFrame 5817 method webkitRequestAnimationFrame
5825 This test documents all interface attributes and methods on the global window ob ject and element instances. 5818 This test documents all interface attributes and methods on the global window ob ject and element instances.
5826 TEST FINISHED 5819 TEST FINISHED
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/events/constructors/serviceworker-message-event-constructor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698