Open
Bug 1455349
Opened 7 years ago
Updated 2 years ago
Migrate calls from `Services.wm.getMostRecentWindow("navigator:browser")` to `BrowserWindowTracker.getTopWindow()`
Categories
(Firefox :: General, enhancement, P3)
Firefox
General
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox61 | --- | affected |
People
(Reporter: bgrins, Unassigned)
References
Details
From https://bugzilla.mozilla.org/show_bug.cgi?id=1454445#c5 and https://bugzilla.mozilla.org/show_bug.cgi?id=1454445#c8:
Most calls to Services.wm.getMostRecentWindow are trying to get "navigator:browser" windows. We'll be able to use BrowserWindowTracker.getTopWindow() instead after Bug 1034036.
Updated•7 years ago
|
Priority: -- → P3
Comment 1•6 years ago
|
||
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•