Closed
Bug 743923
Opened 13 years ago
Closed 13 years ago
Don't keep history in memory during Profile Migration
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(blocking-fennec1.0 beta+)
RESOLVED
FIXED
Firefox 14
Tracking | Status | |
---|---|---|
blocking-fennec1.0 | --- | beta+ |
People
(Reporter: gcp, Assigned: gcp)
References
Details
Attachments
(1 file, 1 obsolete file)
9.31 KB,
patch
|
lucasr
:
review+
|
Details | Diff | Splinter Review |
Profile Migration still contains code to gracefully merge the history from when it was merging places into the Android DB. It remember the original history entries and uses the more recent date of places|Android entries.
We no longer use the Android database, so this isn't needed, and starting from bug 736237 we can now potentially create a history database of hundreds of thousands of entries. This old code needs to go so we don't slow down/OOM.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → gpascutto
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #613994 -
Flags: review?(lucasr.at.mozilla)
Assignee | ||
Comment 2•13 years ago
|
||
History.DATE_LAST_ADDED was missing from the projection, which caused updating existing entries to fail.
Attachment #613994 -
Attachment is obsolete: true
Attachment #613994 -
Flags: review?(lucasr.at.mozilla)
Attachment #614201 -
Flags: review?(lucasr.at.mozilla)
Comment 3•13 years ago
|
||
Comment on attachment 614201 [details] [diff] [review]
Patch 1. v2 Don't get history in memory when migrating
Review of attachment 614201 [details] [diff] [review]:
-----------------------------------------------------------------
This bug is not a blocker right now. Nom it? This code desperately needs tests!
Attachment #614201 -
Flags: review?(lucasr.at.mozilla) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Updated•13 years ago
|
blocking-fennec1.0: --- → beta+
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 14
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
•