Bug 55624
| Summary: | Subframe tear-down should happen later | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Beth Dakin <bdakin> |
| Component: | Frames | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ap, aroben, bdakin, eric |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 55209 | ||
Beth Dakin
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)
See more analysis (and attempt at solutions) in bug 55209.