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

Unified Diff: third_party/WebKit/LayoutTests/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, 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index 93a126c1b67714e0507c42910cf6d1d3b0dd54c7..3f2a4abcbed261626645a1fbf4670b4c8bcaada5 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -6235,141 +6235,8 @@ interface WheelEvent
interface Window
attribute PERSISTENT
attribute TEMPORARY
- attribute onabort
- attribute onanimationend
- attribute onanimationiteration
- attribute onanimationstart
- attribute onautocomplete
- attribute onautocompleteerror
- attribute onbeforeunload
- attribute onblur
- attribute oncancel
- attribute oncanplay
- attribute oncanplaythrough
- attribute onchange
- attribute onclick
- attribute onclose
- attribute oncontextmenu
- attribute oncuechange
- attribute ondblclick
- attribute ondevicelight
- attribute ondevicemotion
- attribute ondeviceorientation
- attribute ondrag
- attribute ondragend
- attribute ondragenter
- attribute ondragleave
- attribute ondragover
- attribute ondragstart
- attribute ondrop
- attribute ondurationchange
- attribute onemptied
- attribute onended
- attribute onfocus
- attribute onhashchange
- attribute oninput
- attribute oninvalid
- attribute onkeydown
- attribute onkeypress
- attribute onkeyup
- attribute onlanguagechange
- attribute onload
- attribute onloadeddata
- attribute onloadedmetadata
- attribute onloadstart
- attribute onmessage
- attribute onmousedown
- attribute onmouseenter
- attribute onmouseleave
- attribute onmousemove
- attribute onmouseout
- attribute onmouseover
- attribute onmouseup
- attribute onmousewheel
- attribute onoffline
- attribute ononline
- attribute onpagehide
- attribute onpageshow
- attribute onpause
- attribute onplay
- attribute onplaying
- attribute onpopstate
- attribute onprogress
- attribute onratechange
- attribute onrejectionhandled
- attribute onreset
- attribute onresize
- attribute onscroll
- attribute onsearch
- attribute onseeked
- attribute onseeking
- attribute onselect
- attribute onshow
- attribute onstalled
- attribute onstorage
- attribute onsubmit
- attribute onsuspend
- attribute ontimeupdate
- attribute ontoggle
- attribute ontouchcancel
- attribute ontouchend
- attribute ontouchmove
- attribute ontouchstart
- attribute ontransitionend
- attribute onunhandledrejection
- attribute onunload
- attribute onvolumechange
- attribute onwaiting
- attribute onwebkitanimationend
- attribute onwebkitanimationiteration
- attribute onwebkitanimationstart
- attribute onwebkittransitionend
- attribute onwheel
- method alert
- method atob
- method blur
- method btoa
- method cancelAnimationFrame
- method cancelIdleCallback
- method captureEvents
- method clearInterval
- method clearTimeout
- method close
- method confirm
method constructor
- method createImageBitmap
- method fetch
- method find
- method focus
- method getComputedStyle
- method getMatchedCSSRules
- method getSelection
- method matchMedia
- method moveBy
- method moveTo
- method onerror
- method open
- method openDatabase
- method postMessage
- method print
- method prompt
- method releaseEvents
- method requestAnimationFrame
- method requestIdleCallback
- method resizeBy
- method resizeTo
- method scroll
- method scrollBy
- method scrollTo
- method setInterval
- method setTimeout
- method stop
method toString
- method webkitCancelAnimationFrame
- method webkitCancelRequestAnimationFrame
- method webkitRequestAnimationFrame
- method webkitRequestFileSystem
- method webkitResolveLocalFileSystemURL
interface Worker
getter onerror
getter onmessage
@@ -6754,6 +6621,202 @@ interface webkitURL
setter protocol
setter search
setter username
+[GLOBAL OBJECT]
+ attribute GCController
+ attribute accessibilityController
+ attribute applicationCache
+ attribute caches
+ attribute clientInformation
+ attribute closed
+ attribute console
+ attribute crypto
+ attribute defaultStatus
+ attribute defaultstatus
+ attribute devicePixelRatio
+ attribute document
+ attribute event
+ attribute eventSender
+ attribute frameElement
+ attribute frames
+ attribute gamepadController
+ attribute history
+ attribute indexedDB
+ attribute innerHeight
+ attribute innerWidth
+ attribute internals
+ attribute layoutTestController
+ attribute length
+ attribute localStorage
+ attribute location
+ attribute locationbar
+ attribute menubar
+ attribute name
+ attribute navigator
+ attribute offscreenBuffering
+ attribute onabort
+ attribute onanimationend
+ attribute onanimationiteration
+ attribute onanimationstart
+ attribute onautocomplete
+ attribute onautocompleteerror
+ attribute onbeforeunload
+ attribute onblur
+ attribute oncancel
+ attribute oncanplay
+ attribute oncanplaythrough
+ attribute onchange
+ attribute onclick
+ attribute onclose
+ attribute oncontextmenu
+ attribute oncuechange
+ attribute ondblclick
+ attribute ondevicelight
+ attribute ondevicemotion
+ attribute ondeviceorientation
+ attribute ondrag
+ attribute ondragend
+ attribute ondragenter
+ attribute ondragleave
+ attribute ondragover
+ attribute ondragstart
+ attribute ondrop
+ attribute ondurationchange
+ attribute onemptied
+ attribute onended
+ attribute onfocus
+ attribute onhashchange
+ attribute oninput
+ attribute oninvalid
+ attribute onkeydown
+ attribute onkeypress
+ attribute onkeyup
+ attribute onlanguagechange
+ attribute onload
+ attribute onloadeddata
+ attribute onloadedmetadata
+ attribute onloadstart
+ attribute onmessage
+ attribute onmousedown
+ attribute onmouseenter
+ attribute onmouseleave
+ attribute onmousemove
+ attribute onmouseout
+ attribute onmouseover
+ attribute onmouseup
+ attribute onmousewheel
+ attribute onoffline
+ attribute ononline
+ attribute onpagehide
+ attribute onpageshow
+ attribute onpause
+ attribute onplay
+ attribute onplaying
+ attribute onpopstate
+ attribute onprogress
+ attribute onratechange
+ attribute onrejectionhandled
+ attribute onreset
+ attribute onresize
+ attribute onscroll
+ attribute onsearch
+ attribute onseeked
+ attribute onseeking
+ attribute onselect
+ attribute onshow
+ attribute onstalled
+ attribute onstorage
+ attribute onsubmit
+ attribute onsuspend
+ attribute ontimeupdate
+ attribute ontoggle
+ attribute ontouchcancel
+ attribute ontouchend
+ attribute ontouchmove
+ attribute ontouchstart
+ attribute ontransitionend
+ attribute onunhandledrejection
+ attribute onunload
+ attribute onvolumechange
+ attribute onwaiting
+ attribute onwebkitanimationend
+ attribute onwebkitanimationiteration
+ attribute onwebkitanimationstart
+ attribute onwebkittransitionend
+ attribute onwheel
+ attribute opener
+ attribute outerHeight
+ attribute outerWidth
+ attribute pageXOffset
+ attribute pageYOffset
+ attribute parent
+ attribute performance
+ attribute personalbar
+ attribute propertyNamesInGlobal
+ attribute screen
+ attribute screenLeft
+ attribute screenTop
+ attribute screenX
+ attribute screenY
+ attribute scrollX
+ attribute scrollY
+ attribute scrollbars
+ attribute self
+ attribute sessionStorage
+ attribute speechSynthesis
+ attribute status
+ attribute statusbar
+ attribute styleMedia
+ attribute testRunner
+ attribute textInputController
+ attribute toolbar
+ attribute top
+ attribute webkitIndexedDB
+ attribute webkitStorageInfo
+ attribute window
+ method alert
+ method atob
+ method blur
+ method btoa
+ method cancelAnimationFrame
+ method cancelIdleCallback
+ method captureEvents
+ method clearInterval
+ method clearTimeout
+ method close
+ method confirm
+ method createImageBitmap
+ method fetch
+ method find
+ method focus
+ method gc
+ method getComputedStyle
+ method getMatchedCSSRules
+ method getSelection
+ method matchMedia
+ method moveBy
+ method moveTo
+ method onerror
+ method open
+ method openDatabase
+ method postMessage
+ method print
+ method prompt
+ method releaseEvents
+ method requestAnimationFrame
+ method requestIdleCallback
+ method resizeBy
+ method resizeTo
+ method scroll
+ method scrollBy
+ method scrollTo
+ method setInterval
+ method setTimeout
+ method stop
+ method webkitCancelAnimationFrame
+ method webkitCancelRequestAnimationFrame
+ method webkitRequestAnimationFrame
+ method webkitRequestFileSystem
+ method webkitResolveLocalFileSystemURL
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698