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)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: mattw, Unassigned)

References

Details

(Whiteboard: [popular chrome extensions]triaged)

Component: WebExtensions: Untriaged → WebExtensions: Compatibility
Did this add-on work, there are no blocking bugs for this.
Flags: needinfo?(mwein)
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)
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
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?
Product: Toolkit → WebExtensions
You need to log in before you can comment on or make changes to this bug.