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

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

Issue 1185843010: bindings: Moves custom getters/setters to the prototype chain. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed a review comment. Created 5 years, 6 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 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 getter subtle 509 getter subtle
510 method constructor 510 method constructor
511 method getRandomValues 511 method getRandomValues
512 interface CryptoKey 512 interface CryptoKey
513 getter algorithm 513 getter algorithm
514 getter extractable 514 getter extractable
515 getter type 515 getter type
516 getter usages 516 getter usages
517 method constructor 517 method constructor
518 interface CustomEvent 518 interface CustomEvent
519 getter detail
519 method constructor 520 method constructor
520 method initCustomEvent 521 method initCustomEvent
521 interface DOMError 522 interface DOMError
522 getter message 523 getter message
523 getter name 524 getter name
524 method constructor 525 method constructor
525 interface DOMException 526 interface DOMException
526 attribute ABORT_ERR 527 attribute ABORT_ERR
527 attribute DATA_CLONE_ERR 528 attribute DATA_CLONE_ERR
528 attribute DOMSTRING_SIZE_ERR 529 attribute DOMSTRING_SIZE_ERR
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
1090 setter outerHTML 1091 setter outerHTML
1091 setter scrollLeft 1092 setter scrollLeft
1092 setter scrollTop 1093 setter scrollTop
1093 interface Error 1094 interface Error
1094 attribute message 1095 attribute message
1095 attribute name 1096 attribute name
1096 method constructor 1097 method constructor
1097 method toString 1098 method toString
1098 interface ErrorEvent 1099 interface ErrorEvent
1099 getter colno 1100 getter colno
1101 getter error
1100 getter filename 1102 getter filename
1101 getter lineno 1103 getter lineno
1102 getter message 1104 getter message
1103 method constructor 1105 method constructor
1104 interface EvalError 1106 interface EvalError
1105 attribute name 1107 attribute name
1106 method constructor 1108 method constructor
1107 interface Event 1109 interface Event
1108 attribute AT_TARGET 1110 attribute AT_TARGET
1109 attribute BLUR 1111 attribute BLUR
(...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after
2184 getter text 2186 getter text
2185 getter value 2187 getter value
2186 method constructor 2188 method constructor
2187 setter defaultSelected 2189 setter defaultSelected
2188 setter disabled 2190 setter disabled
2189 setter label 2191 setter label
2190 setter selected 2192 setter selected
2191 setter text 2193 setter text
2192 setter value 2194 setter value
2193 interface HTMLOptionsCollection 2195 interface HTMLOptionsCollection
2196 getter length
2194 getter selectedIndex 2197 getter selectedIndex
2195 method add 2198 method add
2196 method constructor 2199 method constructor
2197 method namedItem 2200 method namedItem
2198 method remove 2201 method remove
2202 setter length
2199 setter selectedIndex 2203 setter selectedIndex
2200 interface HTMLOutputElement 2204 interface HTMLOutputElement
2201 getter defaultValue 2205 getter defaultValue
2202 getter form 2206 getter form
2203 getter htmlFor 2207 getter htmlFor
2204 getter labels 2208 getter labels
2205 getter name 2209 getter name
2206 getter type 2210 getter type
2207 getter validationMessage 2211 getter validationMessage
2208 getter validity 2212 getter validity
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
2931 method stop 2935 method stop
2932 setter enabled 2936 setter enabled
2933 setter onended 2937 setter onended
2934 setter onmute 2938 setter onmute
2935 setter onunmute 2939 setter onunmute
2936 interface MessageChannel 2940 interface MessageChannel
2937 getter port1 2941 getter port1
2938 getter port2 2942 getter port2
2939 method constructor 2943 method constructor
2940 interface MessageEvent 2944 interface MessageEvent
2945 getter data
2941 getter lastEventId 2946 getter lastEventId
2942 getter origin 2947 getter origin
2943 getter ports 2948 getter ports
2944 getter source 2949 getter source
2945 method constructor 2950 method constructor
2946 method initMessageEvent 2951 method initMessageEvent
2947 interface MessagePort 2952 interface MessagePort
2948 getter onmessage 2953 getter onmessage
2949 method close 2954 method close
2950 method constructor 2955 method constructor
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
3312 method constructor 3317 method constructor
3313 method item 3318 method item
3314 method namedItem 3319 method namedItem
3315 interface PluginArray 3320 interface PluginArray
3316 getter length 3321 getter length
3317 method constructor 3322 method constructor
3318 method item 3323 method item
3319 method namedItem 3324 method namedItem
3320 method refresh 3325 method refresh
3321 interface PopStateEvent 3326 interface PopStateEvent
3327 getter state
3322 method constructor 3328 method constructor
3323 interface ProcessingInstruction 3329 interface ProcessingInstruction
3324 getter sheet 3330 getter sheet
3325 getter target 3331 getter target
3326 method constructor 3332 method constructor
3327 interface ProgressEvent 3333 interface ProgressEvent
3328 getter lengthComputable 3334 getter lengthComputable
3329 getter loaded 3335 getter loaded
3330 getter total 3336 getter total
3331 method constructor 3337 method constructor
(...skipping 2550 matching lines...) Expand 10 before | Expand all | Expand 10 after
5882 interface XMLDocument 5888 interface XMLDocument
5883 method constructor 5889 method constructor
5884 interface XMLHttpRequest 5890 interface XMLHttpRequest
5885 attribute DONE 5891 attribute DONE
5886 attribute HEADERS_RECEIVED 5892 attribute HEADERS_RECEIVED
5887 attribute LOADING 5893 attribute LOADING
5888 attribute OPENED 5894 attribute OPENED
5889 attribute UNSENT 5895 attribute UNSENT
5890 getter onreadystatechange 5896 getter onreadystatechange
5891 getter readyState 5897 getter readyState
5898 getter response
5899 getter responseText
5892 getter responseType 5900 getter responseType
5893 getter responseURL 5901 getter responseURL
5894 getter responseXML 5902 getter responseXML
5895 getter status 5903 getter status
5896 getter statusText 5904 getter statusText
5897 getter timeout 5905 getter timeout
5898 getter upload 5906 getter upload
5899 getter withCredentials 5907 getter withCredentials
5900 method abort 5908 method abort
5901 method constructor 5909 method constructor
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
6244 setter password 6252 setter password
6245 setter pathname 6253 setter pathname
6246 setter port 6254 setter port
6247 setter protocol 6255 setter protocol
6248 setter search 6256 setter search
6249 setter username 6257 setter username
6250 PASS successfullyParsed is true 6258 PASS successfullyParsed is true
6251 6259
6252 TEST COMPLETE 6260 TEST COMPLETE
6253 6261
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698