WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 55624
Subframe tear-down should happen later
https://bugs.webkit.org/show_bug.cgi?id=55624
Summary
Subframe tear-down should happen later
Beth Dakin
Reported
2011-03-02 15:17:00 PST
There is a comment in HTMLFrameOwnerElement::willRemove() that says: // FIXME: It is unclear why this can't be moved to removedFromDocument() // this is the only implementation of willRemove in WebCore! If the contents of HTMLFrameOwnerElement::willRemove() were moved to HTMLFrameOwnerElement::removedFromDocument(), then bugs such as
https://bugs.webkit.org/show_bug.cgi?id=55469
would not require strange DRT work-arounds. However, moving this tear-down to be later is not trivial as it causes other crashes in the tests. We should understand this better, and we should fix it.
Attachments
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2011-03-22 13:37:04 PDT
See more analysis (and attempt at solutions) in
bug 55209
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug