[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
Wed Feb 10 19:31:14 PST 2010


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


Dmitry Titov <dimich at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #48543|                            |review?, commit-queue-
               Flag|                            |




--- Comment #13 from Dmitry Titov <dimich at chromium.org>  2010-02-10 19:31:10 PST ---
Created an attachment (id=48543)
 --> (https://bugs.webkit.org/attachment.cgi?id=48543)
Patch, fixed crashes.

The crashes in Chromium and QT were caused by their WebKit layer assuming the
Frame always belongs to a given Page. When iframe is passed between documents,
it can also be passed between windows, which requires corresponding update in
WebKit layer.
This is acieved by adding FrameLoaderClient::adoptFrame(Frame*) method which is
called when Frame is moved in DOM.

-- 
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