Open
Bug 1550739
Opened 6 years ago
Updated 2 years ago
Only keep BrowsingContextGroups from ContentChild as long as necessary
Categories
(Core :: DOM: Core & HTML, task, P3)
Core
DOM: Core & HTML
Tracking
()
NEW
Fission Milestone | Future |
People
(Reporter: farre, Unassigned)
References
(Blocks 1 open bug)
Details
When a BrowsingContextGroup looses its last BrowsingContext there's no real point to keep that BCG alive in the ContentChild. But we need to make sure to not race when we drop it, so we need to bounce detaching a BCG off the ContentParent.
Reporter | ||
Updated•6 years ago
|
Fission Milestone: --- → ?
Priority: -- → P3
Updated•5 years ago
|
Blocks: improve-bc
Fission Milestone: ? → Future
Updated•5 years ago
|
Type: defect → task
Updated•5 years ago
|
Assignee: nobody → jyavenard
Comment 1•4 years ago
|
||
Jean-Yves, Andreas said you might have already done this as part of some other patch. Could you please confirm?
Flags: needinfo?(jyavenard)
Comment 2•4 years ago
|
||
Sorry, I can't recall this bug
I don't believe anything has been done about it.
Assignee: jyavenard → nobody
Flags: needinfo?(jyavenard)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•