mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
8a0a002cf2
- Bug 1148708: Add missing 'override' annotations in DocAccessibleChild.h. rs=ehsan (d606358545)
- Bug 1210408 - make nsMaiInterfaceAction work with proxies, r=tbsaunde (f7c819c6ae)
- Bug 1210407 - teach nsMaiInterfaceTable to use proxies, r=tbsaunde (4ca4f10b5f)
- bug 1185157 make sure we don't send an event to a destroyed ipc document r=billm (23acf53f75)
- bug 1214864 - make SetCarretOffset() async r=davidb (e3079e9b2d)
- missing of Bug 1139972 - IPC Proxy for charAt, r=tbsaunde (e9593ed752)
- bug 1191598 - Pass MOZ_CURRENT_PROJECT in environment when running post-build automation steps for universal mac builds. r=gps (fc342c6ced)
- Bug 1164596 - Add mach android-emulator command; r=ahal (afeb9b27d1)
- Bug 1223149 - Add basic usage documentation for mach build; r=glandium (bfb802d175)
- Bug 1182301 - Improve 'mach build' notifications. r=gps (2c65a122d1)
- Bug 1184696 - Add clobber targets to |mach clobber|; Ability to clobber compiled python files, r=gps (35d8be292e)
- Bug 1117958 - Allow any debugging options to the run or gtest mach subcommands to automatically enable debugging. r=gps (32f986af4b)
- Bug 1180081 - Properly rebuild gtest/libxul before running gtests. r=gps (80db9a3d49)
- Bug 1171647, part 1 - Define a new function to convert the mode to a string. r=njn (61ad16f5ba)
- Bug 1171647, part 2 - Remove redundant assertion for dark matter mode. r=njn (b5ac9519f3)
- Bug 1058178, part 1 - Implement DMD heap scanning mode. r=njn (60e1079536)
- Bug 1058178, part 2 - Implement address clamping analysis for DMD scan logs. r=njn (45c0326b93)
- Bug 1102388 - Fix DMD static constructor ordering dependency. r=mccr8 (59b87897a1)
- Bug 1128705 - Don't redefine PAGE_SIZE in DMD if it's already defined. r=erahm (49216348ee)
- Bug 1179042 - Add a script for analyzing memory blocks using a heap scan DMD log. r=njn DONTBUILD (1c08d2d66e)
- Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat (1c999d139b)
- Bug 1158772 - fix non-idiomatic memset call in nsDeque.cpp; r=erahm (de6b555245)
- Bug 1199400 - Part 1: Use CheckedInt when growing nsDeque capacity. r=froydnj (dfdf6814a3)
- Bug 1199400 - Part 0: Remove unused nsDequeIterator. r=froydnj (38d69d7f47)
- Bug 1199400 - Part 2: Add tests for possible nsDeque corner cases. r=froydnj (931baff195)
- Bug 1201997 - Part 1 - Converted compiled test to gtest for nsDeque class. Added tests to test untested methods. r=froydn (e893916651)
- Bug 1201997 - Part 2 - Removing unused methods from the nsDeque class. r=froydn (41595a90ac)
- Bug 1201997 - Part 3 - Make internally used methods private. r=froydn (8cd3afd96f)
- Bug 1201997 - Part 4 - Change size and offset variables to size_t.r=froydn (73eabc8d60)
- Bug 1215140 P1 Add an nsIConsoleReportCollector interface to support navigation channel logging. r=bz (8a41535e2b)
- Bug 1215140 P2 Make HttpBaseChannel implement nsIConsoleReportCollector. r=bz (75fca301f2)
- Bug 1197679 - If nsUnknownDecoder is involved in e10s DivertToParent can break. r=jduell (5d94a12504)
- Bug 1178991 - smartptr for http converter r=hurley (8e7fbc8443)
- bug 366559 - patch 2, fix nsHTTPCompressConv indentation r=bagder (ba762da587)
- bug 366559 - patch 3, fix nsHTTPCompressConv bracing style r=bagder (54195ab451)
- bits of bug 366559 - patch 7, content-encoding brotli for http (f0b4051022)
- Bug 1205112 - Make PushEvent.data nullable. r=mt,smaug (775db32856)
- Bug 1193414 - SharedWorkers thread should be kept alive also when the SharedWorker object is CCed, r=khuey (b77ea8125c)
- Bug 1206520: Add about:config prefs to enable throwing on asm.js validation failures; r=bz (c42126665d)
- Bug 1193414 - Telemetry for SharedWorker spawning. r=bkelly (77984b7bcc)
- Bug 1205676 - Enable WPT service-worker/unregister-then-register-new-script.https.html in e10s, r=nsm (ec24939cf6)
- Bug 1193133 - Throw when calling postMessage from a Service Worker dom object with no global. r=bkelly (526dcacfab)
- Bug 1181871 P1 Only enforce Cache Context shared data destruction on target thread after init. r=ehsan (cdbf3ed3a8)
- Bug 1181871 P2 Fix ServiceWorkerManager usage of stack-based ErrorResult. r=ehsan (c449195d90)
- minor cleanup and missing bit of 1198230 (02f459db05)
- Bug 1143717 - Implement the ServiceWorkerMessageEvent interface. r=baku (027b3465f2)
- fix misspatch (708eee4e84)
- Bug 1188545 - Disentangle service workers from shared workers and refactor event dispatching code into a separate class. r=nsm,mrbkap (fb5b5341c9)
- Bug 1205228 - Change PackagedAppVerifier to notify the verification result asynchronously. r=valentin. (9edda0fa00)
- Bug 1178518 - Packaged App Utils. r=valentin (f60f3b7a93)
- Bug 1213150 - Part 1: Add a nsContentUtils::IsNonSubresourceRequest helper; r=jdm (b509cc3cc9)
- Bug 1213150 - Part 2: Rework ShouldPrepareForIntercept() in terms of subresource requests; r=jdm (2e92fe8780)
- Bug 1213150 - Part 3: Remove nsIInterceptedChannel.isNavigation; r=jdm (becf1cc12f)
- Bug 1213150 follow-up: fix build bustage (8d73d6ca73)
- Bug 1198394 - Part 1: Allow interception of HSTS upgraded connections in non-e10s mode; r=mcmanus (f504c5be08)
- Bug 1198394 - Part 2: Add a test for interception of HSTS upgraded connections; r=jdm (054e984eef)
- Bug 1187011 - Don't allow response body with null body status. r=bkelly (b1860741d1)
- missing bit of 1140788 (29d319712e)
- Bug 1213436 - Reject core dumps with node IDs that don't fit in an IEEE 754 double; r=sfink (3c1f6fdda0)
- Bug 1211006 - Add Debugger.Source.prototype.canonicalId; r=ejpbruel (eef7b79fce)
- Bug 1199218 - Implement JS::ubi::Node::size for js::LazyScript referents; r=sfink (098a48d240)
- Bug 1220031 - Add JS::ubi::Node::scriptFilename; r=sfink (6b824ae680)
- Bug 1143575. Remove unused MediaQueue::Empty. r=cpearce (de737f3433)
- Bug 1209933 - Make sure all parent runtime pointers are the topmost parent, r=billm. (fe824d967d)
- Bug 1197012 - Fix ThrowTypeError in Notification. r=mccr8 (0b1a097526)
- Bug 1197893 - Check the number of arguments for ThrowTypeError() and ThrowRangeError() at compile time. r=peterv (d98c7d78a0)
- Bug 1142083 - Add test for IDN Unicode domain redirect. r=mcmanus (0c8961fe17)
- Bug 1187159 - Add mochitest for loading packaged apps (iframe+fetch+mozapp) r=jduell (ce90ea561b)
- Bug 1186290 - Notify TabParent to switch process when loading a signed package. r=honzab, r=kanru. (c58a14554a)
- fix (15e2df75eb)
- Bug 1206124 P1 Fix "same-origin" CORS credentials in FetchDriver. r=ehsan (fae1bb6ab3)
- Bug 1206124 P2 Test fetch() with credentials and redirects. r=ehsan (ffc6254112)
- Bug 1211751: Remove nsIChannelEventSink-forwarding from EventSource and FetchDriver. It's never needed. r=smaug (adafe5737a)
- Bug 1212433 Fail fetch() calls that require preflight and also redirect. r=sicking a=abillings (c0d6742b9e)
- Bug 1193128 - Fix base64 decoding when fetching data URIs. r=baku (80bafa291a)
- Bug 1195167 part 1: Let necko handle all protocols. r=bkelly (bb932b0ada)
- Bug 1195167 part 2: Remove redundant aCORSFlag argument and instead use mCORSFlagEverSet. r=bkelly (beadafcad0)
- Bug 1195167 part 3: Remove more scheme-specific handling from FetchDriver. r=bkelly (d00b38db9e)
- Bug 1195167 part 4: Remove FetchDriver::BasicFetch since it is empty. r=bkelly (c5ed097267)
- Bug 1210413 P2 Test CORS credentials on cross-origin redirects. r=sicking a=dveditz (b4eeb8aac0)
- Bug 1210413 P1 Propagate new channel load flags from child to parent on redirect. r=jduell a=dveditz (8b329af4fa)
- Bug 1195167 part 5: Make FetchDriver use AsyncOpen2. r=bkelly (cc217c4cc1)
- Bug 1195167 part 6: Some code simplification since necko handles fetch recursion. r=bkelly (f3b6da2262)
- Bug 1195167: Followup to fix test which I forgot to change (81e7439a2e)
- Bug 1215746: Remove RequestMode::Cors_with_forced_preflight. r=bkelly (0336e812b6)
- Bug 1211000: Move CORS preflight logic from nsCORSListenerProxy to nsCORSPreflightListener. r=ehsan (bf2f71cf22)
- missing bit of Bug 1211443 - Drop scheduled update if decoder initialization isn't done yet. r=jya (f6bc074e33)
- Bug 1182571: Fix nsILoadInfo->GetContentPolicyType API to be less ambigious. Audit and fix all users of it. r=ckerschb (5af6fa7442)
- fix (e40c8e7625)
- Bug 1173811 - Part 1: Propagate the response URL to intercepted channels when necessary (non-e10s). r=mayhemer,bkelly (26f4f13c28)
- Bug 1173811 - Part 2: Propagate the response URL to intercepted channels when necessary (e10s). r=mayhemer,bkelly (a603fe1df2)
- Bug 1154309 - Add New Resource Timing Fields r=bz,hurley (1d14eb6bef)
- Bug 1175685 - add OriginAttribute to LoadInfo. r=jonas, r=ckerschb, r=michal (a5d18bb637)
- Bug 1175685 - add OriginAttribute to LoadInfo. r=jonas, r=ckerschb, r=michal (fb07d2c8aa)
- Bug 1212904 P1 Add a LoadTainting enumeration. r=jduell (a1db8a3e99)
- Bug 1212904 P2 Add LoadTainting information to nsILoadInfo. r=jduell (2482e5e334)
- Bug 1221151 - use [infallible] in nsILoadInfo.idl instead of manual %{C++ blocks; r=jduell (aae73129b6)
- Bug 1045891 - CSP 2 child-src implementation r=ckerschb (792920aeb9)
- Bug 1219931 - CSP: Don't allow removing a policy (r=sicking) (9daaab4186)
- Bug 1208661 - Dump client-side layer textures. r=BenWa (1f2d17d515)
1635 lines
53 KiB
C++
1635 lines
53 KiB
C++
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#include "mozilla/ArrayUtils.h"
|
|
#include "mozilla/Attributes.h"
|
|
#include "mozilla/DebugOnly.h"
|
|
|
|
#include "Database.h"
|
|
|
|
#include "nsINavBookmarksService.h"
|
|
#include "nsIInterfaceRequestorUtils.h"
|
|
#include "nsIFile.h"
|
|
#include "nsIWritablePropertyBag2.h"
|
|
|
|
#include "nsNavHistory.h"
|
|
#include "nsPlacesTables.h"
|
|
#include "nsPlacesIndexes.h"
|
|
#include "nsPlacesTriggers.h"
|
|
#include "nsPlacesMacros.h"
|
|
#include "SQLFunctions.h"
|
|
#include "Helpers.h"
|
|
|
|
#include "nsAppDirectoryServiceDefs.h"
|
|
#include "nsDirectoryServiceUtils.h"
|
|
#include "prsystem.h"
|
|
#include "nsPrintfCString.h"
|
|
#include "mozilla/Preferences.h"
|
|
#include "mozilla/Services.h"
|
|
#include "prtime.h"
|
|
|
|
#include "nsXULAppAPI.h"
|
|
|
|
// Time between corrupt database backups.
|
|
#define RECENT_BACKUP_TIME_MICROSEC (int64_t)86400 * PR_USEC_PER_SEC // 24H
|
|
|
|
// Filename of the database.
|
|
#define DATABASE_FILENAME NS_LITERAL_STRING("places.sqlite")
|
|
// Filename used to backup corrupt databases.
|
|
#define DATABASE_CORRUPT_FILENAME NS_LITERAL_STRING("places.sqlite.corrupt")
|
|
|
|
// Set when the database file was found corrupt by a previous maintenance.
|
|
#define PREF_FORCE_DATABASE_REPLACEMENT "places.database.replaceOnStartup"
|
|
|
|
// Set to specify the size of the places database growth increments in kibibytes
|
|
#define PREF_GROWTH_INCREMENT_KIB "places.database.growthIncrementKiB"
|
|
|
|
// Maximum size for the WAL file. It should be small enough since in case of
|
|
// crashes we could lose all the transactions in the file. But a too small
|
|
// file could hurt performance.
|
|
#define DATABASE_MAX_WAL_SIZE_IN_KIBIBYTES 512
|
|
|
|
#define BYTES_PER_KIBIBYTE 1024
|
|
|
|
// How much time Sqlite can wait before returning a SQLITE_BUSY error.
|
|
#define DATABASE_BUSY_TIMEOUT_MS 100
|
|
|
|
// Old Sync GUID annotation.
|
|
#define SYNCGUID_ANNO NS_LITERAL_CSTRING("sync/guid")
|
|
|
|
// Places string bundle, contains internationalized bookmark root names.
|
|
#define PLACES_BUNDLE "chrome://places/locale/places.properties"
|
|
|
|
// Livemarks annotations.
|
|
#define LMANNO_FEEDURI "livemark/feedURI"
|
|
#define LMANNO_SITEURI "livemark/siteURI"
|
|
|
|
using namespace mozilla;
|
|
|
|
namespace mozilla {
|
|
namespace places {
|
|
|
|
namespace {
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
//// Helpers
|
|
|
|
/**
|
|
* Checks whether exists a database backup created not longer than
|
|
* RECENT_BACKUP_TIME_MICROSEC ago.
|
|
*/
|
|
bool
|
|
hasRecentCorruptDB()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
nsCOMPtr<nsIFile> profDir;
|
|
NS_GetSpecialDirectory(NS_APP_USER_PROFILE_50_DIR, getter_AddRefs(profDir));
|
|
NS_ENSURE_TRUE(profDir, false);
|
|
nsCOMPtr<nsISimpleEnumerator> entries;
|
|
profDir->GetDirectoryEntries(getter_AddRefs(entries));
|
|
NS_ENSURE_TRUE(entries, false);
|
|
bool hasMore;
|
|
while (NS_SUCCEEDED(entries->HasMoreElements(&hasMore)) && hasMore) {
|
|
nsCOMPtr<nsISupports> next;
|
|
entries->GetNext(getter_AddRefs(next));
|
|
NS_ENSURE_TRUE(next, false);
|
|
nsCOMPtr<nsIFile> currFile = do_QueryInterface(next);
|
|
NS_ENSURE_TRUE(currFile, false);
|
|
|
|
nsAutoString leafName;
|
|
if (NS_SUCCEEDED(currFile->GetLeafName(leafName)) &&
|
|
leafName.Length() >= DATABASE_CORRUPT_FILENAME.Length() &&
|
|
leafName.Find(".corrupt", DATABASE_FILENAME.Length()) != -1) {
|
|
PRTime lastMod = 0;
|
|
currFile->GetLastModifiedTime(&lastMod);
|
|
NS_ENSURE_TRUE(lastMod > 0, false);
|
|
return (PR_Now() - lastMod) > RECENT_BACKUP_TIME_MICROSEC;
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
/**
|
|
* Updates sqlite_stat1 table through ANALYZE.
|
|
* Since also nsPlacesExpiration.js executes ANALYZE, the analyzed tables
|
|
* must be the same in both components. So ensure they are in sync.
|
|
*
|
|
* @param aDBConn
|
|
* The database connection.
|
|
*/
|
|
nsresult
|
|
updateSQLiteStatistics(mozIStorageConnection* aDBConn)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
nsCOMPtr<mozIStorageAsyncStatement> analyzePlacesStmt;
|
|
aDBConn->CreateAsyncStatement(NS_LITERAL_CSTRING(
|
|
"ANALYZE moz_places"
|
|
), getter_AddRefs(analyzePlacesStmt));
|
|
NS_ENSURE_STATE(analyzePlacesStmt);
|
|
nsCOMPtr<mozIStorageAsyncStatement> analyzeBookmarksStmt;
|
|
aDBConn->CreateAsyncStatement(NS_LITERAL_CSTRING(
|
|
"ANALYZE moz_bookmarks"
|
|
), getter_AddRefs(analyzeBookmarksStmt));
|
|
NS_ENSURE_STATE(analyzeBookmarksStmt);
|
|
nsCOMPtr<mozIStorageAsyncStatement> analyzeVisitsStmt;
|
|
aDBConn->CreateAsyncStatement(NS_LITERAL_CSTRING(
|
|
"ANALYZE moz_historyvisits"
|
|
), getter_AddRefs(analyzeVisitsStmt));
|
|
NS_ENSURE_STATE(analyzeVisitsStmt);
|
|
nsCOMPtr<mozIStorageAsyncStatement> analyzeInputStmt;
|
|
aDBConn->CreateAsyncStatement(NS_LITERAL_CSTRING(
|
|
"ANALYZE moz_inputhistory"
|
|
), getter_AddRefs(analyzeInputStmt));
|
|
NS_ENSURE_STATE(analyzeInputStmt);
|
|
|
|
mozIStorageBaseStatement *stmts[] = {
|
|
analyzePlacesStmt,
|
|
analyzeBookmarksStmt,
|
|
analyzeVisitsStmt,
|
|
analyzeInputStmt
|
|
};
|
|
|
|
nsCOMPtr<mozIStoragePendingStatement> ps;
|
|
(void)aDBConn->ExecuteAsync(stmts, ArrayLength(stmts), nullptr,
|
|
getter_AddRefs(ps));
|
|
return NS_OK;
|
|
}
|
|
|
|
/**
|
|
* Sets the connection journal mode to one of the JOURNAL_* types.
|
|
*
|
|
* @param aDBConn
|
|
* The database connection.
|
|
* @param aJournalMode
|
|
* One of the JOURNAL_* types.
|
|
* @returns the current journal mode.
|
|
* @note this may return a different journal mode than the required one, since
|
|
* setting it may fail.
|
|
*/
|
|
enum JournalMode
|
|
SetJournalMode(nsCOMPtr<mozIStorageConnection>& aDBConn,
|
|
enum JournalMode aJournalMode)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
nsAutoCString journalMode;
|
|
switch (aJournalMode) {
|
|
default:
|
|
MOZ_ASSERT(false, "Trying to set an unknown journal mode.");
|
|
// Fall through to the default DELETE journal.
|
|
case JOURNAL_DELETE:
|
|
journalMode.AssignLiteral("delete");
|
|
break;
|
|
case JOURNAL_TRUNCATE:
|
|
journalMode.AssignLiteral("truncate");
|
|
break;
|
|
case JOURNAL_MEMORY:
|
|
journalMode.AssignLiteral("memory");
|
|
break;
|
|
case JOURNAL_WAL:
|
|
journalMode.AssignLiteral("wal");
|
|
break;
|
|
}
|
|
|
|
nsCOMPtr<mozIStorageStatement> statement;
|
|
nsAutoCString query(MOZ_STORAGE_UNIQUIFY_QUERY_STR
|
|
"PRAGMA journal_mode = ");
|
|
query.Append(journalMode);
|
|
aDBConn->CreateStatement(query, getter_AddRefs(statement));
|
|
NS_ENSURE_TRUE(statement, JOURNAL_DELETE);
|
|
|
|
bool hasResult = false;
|
|
if (NS_SUCCEEDED(statement->ExecuteStep(&hasResult)) && hasResult &&
|
|
NS_SUCCEEDED(statement->GetUTF8String(0, journalMode))) {
|
|
if (journalMode.EqualsLiteral("delete")) {
|
|
return JOURNAL_DELETE;
|
|
}
|
|
if (journalMode.EqualsLiteral("truncate")) {
|
|
return JOURNAL_TRUNCATE;
|
|
}
|
|
if (journalMode.EqualsLiteral("memory")) {
|
|
return JOURNAL_MEMORY;
|
|
}
|
|
if (journalMode.EqualsLiteral("wal")) {
|
|
return JOURNAL_WAL;
|
|
}
|
|
// This is an unknown journal.
|
|
MOZ_ASSERT(true);
|
|
}
|
|
|
|
return JOURNAL_DELETE;
|
|
}
|
|
|
|
class ConnectionCloseCallback final : public mozIStorageCompletionCallback {
|
|
bool mDone;
|
|
|
|
~ConnectionCloseCallback() {}
|
|
|
|
public:
|
|
NS_DECL_THREADSAFE_ISUPPORTS
|
|
NS_DECL_MOZISTORAGECOMPLETIONCALLBACK
|
|
ConnectionCloseCallback();
|
|
};
|
|
|
|
NS_IMETHODIMP
|
|
ConnectionCloseCallback::Complete(nsresult, nsISupports*)
|
|
{
|
|
mDone = true;
|
|
nsCOMPtr<nsIObserverService> os = mozilla::services::GetObserverService();
|
|
MOZ_ASSERT(os);
|
|
if (!os)
|
|
return NS_OK;
|
|
DebugOnly<nsresult> rv = os->NotifyObservers(nullptr,
|
|
TOPIC_PLACES_CONNECTION_CLOSED,
|
|
nullptr);
|
|
MOZ_ASSERT(NS_SUCCEEDED(rv));
|
|
return NS_OK;
|
|
}
|
|
|
|
ConnectionCloseCallback::ConnectionCloseCallback()
|
|
: mDone(false)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
}
|
|
|
|
NS_IMPL_ISUPPORTS(
|
|
ConnectionCloseCallback
|
|
, mozIStorageCompletionCallback
|
|
)
|
|
|
|
nsresult
|
|
CreateRoot(nsCOMPtr<mozIStorageConnection>& aDBConn,
|
|
const nsCString& aRootName, const nsCString& aGuid,
|
|
const nsXPIDLString& titleString)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
// The position of the new item in its folder.
|
|
static int32_t itemPosition = 0;
|
|
|
|
// A single creation timestamp for all roots so that the root folder's
|
|
// last modification time isn't earlier than its childrens' creation time.
|
|
static PRTime timestamp = 0;
|
|
if (!timestamp)
|
|
timestamp = RoundedPRNow();
|
|
|
|
// Create a new bookmark folder for the root.
|
|
nsCOMPtr<mozIStorageStatement> stmt;
|
|
nsresult rv = aDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
"INSERT INTO moz_bookmarks "
|
|
"(type, position, title, dateAdded, lastModified, guid, parent) "
|
|
"VALUES (:item_type, :item_position, :item_title,"
|
|
":date_added, :last_modified, :guid,"
|
|
"IFNULL((SELECT id FROM moz_bookmarks WHERE parent = 0), 0))"
|
|
), getter_AddRefs(stmt));
|
|
if (NS_FAILED(rv)) return rv;
|
|
|
|
rv = stmt->BindInt32ByName(NS_LITERAL_CSTRING("item_type"),
|
|
nsINavBookmarksService::TYPE_FOLDER);
|
|
if (NS_FAILED(rv)) return rv;
|
|
rv = stmt->BindInt32ByName(NS_LITERAL_CSTRING("item_position"), itemPosition);
|
|
if (NS_FAILED(rv)) return rv;
|
|
rv = stmt->BindUTF8StringByName(NS_LITERAL_CSTRING("item_title"),
|
|
NS_ConvertUTF16toUTF8(titleString));
|
|
if (NS_FAILED(rv)) return rv;
|
|
rv = stmt->BindInt64ByName(NS_LITERAL_CSTRING("date_added"), timestamp);
|
|
if (NS_FAILED(rv)) return rv;
|
|
rv = stmt->BindInt64ByName(NS_LITERAL_CSTRING("last_modified"), timestamp);
|
|
if (NS_FAILED(rv)) return rv;
|
|
rv = stmt->BindUTF8StringByName(NS_LITERAL_CSTRING("guid"), aGuid);
|
|
if (NS_FAILED(rv)) return rv;
|
|
rv = stmt->Execute();
|
|
if (NS_FAILED(rv)) return rv;
|
|
|
|
// Create an entry in moz_bookmarks_roots to link the folder to the root.
|
|
nsCOMPtr<mozIStorageStatement> newRootStmt;
|
|
rv = aDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
"INSERT INTO moz_bookmarks_roots (root_name, folder_id) "
|
|
"VALUES (:root_name, (SELECT id from moz_bookmarks WHERE guid = :guid))"
|
|
), getter_AddRefs(newRootStmt));
|
|
if (NS_FAILED(rv)) return rv;
|
|
|
|
rv = newRootStmt->BindUTF8StringByName(NS_LITERAL_CSTRING("root_name"),
|
|
aRootName);
|
|
if (NS_FAILED(rv)) return rv;
|
|
rv = newRootStmt->BindUTF8StringByName(NS_LITERAL_CSTRING("guid"),
|
|
aGuid);
|
|
if (NS_FAILED(rv)) return rv;
|
|
rv = newRootStmt->Execute();
|
|
if (NS_FAILED(rv)) return rv;
|
|
|
|
// The 'places' root is a folder containing the other roots.
|
|
// The first bookmark in a folder has position 0.
|
|
if (!aRootName.EqualsLiteral("places"))
|
|
++itemPosition;
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
|
|
} // namespace
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
//// Database
|
|
|
|
PLACES_FACTORY_SINGLETON_IMPLEMENTATION(Database, gDatabase)
|
|
|
|
NS_IMPL_ISUPPORTS(Database
|
|
, nsIObserver
|
|
, nsISupportsWeakReference
|
|
)
|
|
|
|
Database::Database()
|
|
: mMainThreadStatements(mMainConn)
|
|
, mMainThreadAsyncStatements(mMainConn)
|
|
, mAsyncThreadStatements(mMainConn)
|
|
, mDBPageSize(0)
|
|
, mDatabaseStatus(nsINavHistoryService::DATABASE_STATUS_OK)
|
|
, mShuttingDown(false)
|
|
, mClosed(false)
|
|
{
|
|
MOZ_ASSERT(!XRE_IsContentProcess(),
|
|
"Cannot instantiate Places in the content process");
|
|
// Attempting to create two instances of the service?
|
|
MOZ_ASSERT(!gDatabase);
|
|
gDatabase = this;
|
|
}
|
|
|
|
Database::~Database()
|
|
{
|
|
// Check to make sure it's us, in case somebody wrongly creates an extra
|
|
// instance of this singleton class.
|
|
MOZ_ASSERT(gDatabase == this);
|
|
|
|
// Remove the static reference to the service.
|
|
if (gDatabase == this) {
|
|
gDatabase = nullptr;
|
|
}
|
|
}
|
|
|
|
nsresult
|
|
Database::Init()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
nsCOMPtr<mozIStorageService> storage =
|
|
do_GetService(MOZ_STORAGE_SERVICE_CONTRACTID);
|
|
NS_ENSURE_STATE(storage);
|
|
|
|
// Init the database file and connect to it.
|
|
bool databaseCreated = false;
|
|
nsresult rv = InitDatabaseFile(storage, &databaseCreated);
|
|
if (NS_SUCCEEDED(rv) && databaseCreated) {
|
|
mDatabaseStatus = nsINavHistoryService::DATABASE_STATUS_CREATE;
|
|
}
|
|
else if (rv == NS_ERROR_FILE_CORRUPTED) {
|
|
// The database is corrupt, backup and replace it with a new one.
|
|
mDatabaseStatus = nsINavHistoryService::DATABASE_STATUS_CORRUPT;
|
|
rv = BackupAndReplaceDatabaseFile(storage);
|
|
// Fallback to catch-all handler, that notifies a database locked failure.
|
|
}
|
|
|
|
// If the database connection still cannot be opened, it may just be locked
|
|
// by third parties. Send out a notification and interrupt initialization.
|
|
if (NS_FAILED(rv)) {
|
|
RefPtr<PlacesEvent> lockedEvent = new PlacesEvent(TOPIC_DATABASE_LOCKED);
|
|
(void)NS_DispatchToMainThread(lockedEvent);
|
|
return rv;
|
|
}
|
|
|
|
// Initialize the database schema. In case of failure the existing schema is
|
|
// is corrupt or incoherent, thus the database should be replaced.
|
|
bool databaseMigrated = false;
|
|
rv = InitSchema(&databaseMigrated);
|
|
if (NS_FAILED(rv)) {
|
|
mDatabaseStatus = nsINavHistoryService::DATABASE_STATUS_CORRUPT;
|
|
rv = BackupAndReplaceDatabaseFile(storage);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
// Try to initialize the schema again on the new database.
|
|
rv = InitSchema(&databaseMigrated);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
if (databaseMigrated) {
|
|
mDatabaseStatus = nsINavHistoryService::DATABASE_STATUS_UPGRADED;
|
|
}
|
|
|
|
if (mDatabaseStatus != nsINavHistoryService::DATABASE_STATUS_OK) {
|
|
rv = updateSQLiteStatistics(MainConn());
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
// Initialize here all the items that are not part of the on-disk database,
|
|
// like views, temp triggers or temp tables. The database should not be
|
|
// considered corrupt if any of the following fails.
|
|
|
|
rv = InitTempTriggers();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// Notify we have finished database initialization.
|
|
// Enqueue the notification, so if we init another service that requires
|
|
// nsNavHistoryService we don't recursive try to get it.
|
|
RefPtr<PlacesEvent> completeEvent =
|
|
new PlacesEvent(TOPIC_PLACES_INIT_COMPLETE);
|
|
rv = NS_DispatchToMainThread(completeEvent);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// Finally observe profile shutdown notifications.
|
|
nsCOMPtr<nsIObserverService> os = mozilla::services::GetObserverService();
|
|
if (os) {
|
|
(void)os->AddObserver(this, TOPIC_PROFILE_CHANGE_TEARDOWN, true);
|
|
(void)os->AddObserver(this, TOPIC_PROFILE_BEFORE_CHANGE, true);
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
Database::InitDatabaseFile(nsCOMPtr<mozIStorageService>& aStorage,
|
|
bool* aNewDatabaseCreated)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
*aNewDatabaseCreated = false;
|
|
|
|
nsCOMPtr<nsIFile> databaseFile;
|
|
nsresult rv = NS_GetSpecialDirectory(NS_APP_USER_PROFILE_50_DIR,
|
|
getter_AddRefs(databaseFile));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = databaseFile->Append(DATABASE_FILENAME);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
bool databaseFileExists = false;
|
|
rv = databaseFile->Exists(&databaseFileExists);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
if (databaseFileExists &&
|
|
Preferences::GetBool(PREF_FORCE_DATABASE_REPLACEMENT, false)) {
|
|
// If this pref is set, Maintenance required a database replacement, due to
|
|
// integrity corruption.
|
|
// Be sure to clear the pref to avoid handling it more than once.
|
|
(void)Preferences::ClearUser(PREF_FORCE_DATABASE_REPLACEMENT);
|
|
|
|
return NS_ERROR_FILE_CORRUPTED;
|
|
}
|
|
|
|
// Open the database file. If it does not exist a new one will be created.
|
|
// Use an unshared connection, it will consume more memory but avoid shared
|
|
// cache contentions across threads.
|
|
rv = aStorage->OpenUnsharedDatabase(databaseFile, getter_AddRefs(mMainConn));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
*aNewDatabaseCreated = !databaseFileExists;
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
Database::BackupAndReplaceDatabaseFile(nsCOMPtr<mozIStorageService>& aStorage)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
nsCOMPtr<nsIFile> profDir;
|
|
nsresult rv = NS_GetSpecialDirectory(NS_APP_USER_PROFILE_50_DIR,
|
|
getter_AddRefs(profDir));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
nsCOMPtr<nsIFile> databaseFile;
|
|
rv = profDir->Clone(getter_AddRefs(databaseFile));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = databaseFile->Append(DATABASE_FILENAME);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// If we have
|
|
// already failed in the last 24 hours avoid to create another corrupt file,
|
|
// since doing so, in some situation, could cause us to create a new corrupt
|
|
// file at every try to access any Places service. That is bad because it
|
|
// would quickly fill the user's disk space without any notice.
|
|
if (!hasRecentCorruptDB()) {
|
|
nsCOMPtr<nsIFile> backup;
|
|
(void)aStorage->BackupDatabaseFile(databaseFile, DATABASE_CORRUPT_FILENAME,
|
|
profDir, getter_AddRefs(backup));
|
|
}
|
|
|
|
// Close database connection if open.
|
|
if (mMainConn) {
|
|
// If there's any not finalized statement or this fails for any reason
|
|
// we won't be able to remove the database.
|
|
rv = mMainConn->Close();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
// Remove the broken database.
|
|
rv = databaseFile->Remove(false);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// Create a new database file.
|
|
// Use an unshared connection, it will consume more memory but avoid shared
|
|
// cache contentions across threads.
|
|
rv = aStorage->OpenUnsharedDatabase(databaseFile, getter_AddRefs(mMainConn));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
Database::InitSchema(bool* aDatabaseMigrated)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
*aDatabaseMigrated = false;
|
|
|
|
// WARNING: any statement executed before setting the journal mode must be
|
|
// finalized, since SQLite doesn't allow changing the journal mode if there
|
|
// is any outstanding statement.
|
|
|
|
{
|
|
// Get the page size. This may be different than the default if the
|
|
// database file already existed with a different page size.
|
|
nsCOMPtr<mozIStorageStatement> statement;
|
|
nsresult rv = mMainConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
MOZ_STORAGE_UNIQUIFY_QUERY_STR "PRAGMA page_size"
|
|
), getter_AddRefs(statement));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
bool hasResult = false;
|
|
rv = statement->ExecuteStep(&hasResult);
|
|
NS_ENSURE_TRUE(NS_SUCCEEDED(rv) && hasResult, NS_ERROR_FAILURE);
|
|
rv = statement->GetInt32(0, &mDBPageSize);
|
|
NS_ENSURE_TRUE(NS_SUCCEEDED(rv) && mDBPageSize > 0, NS_ERROR_UNEXPECTED);
|
|
}
|
|
|
|
// Ensure that temp tables are held in memory, not on disk.
|
|
nsresult rv = mMainConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING(
|
|
MOZ_STORAGE_UNIQUIFY_QUERY_STR "PRAGMA temp_store = MEMORY"));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// Be sure to set journal mode after page_size. WAL would prevent the change
|
|
// otherwise.
|
|
if (JOURNAL_WAL == SetJournalMode(mMainConn, JOURNAL_WAL)) {
|
|
// Set the WAL journal size limit. We want it to be small, since in
|
|
// synchronous = NORMAL mode a crash could cause loss of all the
|
|
// transactions in the journal. For added safety we will also force
|
|
// checkpointing at strategic moments.
|
|
int32_t checkpointPages =
|
|
static_cast<int32_t>(DATABASE_MAX_WAL_SIZE_IN_KIBIBYTES * 1024 / mDBPageSize);
|
|
nsAutoCString checkpointPragma("PRAGMA wal_autocheckpoint = ");
|
|
checkpointPragma.AppendInt(checkpointPages);
|
|
rv = mMainConn->ExecuteSimpleSQL(checkpointPragma);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
else {
|
|
// Ignore errors, if we fail here the database could be considered corrupt
|
|
// and we won't be able to go on, even if it's just matter of a bogus file
|
|
// system. The default mode (DELETE) will be fine in such a case.
|
|
(void)SetJournalMode(mMainConn, JOURNAL_TRUNCATE);
|
|
|
|
// Set synchronous to FULL to ensure maximum data integrity, even in
|
|
// case of crashes or unclean shutdowns.
|
|
rv = mMainConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING(
|
|
"PRAGMA synchronous = FULL"));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
// The journal is usually free to grow for performance reasons, but it never
|
|
// shrinks back. Since the space taken may be problematic, especially on
|
|
// mobile devices, limit its size.
|
|
// Since exceeding the limit will cause a truncate, allow a slightly
|
|
// larger limit than DATABASE_MAX_WAL_SIZE_IN_KIBIBYTES to reduce the number
|
|
// of times it is needed.
|
|
nsAutoCString journalSizePragma("PRAGMA journal_size_limit = ");
|
|
journalSizePragma.AppendInt(DATABASE_MAX_WAL_SIZE_IN_KIBIBYTES * 3);
|
|
(void)mMainConn->ExecuteSimpleSQL(journalSizePragma);
|
|
|
|
// Grow places in |growthIncrementKiB| increments to limit fragmentation on disk.
|
|
// By default, it's 10 MB.
|
|
int32_t growthIncrementKiB =
|
|
Preferences::GetInt(PREF_GROWTH_INCREMENT_KIB, 10 * BYTES_PER_KIBIBYTE);
|
|
if (growthIncrementKiB > 0) {
|
|
(void)mMainConn->SetGrowthIncrement(growthIncrementKiB * BYTES_PER_KIBIBYTE, EmptyCString());
|
|
}
|
|
|
|
nsAutoCString busyTimeoutPragma("PRAGMA busy_timeout = ");
|
|
busyTimeoutPragma.AppendInt(DATABASE_BUSY_TIMEOUT_MS);
|
|
(void)mMainConn->ExecuteSimpleSQL(busyTimeoutPragma);
|
|
|
|
// We use our functions during migration, so initialize them now.
|
|
rv = InitFunctions();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// Get the database schema version.
|
|
int32_t currentSchemaVersion;
|
|
rv = mMainConn->GetSchemaVersion(¤tSchemaVersion);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
bool databaseInitialized = currentSchemaVersion > 0;
|
|
|
|
if (databaseInitialized && currentSchemaVersion == DATABASE_SCHEMA_VERSION) {
|
|
// The database is up to date and ready to go.
|
|
return NS_OK;
|
|
}
|
|
|
|
// We are going to update the database, so everything from now on should be in
|
|
// a transaction for performances.
|
|
mozStorageTransaction transaction(mMainConn, false);
|
|
|
|
if (databaseInitialized) {
|
|
// Migration How-to:
|
|
//
|
|
// 1. increment PLACES_SCHEMA_VERSION.
|
|
// 2. implement a method that performs upgrade to your version from the
|
|
// previous one.
|
|
//
|
|
// NOTE: The downgrade process is pretty much complicated by the fact old
|
|
// versions cannot know what a new version is going to implement.
|
|
// The only thing we will do for downgrades is setting back the schema
|
|
// version, so that next upgrades will run again the migration step.
|
|
|
|
if (currentSchemaVersion < DATABASE_SCHEMA_VERSION) {
|
|
*aDatabaseMigrated = true;
|
|
|
|
if (currentSchemaVersion < 11) {
|
|
// These are versions older than Firefox 4 that are not supported
|
|
// anymore. In this case it's safer to just replace the database.
|
|
return NS_ERROR_FILE_CORRUPTED;
|
|
}
|
|
|
|
// Firefox 4 uses schema version 11.
|
|
|
|
// Firefox 8 uses schema version 12.
|
|
|
|
if (currentSchemaVersion < 13) {
|
|
rv = MigrateV13Up();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
if (currentSchemaVersion < 14) {
|
|
rv = MigrateV14Up();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
if (currentSchemaVersion < 15) {
|
|
rv = MigrateV15Up();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
if (currentSchemaVersion < 16) {
|
|
rv = MigrateV16Up();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
// Firefox 11 uses schema version 16.
|
|
|
|
if (currentSchemaVersion < 17) {
|
|
rv = MigrateV17Up();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
// Firefox 12 uses schema version 17.
|
|
|
|
if (currentSchemaVersion < 18) {
|
|
rv = MigrateV18Up();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
if (currentSchemaVersion < 19) {
|
|
rv = MigrateV19Up();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
// Firefox 13 uses schema version 19.
|
|
|
|
if (currentSchemaVersion < 20) {
|
|
rv = MigrateV20Up();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
if (currentSchemaVersion < 21) {
|
|
rv = MigrateV21Up();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
// Firefox 14 uses schema version 21.
|
|
|
|
if (currentSchemaVersion < 22) {
|
|
rv = MigrateV22Up();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
// Firefox 22 uses schema version 22.
|
|
|
|
if (currentSchemaVersion < 23) {
|
|
rv = MigrateV23Up();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
// Firefox 24 uses schema version 23.
|
|
|
|
if (currentSchemaVersion < 24) {
|
|
rv = MigrateV24Up();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
// Firefox 34 uses schema version 24.
|
|
|
|
if (currentSchemaVersion < 25) {
|
|
rv = MigrateV25Up();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
// Firefox 36 uses schema version 25.
|
|
|
|
if (currentSchemaVersion < 26) {
|
|
rv = MigrateV26Up();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
// Firefox 37 uses schema version 26.
|
|
|
|
// Schema Upgrades must add migration code here.
|
|
|
|
rv = UpdateBookmarkRootTitles();
|
|
// We don't want a broken localization to cause us to think
|
|
// the database is corrupt and needs to be replaced.
|
|
MOZ_ASSERT(NS_SUCCEEDED(rv));
|
|
}
|
|
}
|
|
else {
|
|
// This is a new database, so we have to create all the tables and indices.
|
|
|
|
// moz_places.
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_MOZ_PLACES);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_IDX_MOZ_PLACES_URL);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_IDX_MOZ_PLACES_FAVICON);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_IDX_MOZ_PLACES_REVHOST);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_IDX_MOZ_PLACES_VISITCOUNT);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_IDX_MOZ_PLACES_FRECENCY);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_IDX_MOZ_PLACES_LASTVISITDATE);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_IDX_MOZ_PLACES_GUID);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// moz_historyvisits.
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_MOZ_HISTORYVISITS);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_IDX_MOZ_HISTORYVISITS_PLACEDATE);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_IDX_MOZ_HISTORYVISITS_FROMVISIT);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_IDX_MOZ_HISTORYVISITS_VISITDATE);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// moz_inputhistory.
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_MOZ_INPUTHISTORY);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// moz_hosts.
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_MOZ_HOSTS);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// moz_bookmarks.
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_MOZ_BOOKMARKS);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_IDX_MOZ_BOOKMARKS_PLACETYPE);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_IDX_MOZ_BOOKMARKS_PARENTPOSITION);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_IDX_MOZ_BOOKMARKS_PLACELASTMODIFIED);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_IDX_MOZ_BOOKMARKS_GUID);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// moz_bookmarks_roots.
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_MOZ_BOOKMARKS_ROOTS);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// moz_keywords.
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_MOZ_KEYWORDS);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// moz_favicons.
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_MOZ_FAVICONS);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// moz_anno_attributes.
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_MOZ_ANNO_ATTRIBUTES);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// moz_annos.
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_MOZ_ANNOS);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_IDX_MOZ_ANNOS_PLACEATTRIBUTE);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// moz_items_annos.
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_MOZ_ITEMS_ANNOS);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_IDX_MOZ_ITEMSANNOS_PLACEATTRIBUTE);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// Initialize the bookmark roots in the new DB.
|
|
rv = CreateBookmarkRoots();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
// Set the schema version to the current one.
|
|
rv = mMainConn->SetSchemaVersion(DATABASE_SCHEMA_VERSION);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = transaction.Commit();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
ForceWALCheckpoint();
|
|
|
|
// ANY FAILURE IN THIS METHOD WILL CAUSE US TO MARK THE DATABASE AS CORRUPT
|
|
// AND TRY TO REPLACE IT.
|
|
// DO NOT PUT HERE ANYTHING THAT IS NOT RELATED TO INITIALIZATION OR MODIFYING
|
|
// THE DISK DATABASE.
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
Database::CreateBookmarkRoots()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
nsCOMPtr<nsIStringBundleService> bundleService =
|
|
services::GetStringBundleService();
|
|
NS_ENSURE_STATE(bundleService);
|
|
nsCOMPtr<nsIStringBundle> bundle;
|
|
nsresult rv = bundleService->CreateBundle(PLACES_BUNDLE, getter_AddRefs(bundle));
|
|
if (NS_FAILED(rv)) return rv;
|
|
|
|
nsXPIDLString rootTitle;
|
|
// The first root's title is an empty string.
|
|
rv = CreateRoot(mMainConn, NS_LITERAL_CSTRING("places"),
|
|
NS_LITERAL_CSTRING("root________"), rootTitle);
|
|
if (NS_FAILED(rv)) return rv;
|
|
|
|
// Fetch the internationalized folder name from the string bundle.
|
|
rv = bundle->GetStringFromName(MOZ_UTF16("BookmarksMenuFolderTitle"),
|
|
getter_Copies(rootTitle));
|
|
if (NS_FAILED(rv)) return rv;
|
|
rv = CreateRoot(mMainConn, NS_LITERAL_CSTRING("menu"),
|
|
NS_LITERAL_CSTRING("menu________"), rootTitle);
|
|
if (NS_FAILED(rv)) return rv;
|
|
|
|
rv = bundle->GetStringFromName(MOZ_UTF16("BookmarksToolbarFolderTitle"),
|
|
getter_Copies(rootTitle));
|
|
if (NS_FAILED(rv)) return rv;
|
|
rv = CreateRoot(mMainConn, NS_LITERAL_CSTRING("toolbar"),
|
|
NS_LITERAL_CSTRING("toolbar_____"), rootTitle);
|
|
if (NS_FAILED(rv)) return rv;
|
|
|
|
rv = bundle->GetStringFromName(MOZ_UTF16("TagsFolderTitle"),
|
|
getter_Copies(rootTitle));
|
|
if (NS_FAILED(rv)) return rv;
|
|
rv = CreateRoot(mMainConn, NS_LITERAL_CSTRING("tags"),
|
|
NS_LITERAL_CSTRING("tags________"), rootTitle);
|
|
if (NS_FAILED(rv)) return rv;
|
|
|
|
rv = bundle->GetStringFromName(MOZ_UTF16("UnsortedBookmarksFolderTitle"),
|
|
getter_Copies(rootTitle));
|
|
if (NS_FAILED(rv)) return rv;
|
|
rv = CreateRoot(mMainConn, NS_LITERAL_CSTRING("unfiled"),
|
|
NS_LITERAL_CSTRING("unfiled_____"), rootTitle);
|
|
if (NS_FAILED(rv)) return rv;
|
|
|
|
#if DEBUG
|
|
nsCOMPtr<mozIStorageStatement> stmt;
|
|
rv = mMainConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
"SELECT count(*), sum(position) FROM moz_bookmarks"
|
|
), getter_AddRefs(stmt));
|
|
if (NS_FAILED(rv)) return rv;
|
|
|
|
bool hasResult;
|
|
rv = stmt->ExecuteStep(&hasResult);
|
|
if (NS_FAILED(rv)) return rv;
|
|
MOZ_ASSERT(hasResult);
|
|
int32_t bookmarkCount = stmt->AsInt32(0);
|
|
int32_t positionSum = stmt->AsInt32(1);
|
|
MOZ_ASSERT(bookmarkCount == 5 && positionSum == 6);
|
|
#endif
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
Database::InitFunctions()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
nsresult rv = GetUnreversedHostFunction::create(mMainConn);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = MatchAutoCompleteFunction::create(mMainConn);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = CalculateFrecencyFunction::create(mMainConn);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = GenerateGUIDFunction::create(mMainConn);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = FixupURLFunction::create(mMainConn);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = FrecencyNotificationFunction::create(mMainConn);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
Database::InitTempTriggers()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
nsresult rv = mMainConn->ExecuteSimpleSQL(CREATE_HISTORYVISITS_AFTERINSERT_TRIGGER);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_HISTORYVISITS_AFTERDELETE_TRIGGER);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// Add the triggers that update the moz_hosts table as necessary.
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_PLACES_AFTERINSERT_TRIGGER);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_PLACES_AFTERDELETE_TRIGGER);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_PLACES_AFTERUPDATE_FRECENCY_TRIGGER);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_PLACES_AFTERUPDATE_TYPED_TRIGGER);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_FOREIGNCOUNT_AFTERDELETE_TRIGGER);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_FOREIGNCOUNT_AFTERINSERT_TRIGGER);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_FOREIGNCOUNT_AFTERUPDATE_TRIGGER);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
Database::UpdateBookmarkRootTitles()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
nsCOMPtr<nsIStringBundleService> bundleService =
|
|
services::GetStringBundleService();
|
|
NS_ENSURE_STATE(bundleService);
|
|
|
|
nsCOMPtr<nsIStringBundle> bundle;
|
|
nsresult rv = bundleService->CreateBundle(PLACES_BUNDLE, getter_AddRefs(bundle));
|
|
if (NS_FAILED(rv)) return rv;
|
|
|
|
nsCOMPtr<mozIStorageAsyncStatement> stmt;
|
|
rv = mMainConn->CreateAsyncStatement(NS_LITERAL_CSTRING(
|
|
"UPDATE moz_bookmarks SET title = :new_title WHERE guid = :guid"
|
|
), getter_AddRefs(stmt));
|
|
if (NS_FAILED(rv)) return rv;
|
|
|
|
nsCOMPtr<mozIStorageBindingParamsArray> paramsArray;
|
|
rv = stmt->NewBindingParamsArray(getter_AddRefs(paramsArray));
|
|
if (NS_FAILED(rv)) return rv;
|
|
|
|
const char *rootGuids[] = { "menu________"
|
|
, "toolbar_____"
|
|
, "tags________"
|
|
, "unfiled_____"
|
|
};
|
|
const char *titleStringIDs[] = { "BookmarksMenuFolderTitle"
|
|
, "BookmarksToolbarFolderTitle"
|
|
, "TagsFolderTitle"
|
|
, "UnsortedBookmarksFolderTitle"
|
|
};
|
|
|
|
for (uint32_t i = 0; i < ArrayLength(rootGuids); ++i) {
|
|
nsXPIDLString title;
|
|
rv = bundle->GetStringFromName(NS_ConvertASCIItoUTF16(titleStringIDs[i]).get(),
|
|
getter_Copies(title));
|
|
if (NS_FAILED(rv)) return rv;
|
|
|
|
nsCOMPtr<mozIStorageBindingParams> params;
|
|
rv = paramsArray->NewBindingParams(getter_AddRefs(params));
|
|
if (NS_FAILED(rv)) return rv;
|
|
rv = params->BindUTF8StringByName(NS_LITERAL_CSTRING("guid"),
|
|
nsDependentCString(rootGuids[i]));
|
|
if (NS_FAILED(rv)) return rv;
|
|
rv = params->BindUTF8StringByName(NS_LITERAL_CSTRING("new_title"),
|
|
NS_ConvertUTF16toUTF8(title));
|
|
if (NS_FAILED(rv)) return rv;
|
|
rv = paramsArray->AddParams(params);
|
|
if (NS_FAILED(rv)) return rv;
|
|
}
|
|
|
|
rv = stmt->BindParameters(paramsArray);
|
|
if (NS_FAILED(rv)) return rv;
|
|
nsCOMPtr<mozIStoragePendingStatement> pendingStmt;
|
|
rv = stmt->ExecuteAsync(nullptr, getter_AddRefs(pendingStmt));
|
|
if (NS_FAILED(rv)) return rv;
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
Database::MigrateV13Up()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
// Dynamic containers are no longer supported.
|
|
nsCOMPtr<mozIStorageAsyncStatement> deleteDynContainersStmt;
|
|
nsresult rv = mMainConn->CreateAsyncStatement(NS_LITERAL_CSTRING(
|
|
"DELETE FROM moz_bookmarks WHERE type = :item_type"),
|
|
getter_AddRefs(deleteDynContainersStmt));
|
|
rv = deleteDynContainersStmt->BindInt32ByName(
|
|
NS_LITERAL_CSTRING("item_type"),
|
|
nsINavBookmarksService::TYPE_DYNAMIC_CONTAINER
|
|
);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
nsCOMPtr<mozIStoragePendingStatement> ps;
|
|
rv = deleteDynContainersStmt->ExecuteAsync(nullptr, getter_AddRefs(ps));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
Database::MigrateV14Up()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
// For existing profiles, we may not have a moz_favicons.guid column.
|
|
// Add it here. We want it to be unique, but ALTER TABLE doesn't allow
|
|
// a uniqueness constraint, so the index must be created separately.
|
|
nsCOMPtr<mozIStorageStatement> hasGuidStatement;
|
|
nsresult rv = mMainConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
"SELECT guid FROM moz_favicons"),
|
|
getter_AddRefs(hasGuidStatement));
|
|
|
|
if (NS_FAILED(rv)) {
|
|
rv = mMainConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING(
|
|
"ALTER TABLE moz_favicons "
|
|
"ADD COLUMN guid TEXT"
|
|
));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_IDX_MOZ_FAVICONS_GUID);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
// Generate GUID for any favicon missing it.
|
|
rv = mMainConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING(
|
|
"UPDATE moz_favicons "
|
|
"SET guid = GENERATE_GUID() "
|
|
"WHERE guid ISNULL "
|
|
));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
Database::MigrateV15Up()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
// Drop moz_bookmarks_beforedelete_v1_trigger, since it's more expensive than
|
|
// useful.
|
|
nsresult rv = mMainConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING(
|
|
"DROP TRIGGER IF EXISTS moz_bookmarks_beforedelete_v1_trigger"
|
|
));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// Remove any orphan keywords.
|
|
rv = mMainConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING(
|
|
"DELETE FROM moz_keywords "
|
|
"WHERE NOT EXISTS ( "
|
|
"SELECT id "
|
|
"FROM moz_bookmarks "
|
|
"WHERE keyword_id = moz_keywords.id "
|
|
")"
|
|
));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
Database::MigrateV16Up()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
// Due to Bug 715268 downgraded and then upgraded profiles may lack favicons
|
|
// guids, so fillup any missing ones.
|
|
nsresult rv = mMainConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING(
|
|
"UPDATE moz_favicons "
|
|
"SET guid = GENERATE_GUID() "
|
|
"WHERE guid ISNULL "
|
|
));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
Database::MigrateV17Up()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
bool tableExists = false;
|
|
|
|
nsresult rv = mMainConn->TableExists(NS_LITERAL_CSTRING("moz_hosts"), &tableExists);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
if (!tableExists) {
|
|
// For anyone who used in-development versions of this autocomplete,
|
|
// drop the old tables and its indexes.
|
|
rv = mMainConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING(
|
|
"DROP INDEX IF EXISTS moz_hostnames_frecencyindex"
|
|
));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = mMainConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING(
|
|
"DROP TABLE IF EXISTS moz_hostnames"
|
|
));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// Add the moz_hosts table so we can get hostnames for URL autocomplete.
|
|
rv = mMainConn->ExecuteSimpleSQL(CREATE_MOZ_HOSTS);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
// Fill the moz_hosts table with all the domains in moz_places.
|
|
nsCOMPtr<mozIStorageAsyncStatement> fillHostsStmt;
|
|
rv = mMainConn->CreateAsyncStatement(NS_LITERAL_CSTRING(
|
|
"INSERT OR IGNORE INTO moz_hosts (host, frecency) "
|
|
"SELECT fixup_url(get_unreversed_host(h.rev_host)) AS host, "
|
|
"(SELECT MAX(frecency) FROM moz_places "
|
|
"WHERE rev_host = h.rev_host "
|
|
"OR rev_host = h.rev_host || 'www.' "
|
|
") AS frecency "
|
|
"FROM moz_places h "
|
|
"WHERE LENGTH(h.rev_host) > 1 "
|
|
"GROUP BY h.rev_host"
|
|
), getter_AddRefs(fillHostsStmt));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
nsCOMPtr<mozIStoragePendingStatement> ps;
|
|
rv = fillHostsStmt->ExecuteAsync(nullptr, getter_AddRefs(ps));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
Database::MigrateV18Up()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
// moz_hosts should distinguish on typed entries.
|
|
|
|
// Check if the profile already has a typed column.
|
|
nsCOMPtr<mozIStorageStatement> stmt;
|
|
nsresult rv = mMainConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
"SELECT typed FROM moz_hosts"
|
|
), getter_AddRefs(stmt));
|
|
if (NS_FAILED(rv)) {
|
|
rv = mMainConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING(
|
|
"ALTER TABLE moz_hosts ADD COLUMN typed NOT NULL DEFAULT 0"
|
|
));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
// With the addition of the typed column the covering index loses its
|
|
// advantages. On the other side querying on host and (optionally) typed
|
|
// largely restricts the number of results, making scans decently fast.
|
|
rv = mMainConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING(
|
|
"DROP INDEX IF EXISTS moz_hosts_frecencyhostindex"
|
|
));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// Update typed data.
|
|
nsCOMPtr<mozIStorageAsyncStatement> updateTypedStmt;
|
|
rv = mMainConn->CreateAsyncStatement(NS_LITERAL_CSTRING(
|
|
"UPDATE moz_hosts SET typed = 1 WHERE host IN ( "
|
|
"SELECT fixup_url(get_unreversed_host(rev_host)) "
|
|
"FROM moz_places WHERE typed = 1 "
|
|
") "
|
|
), getter_AddRefs(updateTypedStmt));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
nsCOMPtr<mozIStoragePendingStatement> ps;
|
|
rv = updateTypedStmt->ExecuteAsync(nullptr, getter_AddRefs(ps));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
Database::MigrateV19Up()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
// Livemarks children are no longer bookmarks.
|
|
|
|
// Remove all children of folders annotated as livemarks.
|
|
nsCOMPtr<mozIStorageStatement> deleteLivemarksChildrenStmt;
|
|
nsresult rv = mMainConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
"DELETE FROM moz_bookmarks WHERE parent IN("
|
|
"SELECT b.id FROM moz_bookmarks b "
|
|
"JOIN moz_items_annos a ON a.item_id = b.id "
|
|
"JOIN moz_anno_attributes n ON n.id = a.anno_attribute_id "
|
|
"WHERE b.type = :item_type AND n.name = :anno_name "
|
|
")"
|
|
), getter_AddRefs(deleteLivemarksChildrenStmt));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = deleteLivemarksChildrenStmt->BindUTF8StringByName(
|
|
NS_LITERAL_CSTRING("anno_name"), NS_LITERAL_CSTRING(LMANNO_FEEDURI)
|
|
);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = deleteLivemarksChildrenStmt->BindInt32ByName(
|
|
NS_LITERAL_CSTRING("item_type"), nsINavBookmarksService::TYPE_FOLDER
|
|
);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = deleteLivemarksChildrenStmt->Execute();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// Clear obsolete livemark prefs.
|
|
(void)Preferences::ClearUser("browser.bookmarks.livemark_refresh_seconds");
|
|
(void)Preferences::ClearUser("browser.bookmarks.livemark_refresh_limit_count");
|
|
(void)Preferences::ClearUser("browser.bookmarks.livemark_refresh_delay_time");
|
|
|
|
// Remove the old status annotations.
|
|
nsCOMPtr<mozIStorageStatement> deleteLivemarksAnnosStmt;
|
|
rv = mMainConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
"DELETE FROM moz_items_annos WHERE anno_attribute_id IN("
|
|
"SELECT id FROM moz_anno_attributes "
|
|
"WHERE name IN (:anno_loading, :anno_loadfailed, :anno_expiration) "
|
|
")"
|
|
), getter_AddRefs(deleteLivemarksAnnosStmt));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = deleteLivemarksAnnosStmt->BindUTF8StringByName(
|
|
NS_LITERAL_CSTRING("anno_loading"), NS_LITERAL_CSTRING("livemark/loading")
|
|
);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = deleteLivemarksAnnosStmt->BindUTF8StringByName(
|
|
NS_LITERAL_CSTRING("anno_loadfailed"), NS_LITERAL_CSTRING("livemark/loadfailed")
|
|
);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = deleteLivemarksAnnosStmt->BindUTF8StringByName(
|
|
NS_LITERAL_CSTRING("anno_expiration"), NS_LITERAL_CSTRING("livemark/expiration")
|
|
);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = deleteLivemarksAnnosStmt->Execute();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// Remove orphan annotation names.
|
|
rv = mMainConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
"DELETE FROM moz_anno_attributes "
|
|
"WHERE name IN (:anno_loading, :anno_loadfailed, :anno_expiration) "
|
|
), getter_AddRefs(deleteLivemarksAnnosStmt));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = deleteLivemarksAnnosStmt->BindUTF8StringByName(
|
|
NS_LITERAL_CSTRING("anno_loading"), NS_LITERAL_CSTRING("livemark/loading")
|
|
);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = deleteLivemarksAnnosStmt->BindUTF8StringByName(
|
|
NS_LITERAL_CSTRING("anno_loadfailed"), NS_LITERAL_CSTRING("livemark/loadfailed")
|
|
);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = deleteLivemarksAnnosStmt->BindUTF8StringByName(
|
|
NS_LITERAL_CSTRING("anno_expiration"), NS_LITERAL_CSTRING("livemark/expiration")
|
|
);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = deleteLivemarksAnnosStmt->Execute();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
Database::MigrateV20Up()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
// Remove obsolete bookmark GUID annotations.
|
|
nsCOMPtr<mozIStorageStatement> deleteOldBookmarkGUIDAnnosStmt;
|
|
nsresult rv = mMainConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
"DELETE FROM moz_items_annos WHERE anno_attribute_id = ("
|
|
"SELECT id FROM moz_anno_attributes "
|
|
"WHERE name = :anno_guid"
|
|
")"
|
|
), getter_AddRefs(deleteOldBookmarkGUIDAnnosStmt));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = deleteOldBookmarkGUIDAnnosStmt->BindUTF8StringByName(
|
|
NS_LITERAL_CSTRING("anno_guid"), NS_LITERAL_CSTRING("placesInternal/GUID")
|
|
);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = deleteOldBookmarkGUIDAnnosStmt->Execute();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// Remove the orphan annotation name.
|
|
rv = mMainConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
"DELETE FROM moz_anno_attributes "
|
|
"WHERE name = :anno_guid"
|
|
), getter_AddRefs(deleteOldBookmarkGUIDAnnosStmt));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = deleteOldBookmarkGUIDAnnosStmt->BindUTF8StringByName(
|
|
NS_LITERAL_CSTRING("anno_guid"), NS_LITERAL_CSTRING("placesInternal/GUID")
|
|
);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = deleteOldBookmarkGUIDAnnosStmt->Execute();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
Database::MigrateV21Up()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
// Add a prefix column to moz_hosts.
|
|
nsCOMPtr<mozIStorageStatement> stmt;
|
|
nsresult rv = mMainConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
"SELECT prefix FROM moz_hosts"
|
|
), getter_AddRefs(stmt));
|
|
if (NS_FAILED(rv)) {
|
|
rv = mMainConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING(
|
|
"ALTER TABLE moz_hosts ADD COLUMN prefix"
|
|
));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
Database::MigrateV22Up()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
// Reset all session IDs to 0 since we don't support them anymore.
|
|
// We don't set them to NULL to avoid breaking downgrades.
|
|
nsresult rv = mMainConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING(
|
|
"UPDATE moz_historyvisits SET session = 0"
|
|
));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
|
|
nsresult
|
|
Database::MigrateV23Up()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
// Recalculate hosts prefixes.
|
|
nsCOMPtr<mozIStorageAsyncStatement> updatePrefixesStmt;
|
|
nsresult rv = mMainConn->CreateAsyncStatement(NS_LITERAL_CSTRING(
|
|
"UPDATE moz_hosts SET prefix = ( " HOSTS_PREFIX_PRIORITY_FRAGMENT ") "
|
|
), getter_AddRefs(updatePrefixesStmt));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
nsCOMPtr<mozIStoragePendingStatement> ps;
|
|
rv = updatePrefixesStmt->ExecuteAsync(nullptr, getter_AddRefs(ps));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
Database::MigrateV24Up()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
// Add a foreign_count column to moz_places
|
|
nsCOMPtr<mozIStorageStatement> stmt;
|
|
nsresult rv = mMainConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
"SELECT foreign_count FROM moz_places"
|
|
), getter_AddRefs(stmt));
|
|
if (NS_FAILED(rv)) {
|
|
rv = mMainConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING(
|
|
"ALTER TABLE moz_places ADD COLUMN foreign_count INTEGER DEFAULT 0 NOT NULL"));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
// Adjust counts for all the rows
|
|
nsCOMPtr<mozIStorageStatement> updateStmt;
|
|
rv = mMainConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
"UPDATE moz_places SET foreign_count = "
|
|
"(SELECT count(*) FROM moz_bookmarks WHERE fk = moz_places.id) "
|
|
), getter_AddRefs(updateStmt));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
mozStorageStatementScoper updateScoper(updateStmt);
|
|
rv = updateStmt->Execute();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
Database::MigrateV25Up()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
// Change bookmark roots GUIDs to constant values.
|
|
|
|
// If moz_bookmarks_roots doesn't exist anymore, it's because we finally have
|
|
// been able to remove it. In such a case, we already assigned constant GUIDs
|
|
// to the roots and we can skip this migration.
|
|
{
|
|
nsCOMPtr<mozIStorageStatement> stmt;
|
|
nsresult rv = mMainConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
"SELECT root_name FROM moz_bookmarks_roots"
|
|
), getter_AddRefs(stmt));
|
|
if (NS_FAILED(rv)) {
|
|
return NS_OK;
|
|
}
|
|
}
|
|
|
|
nsCOMPtr<mozIStorageStatement> stmt;
|
|
nsresult rv = mMainConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
"UPDATE moz_bookmarks SET guid = :guid "
|
|
"WHERE id = (SELECT folder_id FROM moz_bookmarks_roots WHERE root_name = :name) "
|
|
), getter_AddRefs(stmt));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
const char *rootNames[] = { "places", "menu", "toolbar", "tags", "unfiled" };
|
|
const char *rootGuids[] = { "root________"
|
|
, "menu________"
|
|
, "toolbar_____"
|
|
, "tags________"
|
|
, "unfiled_____"
|
|
};
|
|
|
|
for (uint32_t i = 0; i < ArrayLength(rootNames); ++i) {
|
|
// Since this is using the synchronous API, we cannot use
|
|
// a BindingParamsArray.
|
|
mozStorageStatementScoper scoper(stmt);
|
|
|
|
rv = stmt->BindUTF8StringByName(NS_LITERAL_CSTRING("name"),
|
|
nsDependentCString(rootNames[i]));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = stmt->BindUTF8StringByName(NS_LITERAL_CSTRING("guid"),
|
|
nsDependentCString(rootGuids[i]));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = stmt->Execute();
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
Database::MigrateV26Up() {
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
// Round down dateAdded and lastModified values to milliseconds precision.
|
|
nsresult rv = mMainConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING(
|
|
"UPDATE moz_bookmarks SET dateAdded = dateAdded - dateAdded % 1000, "
|
|
" lastModified = lastModified - lastModified % 1000"));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
void
|
|
Database::Shutdown()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
MOZ_ASSERT(!mShuttingDown);
|
|
MOZ_ASSERT(!mClosed);
|
|
|
|
mShuttingDown = true;
|
|
|
|
mMainThreadStatements.FinalizeStatements();
|
|
mMainThreadAsyncStatements.FinalizeStatements();
|
|
|
|
RefPtr< FinalizeStatementCacheProxy<mozIStorageStatement> > event =
|
|
new FinalizeStatementCacheProxy<mozIStorageStatement>(
|
|
mAsyncThreadStatements, NS_ISUPPORTS_CAST(nsIObserver*, this)
|
|
);
|
|
DispatchToAsyncThread(event);
|
|
|
|
mClosed = true;
|
|
|
|
RefPtr<ConnectionCloseCallback> closeListener =
|
|
new ConnectionCloseCallback();
|
|
(void)mMainConn->AsyncClose(closeListener);
|
|
}
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
//// nsIObserver
|
|
|
|
NS_IMETHODIMP
|
|
Database::Observe(nsISupports *aSubject,
|
|
const char *aTopic,
|
|
const char16_t *aData)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
if (strcmp(aTopic, TOPIC_PROFILE_CHANGE_TEARDOWN) == 0) {
|
|
// Tests simulating shutdown may cause multiple notifications.
|
|
if (mShuttingDown) {
|
|
return NS_OK;
|
|
}
|
|
|
|
nsCOMPtr<nsIObserverService> os = services::GetObserverService();
|
|
NS_ENSURE_STATE(os);
|
|
|
|
// If shutdown happens in the same mainthread loop as init, observers could
|
|
// handle the places-init-complete notification after xpcom-shutdown, when
|
|
// the connection does not exist anymore. Removing those observers would
|
|
// be less expensive but may cause their RemoveObserver calls to throw.
|
|
// Thus notify the topic now, so they stop listening for it.
|
|
nsCOMPtr<nsISimpleEnumerator> e;
|
|
if (NS_SUCCEEDED(os->EnumerateObservers(TOPIC_PLACES_INIT_COMPLETE,
|
|
getter_AddRefs(e))) && e) {
|
|
bool hasMore = false;
|
|
while (NS_SUCCEEDED(e->HasMoreElements(&hasMore)) && hasMore) {
|
|
nsCOMPtr<nsISupports> supports;
|
|
if (NS_SUCCEEDED(e->GetNext(getter_AddRefs(supports)))) {
|
|
nsCOMPtr<nsIObserver> observer = do_QueryInterface(supports);
|
|
(void)observer->Observe(observer, TOPIC_PLACES_INIT_COMPLETE, nullptr);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Notify all Places users that we are about to shutdown.
|
|
(void)os->NotifyObservers(nullptr, TOPIC_PLACES_SHUTDOWN, nullptr);
|
|
}
|
|
|
|
else if (strcmp(aTopic, TOPIC_PROFILE_BEFORE_CHANGE) == 0) {
|
|
// Tests simulating shutdown may cause re-entrance.
|
|
if (mShuttingDown) {
|
|
return NS_OK;
|
|
}
|
|
|
|
// Fire internal shutdown notifications.
|
|
nsCOMPtr<nsIObserverService> os = services::GetObserverService();
|
|
if (os) {
|
|
(void)os->NotifyObservers(nullptr, TOPIC_PLACES_WILL_CLOSE_CONNECTION, nullptr);
|
|
}
|
|
|
|
#ifdef DEBUG
|
|
{ // Sanity check for missing guids.
|
|
bool haveNullGuids = false;
|
|
nsCOMPtr<mozIStorageStatement> stmt;
|
|
|
|
nsresult rv = mMainConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
"SELECT 1 "
|
|
"FROM moz_places "
|
|
"WHERE guid IS NULL "
|
|
), getter_AddRefs(stmt));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = stmt->ExecuteStep(&haveNullGuids);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
MOZ_ASSERT(!haveNullGuids && "Found a page without a GUID!");
|
|
|
|
rv = mMainConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
"SELECT 1 "
|
|
"FROM moz_bookmarks "
|
|
"WHERE guid IS NULL "
|
|
), getter_AddRefs(stmt));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = stmt->ExecuteStep(&haveNullGuids);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
MOZ_ASSERT(!haveNullGuids && "Found a bookmark without a GUID!");
|
|
|
|
rv = mMainConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
"SELECT 1 "
|
|
"FROM moz_favicons "
|
|
"WHERE guid IS NULL "
|
|
), getter_AddRefs(stmt));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = stmt->ExecuteStep(&haveNullGuids);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
MOZ_ASSERT(!haveNullGuids && "Found a favicon without a GUID!");
|
|
}
|
|
|
|
{ // Sanity check for unrounded dateAdded and lastModified values (bug
|
|
// 1107308).
|
|
bool hasUnroundedDates = false;
|
|
nsCOMPtr<mozIStorageStatement> stmt;
|
|
|
|
nsresult rv = mMainConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
"SELECT 1 "
|
|
"FROM moz_bookmarks "
|
|
"WHERE dateAdded % 1000 > 0 OR lastModified % 1000 > 0 LIMIT 1"
|
|
), getter_AddRefs(stmt));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
rv = stmt->ExecuteStep(&hasUnroundedDates);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
MOZ_ASSERT(!hasUnroundedDates && "Found unrounded dates!");
|
|
}
|
|
#endif
|
|
|
|
// As the last step in the shutdown path, finalize the database handle.
|
|
Shutdown();
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
} // namespace places
|
|
} // namespace mozilla
|