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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 1360233007: bindings: Moves event handlers and methods of Window to the instance object. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 5519 matching lines...) Expand 10 before | Expand all | Expand 10 after
5530 getter deltaX 5530 getter deltaX
5531 getter deltaY 5531 getter deltaY
5532 getter deltaZ 5532 getter deltaZ
5533 getter wheelDelta 5533 getter wheelDelta
5534 getter wheelDeltaX 5534 getter wheelDeltaX
5535 getter wheelDeltaY 5535 getter wheelDeltaY
5536 method constructor 5536 method constructor
5537 interface Window 5537 interface Window
5538 attribute PERSISTENT 5538 attribute PERSISTENT
5539 attribute TEMPORARY 5539 attribute TEMPORARY
5540 attribute onabort
5541 attribute onanimationend
5542 attribute onanimationiteration
5543 attribute onanimationstart
5544 attribute onbeforeunload
5545 attribute onblur
5546 attribute oncancel
5547 attribute oncanplay
5548 attribute oncanplaythrough
5549 attribute onchange
5550 attribute onclick
5551 attribute onclose
5552 attribute oncontextmenu
5553 attribute oncuechange
5554 attribute ondblclick
5555 attribute ondevicemotion
5556 attribute ondeviceorientation
5557 attribute ondrag
5558 attribute ondragend
5559 attribute ondragenter
5560 attribute ondragleave
5561 attribute ondragover
5562 attribute ondragstart
5563 attribute ondrop
5564 attribute ondurationchange
5565 attribute onemptied
5566 attribute onended
5567 attribute onfocus
5568 attribute onhashchange
5569 attribute oninput
5570 attribute oninvalid
5571 attribute onkeydown
5572 attribute onkeypress
5573 attribute onkeyup
5574 attribute onlanguagechange
5575 attribute onload
5576 attribute onloadeddata
5577 attribute onloadedmetadata
5578 attribute onloadstart
5579 attribute onmessage
5580 attribute onmousedown
5581 attribute onmouseenter
5582 attribute onmouseleave
5583 attribute onmousemove
5584 attribute onmouseout
5585 attribute onmouseover
5586 attribute onmouseup
5587 attribute onmousewheel
5588 attribute onoffline
5589 attribute ononline
5590 attribute onpagehide
5591 attribute onpageshow
5592 attribute onpause
5593 attribute onplay
5594 attribute onplaying
5595 attribute onpopstate
5596 attribute onprogress
5597 attribute onratechange
5598 attribute onreset
5599 attribute onresize
5600 attribute onscroll
5601 attribute onsearch
5602 attribute onseeked
5603 attribute onseeking
5604 attribute onselect
5605 attribute onshow
5606 attribute onstalled
5607 attribute onstorage
5608 attribute onsubmit
5609 attribute onsuspend
5610 attribute ontimeupdate
5611 attribute ontoggle
5612 attribute ontouchcancel
5613 attribute ontouchend
5614 attribute ontouchmove
5615 attribute ontouchstart
5616 attribute ontransitionend
5617 attribute onunload
5618 attribute onvolumechange
5619 attribute onwaiting
5620 attribute onwebkitanimationend
5621 attribute onwebkitanimationiteration
5622 attribute onwebkitanimationstart
5623 attribute onwebkittransitionend
5624 attribute onwheel
5625 method alert
5626 method atob
5627 method blur
5628 method btoa
5629 method cancelAnimationFrame
5630 method captureEvents
5631 method clearInterval
5632 method clearTimeout
5633 method close
5634 method confirm
5635 method constructor 5540 method constructor
5636 method fetch
5637 method find
5638 method focus
5639 method getComputedStyle
5640 method getMatchedCSSRules
5641 method getSelection
5642 method matchMedia
5643 method moveBy
5644 method moveTo
5645 method onerror
5646 method open
5647 method openDatabase
5648 method postMessage
5649 method print
5650 method prompt
5651 method releaseEvents
5652 method requestAnimationFrame
5653 method resizeBy
5654 method resizeTo
5655 method scroll
5656 method scrollBy
5657 method scrollTo
5658 method setInterval
5659 method setTimeout
5660 method stop
5661 method toString 5541 method toString
5662 method webkitCancelAnimationFrame
5663 method webkitCancelRequestAnimationFrame
5664 method webkitRequestAnimationFrame
5665 method webkitRequestFileSystem
5666 method webkitResolveLocalFileSystemURL
5667 interface Worker 5542 interface Worker
5668 getter onerror 5543 getter onerror
5669 getter onmessage 5544 getter onmessage
5670 method constructor 5545 method constructor
5671 method postMessage 5546 method postMessage
5672 method terminate 5547 method terminate
5673 setter onerror 5548 setter onerror
5674 setter onmessage 5549 setter onmessage
5675 interface XMLDocument 5550 interface XMLDocument
5676 method constructor 5551 method constructor
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
6032 setter hash 5907 setter hash
6033 setter host 5908 setter host
6034 setter hostname 5909 setter hostname
6035 setter href 5910 setter href
6036 setter password 5911 setter password
6037 setter pathname 5912 setter pathname
6038 setter port 5913 setter port
6039 setter protocol 5914 setter protocol
6040 setter search 5915 setter search
6041 setter username 5916 setter username
5917 [GLOBAL OBJECT]
5918 attribute GCController
5919 attribute accessibilityController
5920 attribute applicationCache
5921 attribute caches
5922 attribute clientInformation
5923 attribute closed
5924 attribute console
5925 attribute crypto
5926 attribute defaultStatus
5927 attribute defaultstatus
5928 attribute devicePixelRatio
5929 attribute document
5930 attribute event
5931 attribute eventSender
5932 attribute frameElement
5933 attribute frames
5934 attribute gamepadController
5935 attribute history
5936 attribute indexedDB
5937 attribute innerHeight
5938 attribute innerWidth
5939 attribute internals
5940 attribute layoutTestController
5941 attribute length
5942 attribute localStorage
5943 attribute location
5944 attribute locationbar
5945 attribute menubar
5946 attribute name
5947 attribute navigator
5948 attribute offscreenBuffering
5949 attribute onabort
5950 attribute onanimationend
5951 attribute onanimationiteration
5952 attribute onanimationstart
5953 attribute onbeforeunload
5954 attribute onblur
5955 attribute oncancel
5956 attribute oncanplay
5957 attribute oncanplaythrough
5958 attribute onchange
5959 attribute onclick
5960 attribute onclose
5961 attribute oncontextmenu
5962 attribute oncuechange
5963 attribute ondblclick
5964 attribute ondevicemotion
5965 attribute ondeviceorientation
5966 attribute ondrag
5967 attribute ondragend
5968 attribute ondragenter
5969 attribute ondragleave
5970 attribute ondragover
5971 attribute ondragstart
5972 attribute ondrop
5973 attribute ondurationchange
5974 attribute onemptied
5975 attribute onended
5976 attribute onfocus
5977 attribute onhashchange
5978 attribute oninput
5979 attribute oninvalid
5980 attribute onkeydown
5981 attribute onkeypress
5982 attribute onkeyup
5983 attribute onlanguagechange
5984 attribute onload
5985 attribute onloadeddata
5986 attribute onloadedmetadata
5987 attribute onloadstart
5988 attribute onmessage
5989 attribute onmousedown
5990 attribute onmouseenter
5991 attribute onmouseleave
5992 attribute onmousemove
5993 attribute onmouseout
5994 attribute onmouseover
5995 attribute onmouseup
5996 attribute onmousewheel
5997 attribute onoffline
5998 attribute ononline
5999 attribute onpagehide
6000 attribute onpageshow
6001 attribute onpause
6002 attribute onplay
6003 attribute onplaying
6004 attribute onpopstate
6005 attribute onprogress
6006 attribute onratechange
6007 attribute onreset
6008 attribute onresize
6009 attribute onscroll
6010 attribute onsearch
6011 attribute onseeked
6012 attribute onseeking
6013 attribute onselect
6014 attribute onshow
6015 attribute onstalled
6016 attribute onstorage
6017 attribute onsubmit
6018 attribute onsuspend
6019 attribute ontimeupdate
6020 attribute ontoggle
6021 attribute ontouchcancel
6022 attribute ontouchend
6023 attribute ontouchmove
6024 attribute ontouchstart
6025 attribute ontransitionend
6026 attribute onunload
6027 attribute onvolumechange
6028 attribute onwaiting
6029 attribute onwebkitanimationend
6030 attribute onwebkitanimationiteration
6031 attribute onwebkitanimationstart
6032 attribute onwebkittransitionend
6033 attribute onwheel
6034 attribute opener
6035 attribute outerHeight
6036 attribute outerWidth
6037 attribute pageXOffset
6038 attribute pageYOffset
6039 attribute parent
6040 attribute performance
6041 attribute personalbar
6042 attribute propertyNamesInGlobal
6043 attribute screen
6044 attribute screenLeft
6045 attribute screenTop
6046 attribute screenX
6047 attribute screenY
6048 attribute scrollX
6049 attribute scrollY
6050 attribute scrollbars
6051 attribute self
6052 attribute sessionStorage
6053 attribute speechSynthesis
6054 attribute status
6055 attribute statusbar
6056 attribute styleMedia
6057 attribute testRunner
6058 attribute textInputController
6059 attribute toolbar
6060 attribute top
6061 attribute webkitIndexedDB
6062 attribute webkitStorageInfo
6063 attribute window
6064 method alert
6065 method atob
6066 method blur
6067 method btoa
6068 method cancelAnimationFrame
6069 method captureEvents
6070 method clearInterval
6071 method clearTimeout
6072 method close
6073 method confirm
6074 method fetch
6075 method find
6076 method focus
6077 method gc
6078 method getComputedStyle
6079 method getMatchedCSSRules
6080 method getSelection
6081 method matchMedia
6082 method moveBy
6083 method moveTo
6084 method onerror
6085 method open
6086 method openDatabase
6087 method postMessage
6088 method print
6089 method prompt
6090 method releaseEvents
6091 method requestAnimationFrame
6092 method resizeBy
6093 method resizeTo
6094 method scroll
6095 method scrollBy
6096 method scrollTo
6097 method setInterval
6098 method setTimeout
6099 method stop
6100 method webkitCancelAnimationFrame
6101 method webkitCancelRequestAnimationFrame
6102 method webkitRequestAnimationFrame
6103 method webkitRequestFileSystem
6104 method webkitResolveLocalFileSystemURL
6042 PASS successfullyParsed is true 6105 PASS successfullyParsed is true
6043 6106
6044 TEST COMPLETE 6107 TEST COMPLETE
6045 6108
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698