Closed
Bug 601860
Opened 15 years ago
Closed 4 years ago
Unnecessary QIs in Mac startup path in ScopedXREEmbed (perf)
Categories
(Core :: DOM: Content Processes, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jdm, Unassigned)
References
Details
From bug 599198:
>I really don't like the fact that you're QIing twice. With an extra
>nsCOMPtr<nsIFile> you can do GetParent/GetParent/QI instead of
>GetParent/QI/GetParent/QI.
Updated•11 years ago
|
Component: IPC → DOM: Content Processes
Updated•8 years ago
|
Priority: -- → P3
Summary: Unnecessary QIs in Mac startup path in ScopedXREEmbed → Unnecessary QIs in Mac startup path in ScopedXREEmbed (perf)
Comment 1•4 years ago
|
||
The QIs are long gone.
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
•