[Webkit-unassigned] [Bug 34382] When a live iframe element is moved between pages, it still depends on the old page.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 11 13:38:07 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34382


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fishd at chromium.org




--- Comment #20 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-02-11 13:38:02 PST ---
FrameLoaderClient::adoptFrame seems incorrectly named.  it sounds like it is a
command to the FrameLoaderClient to perform the "adopt frame" operation.  In
reality, it appears to be a notification to the WebKit layer that a frame was
moved from one document to another.  A better name might be didAdoptFrame or
didTransferFrameToNewDocument.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list