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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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 size 2 getter size
3 getter type 3 getter type
4 method constructor 4 method constructor
5 method slice 5 method slice
6 interface ByteLengthQueuingStrategy 6 interface ByteLengthQueuingStrategy
7 method constructor 7 method constructor
8 method size 8 method size
9 interface Cache 9 interface Cache
10 method add 10 method add
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 getter isReload 185 getter isReload
186 getter request 186 getter request
187 method constructor 187 method constructor
188 method respondWith 188 method respondWith
189 interface File : Blob 189 interface File : Blob
190 getter lastModified 190 getter lastModified
191 getter lastModifiedDate 191 getter lastModifiedDate
192 getter name 192 getter name
193 getter webkitRelativePath 193 getter webkitRelativePath
194 method constructor 194 method constructor
195 interface FileError : DOMError
196 attribute ABORT_ERR
197 attribute ENCODING_ERR
198 attribute INVALID_MODIFICATION_ERR
199 attribute INVALID_STATE_ERR
200 attribute NOT_FOUND_ERR
201 attribute NOT_READABLE_ERR
202 attribute NO_MODIFICATION_ALLOWED_ERR
203 attribute PATH_EXISTS_ERR
204 attribute QUOTA_EXCEEDED_ERR
205 attribute SECURITY_ERR
206 attribute SYNTAX_ERR
207 attribute TYPE_MISMATCH_ERR
208 getter code
209 method constructor
210 interface FileList 195 interface FileList
211 getter length 196 getter length
212 method constructor 197 method constructor
213 method item 198 method item
214 interface FileReader : EventTarget 199 interface FileReader : EventTarget
215 attribute DONE 200 attribute DONE
216 attribute EMPTY 201 attribute EMPTY
217 attribute LOADING 202 attribute LOADING
218 getter error 203 getter error
219 getter onabort 204 getter onabort
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
805 setter onmessage 790 setter onmessage
806 setter onnotificationclick 791 setter onnotificationclick
807 setter onnotificationclose 792 setter onnotificationclose
808 setter onpush 793 setter onpush
809 setter onsync 794 setter onsync
810 PASS Verify the interface of ServiceWorkerGlobalScope 795 PASS Verify the interface of ServiceWorkerGlobalScope
811 PASS successfullyParsed is true 796 PASS successfullyParsed is true
812 797
813 TEST COMPLETE 798 TEST COMPLETE
814 799
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698