Closed
Bug 1282895
(webext-port-flash-video-downloader)
Opened 9 years ago
Closed 8 years ago
Enable Flash Video Downloader extension to work with Firefox
Categories
(WebExtensions :: Compatibility, defect, P5)
WebExtensions
Compatibility
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mattw, Unassigned)
References
Details
(Whiteboard: [popular chrome extensions]triaged)
Firefox testing link: https://addons.allizom.org/en-US/firefox/addon/flash-video-downloader-icatest/
Chrome store link: https://chrome.google.com/webstore/detail/flash-video-downloader/aiimdkdngfcipjohbjenkahhlhccpdbc
Manifest Errors:
- Unknown permission "management"
- Error processing update_url
- Error processing options_page
- Signature Verification Error: the signature on this .jar archive is invalid because the certificate used to sign this file has an unrecognized issuer.
On installation Errors:
- chrome.management.getAll
- chrome.extension.onRequest
| Reporter | ||
Comment 1•9 years ago
|
||
Grepping through the source code reveals the following missing components from chrome.extension. However, all of which are either undocumented in chrome or deprecated.
- chrome.extension.sendMessage --> undocumented
- chrome.extension.sendRequest --> deprecated
- chrome.extension.onRequest --> deprecated
- chrome.extension.onConnect --> undocumented
- chrome.extension.onMessage --> undocumented
Comment 2•9 years ago
|
||
Why would a flash video downloader need to get a list of all the installed extensions?
Comment 3•9 years ago
|
||
That is a good question, aswan. I have flagged all of the management APIs for further investigation of their uses by these extensions as many of them seem suspect.
Updated•9 years ago
|
Component: WebExtensions: Untriaged → WebExtensions: Compatibility
Priority: -- → P5
Comment 4•8 years ago
|
||
management has now landed, but getAll hasn't that's bug 1282981
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•