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

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

Issue 1214733006: Service Worker: Correct WindowClient.idl (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Don't trim trailing white space in the original file. 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
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 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 method close 1066 method close
1067 method constructor 1067 method constructor
1068 method send 1068 method send
1069 setter binaryType 1069 setter binaryType
1070 setter onclose 1070 setter onclose
1071 setter onerror 1071 setter onerror
1072 setter onmessage 1072 setter onmessage
1073 setter onopen 1073 setter onopen
1074 interface WindowClient 1074 interface WindowClient
1075 getter focused 1075 getter focused
1076 getter frameType
1077 getter visibilityState 1076 getter visibilityState
1078 method constructor 1077 method constructor
1079 method focus 1078 method focus
1080 interface WorkerGlobalScope 1079 interface WorkerGlobalScope
1081 attribute PERSISTENT 1080 attribute PERSISTENT
1082 attribute TEMPORARY 1081 attribute TEMPORARY
1083 getter console 1082 getter console
1084 getter crypto 1083 getter crypto
1085 getter indexedDB 1084 getter indexedDB
1086 getter location 1085 getter location
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 method abort 1216 method abort
1218 method constructor 1217 method constructor
1219 method objectStore 1218 method objectStore
1220 setter onabort 1219 setter onabort
1221 setter oncomplete 1220 setter oncomplete
1222 setter onerror 1221 setter onerror
1223 This is a testharness.js-based test. 1222 This is a testharness.js-based test.
1224 PASS Verify the interface of ServiceWorkerGlobalScope 1223 PASS Verify the interface of ServiceWorkerGlobalScope
1225 Harness: the test ran to completion. 1224 Harness: the test ran to completion.
1226 1225
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698