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

Side by Side Diff: android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt

Issue 2292763002: [Fetch API] Implement Request.formData and Response.formData. (Closed)
Patch Set: More global-interface-listing*-expected.txt, urlencoded-parser-expected.txt Created 3 years, 7 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 | third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-consume-empty-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [INTERFACES] 1 [INTERFACES]
2 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' inst ead. 2 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' inst ead.
3 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead. 3 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead.
4 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryS torage' or 'navigator.webkitPersistentStorage' instead. 4 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryS torage' or 'navigator.webkitPersistentStorage' instead.
5 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead. 5 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead.
6 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead. 6 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead.
7 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStore' instead. 7 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStore' instead.
8 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' instead. 8 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' instead.
9 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 9 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
10 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' instead. 10 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' instead.
(...skipping 3329 matching lines...) Expand 10 before | Expand all | Expand 10 after
3340 getter integrity 3340 getter integrity
3341 getter method 3341 getter method
3342 getter mode 3342 getter mode
3343 getter redirect 3343 getter redirect
3344 getter referrer 3344 getter referrer
3345 getter url 3345 getter url
3346 method arrayBuffer 3346 method arrayBuffer
3347 method blob 3347 method blob
3348 method clone 3348 method clone
3349 method constructor 3349 method constructor
3350 method formData
3350 method json 3351 method json
3351 method text 3352 method text
3352 interface Response 3353 interface Response
3353 static method error 3354 static method error
3354 static method redirect 3355 static method redirect
3355 getter body 3356 getter body
3356 getter bodyUsed 3357 getter bodyUsed
3357 getter headers 3358 getter headers
3358 getter ok 3359 getter ok
3359 getter status 3360 getter status
3360 getter statusText 3361 getter statusText
3361 getter type 3362 getter type
3362 getter url 3363 getter url
3363 method arrayBuffer 3364 method arrayBuffer
3364 method blob 3365 method blob
3365 method clone 3366 method clone
3366 method constructor 3367 method constructor
3368 method formData
3367 method json 3369 method json
3368 method text 3370 method text
3369 interface SVGAElement : SVGGraphicsElement 3371 interface SVGAElement : SVGGraphicsElement
3370 getter href 3372 getter href
3371 getter target 3373 getter target
3372 method constructor 3374 method constructor
3373 interface SVGAngle 3375 interface SVGAngle
3374 attribute SVG_ANGLETYPE_DEG 3376 attribute SVG_ANGLETYPE_DEG
3375 attribute SVG_ANGLETYPE_GRAD 3377 attribute SVG_ANGLETYPE_GRAD
3376 attribute SVG_ANGLETYPE_RAD 3378 attribute SVG_ANGLETYPE_RAD
(...skipping 2404 matching lines...) Expand 10 before | Expand all | Expand 10 after
5781 method scrollBy 5783 method scrollBy
5782 method scrollTo 5784 method scrollTo
5783 method setInterval 5785 method setInterval
5784 method setTimeout 5786 method setTimeout
5785 method stop 5787 method stop
5786 method webkitCancelAnimationFrame 5788 method webkitCancelAnimationFrame
5787 method webkitCancelRequestAnimationFrame 5789 method webkitCancelRequestAnimationFrame
5788 method webkitRequestAnimationFrame 5790 method webkitRequestAnimationFrame
5789 This test documents all interface attributes and methods on the global window ob ject and element instances. 5791 This test documents all interface attributes and methods on the global window ob ject and element instances.
5790 TEST FINISHED 5792 TEST FINISHED
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-consume-empty-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698