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

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 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 interface HTMLVideoElement 966 interface HTMLVideoElement
967 method constructor 967 method constructor
968 method getVideoPlaybackQuality 968 method getVideoPlaybackQuality
969 method webkitEnterFullScreen 969 method webkitEnterFullScreen
970 method webkitEnterFullscreen 970 method webkitEnterFullscreen
971 method webkitExitFullScreen 971 method webkitExitFullScreen
972 method webkitExitFullscreen 972 method webkitExitFullscreen
973 interface HashChangeEvent 973 interface HashChangeEvent
974 method constructor 974 method constructor
975 method initHashChangeEvent 975 method initHashChangeEvent
976 interface Headers
977 method append
978 method constructor
979 method delete
980 method get
981 method getAll
982 method has
983 method set
976 interface History 984 interface History
977 method back 985 method back
978 method constructor 986 method constructor
979 method forward 987 method forward
980 method go 988 method go
981 method pushState 989 method pushState
982 method replaceState 990 method replaceState
983 interface IDBCursor 991 interface IDBCursor
984 method advance 992 method advance
985 method constructor 993 method constructor
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
1467 attribute lastIndex 1475 attribute lastIndex
1468 attribute multiline 1476 attribute multiline
1469 attribute source 1477 attribute source
1470 method compile 1478 method compile
1471 method constructor 1479 method constructor
1472 method exec 1480 method exec
1473 method test 1481 method test
1474 method toString 1482 method toString
1475 interface RelatedEvent 1483 interface RelatedEvent
1476 method constructor 1484 method constructor
1485 interface Request
1486 method arrayBuffer
1487 method blob
1488 method clone
1489 method constructor
1490 method json
1491 method text
1492 interface Response
1493 method arrayBuffer
1494 method blob
1495 method clone
1496 method constructor
1497 method json
1498 method text
1477 interface SVGAElement 1499 interface SVGAElement
1478 method constructor 1500 method constructor
1479 interface SVGAngle 1501 interface SVGAngle
1480 attribute SVG_ANGLETYPE_DEG 1502 attribute SVG_ANGLETYPE_DEG
1481 attribute SVG_ANGLETYPE_GRAD 1503 attribute SVG_ANGLETYPE_GRAD
1482 attribute SVG_ANGLETYPE_RAD 1504 attribute SVG_ANGLETYPE_RAD
1483 attribute SVG_ANGLETYPE_UNKNOWN 1505 attribute SVG_ANGLETYPE_UNKNOWN
1484 attribute SVG_ANGLETYPE_UNSPECIFIED 1506 attribute SVG_ANGLETYPE_UNSPECIFIED
1485 method constructor 1507 method constructor
1486 method convertToSpecifiedUnits 1508 method convertToSpecifiedUnits
(...skipping 1599 matching lines...) Expand 10 before | Expand all | Expand 10 after
3086 method constructor 3108 method constructor
3087 interface webkitSpeechRecognitionEvent 3109 interface webkitSpeechRecognitionEvent
3088 method constructor 3110 method constructor
3089 interface webkitURL 3111 interface webkitURL
3090 method constructor 3112 method constructor
3091 method toString 3113 method toString
3092 PASS successfullyParsed is true 3114 PASS successfullyParsed is true
3093 3115
3094 TEST COMPLETE 3116 TEST COMPLETE
3095 3117
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698