Closed
Bug 605657
Opened 14 years ago
Closed 14 years ago
Port |Bug 431558 - implement preventive maintenance for places.sqlite| to SeaMonkey 2.0
Categories
(SeaMonkey :: Startup & Profiles, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sgautherie, Assigned: sgautherie)
References
Details
(Keywords: fixed-seamonkey2.0.11)
Attachments
(1 file)
1.09 KB,
patch
|
kairo
:
review+
kairo
:
approval-seamonkey2.0.11+
|
Details | Diff | Splinter Review |
Noticed while working on bug 605503 (for SM 2.1).
PS: Maybe it will have a good effect on my currently 20 MB file, which takes a few seconds to load(!?).
Assignee | ||
Comment 1•14 years ago
|
||
We also need to import utils.js there:
the other PlacesUtils.* in that file probably get it from elsewhere.
Should I copy the full global scope getter that exists elsewhere?
Attachment #484974 -
Flags: review?(kairo)
Assignee | ||
Comment 2•14 years ago
|
||
Comment on attachment 484974 [details] [diff] [review]
(Av1) Call PlacesUtils.startPlacesDBUtils()
[Checked in: Comment 6]
Ah, maybe the import could be inside the anonymous function: do we care!?
Assignee | ||
Updated•14 years ago
|
Component: Build Config → Startup & Profiles
QA Contact: build-config → profile-manager
Comment 3•14 years ago
|
||
Does the 1.9.1 platform even support all this? Have you verified that?
Assignee | ||
Comment 4•14 years ago
|
||
(In reply to comment #3)
> Does the 1.9.1 platform even support all this? Have you verified that?
What is "all this" and what kind of verification are you looking for?
Bug 431558 was checked in in m-1.9.1, a SeaMonkey 2.0.x profile has a places.sqlite file, the error console doesn't report any issue when starting with this patch.
Updated•14 years ago
|
Attachment #484974 -
Flags: review?(kairo) → review+
Comment 5•14 years ago
|
||
(In reply to comment #4)
> Bug 431558 was checked in in m-1.9.1
That's what I was looking for ;-)
Assignee | ||
Updated•14 years ago
|
Attachment #484974 -
Flags: approval-seamonkey2.0.10?
Updated•14 years ago
|
Attachment #484974 -
Flags: approval-seamonkey2.0.10? → approval-seamonkey2.0.10+
Assignee | ||
Comment 6•14 years ago
|
||
Comment on attachment 484974 [details] [diff] [review]
(Av1) Call PlacesUtils.startPlacesDBUtils()
[Checked in: Comment 6]
http://hg.mozilla.org/releases/comm-1.9.1/rev/4989d277c9ec
Attachment #484974 -
Attachment description: (Av1) Call PlacesUtils.startPlacesDBUtils() → (Av1) Call PlacesUtils.startPlacesDBUtils()
[Checked in: Comment 6]
Assignee | ||
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite-
Keywords: fixed-seamonkey2.0.10
Resolution: --- → FIXED
Assignee | ||
Comment 7•14 years ago
|
||
Comment on attachment 484974 [details] [diff] [review]
(Av1) Call PlacesUtils.startPlacesDBUtils()
[Checked in: Comment 6]
"approval-seamonkey2.0.9=?":
Just in case you would want to include it yet...
Attachment #484974 -
Flags: approval-seamonkey2.0.9?
Comment 8•14 years ago
|
||
Comment on attachment 484974 [details] [diff] [review]
(Av1) Call PlacesUtils.startPlacesDBUtils()
[Checked in: Comment 6]
2.0.9 has been shipped a few days ago, no approvals can be taken for it any more.
Attachment #484974 -
Flags: approval-seamonkey2.0.9?
You need to log in
before you can comment on or make changes to this bug.
Description
•