Remove addon-progress-notification binding
Categories
(Firefox :: General, task, P3)
Tracking
()
People
(Reporter: ntim, Unassigned)
References
Details
This one contains logic only, it could be moved to a simple JS module.
https://searchfox.org/mozilla-central/source/browser/base/content/urlbarBindings.xml#2752
Reporter | ||
Comment 1•6 years ago
|
||
Seems like most of the logic could be folded in here: https://searchfox.org/mozilla-central/source/browser/base/content/browser-addons.js#35 ?
Comment 2•6 years ago
|
||
(In reply to Tim Nguyen :ntim from comment #1)
Seems like most of the logic could be folded in here: https://searchfox.org/mozilla-central/source/browser/base/content/browser-addons.js#35 ?
I'm looking into making this a customized custom element in Bug 1487065 - work in progress at https://hg.mozilla.org/try/rev/6676100706fd87ee632d076d4c4f9e5c72aca33e#l1.2. If someone wanted to handle this directly in js at browser-addons.js that would be great as well. The trick will be hooking into the right time to run construction and destruction logic, I think. Perhaps PopupNotifications.jsm would emit a notification we could listen to.
Updated•6 years ago
|
Comment 3•6 years ago
|
||
This UI can be seen when installing an addon, like at https://perf-html.io/. It's the step that shows download progress.
Updated•6 years ago
|
Comment 4•6 years ago
|
||
This was done as part of the popupnotification conversion (Bug 1487065)
Reporter | ||
Updated•5 years ago
|
Description
•