Open
Bug 1483609
Opened 7 years ago
Updated 3 years ago
Allow Screenshots webextension to add an item to the Library menu
Categories
(Firefox :: Screenshots, enhancement)
Firefox
Screenshots
Tracking
()
NEW
People
(Reporter: jhirsch, Unassigned)
References
(Depends on 1 open bug)
Details
(Whiteboard: [screenshots-extension])
Firefox Screenshots currently generates and inserts its Library menu item inside bootstrap:
https://searchfox.org/mozilla-central/rev/2466b82b729765fb0a3ab62f812c1a96a7362478/browser/extensions/screenshots/bootstrap.js#63-115
To migrate to a pure WebExtension, either we need to move this code into an API experiment, or get this fixed upstream in the addons code.
Reporter | ||
Updated•7 years ago
|
Reporter | ||
Comment 1•7 years ago
|
||
I've moved the Library menu item code into an embedded API inside the pure webextension for Screenshots.
This would be nice to have, but doesn't block removing the bootstrap for 64.
No longer blocks: 1422437
Updated•3 years ago
|
Severity: normal → S3
Updated•3 years ago
|
Whiteboard: [screenshots-extension]
You need to log in
before you can comment on or make changes to this bug.
Description
•