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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/http/tests/serviceworker/chromium/navigation-preload-origin-trial-interfaces-expected.txt

Issue 2771823002: Implement updateViaCache flag and no-cache by default for main service worker scripts
Patch Set: Created 3 years, 9 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 13: This test relies on console message comparison so ther e can be different -expected.txt files for virtual test suites. 1 CONSOLE WARNING: line 13: This test relies on console message comparison so ther e can be different -expected.txt files for virtual test suites.
2 CONSOLE MESSAGE: line 21: Interfaces in document 2 CONSOLE MESSAGE: line 21: Interfaces in document
3 interface NavigationPreloadManager 3 interface NavigationPreloadManager
4 method constructor 4 method constructor
5 method disable 5 method disable
6 method enable 6 method enable
7 method getState 7 method getState
8 method setHeaderValue 8 method setHeaderValue
9 interface ServiceWorkerRegistration 9 interface ServiceWorkerRegistration
10 getter active 10 getter active
11 getter backgroundFetch 11 getter backgroundFetch
12 getter installing 12 getter installing
13 getter navigationPreload 13 getter navigationPreload
14 getter onupdatefound 14 getter onupdatefound
15 getter paymentAppManager 15 getter paymentAppManager
16 getter pushManager 16 getter pushManager
17 getter scope 17 getter scope
18 getter sync 18 getter sync
19 getter useCache
19 getter waiting 20 getter waiting
20 method constructor 21 method constructor
21 method getNotifications 22 method getNotifications
22 method showNotification 23 method showNotification
23 method unregister 24 method unregister
24 method update 25 method update
25 setter onupdatefound 26 setter onupdatefound
26 CONSOLE MESSAGE: line 58: Interfaces in normal Service Worker 27 CONSOLE MESSAGE: line 58: Interfaces in normal Service Worker
27 interface FetchEvent 28 interface FetchEvent
28 getter clientId 29 getter clientId
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 interface ServiceWorkerRegistration 64 interface ServiceWorkerRegistration
64 getter active 65 getter active
65 getter backgroundFetch 66 getter backgroundFetch
66 getter installing 67 getter installing
67 getter navigationPreload 68 getter navigationPreload
68 getter onupdatefound 69 getter onupdatefound
69 getter paymentAppManager 70 getter paymentAppManager
70 getter pushManager 71 getter pushManager
71 getter scope 72 getter scope
72 getter sync 73 getter sync
74 getter useCache
73 getter waiting 75 getter waiting
74 method constructor 76 method constructor
75 method getNotifications 77 method getNotifications
76 method showNotification 78 method showNotification
77 method unregister 79 method unregister
78 method update 80 method update
79 setter onupdatefound 81 setter onupdatefound
80 This is a testharness.js-based test. 82 This is a testharness.js-based test.
81 PASS Navigation preload related interfaces in Origin-Trial enabled document. 83 PASS Navigation preload related interfaces in Origin-Trial enabled document.
82 PASS Navigation preload related interfaces in normal SW. 84 PASS Navigation preload related interfaces in normal SW.
83 PASS Navigation preload related interfaces in Origin-Trial enabled SW. 85 PASS Navigation preload related interfaces in Origin-Trial enabled SW.
84 Harness: the test ran to completion. 86 Harness: the test ran to completion.
85 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698