Chromium Code Reviews
DescriptionFixes crash in HTMLIFrameElement and exposes HTMLIFrameElement::src
HTMLIFrameElement was adding the observer in navigateView. If the same
HTMLIFrameElement navigated multiple times HTMLIFrameElement would
attach itself as an observer more than once. ObserverList doesn't like
this.
Also adds src as an attribute of HTMLIFrameElement so that I can do:
iframe.src = xxx
in script
R=abarth@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/1f2b1c2443baecccc2b5615f8599b3dd5deeab07
Patch Set 1 #Patch Set 2 : merge 2 trunk #
Messages
Total messages: 3 (0 generated)
|
||||||||||||||||||||||||||||