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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/stable/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
OLDNEW
1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead. 3 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead.
4 This test documents all interface attributes and methods on the global window ob ject and element instances. 4 This test documents all interface attributes and methods on the global window ob ject and element instances.
5 5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7 7
8 8
9 [INTERFACES] 9 [INTERFACES]
10 interface AnalyserNode : AudioNode 10 interface AnalyserNode : AudioNode
(...skipping 5289 matching lines...) Expand 10 before | Expand all | Expand 10 after
5300 getter controller 5300 getter controller
5301 getter oncontrollerchange 5301 getter oncontrollerchange
5302 getter onmessage 5302 getter onmessage
5303 getter ready 5303 getter ready
5304 method constructor 5304 method constructor
5305 method getRegistration 5305 method getRegistration
5306 method getRegistrations 5306 method getRegistrations
5307 method register 5307 method register
5308 setter oncontrollerchange 5308 setter oncontrollerchange
5309 setter onmessage 5309 setter onmessage
5310 interface ServiceWorkerMessageEvent : Event
5311 attribute @@toStringTag
5312 getter data
5313 getter lastEventId
5314 getter origin
5315 getter ports
5316 getter source
5317 method constructor
5318 interface ServiceWorkerRegistration : EventTarget 5310 interface ServiceWorkerRegistration : EventTarget
5319 attribute @@toStringTag 5311 attribute @@toStringTag
5320 getter active 5312 getter active
5321 getter installing 5313 getter installing
5322 getter onupdatefound 5314 getter onupdatefound
5323 getter pushManager 5315 getter pushManager
5324 getter scope 5316 getter scope
5325 getter sync 5317 getter sync
5326 getter waiting 5318 getter waiting
5327 method constructor 5319 method constructor
(...skipping 2395 matching lines...) Expand 10 before | Expand all | Expand 10 after
7723 setter scrollX 7715 setter scrollX
7724 setter scrollY 7716 setter scrollY
7725 setter scrollbars 7717 setter scrollbars
7726 setter status 7718 setter status
7727 setter statusbar 7719 setter statusbar
7728 setter toolbar 7720 setter toolbar
7729 PASS successfullyParsed is true 7721 PASS successfullyParsed is true
7730 7722
7731 TEST COMPLETE 7723 TEST COMPLETE
7732 7724
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698