Closed
Bug 845575
Opened 12 years ago
Closed 11 years ago
Fix / Updates the metadata's engines property in SDK modules
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zer0, Assigned: zer0)
References
Details
Some module are not reflecting properly the fennec supports.
For example `clipboard`, `context-menu` and `window-utils` should have `engines` property with "Firefox" only, where `private-browsing` should be supported by both Firefox and Fennec.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → zer0
OS: Mac OS X → All
Priority: -- → P1
Hardware: x86 → All
Summary: Fix / Updates the metada's engines property in SDK modules → Fix / Updates the metadata's engines property in SDK modules
Comment 1•11 years ago
|
||
this looks like it was fixed during the last year. i checked all the high-level modules, and they all either work across products (no `engines` field), or have only 'Firefox' specified if they work only on desktop (clipboard, context-menu, panel, selection, ui and widget).
only one i'm not sure about is sdk/hotkeys, which i don't think even makes sense on Fennec.
Matteo: i think you can close this one, once you figure out the hotkeys situation.
Flags: needinfo?(zer0)
Updated•11 years ago
|
Flags: needinfo?(zer0)
Comment 2•11 years ago
|
||
Hey Matteo, are you working on this one? if not could you please unassign yourself.
Flags: needinfo?(zer0)
Assignee | ||
Comment 3•11 years ago
|
||
As zombie said, it was fixed, I double checked but it seems ok.
Flags: needinfo?(zer0)
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•