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

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

Issue 1149373003: Remove Range.compareNode() as it is not in the spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressing comments 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
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 3800 matching lines...) Expand 10 before | Expand all | Expand 10 after
3811 getter collapsed 3811 getter collapsed
3812 getter commonAncestorContainer 3812 getter commonAncestorContainer
3813 getter endContainer 3813 getter endContainer
3814 getter endOffset 3814 getter endOffset
3815 getter startContainer 3815 getter startContainer
3816 getter startOffset 3816 getter startOffset
3817 method cloneContents 3817 method cloneContents
3818 method cloneRange 3818 method cloneRange
3819 method collapse 3819 method collapse
3820 method compareBoundaryPoints 3820 method compareBoundaryPoints
3821 method compareNode
3822 method comparePoint 3821 method comparePoint
3823 method constructor 3822 method constructor
3824 method createContextualFragment 3823 method createContextualFragment
3825 method deleteContents 3824 method deleteContents
3826 method detach 3825 method detach
3827 method expand 3826 method expand
3828 method extractContents 3827 method extractContents
3829 method getBoundingClientRect 3828 method getBoundingClientRect
3830 method getClientRects 3829 method getClientRects
3831 method insertNode 3830 method insertNode
(...skipping 2962 matching lines...) Expand 10 before | Expand all | Expand 10 after
6794 setter password 6793 setter password
6795 setter pathname 6794 setter pathname
6796 setter port 6795 setter port
6797 setter protocol 6796 setter protocol
6798 setter search 6797 setter search
6799 setter username 6798 setter username
6800 PASS successfullyParsed is true 6799 PASS successfullyParsed is true
6801 6800
6802 TEST COMPLETE 6801 TEST COMPLETE
6803 6802
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698