DescriptionSupport fetching attribute listeners from outside v8 context scopes.
A number of the <body> element's event handler attributes represent
and expose event handlers on the window object, hence the parser
will update & replace attribute event listeners while parsing the
attributes. This may well happen while executing outside any v8
context; adjust the lookup of attribute event listeners
to support such usage.
R=haraken
BUG=659911
Committed: https://crrev.com/05c2d71f2c3cab4c40c3d775b304d0bbfbd166bd
Cr-Commit-Position: refs/heads/master@{#431509}
Patch Set 1 #Patch Set 2 : add test #Patch Set 3 : Sync expected output for wpt/ test #Patch Set 4 : consistent js indentation #Patch Set 5 : try to tidy up logic #
Total comments: 2
Messages
Total messages: 32 (21 generated)
|