[webkit-reviews] review requested: [Bug 48768] Transferred <iframe>s may not have a unique internal name : [Attachment 72739] update internal frame name on reparenting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 2 14:46:39 PDT 2010


Jenn Braithwaite <jennb at chromium.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 72739: update internal frame name on reparenting
https://bugs.webkit.org/attachment.cgi?id=72739&action=review

------- Additional Comments from Jenn Braithwaite <jennb at chromium.org>
In Frame.cpp, the line above my change that calls m_ownerElement->setName()
will no longer be needed once bug 6751 is fixed as that frame name will not
need to be updated for uniqueness upon reparenting.

Example test case added as layout test in this patch.


More information about the webkit-reviews mailing list