[webkit-reviews] review requested: [Bug 48768] Transferred <iframe>s may not have a unique internal name : [Attachment 72896] Patch with layout test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 3 18:59:13 PDT 2010


Daniel Bates <dbates at webkit.org> has asked  for review:
Bug 48768: Transferred <iframe>s may not have a unique internal name
https://bugs.webkit.org/show_bug.cgi?id=48768

Attachment 72896: Patch with layout test
https://bugs.webkit.org/attachment.cgi?id=72896&action=review

------- Additional Comments from Daniel Bates <dbates at webkit.org>
I thought to move the child transfer code from
Frame::transferChildFrameToNewDocument() to FrameTree::transferChild() so that
we can set ensure that the name of the transferred frame has a unique name with
respect to its new parent. I am open to suggestions on the name of this
function and its return type as well as the approach of this patch.


More information about the webkit-reviews mailing list