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

Side by Side Diff: LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 771323004: Expose Fetch API related classes to Window and WorkerGlobalScope. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@exposed-runtime-enabled
Patch Set: Created 6 years 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 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
2 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 2 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
3 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 3 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
4 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 4 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
5 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 5 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
6 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 6 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
7 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 7 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
8 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 8 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
9 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead . 9 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead .
10 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead . 10 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
(...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after
969 interface HTMLVideoElement 969 interface HTMLVideoElement
970 method constructor 970 method constructor
971 method getVideoPlaybackQuality 971 method getVideoPlaybackQuality
972 method webkitEnterFullScreen 972 method webkitEnterFullScreen
973 method webkitEnterFullscreen 973 method webkitEnterFullscreen
974 method webkitExitFullScreen 974 method webkitExitFullScreen
975 method webkitExitFullscreen 975 method webkitExitFullscreen
976 interface HashChangeEvent 976 interface HashChangeEvent
977 method constructor 977 method constructor
978 method initHashChangeEvent 978 method initHashChangeEvent
979 interface Headers
980 method append
981 method constructor
982 method delete
983 method get
984 method getAll
985 method has
986 method set
979 interface History 987 interface History
980 method back 988 method back
981 method constructor 989 method constructor
982 method forward 990 method forward
983 method go 991 method go
984 method pushState 992 method pushState
985 method replaceState 993 method replaceState
986 interface IDBCursor 994 interface IDBCursor
987 method advance 995 method advance
988 method constructor 996 method constructor
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
1470 attribute lastIndex 1478 attribute lastIndex
1471 attribute multiline 1479 attribute multiline
1472 attribute source 1480 attribute source
1473 method compile 1481 method compile
1474 method constructor 1482 method constructor
1475 method exec 1483 method exec
1476 method test 1484 method test
1477 method toString 1485 method toString
1478 interface RelatedEvent 1486 interface RelatedEvent
1479 method constructor 1487 method constructor
1488 interface Request
1489 method arrayBuffer
1490 method blob
1491 method clone
1492 method constructor
1493 method json
1494 method text
1495 interface Response
1496 method arrayBuffer
1497 method blob
1498 method clone
1499 method constructor
1500 method json
1501 method text
1480 interface SVGAElement 1502 interface SVGAElement
1481 method constructor 1503 method constructor
1482 interface SVGAngle 1504 interface SVGAngle
1483 attribute SVG_ANGLETYPE_DEG 1505 attribute SVG_ANGLETYPE_DEG
1484 attribute SVG_ANGLETYPE_GRAD 1506 attribute SVG_ANGLETYPE_GRAD
1485 attribute SVG_ANGLETYPE_RAD 1507 attribute SVG_ANGLETYPE_RAD
1486 attribute SVG_ANGLETYPE_UNKNOWN 1508 attribute SVG_ANGLETYPE_UNKNOWN
1487 attribute SVG_ANGLETYPE_UNSPECIFIED 1509 attribute SVG_ANGLETYPE_UNSPECIFIED
1488 method constructor 1510 method constructor
1489 method convertToSpecifiedUnits 1511 method convertToSpecifiedUnits
(...skipping 1600 matching lines...) Expand 10 before | Expand all | Expand 10 after
3090 method constructor 3112 method constructor
3091 interface webkitSpeechRecognitionEvent 3113 interface webkitSpeechRecognitionEvent
3092 method constructor 3114 method constructor
3093 interface webkitURL 3115 interface webkitURL
3094 method constructor 3116 method constructor
3095 method toString 3117 method toString
3096 PASS successfullyParsed is true 3118 PASS successfullyParsed is true
3097 3119
3098 TEST COMPLETE 3120 TEST COMPLETE
3099 3121
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698