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

Side by Side Diff: third_party/WebKit/LayoutTests/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 5347 matching lines...) Expand 10 before | Expand all | Expand 10 after
5358 getter controller 5358 getter controller
5359 getter oncontrollerchange 5359 getter oncontrollerchange
5360 getter onmessage 5360 getter onmessage
5361 getter ready 5361 getter ready
5362 method constructor 5362 method constructor
5363 method getRegistration 5363 method getRegistration
5364 method getRegistrations 5364 method getRegistrations
5365 method register 5365 method register
5366 setter oncontrollerchange 5366 setter oncontrollerchange
5367 setter onmessage 5367 setter onmessage
5368 interface ServiceWorkerMessageEvent : Event
5369 attribute @@toStringTag
5370 getter data
5371 getter lastEventId
5372 getter origin
5373 getter ports
5374 getter source
5375 method constructor
5376 interface ServiceWorkerRegistration : EventTarget 5368 interface ServiceWorkerRegistration : EventTarget
5377 attribute @@toStringTag 5369 attribute @@toStringTag
5378 getter active 5370 getter active
5379 getter installing 5371 getter installing
5380 getter onupdatefound 5372 getter onupdatefound
5381 getter pushManager 5373 getter pushManager
5382 getter scope 5374 getter scope
5383 getter sync 5375 getter sync
5384 getter waiting 5376 getter waiting
5385 method constructor 5377 method constructor
(...skipping 2395 matching lines...) Expand 10 before | Expand all | Expand 10 after
7781 setter scrollX 7773 setter scrollX
7782 setter scrollY 7774 setter scrollY
7783 setter scrollbars 7775 setter scrollbars
7784 setter status 7776 setter status
7785 setter statusbar 7777 setter statusbar
7786 setter toolbar 7778 setter toolbar
7787 PASS successfullyParsed is true 7779 PASS successfullyParsed is true
7788 7780
7789 TEST COMPLETE 7781 TEST COMPLETE
7790 7782
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698