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

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

Issue 2040563002: Remove FileError interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fe-dep
Patch Set: handleEvent -> invoke and other review nits Created 4 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 Blob 1 interface Blob
2 getter isClosed 2 getter isClosed
3 getter size 3 getter size
4 getter type 4 getter type
5 method close 5 method close
6 method constructor 6 method constructor
7 method slice 7 method slice
8 interface BroadcastChannel : EventTarget 8 interface BroadcastChannel : EventTarget
9 getter name 9 getter name
10 getter onmessage 10 getter onmessage
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 getter isReload 199 getter isReload
200 getter request 200 getter request
201 method constructor 201 method constructor
202 method respondWith 202 method respondWith
203 interface File : Blob 203 interface File : Blob
204 getter lastModified 204 getter lastModified
205 getter lastModifiedDate 205 getter lastModifiedDate
206 getter name 206 getter name
207 getter webkitRelativePath 207 getter webkitRelativePath
208 method constructor 208 method constructor
209 interface FileError : DOMError
210 attribute ABORT_ERR
211 attribute ENCODING_ERR
212 attribute INVALID_MODIFICATION_ERR
213 attribute INVALID_STATE_ERR
214 attribute NOT_FOUND_ERR
215 attribute NOT_READABLE_ERR
216 attribute NO_MODIFICATION_ALLOWED_ERR
217 attribute PATH_EXISTS_ERR
218 attribute QUOTA_EXCEEDED_ERR
219 attribute SECURITY_ERR
220 attribute SYNTAX_ERR
221 attribute TYPE_MISMATCH_ERR
222 getter code
223 method constructor
224 interface FileList 209 interface FileList
225 getter length 210 getter length
226 method constructor 211 method constructor
227 method item 212 method item
228 interface FileReader : EventTarget 213 interface FileReader : EventTarget
229 attribute DONE 214 attribute DONE
230 attribute EMPTY 215 attribute EMPTY
231 attribute LOADING 216 attribute LOADING
232 getter error 217 getter error
233 getter onabort 218 getter onabort
(...skipping 1141 matching lines...) Expand 10 before | Expand all | Expand 10 after
1375 setter onmessage 1360 setter onmessage
1376 setter onnotificationclick 1361 setter onnotificationclick
1377 setter onnotificationclose 1362 setter onnotificationclose
1378 setter onpush 1363 setter onpush
1379 setter onsync 1364 setter onsync
1380 PASS Verify the interface of ServiceWorkerGlobalScope 1365 PASS Verify the interface of ServiceWorkerGlobalScope
1381 PASS successfullyParsed is true 1366 PASS successfullyParsed is true
1382 1367
1383 TEST COMPLETE 1368 TEST COMPLETE
1384 1369
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698