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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 2771823002: Implement updateViaCache flag and no-cache by default for main service worker scripts
Patch Set: fix IPC Created 3 years, 4 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
OLDNEW
1 CONSOLE WARNING: line 70: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 70: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface AnalyserNode : AudioNode 8 interface AnalyserNode : AudioNode
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter fftSize 10 getter fftSize
(...skipping 5724 matching lines...) Expand 10 before | Expand all | Expand 10 after
5735 setter onmessage 5735 setter onmessage
5736 interface ServiceWorkerRegistration : EventTarget 5736 interface ServiceWorkerRegistration : EventTarget
5737 attribute @@toStringTag 5737 attribute @@toStringTag
5738 getter active 5738 getter active
5739 getter installing 5739 getter installing
5740 getter navigationPreload 5740 getter navigationPreload
5741 getter onupdatefound 5741 getter onupdatefound
5742 getter pushManager 5742 getter pushManager
5743 getter scope 5743 getter scope
5744 getter sync 5744 getter sync
5745 getter updateViaCache
5745 getter waiting 5746 getter waiting
5746 method constructor 5747 method constructor
5747 method getNotifications 5748 method getNotifications
5748 method showNotification 5749 method showNotification
5749 method unregister 5750 method unregister
5750 method update 5751 method update
5751 setter onupdatefound 5752 setter onupdatefound
5752 interface ShadowRoot : DocumentFragment 5753 interface ShadowRoot : DocumentFragment
5753 attribute @@toStringTag 5754 attribute @@toStringTag
5754 getter activeElement 5755 getter activeElement
(...skipping 2525 matching lines...) Expand 10 before | Expand all | Expand 10 after
8280 setter scrollY 8281 setter scrollY
8281 setter scrollbars 8282 setter scrollbars
8282 setter status 8283 setter status
8283 setter statusbar 8284 setter statusbar
8284 setter toolbar 8285 setter toolbar
8285 setter visualViewport 8286 setter visualViewport
8286 PASS successfullyParsed is true 8287 PASS successfullyParsed is true
8287 8288
8288 TEST COMPLETE 8289 TEST COMPLETE
8289 8290
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698