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

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

Issue 870713002: Enable unprefixed EME APIs by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add webexposed test expectation updates. Created 5 years, 11 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 attribute NETWORK_EMPTY 793 attribute NETWORK_EMPTY
794 attribute NETWORK_IDLE 794 attribute NETWORK_IDLE
795 attribute NETWORK_LOADING 795 attribute NETWORK_LOADING
796 attribute NETWORK_NO_SOURCE 796 attribute NETWORK_NO_SOURCE
797 method addTextTrack 797 method addTextTrack
798 method canPlayType 798 method canPlayType
799 method constructor 799 method constructor
800 method load 800 method load
801 method pause 801 method pause
802 method play 802 method play
803 method setMediaKeys
803 method webkitAddKey 804 method webkitAddKey
804 method webkitCancelKeyRequest 805 method webkitCancelKeyRequest
805 method webkitGenerateKeyRequest 806 method webkitGenerateKeyRequest
806 interface HTMLMenuElement 807 interface HTMLMenuElement
807 method constructor 808 method constructor
808 interface HTMLMetaElement 809 interface HTMLMetaElement
809 method constructor 810 method constructor
810 interface HTMLMeterElement 811 interface HTMLMeterElement
811 method constructor 812 method constructor
812 interface HTMLModElement 813 interface HTMLModElement
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 method delete 1042 method delete
1042 method entries 1043 method entries
1043 method forEach 1044 method forEach
1044 method get 1045 method get
1045 method has 1046 method has
1046 method keys 1047 method keys
1047 method set 1048 method set
1048 method values 1049 method values
1049 interface MediaElementAudioSourceNode 1050 interface MediaElementAudioSourceNode
1050 method constructor 1051 method constructor
1052 interface MediaEncryptedEvent
1053 method constructor
1051 interface MediaError 1054 interface MediaError
1052 attribute MEDIA_ERR_ABORTED 1055 attribute MEDIA_ERR_ABORTED
1053 attribute MEDIA_ERR_DECODE 1056 attribute MEDIA_ERR_DECODE
1054 attribute MEDIA_ERR_NETWORK 1057 attribute MEDIA_ERR_NETWORK
1055 attribute MEDIA_ERR_SRC_NOT_SUPPORTED 1058 attribute MEDIA_ERR_SRC_NOT_SUPPORTED
1056 method constructor 1059 method constructor
1057 interface MediaKeyError 1060 interface MediaKeyError
1058 attribute MEDIA_KEYERR_CLIENT 1061 attribute MEDIA_KEYERR_CLIENT
1059 attribute MEDIA_KEYERR_DOMAIN 1062 attribute MEDIA_KEYERR_DOMAIN
1060 attribute MEDIA_KEYERR_HARDWARECHANGE 1063 attribute MEDIA_KEYERR_HARDWARECHANGE
1061 attribute MEDIA_KEYERR_OUTPUT 1064 attribute MEDIA_KEYERR_OUTPUT
1062 attribute MEDIA_KEYERR_SERVICE 1065 attribute MEDIA_KEYERR_SERVICE
1063 attribute MEDIA_KEYERR_UNKNOWN 1066 attribute MEDIA_KEYERR_UNKNOWN
1064 method constructor 1067 method constructor
1065 interface MediaKeyEvent 1068 interface MediaKeyEvent
1066 method constructor 1069 method constructor
1070 interface MediaKeyMessageEvent
1071 method constructor
1072 interface MediaKeySession
1073 method close
1074 method constructor
1075 method generateRequest
1076 method load
1077 method remove
1078 method update
1079 interface MediaKeySystemAccess
1080 method constructor
1081 method createMediaKeys
1082 interface MediaKeys
1083 method constructor
1084 method createSession
1085 method setServerCertificate
1067 interface MediaList 1086 interface MediaList
1068 method appendMedium 1087 method appendMedium
1069 method constructor 1088 method constructor
1070 method deleteMedium 1089 method deleteMedium
1071 method item 1090 method item
1072 interface MediaQueryList 1091 interface MediaQueryList
1073 method addListener 1092 method addListener
1074 method constructor 1093 method constructor
1075 method removeListener 1094 method removeListener
1076 interface MediaQueryListEvent 1095 interface MediaQueryListEvent
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 method removeNamedItemNS 1150 method removeNamedItemNS
1132 method setNamedItem 1151 method setNamedItem
1133 method setNamedItemNS 1152 method setNamedItemNS
1134 interface Navigator 1153 interface Navigator
1135 method constructor 1154 method constructor
1136 method getBattery 1155 method getBattery
1137 method getGamepads 1156 method getGamepads
1138 method getStorageUpdates 1157 method getStorageUpdates
1139 method javaEnabled 1158 method javaEnabled
1140 method registerProtocolHandler 1159 method registerProtocolHandler
1160 method requestMediaKeySystemAccess
1141 method sendBeacon 1161 method sendBeacon
1142 method unregisterProtocolHandler 1162 method unregisterProtocolHandler
1143 method vibrate 1163 method vibrate
1144 method webkitGetUserMedia 1164 method webkitGetUserMedia
1145 interface Node 1165 interface Node
1146 attribute ATTRIBUTE_NODE 1166 attribute ATTRIBUTE_NODE
1147 attribute CDATA_SECTION_NODE 1167 attribute CDATA_SECTION_NODE
1148 attribute COMMENT_NODE 1168 attribute COMMENT_NODE
1149 attribute DOCUMENT_FRAGMENT_NODE 1169 attribute DOCUMENT_FRAGMENT_NODE
1150 attribute DOCUMENT_NODE 1170 attribute DOCUMENT_NODE
(...skipping 1809 matching lines...) Expand 10 before | Expand all | Expand 10 after
2960 method constructor 2980 method constructor
2961 interface webkitSpeechRecognitionEvent 2981 interface webkitSpeechRecognitionEvent
2962 method constructor 2982 method constructor
2963 interface webkitURL 2983 interface webkitURL
2964 method constructor 2984 method constructor
2965 method toString 2985 method toString
2966 PASS successfullyParsed is true 2986 PASS successfullyParsed is true
2967 2987
2968 TEST COMPLETE 2988 TEST COMPLETE
2969 2989
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698