Closed
Bug 765104
Opened 13 years ago
Closed 4 years ago
FaviconService XPCOM is not supported
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: zer0, Unassigned)
Details
It seems that FaviconService is not supported in Fennec. When I'm trying to access to it, I get back a `NS_ERROR_XPC_BAD_IID`
I'm trying to port our jetpack modules in Fennec. In the Add-on SDK we're using the following methods:
FaviconService.getFaviconDataAsDataURL
FaviconService.getFaviconForPage
Comment 1•13 years ago
|
||
Fennec uses it's own Favicon system and DB. You have access to the DB from JS and could probably implement those methods in JS.
CC'ing Brian for some assistance.
Comment 2•4 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•