[webkit-reviews] review requested: [Bug 23900] Prevent frames from calling themselves _top : [Attachment 27568] Prevent frames from naming themselves _top

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 11 12:28:16 PST 2009


Sverrir Á. Berg <sverrir at chromium.org> has asked  for review:
Bug 23900: Prevent frames from calling themselves _top
https://bugs.webkit.org/show_bug.cgi?id=23900

Attachment 27568: Prevent frames from naming themselves _top
https://bugs.webkit.org/attachment.cgi?id=27568&action=review

------- Additional Comments from Sverrir Á. Berg <sverrir at chromium.org>
This was the only logical place I thought of fixing this.  Otherwise
FrameLoader manages to call itself recursively and ends up loading the new
frame ontop of the first one.
Playing around with other browsers it seems that _top is not allowed as a frame
name so this should not break any webpages.


More information about the webkit-reviews mailing list