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

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 2785523003: PaymentHandler: Rename PaymentAppManager to PaymentManager. (Closed)
Patch Set: PaymentHandler: Rename PaymentAppManager to PaymentManager. Created 3 years, 8 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 paymentManager
16 getter pushManager 16 getter pushManager
17 getter scope 17 getter scope
18 getter sync 18 getter sync
19 getter waiting 19 getter waiting
20 method constructor 20 method constructor
21 method getNotifications 21 method getNotifications
22 method showNotification 22 method showNotification
23 method unregister 23 method unregister
24 method update 24 method update
25 setter onupdatefound 25 setter onupdatefound
(...skipping 10 matching lines...) Expand all
36 method disable 36 method disable
37 method enable 37 method enable
38 method getState 38 method getState
39 method setHeaderValue 39 method setHeaderValue
40 interface ServiceWorkerRegistration 40 interface ServiceWorkerRegistration
41 getter active 41 getter active
42 getter backgroundFetch 42 getter backgroundFetch
43 getter installing 43 getter installing
44 getter navigationPreload 44 getter navigationPreload
45 getter onupdatefound 45 getter onupdatefound
46 getter paymentAppManager 46 getter paymentManager
47 getter pushManager 47 getter pushManager
48 getter scope 48 getter scope
49 getter sync 49 getter sync
50 getter waiting 50 getter waiting
51 method constructor 51 method constructor
52 method getNotifications 52 method getNotifications
53 method showNotification 53 method showNotification
54 method unregister 54 method unregister
55 method update 55 method update
56 setter onupdatefound 56 setter onupdatefound
(...skipping 10 matching lines...) Expand all
67 method disable 67 method disable
68 method enable 68 method enable
69 method getState 69 method getState
70 method setHeaderValue 70 method setHeaderValue
71 interface ServiceWorkerRegistration 71 interface ServiceWorkerRegistration
72 getter active 72 getter active
73 getter backgroundFetch 73 getter backgroundFetch
74 getter installing 74 getter installing
75 getter navigationPreload 75 getter navigationPreload
76 getter onupdatefound 76 getter onupdatefound
77 getter paymentAppManager 77 getter paymentManager
78 getter pushManager 78 getter pushManager
79 getter scope 79 getter scope
80 getter sync 80 getter sync
81 getter waiting 81 getter waiting
82 method constructor 82 method constructor
83 method getNotifications 83 method getNotifications
84 method showNotification 84 method showNotification
85 method unregister 85 method unregister
86 method update 86 method update
87 setter onupdatefound 87 setter onupdatefound
88 This is a testharness.js-based test. 88 This is a testharness.js-based test.
89 PASS Navigation preload related interfaces in Origin-Trial enabled document. 89 PASS Navigation preload related interfaces in Origin-Trial enabled document.
90 PASS Navigation preload related interfaces in normal SW. 90 PASS Navigation preload related interfaces in normal SW.
91 PASS Navigation preload related interfaces in Origin-Trial enabled SW. 91 PASS Navigation preload related interfaces in Origin-Trial enabled SW.
92 Harness: the test ran to completion. 92 Harness: the test ran to completion.
93 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698