Bug 552023 - Kill Places partitioned temp tables.

r=sdwilsh
r=mak
a=blocking2.0
This commit is contained in:
Marco Bonardo
2010-08-09 17:59:59 +02:00
parent b5ef7ed1f5
commit 8cd24ca72f
57 changed files with 495 additions and 3718 deletions

View File

@@ -417,10 +417,7 @@ BrowserGlue.prototype = {
}
// Load the "more info" page for a locked places.sqlite
// This property is set earlier in the startup process:
// nsPlacesDBFlush loads after profile-after-change and initializes
// the history service, which sends out places-database-locked
// which sets this property.
// This property is set earlier by places-database-locked topic.
if (this._isPlacesDatabaseLocked) {
this._showPlacesLockedNotificationBox();
}