Closed
Bug 1281816
(webext-port-adblock-plus)
Opened 9 years ago
Closed 8 years ago
Enable AdBlock Plus Chrome extension to work with Firefox
Categories
(WebExtensions :: Untriaged, defect)
WebExtensions
Untriaged
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1226547
People
(Reporter: bsilverberg, Unassigned)
References
Details
(Whiteboard: [popular chrome extensions]triaged)
Chrome extension at https://chrome.google.com/webstore/detail/adblock-plus/cfhdojbkjhnklbpkdaibdccddilifddb
Test uploaded to AMO at https://addons.allizom.org/en-US/firefox/addon/adblockplus01/ (maybe)
Missing APIs:
- chrome.extension.onRequest (deprecated)
Reporter | ||
Updated•9 years ago
|
No longer depends on: 1280404, webext-port-adblock
Reporter | ||
Comment 2•9 years ago
|
||
My latest test also shows a missing API of:
- chrome.webNavigation.onCreatedNavigationTarget (bug 1282771)
And also errors such as:
- The Components object is deprecated. It will soon be removed. compat.js:45:4
- Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. ExtensionUtils.jsm:300
- Invalid match pattern: 'moz-extension://7cedffee-b65a-d049-8b32-aaeebe733bbb/options.html' MatchPattern.jsm:52
- TypeError: this._recipeManager is null LoginManagerParent.jsm:77:9
- Unknown localization message global_newgroup_title adblockplus.js:174
- Unknown localization message global_whitelistgroup_title adblockplus.js:174
Updated•9 years ago
|
Alias: webext-port-adblock-plus
Reporter | ||
Comment 3•9 years ago
|
||
Having grepped the full source code, here is a list of missing APIs:
- chrome.devtools.inspectedWindow.tabId
- chrome.devtools.panels.create
- chrome.webNavigation.onCreatedNavigationTarget
- chrome.webRequest.MAX_HANDLER_BEHAVIOR_CHANGED_CALLS_PER_10_MINUTES
- chrome.webRequest.ResourceType
Comment 4•8 years ago
|
||
We've got two bugs about AdBlock Plus and bug 1226547 has more details. This bug is focused on getting the Chrome version working, that bug is more about allowing the feature rich Firefox version working, I'd rather focus on that one so duping over to that one.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•