Closed
Bug 1652040
Opened 11 months ago
Closed 11 months ago
Make UrlbarProviderOpenTabs instantiable with static methods
Categories
(Firefox :: Address Bar, task, P3)
Firefox
Address Bar
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox80 | --- | fixed |
People
(Reporter: mak, Assigned: mak)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Going towards the direction of instantiable providers (one instance per input), the open tabs provider is not even used by the manager, so it's a good first target. On the other side the tabs should be registered globally, so this moves the management into static methods and the module global scope.
| Assignee | ||
Comment 1•11 months ago
|
||
Pushed by mak77@bonardo.net: https://hg.mozilla.org/integration/autoland/rev/3f31439e1f4b Make UrlbarProviderOpenTabs instantiable with static methods. r=adw
Comment 3•11 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 80
You need to log in
before you can comment on or make changes to this bug.
Description
•