Closed
Bug 512694
Opened 14 years ago
Closed 1 year ago
Clean up tab process(es) when we don't need it.
Categories
(Core :: DOM: Content Processes, defect)
Core
DOM: Content Processes
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: fred23, Assigned: fred23)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 Build Identifier: Currently, we don't actually shut down tab process(es) when we don't need it any more. This task shall be taken care of from inside ContentProcessParent.{h,cpp}. For now, there's only one tab process, but soon enough we'll probably have multiple content processes. So the clean up should apply at shutdown *and* when the tab is closed. Reproducible: Always
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → bugzillaFred
Updated•14 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•13 years ago
|
||
I am not sure that mobile cares about this specific bug.
No longer blocks: 516521
Updated•9 years ago
|
Component: IPC → DOM: Content Processes
Comment 2•1 year ago
|
||
I assume that e10s and Fission helped to solve this in the meantime. Feel free to reopen in case! Thanks for your support.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•