Add a dummy menus API for compatibility
Categories
(GeckoView :: Extensions, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: Fallen, Unassigned)
Details
The menus API is used by various extensions for context menus. While the concept of commands does not apply well to GeckoView, a dummy implementation would allow add-ons depending on it to work without special-casing.
Comment 1•6 years ago
|
||
Does the uBlock Origin mobile extension use the menus API in Fennec?
Comment 2•6 years ago
|
||
While the concept of commands does not apply well to GeckoView
Is that a copy-paste error from bug 1584246? I don't see why context menus wouldn't apply well to GeckoView??
Does the uBlock Origin mobile extension use the menus API in Fennec?
Nobody ever found the time to re-implement context menu access for Webextensions in Fennec, so no already compatible extension existing today should depend on it.
Comment 3•6 years ago
|
||
Mass moving bugs to the Extension component.
Comment 4•5 years ago
|
||
We don't need a dummy one and we already have a bug for actual support of the menu API (Bug 1595822) so I'm going to WONTFIX this.
Description
•