Closed
Bug 1480567
Opened 6 years ago
Closed 4 years ago
TabChild::GetFrom(nsIDocShell*) should return already_AddRefed
Categories
(Core :: DOM: Content Processes, enhancement, P3)
Core
DOM: Content Processes
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bzbarsky, Unassigned)
References
Details
Right now it gets stuff into an nsCOMPtr, then returns it as raw pointer. Pretty fishy.
Updated•6 years ago
|
Assignee: nobody → kyle
Comment 1•6 years ago
|
||
I'm already doing DocShelly stuff around TabChild so I can take care of this.
Updated•6 years ago
|
Component: IPC → DOM: Content Processes
Priority: -- → P3
Updated•6 years ago
|
Assignee: kyle → nobody
Comment 2•4 years ago
|
||
nsDocShell has been changed a lot (and replaced by BrowsingContext at a number of places) to make it Fission compatible via other bugs. So, closing all of this bug list as WFM.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•