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

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

Issue 810283002: Expose the HTMLDetailsElement and RadioNodeList interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revert oops 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 | Annotate | Revision Log
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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 method constructor 747 method constructor
748 method item 748 method item
749 method namedItem 749 method namedItem
750 interface HTMLContentElement 750 interface HTMLContentElement
751 method constructor 751 method constructor
752 method getDistributedNodes 752 method getDistributedNodes
753 interface HTMLDListElement 753 interface HTMLDListElement
754 method constructor 754 method constructor
755 interface HTMLDataListElement 755 interface HTMLDataListElement
756 method constructor 756 method constructor
757 interface HTMLDetailsElement
758 method constructor
757 interface HTMLDialogElement 759 interface HTMLDialogElement
758 method close 760 method close
759 method constructor 761 method constructor
760 method show 762 method show
761 method showModal 763 method showModal
762 interface HTMLDirectoryElement 764 interface HTMLDirectoryElement
763 method constructor 765 method constructor
764 interface HTMLDivElement 766 interface HTMLDivElement
765 method constructor 767 method constructor
766 interface HTMLDocument 768 interface HTMLDocument
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
1427 interface PushManager 1429 interface PushManager
1428 method constructor 1430 method constructor
1429 method hasPermission 1431 method hasPermission
1430 method register 1432 method register
1431 interface PushRegistration 1433 interface PushRegistration
1432 method constructor 1434 method constructor
1433 interface RTCIceCandidate 1435 interface RTCIceCandidate
1434 method constructor 1436 method constructor
1435 interface RTCSessionDescription 1437 interface RTCSessionDescription
1436 method constructor 1438 method constructor
1439 interface RadioNodeList
1440 method constructor
1437 interface Range 1441 interface Range
1438 attribute END_TO_END 1442 attribute END_TO_END
1439 attribute END_TO_START 1443 attribute END_TO_START
1440 attribute NODE_AFTER 1444 attribute NODE_AFTER
1441 attribute NODE_BEFORE 1445 attribute NODE_BEFORE
1442 attribute NODE_BEFORE_AND_AFTER 1446 attribute NODE_BEFORE_AND_AFTER
1443 attribute NODE_INSIDE 1447 attribute NODE_INSIDE
1444 attribute START_TO_END 1448 attribute START_TO_END
1445 attribute START_TO_START 1449 attribute START_TO_START
1446 method cloneContents 1450 method cloneContents
(...skipping 1679 matching lines...) Expand 10 before | Expand all | Expand 10 after
3126 method constructor 3130 method constructor
3127 interface webkitSpeechRecognitionEvent 3131 interface webkitSpeechRecognitionEvent
3128 method constructor 3132 method constructor
3129 interface webkitURL 3133 interface webkitURL
3130 method constructor 3134 method constructor
3131 method toString 3135 method toString
3132 PASS successfullyParsed is true 3136 PASS successfullyParsed is true
3133 3137
3134 TEST COMPLETE 3138 TEST COMPLETE
3135 3139
OLDNEW
« no previous file with comments | « LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt ('k') | Source/core/html/HTMLDetailsElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698