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

Side by Side Diff: LayoutTests/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 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 getter subtle 642 getter subtle
643 method constructor 643 method constructor
644 method getRandomValues 644 method getRandomValues
645 interface CryptoKey 645 interface CryptoKey
646 getter algorithm 646 getter algorithm
647 getter extractable 647 getter extractable
648 getter type 648 getter type
649 getter usages 649 getter usages
650 method constructor 650 method constructor
651 interface CustomEvent 651 interface CustomEvent
652 getter detail
652 method constructor 653 method constructor
653 method initCustomEvent 654 method initCustomEvent
654 interface DOMError 655 interface DOMError
655 getter message 656 getter message
656 getter name 657 getter name
657 method constructor 658 method constructor
658 interface DOMException 659 interface DOMException
659 attribute ABORT_ERR 660 attribute ABORT_ERR
660 attribute DATA_CLONE_ERR 661 attribute DATA_CLONE_ERR
661 attribute DOMSTRING_SIZE_ERR 662 attribute DOMSTRING_SIZE_ERR
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
1371 setter outerHTML 1372 setter outerHTML
1372 setter scrollLeft 1373 setter scrollLeft
1373 setter scrollTop 1374 setter scrollTop
1374 interface Error 1375 interface Error
1375 attribute message 1376 attribute message
1376 attribute name 1377 attribute name
1377 method constructor 1378 method constructor
1378 method toString 1379 method toString
1379 interface ErrorEvent 1380 interface ErrorEvent
1380 getter colno 1381 getter colno
1382 getter error
1381 getter filename 1383 getter filename
1382 getter lineno 1384 getter lineno
1383 getter message 1385 getter message
1384 method constructor 1386 method constructor
1385 interface EvalError 1387 interface EvalError
1386 attribute name 1388 attribute name
1387 method constructor 1389 method constructor
1388 interface Event 1390 interface Event
1389 attribute AT_TARGET 1391 attribute AT_TARGET
1390 attribute BLUR 1392 attribute BLUR
(...skipping 1130 matching lines...) Expand 10 before | Expand all | Expand 10 after
2521 getter text 2523 getter text
2522 getter value 2524 getter value
2523 method constructor 2525 method constructor
2524 setter defaultSelected 2526 setter defaultSelected
2525 setter disabled 2527 setter disabled
2526 setter label 2528 setter label
2527 setter selected 2529 setter selected
2528 setter text 2530 setter text
2529 setter value 2531 setter value
2530 interface HTMLOptionsCollection 2532 interface HTMLOptionsCollection
2533 getter length
2531 getter selectedIndex 2534 getter selectedIndex
2532 method add 2535 method add
2533 method constructor 2536 method constructor
2534 method namedItem 2537 method namedItem
2535 method remove 2538 method remove
2539 setter length
2536 setter selectedIndex 2540 setter selectedIndex
2537 interface HTMLOutputElement 2541 interface HTMLOutputElement
2538 getter defaultValue 2542 getter defaultValue
2539 getter form 2543 getter form
2540 getter htmlFor 2544 getter htmlFor
2541 getter labels 2545 getter labels
2542 getter name 2546 getter name
2543 getter type 2547 getter type
2544 getter validationMessage 2548 getter validationMessage
2545 getter validity 2549 getter validity
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
3314 method stop 3318 method stop
3315 setter enabled 3319 setter enabled
3316 setter onended 3320 setter onended
3317 setter onmute 3321 setter onmute
3318 setter onunmute 3322 setter onunmute
3319 interface MessageChannel 3323 interface MessageChannel
3320 getter port1 3324 getter port1
3321 getter port2 3325 getter port2
3322 method constructor 3326 method constructor
3323 interface MessageEvent 3327 interface MessageEvent
3328 getter data
3324 getter lastEventId 3329 getter lastEventId
3325 getter origin 3330 getter origin
3326 getter ports 3331 getter ports
3327 getter source 3332 getter source
3328 method constructor 3333 method constructor
3329 method initMessageEvent 3334 method initMessageEvent
3330 interface MessagePort 3335 interface MessagePort
3331 getter onmessage 3336 getter onmessage
3332 method close 3337 method close
3333 method constructor 3338 method constructor
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
3740 method constructor 3745 method constructor
3741 method item 3746 method item
3742 method namedItem 3747 method namedItem
3743 interface PluginArray 3748 interface PluginArray
3744 getter length 3749 getter length
3745 method constructor 3750 method constructor
3746 method item 3751 method item
3747 method namedItem 3752 method namedItem
3748 method refresh 3753 method refresh
3749 interface PopStateEvent 3754 interface PopStateEvent
3755 getter state
3750 method constructor 3756 method constructor
3751 interface Presentation 3757 interface Presentation
3752 getter onavailablechange 3758 getter onavailablechange
3753 getter ondefaultsessionstart 3759 getter ondefaultsessionstart
3754 getter session 3760 getter session
3755 method constructor 3761 method constructor
3756 method joinSession 3762 method joinSession
3757 method startSession 3763 method startSession
3758 setter onavailablechange 3764 setter onavailablechange
3759 setter ondefaultsessionstart 3765 setter ondefaultsessionstart
(...skipping 2679 matching lines...) Expand 10 before | Expand all | Expand 10 after
6439 interface XMLDocument 6445 interface XMLDocument
6440 method constructor 6446 method constructor
6441 interface XMLHttpRequest 6447 interface XMLHttpRequest
6442 attribute DONE 6448 attribute DONE
6443 attribute HEADERS_RECEIVED 6449 attribute HEADERS_RECEIVED
6444 attribute LOADING 6450 attribute LOADING
6445 attribute OPENED 6451 attribute OPENED
6446 attribute UNSENT 6452 attribute UNSENT
6447 getter onreadystatechange 6453 getter onreadystatechange
6448 getter readyState 6454 getter readyState
6455 getter response
6456 getter responseText
6449 getter responseType 6457 getter responseType
6450 getter responseURL 6458 getter responseURL
6451 getter responseXML 6459 getter responseXML
6452 getter status 6460 getter status
6453 getter statusText 6461 getter statusText
6454 getter timeout 6462 getter timeout
6455 getter upload 6463 getter upload
6456 getter withCredentials 6464 getter withCredentials
6457 method abort 6465 method abort
6458 method constructor 6466 method constructor
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
6810 setter password 6818 setter password
6811 setter pathname 6819 setter pathname
6812 setter port 6820 setter port
6813 setter protocol 6821 setter protocol
6814 setter search 6822 setter search
6815 setter username 6823 setter username
6816 PASS successfullyParsed is true 6824 PASS successfullyParsed is true
6817 6825
6818 TEST COMPLETE 6826 TEST COMPLETE
6819 6827
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698