Closed
Bug 1514220
Opened 7 years ago
Closed 6 years ago
nsIWindowCreator isn't used
Categories
(Toolkit :: General, enhancement, P3)
Toolkit
General
Tracking
()
RESOLVED
DUPLICATE
of bug 1555850
People
(Reporter: farre, Assigned: farre)
Details
The nsIWindowCreator interface is never used, and its only implementor, nsAppStartup::CreateChromeWindow, delegates to nsIWindowCreator2.CreateChromeWindow2.
It would be a good thing to remove the former and rename the latter to no longer expose CreateChromeWindow which allows us to make it more visible which arguments that should be passed when creating a window.
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → afarre
Status: NEW → ASSIGNED
Priority: -- → P3
| Assignee | ||
Updated•6 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•