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

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: Devtools/test updates Created 4 years, 6 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 ByteLengthQueuingStrategy 8 interface ByteLengthQueuingStrategy
9 method constructor 9 method constructor
10 method size 10 method size
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 getter isReload 192 getter isReload
193 getter request 193 getter request
194 method constructor 194 method constructor
195 method respondWith 195 method respondWith
196 interface File : Blob 196 interface File : Blob
197 getter lastModified 197 getter lastModified
198 getter lastModifiedDate 198 getter lastModifiedDate
199 getter name 199 getter name
200 getter webkitRelativePath 200 getter webkitRelativePath
201 method constructor 201 method constructor
202 interface FileError : DOMError
203 attribute ABORT_ERR
204 attribute ENCODING_ERR
205 attribute INVALID_MODIFICATION_ERR
206 attribute INVALID_STATE_ERR
207 attribute NOT_FOUND_ERR
208 attribute NOT_READABLE_ERR
209 attribute NO_MODIFICATION_ALLOWED_ERR
210 attribute PATH_EXISTS_ERR
211 attribute QUOTA_EXCEEDED_ERR
212 attribute SECURITY_ERR
213 attribute SYNTAX_ERR
214 attribute TYPE_MISMATCH_ERR
215 getter code
216 method constructor
217 interface FileList 202 interface FileList
218 getter length 203 getter length
219 method constructor 204 method constructor
220 method item 205 method item
221 interface FileReader : EventTarget 206 interface FileReader : EventTarget
222 attribute DONE 207 attribute DONE
223 attribute EMPTY 208 attribute EMPTY
224 attribute LOADING 209 attribute LOADING
225 getter error 210 getter error
226 getter onabort 211 getter onabort
(...skipping 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1359 setter onmessage 1344 setter onmessage
1360 setter onnotificationclick 1345 setter onnotificationclick
1361 setter onnotificationclose 1346 setter onnotificationclose
1362 setter onpush 1347 setter onpush
1363 setter onsync 1348 setter onsync
1364 PASS Verify the interface of ServiceWorkerGlobalScope 1349 PASS Verify the interface of ServiceWorkerGlobalScope
1365 PASS successfullyParsed is true 1350 PASS successfullyParsed is true
1366 1351
1367 TEST COMPLETE 1352 TEST COMPLETE
1368 1353
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698