Closed
Bug 799549
Opened 13 years ago
Closed 13 years ago
PlacesUtils.jsm should not be loaded in B2G
Categories
(Firefox OS Graveyard :: General, defect)
Firefox OS Graveyard
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 799536
People
(Reporter: justin.lebar+bug, Unassigned)
References
Details
(Whiteboard: [MemShrink])
│ │ │ ├─────192,920 B (00.28%) -- compartment([System Principal], resource://gre/modules/PlacesUtils.jsm)
Places is disabled in B2G.
| Reporter | ||
Comment 1•13 years ago
|
||
We're also opening a Places SQLite db for another 300kb.
│ ├────337,816 B (00.49%) -- places.sqlite
That may or may not end up being a separate bug.
| Reporter | ||
Comment 2•13 years ago
|
||
PlacesUtils.jsm appears to be imported by sync/util.js, so maybe this is a dupe of bug 799536. I'll respin and see.
Comment 3•13 years ago
|
||
(In reply to Justin Lebar [:jlebar] from comment #0)
>
> Places is disabled in B2G.
I don't think places is disabled, since we need it for visited links coloring. In firefox for android they re-implemented a custom history store (https://mxr.mozilla.org/mozilla-central/source/toolkit/components/places/nsAndroidHistory.h) to really disable places.
| Reporter | ||
Comment 4•13 years ago
|
||
> I don't think places is disabled, since we need it for visited links coloring.
Indeed, you're right!
| Reporter | ||
Comment 5•13 years ago
|
||
(In reply to Justin Lebar [:jlebar] from comment #4)
> > I don't think places is disabled, since we need it for visited links coloring.
>
> Indeed, you're right!
And PlacesUtils.jsm went away after I nuked the sync stuff, so this is a dupe of bug 799536. Great!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
I thought we disabled global history?
If not, do let's!
| Reporter | ||
Comment 7•13 years ago
|
||
(In reply to Chris Jones [:cjones] [:warhammer] from comment #6)
> I thought we disabled global history?
>
> If not, do let's!
Filed bug 799609.
You need to log in
before you can comment on or make changes to this bug.
Description
•