Closed
Bug 538899
Opened 15 years ago
Closed 15 years ago
Add a lazy getter for nsIWindowMediator in browser.js
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 3.7a2
People
(Reporter: Unfocused, Unassigned)
References
Details
nsIWindowMediator is used a lot in browser.js, but never cached. Should be using a lazy getter here.
Comment 1•15 years ago
|
||
See also bug 506111
Comment 2•15 years ago
|
||
My patch for bug 512784 includes a smart getter for the windowmediator.
Comment 3•15 years ago
|
||
adding weak depends on those bugs.
Comment 4•15 years ago
|
||
Fixed by bug 512784.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.7a2
You need to log in
before you can comment on or make changes to this bug.
Description
•