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

Side by Side Diff: LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 1196193003: ServiceWorker: Implement navigate() method in WindowClient (blink side). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 interface Array 1 interface Array
2 attribute length 2 attribute length
3 method concat 3 method concat
4 method constructor 4 method constructor
5 method copyWithin 5 method copyWithin
6 method entries 6 method entries
7 method every 7 method every
8 method fill 8 method fill
9 method filter 9 method filter
10 method find 10 method find
(...skipping 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after
1201 setter binaryType 1201 setter binaryType
1202 setter onclose 1202 setter onclose
1203 setter onerror 1203 setter onerror
1204 setter onmessage 1204 setter onmessage
1205 setter onopen 1205 setter onopen
1206 interface WindowClient 1206 interface WindowClient
1207 getter focused 1207 getter focused
1208 getter visibilityState 1208 getter visibilityState
1209 method constructor 1209 method constructor
1210 method focus 1210 method focus
1211 method navigate
1211 interface WorkerGlobalScope 1212 interface WorkerGlobalScope
1212 attribute PERSISTENT 1213 attribute PERSISTENT
1213 attribute TEMPORARY 1214 attribute TEMPORARY
1214 getter console 1215 getter console
1215 getter crypto 1216 getter crypto
1216 getter indexedDB 1217 getter indexedDB
1217 getter location 1218 getter location
1218 getter navigator 1219 getter navigator
1219 getter onerror 1220 getter onerror
1220 getter onrejectionhandled 1221 getter onrejectionhandled
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
1365 method abort 1366 method abort
1366 method constructor 1367 method constructor
1367 method objectStore 1368 method objectStore
1368 setter onabort 1369 setter onabort
1369 setter oncomplete 1370 setter oncomplete
1370 setter onerror 1371 setter onerror
1371 This is a testharness.js-based test. 1372 This is a testharness.js-based test.
1372 PASS Verify the interface of ServiceWorkerGlobalScope 1373 PASS Verify the interface of ServiceWorkerGlobalScope
1373 Harness: the test ran to completion. 1374 Harness: the test ran to completion.
1374 1375
OLDNEW
« no previous file with comments | « no previous file | Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698