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

Side by Side Diff: android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt

Issue 2787853002: Remove DOMImplementation.hasFeature()
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/W3C-SVG-1.1/struct-dom-02-b.svg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [INTERFACES] 1 [INTERFACES]
2 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' inst ead. 2 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' inst ead.
3 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead. 3 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead.
4 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryS torage' or 'navigator.webkitPersistentStorage' instead. 4 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryS torage' or 'navigator.webkitPersistentStorage' instead.
5 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead. 5 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead.
6 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead. 6 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead.
7 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStore' instead. 7 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStore' instead.
8 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' instead. 8 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' instead.
9 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 9 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
10 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' instead. 10 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' instead.
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 getter code 525 getter code
526 getter message 526 getter message
527 getter name 527 getter name
528 method constructor 528 method constructor
529 method toString 529 method toString
530 interface DOMImplementation 530 interface DOMImplementation
531 method constructor 531 method constructor
532 method createDocument 532 method createDocument
533 method createDocumentType 533 method createDocumentType
534 method createHTMLDocument 534 method createHTMLDocument
535 method hasFeature
536 interface DOMParser 535 interface DOMParser
537 method constructor 536 method constructor
538 method parseFromString 537 method parseFromString
539 interface DOMStringList 538 interface DOMStringList
540 getter length 539 getter length
541 method constructor 540 method constructor
542 method contains 541 method contains
543 method item 542 method item
544 interface DOMStringMap 543 interface DOMStringMap
545 method constructor 544 method constructor
(...skipping 5242 matching lines...) Expand 10 before | Expand all | Expand 10 after
5788 method scrollBy 5787 method scrollBy
5789 method scrollTo 5788 method scrollTo
5790 method setInterval 5789 method setInterval
5791 method setTimeout 5790 method setTimeout
5792 method stop 5791 method stop
5793 method webkitCancelAnimationFrame 5792 method webkitCancelAnimationFrame
5794 method webkitCancelRequestAnimationFrame 5793 method webkitCancelRequestAnimationFrame
5795 method webkitRequestAnimationFrame 5794 method webkitRequestAnimationFrame
5796 This test documents all interface attributes and methods on the global window ob ject and element instances. 5795 This test documents all interface attributes and methods on the global window ob ject and element instances.
5797 TEST FINISHED 5796 TEST FINISHED
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/W3C-SVG-1.1/struct-dom-02-b.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698