Closed
Bug 1283661
(webext-port-web-of-trust)
Opened 8 years ago
Closed 8 years ago
Enable Web of Trust Chrome extension to work with Firefox
Categories
(WebExtensions :: Compatibility, defect)
WebExtensions
Compatibility
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mattw, Unassigned)
References
Details
(Whiteboard: [popular chrome extensions]triaged)
Updated•8 years ago
|
Component: WebExtensions: Untriaged → WebExtensions: Compatibility
Comment 1•8 years ago
|
||
Did this add-on work, there are no blocking bugs for this.
Flags: needinfo?(mwein)
Reporter | ||
Comment 2•8 years ago
|
||
It almost works, but fails due to dependencies on deprecated methods which I don't believe we plan to implement:
chrome.tabs.getSelected - We recommend using tabs.query({active: true}, ...) instead.
https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/Tabs/getSelected
chrome.tabs.onSelectionChanged - We recommend using tabs.onActivated instead.
https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/Tabs/onSelectionChange
Flags: needinfo?(mwein)
Comment 3•8 years ago
|
||
In that case we'll let web of trust update to the newer APIs and call this one done. If there's anything else blocking this extension from porting, we'll re-open.
https://developer.chrome.com/extensions/tabs#event-onSelectionChanged
https://developer.chrome.com/extensions/tabs#method-getSelected
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Comment 4•8 years ago
|
||
I get this error when installing from the Firefox test link "This add-on could not be installed because it appears to be corrupt" in recent Nightly.
Should I add bug #1313567 in this bug's "Depends on" section?
Updated•6 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•