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

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

Issue 1424313004: Remove HTMLFrameElement.prototype.getSVGDocument() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android_webview/tools/WebViewShell/test/webexposed/ Created 5 years, 1 month 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/custom/frame-getSVGDocument.html » ('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 1642 matching lines...) Expand 10 before | Expand all | Expand 10 after
1653 getter contentWindow 1653 getter contentWindow
1654 getter frameBorder 1654 getter frameBorder
1655 getter longDesc 1655 getter longDesc
1656 getter marginHeight 1656 getter marginHeight
1657 getter marginWidth 1657 getter marginWidth
1658 getter name 1658 getter name
1659 getter noResize 1659 getter noResize
1660 getter scrolling 1660 getter scrolling
1661 getter src 1661 getter src
1662 method constructor 1662 method constructor
1663 method getSVGDocument
1664 setter frameBorder 1663 setter frameBorder
1665 setter longDesc 1664 setter longDesc
1666 setter marginHeight 1665 setter marginHeight
1667 setter marginWidth 1666 setter marginWidth
1668 setter name 1667 setter name
1669 setter noResize 1668 setter noResize
1670 setter scrolling 1669 setter scrolling
1671 setter src 1670 setter src
1672 interface HTMLFrameSetElement : HTMLElement 1671 interface HTMLFrameSetElement : HTMLElement
1673 getter cols 1672 getter cols
(...skipping 4068 matching lines...) Expand 10 before | Expand all | Expand 10 after
5742 method scrollBy 5741 method scrollBy
5743 method scrollTo 5742 method scrollTo
5744 method setInterval 5743 method setInterval
5745 method setTimeout 5744 method setTimeout
5746 method stop 5745 method stop
5747 method webkitCancelAnimationFrame 5746 method webkitCancelAnimationFrame
5748 method webkitCancelRequestAnimationFrame 5747 method webkitCancelRequestAnimationFrame
5749 method webkitRequestAnimationFrame 5748 method webkitRequestAnimationFrame
5750 This test documents all interface attributes and methods on the global window ob ject and element instances. 5749 This test documents all interface attributes and methods on the global window ob ject and element instances.
5751 TEST FINISHED 5750 TEST FINISHED
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/custom/frame-getSVGDocument.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698