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

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

Issue 2627023002: Introduce Origin-Trial for Service Worker Navigation Preload (Closed)
Patch Set: s/an/a Created 3 years, 11 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
(Empty)
1 CONSOLE MESSAGE: line 18: Interfaces in document
2 interface NavigationPreloadManager
3 method constructor
4 method disable
5 method enable
6 method getState
7 method setHeaderValue
8 interface ServiceWorkerRegistration
9 getter active
10 getter installing
11 getter navigationPreload
12 getter onupdatefound
13 getter paymentAppManager
14 getter pushManager
15 getter scope
16 getter sync
17 getter waiting
18 method constructor
19 method getNotifications
20 method showNotification
21 method unregister
22 method update
23 setter onupdatefound
24 CONSOLE MESSAGE: line 55: Interfaces in normal Service Worker
25 interface FetchEvent
26 getter clientId
27 getter isReload
28 getter request
29 method constructor
30 method respondWith
31 interface ServiceWorkerRegistration
32 getter active
33 getter installing
34 getter onupdatefound
35 getter paymentAppManager
36 getter pushManager
37 getter scope
38 getter sync
39 getter waiting
40 method constructor
41 method getNotifications
42 method showNotification
43 method unregister
44 method update
45 setter onupdatefound
46 CONSOLE MESSAGE: line 67: Interfaces in Origin-Trial enabled Service Worker
47 interface FetchEvent
48 getter clientId
49 getter isReload
50 getter preloadResponse
51 getter request
52 method constructor
53 method respondWith
54 interface NavigationPreloadManager
55 method constructor
56 method disable
57 method enable
58 method getState
59 method setHeaderValue
60 interface ServiceWorkerRegistration
61 getter active
62 getter installing
63 getter navigationPreload
64 getter onupdatefound
65 getter paymentAppManager
66 getter pushManager
67 getter scope
68 getter sync
69 getter waiting
70 method constructor
71 method getNotifications
72 method showNotification
73 method unregister
74 method update
75 setter onupdatefound
76 This is a testharness.js-based test.
77 PASS Navigation preload related interfaces in Origin-Trial enabled document.
78 PASS Navigation preload related interfaces in normal SW.
79 PASS Navigation preload related interfaces in Origin-Trial enabled SW.
80 Harness: the test ran to completion.
81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698