Closed
Bug 285554
Opened 20 years ago
Closed 20 years ago
Avoid loading xpfe nsBookmarksService in Camino
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sfraser_bugs, Assigned: sfraser_bugs)
References
Details
Code in nsHTMLDocument::TryBookmarkCharset() trys to load bookmarks to get the
last used charset for a page. Since we don't use xpfe bookmarks, we should
eliminate this.
We should probably see what in xpfe/components we need, and remove anything we
don't.
| Assignee | ||
Comment 1•20 years ago
|
||
Note to self: we should implement nsICharsetResolver under the contractID
@mozilla.org/embeddor.implemented/bookmark-charset-resolver;1"
even if it does nothing.
| Assignee | ||
Comment 2•20 years ago
|
||
Fixed via bug 286096.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•