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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload/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: 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 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 paymentManager 15 getter paymentManager
16 getter pushManager 16 getter pushManager
17 getter scope 17 getter scope
18 getter sync 18 getter sync
19 getter updateViaCache
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 11 matching lines...) Expand all
40 interface ServiceWorkerRegistration 41 interface ServiceWorkerRegistration
41 getter active 42 getter active
42 getter backgroundFetch 43 getter backgroundFetch
43 getter installing 44 getter installing
44 getter navigationPreload 45 getter navigationPreload
45 getter onupdatefound 46 getter onupdatefound
46 getter paymentManager 47 getter paymentManager
47 getter pushManager 48 getter pushManager
48 getter scope 49 getter scope
49 getter sync 50 getter sync
51 getter updateViaCache
50 getter waiting 52 getter waiting
51 method constructor 53 method constructor
52 method getNotifications 54 method getNotifications
53 method showNotification 55 method showNotification
54 method unregister 56 method unregister
55 method update 57 method update
56 setter onupdatefound 58 setter onupdatefound
57 CONSOLE MESSAGE: line 70: Interfaces in Origin-Trial enabled Service Worker 59 CONSOLE MESSAGE: line 70: Interfaces in Origin-Trial enabled Service Worker
58 interface FetchEvent 60 interface FetchEvent
59 getter clientId 61 getter clientId
(...skipping 11 matching lines...) Expand all
71 interface ServiceWorkerRegistration 73 interface ServiceWorkerRegistration
72 getter active 74 getter active
73 getter backgroundFetch 75 getter backgroundFetch
74 getter installing 76 getter installing
75 getter navigationPreload 77 getter navigationPreload
76 getter onupdatefound 78 getter onupdatefound
77 getter paymentManager 79 getter paymentManager
78 getter pushManager 80 getter pushManager
79 getter scope 81 getter scope
80 getter sync 82 getter sync
83 getter updateViaCache
81 getter waiting 84 getter waiting
82 method constructor 85 method constructor
83 method getNotifications 86 method getNotifications
84 method showNotification 87 method showNotification
85 method unregister 88 method unregister
86 method update 89 method update
87 setter onupdatefound 90 setter onupdatefound
88 This is a testharness.js-based test. 91 This is a testharness.js-based test.
89 PASS Navigation preload related interfaces in Origin-Trial enabled document. 92 PASS Navigation preload related interfaces in Origin-Trial enabled document.
90 PASS Navigation preload related interfaces in normal SW. 93 PASS Navigation preload related interfaces in normal SW.
91 PASS Navigation preload related interfaces in Origin-Trial enabled SW. 94 PASS Navigation preload related interfaces in Origin-Trial enabled SW.
92 Harness: the test ran to completion. 95 Harness: the test ran to completion.
93 96
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698