2006-07-18 15:56:56 +00:00
|
|
|
//* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
/* ***** BEGIN LICENSE BLOCK *****
|
|
|
|
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
*
|
|
|
|
* The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
* 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
* the License. You may obtain a copy of the License at
|
|
|
|
* http://www.mozilla.org/MPL/
|
|
|
|
*
|
|
|
|
* Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
* for the specific language governing rights and limitations under the
|
|
|
|
* License.
|
|
|
|
*
|
|
|
|
* The Original Code is Mozilla History System
|
|
|
|
*
|
|
|
|
* The Initial Developer of the Original Code is
|
|
|
|
* Google Inc.
|
|
|
|
* Portions created by the Initial Developer are Copyright (C) 2005
|
|
|
|
* the Initial Developer. All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Contributor(s):
|
|
|
|
* Brett Wilson <brettw@gmail.com> (original author)
|
|
|
|
*
|
|
|
|
* Alternatively, the contents of this file may be used under the terms of
|
|
|
|
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
|
|
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
* in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
* of those above. If you wish to allow use of your version of this file only
|
|
|
|
* under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
* use your version of this file under the terms of the MPL, indicate your
|
|
|
|
* decision by deleting the provisions above and replace them with the notice
|
|
|
|
* and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
* the provisions above, a recipient may use your version of this file under
|
|
|
|
* the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
*
|
|
|
|
* ***** END LICENSE BLOCK ***** */
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
#include "nsNavHistory.h"
|
2006-07-18 15:59:28 +00:00
|
|
|
#include "nsNavBookmarks.h"
|
2006-07-18 16:18:15 +00:00
|
|
|
#include "nsMorkHistoryImporter.h"
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 15:57:21 +00:00
|
|
|
#include "nsArray.h"
|
2006-07-18 16:01:37 +00:00
|
|
|
#include "nsArrayEnumerator.h"
|
2006-07-18 16:19:04 +00:00
|
|
|
#include "nsCollationCID.h"
|
2006-07-18 15:56:56 +00:00
|
|
|
#include "nsCOMPtr.h"
|
|
|
|
#include "nsCRT.h"
|
2006-07-18 16:19:04 +00:00
|
|
|
#include "nsDateTimeFormatCID.h"
|
2006-07-18 16:01:37 +00:00
|
|
|
#include "nsDebug.h"
|
|
|
|
#include "nsEnumeratorUtils.h"
|
2006-07-18 16:10:01 +00:00
|
|
|
#include "nsFaviconService.h"
|
2006-07-18 16:23:51 +00:00
|
|
|
#include "nsIChannelEventSink.h"
|
2006-07-18 16:01:37 +00:00
|
|
|
#include "nsIComponentManager.h"
|
2006-07-18 16:19:04 +00:00
|
|
|
#include "nsILocaleService.h"
|
2006-07-18 15:56:56 +00:00
|
|
|
#include "nsILocalFile.h"
|
2006-07-18 16:01:37 +00:00
|
|
|
#include "nsIPrefBranch2.h"
|
|
|
|
#include "nsIServiceManager.h"
|
|
|
|
#include "nsISimpleEnumerator.h"
|
2006-07-18 15:56:56 +00:00
|
|
|
#include "nsISupportsPrimitives.h"
|
|
|
|
#include "nsIURI.h"
|
|
|
|
#include "nsIURL.h"
|
|
|
|
#include "nsNetUtil.h"
|
2006-07-18 16:01:37 +00:00
|
|
|
#include "nsPrintfCString.h"
|
2006-07-18 15:56:56 +00:00
|
|
|
#include "nsPromiseFlatString.h"
|
2006-07-18 16:01:37 +00:00
|
|
|
#include "nsString.h"
|
2006-07-18 15:56:56 +00:00
|
|
|
#include "nsUnicharUtils.h"
|
2006-07-18 16:01:37 +00:00
|
|
|
#include "prtime.h"
|
|
|
|
#include "prprf.h"
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
#include "mozIStorageService.h"
|
|
|
|
#include "mozIStorageConnection.h"
|
|
|
|
#include "mozIStorageValueArray.h"
|
|
|
|
#include "mozIStorageStatement.h"
|
|
|
|
#include "mozIStorageFunction.h"
|
|
|
|
#include "mozStorageCID.h"
|
|
|
|
#include "mozStorageHelper.h"
|
|
|
|
#include "nsAppDirectoryServiceDefs.h"
|
|
|
|
|
2006-07-18 16:14:12 +00:00
|
|
|
// Microsecond timeout for "recent" events such as typed and bookmark following.
|
|
|
|
// If you typed it more than this time ago, it's not recent.
|
|
|
|
// This is 15 minutes m s/m us/s
|
|
|
|
#define RECENT_EVENT_THRESHOLD (15 * 60 * 1000000)
|
|
|
|
|
2006-07-18 16:27:59 +00:00
|
|
|
// Microseconds ago to look for redirects when updating bookmarks. Used to
|
|
|
|
// compute the threshold for nsNavBookmarks::AddBookmarkToHash
|
|
|
|
#define BOOKMARK_REDIRECT_TIME_THRESHOLD (2 * 60 * 100000)
|
|
|
|
|
2006-07-18 16:14:12 +00:00
|
|
|
// The maximum number of things that we will store in the recent events list
|
|
|
|
// before calling ExpireNonrecentEvents. This number should be big enough so it
|
|
|
|
// is very difficult to get that many unconsumed events (for example, typed but
|
|
|
|
// never visited) in the RECENT_EVENT_THRESHOLD. Otherwise, we'll start
|
|
|
|
// checking each one for every page visit, which will be somewhat slower.
|
|
|
|
#define RECENT_EVENT_QUEUE_MAX_LENGTH 128
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
// preference ID strings
|
|
|
|
#define PREF_BRANCH_BASE "browser."
|
|
|
|
#define PREF_BROWSER_HISTORY_EXPIRE_DAYS "history_expire_days"
|
|
|
|
#define PREF_AUTOCOMPLETE_ONLY_TYPED "urlbar.matchOnlyTyped"
|
|
|
|
#define PREF_AUTOCOMPLETE_MAX_COUNT "urlbar.autocomplete.maxCount"
|
|
|
|
#define PREF_AUTOCOMPLETE_ENABLED "urlbar.autocomplete.enabled"
|
|
|
|
#define PREF_LAST_PAGE_VISITED "last_url"
|
|
|
|
|
|
|
|
// the value of mLastNow expires every 3 seconds
|
|
|
|
#define HISTORY_EXPIRE_NOW_TIMEOUT (3 * PR_MSEC_PER_SEC)
|
|
|
|
|
2006-07-18 16:23:51 +00:00
|
|
|
NS_IMPL_ADDREF(nsNavHistory)
|
|
|
|
NS_IMPL_RELEASE(nsNavHistory)
|
|
|
|
|
|
|
|
NS_INTERFACE_MAP_BEGIN(nsNavHistory)
|
|
|
|
NS_INTERFACE_MAP_ENTRY(nsINavHistoryService)
|
|
|
|
NS_INTERFACE_MAP_ENTRY_AMBIGUOUS(nsIGlobalHistory2, nsIGlobalHistory3)
|
|
|
|
NS_INTERFACE_MAP_ENTRY(nsIGlobalHistory3)
|
|
|
|
NS_INTERFACE_MAP_ENTRY(nsIBrowserHistory)
|
|
|
|
NS_INTERFACE_MAP_ENTRY(nsIObserver)
|
|
|
|
NS_INTERFACE_MAP_ENTRY(nsISupportsWeakReference)
|
|
|
|
NS_INTERFACE_MAP_ENTRY(nsIAutoCompleteSearch)
|
|
|
|
NS_INTERFACE_MAP_ENTRY_AMBIGUOUS(nsISupports, nsINavHistoryService)
|
|
|
|
NS_INTERFACE_MAP_END
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
static nsresult GetReversedHostname(nsIURI* aURI, nsAString& host);
|
|
|
|
static void GetReversedHostname(const nsString& aForward, nsAString& aReversed);
|
2006-07-18 16:19:04 +00:00
|
|
|
static void GetSubstringFromNthDot(const nsCString& aInput, PRInt32 aStartingSpot,
|
2006-07-18 15:59:03 +00:00
|
|
|
PRInt32 aN, PRBool aIncludeDot,
|
2006-07-18 16:19:04 +00:00
|
|
|
nsACString& aSubstr);
|
|
|
|
static PRInt32 GetTLDCharCount(const nsCString& aHost);
|
|
|
|
static PRInt32 GetTLDType(const nsCString& aHostTail);
|
2006-07-18 15:56:56 +00:00
|
|
|
static void GetUnreversedHostname(const nsString& aBackward,
|
|
|
|
nsAString& aForward);
|
2006-07-18 16:19:04 +00:00
|
|
|
static PRBool IsNumericHostName(const nsCString& aHost);
|
2006-07-18 16:20:08 +00:00
|
|
|
static PRInt64 GetSimpleBookmarksQueryFolder(
|
|
|
|
const nsCOMArray<nsNavHistoryQuery>& aQueries);
|
2006-07-18 15:56:56 +00:00
|
|
|
static void ParseSearchQuery(const nsString& aQuery, nsStringArray* aTerms);
|
|
|
|
|
|
|
|
inline void ReverseString(const nsString& aInput, nsAString& aReversed)
|
|
|
|
{
|
|
|
|
aReversed.Truncate(0);
|
2006-07-18 15:59:03 +00:00
|
|
|
for (PRInt32 i = aInput.Length() - 1; i >= 0; i --)
|
2006-07-18 15:56:56 +00:00
|
|
|
aReversed.Append(aInput[i]);
|
|
|
|
}
|
2006-07-18 15:59:03 +00:00
|
|
|
inline void parameterString(PRInt32 paramIndex, nsACString& aParamString)
|
2006-07-18 15:56:56 +00:00
|
|
|
{
|
|
|
|
aParamString = nsPrintfCString("?%d", paramIndex + 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// UpdateBatchScoper
|
|
|
|
//
|
|
|
|
// This just sets begin/end of batch updates to correspond to C++ scopes so
|
|
|
|
// we can be sure end always gets called.
|
|
|
|
|
|
|
|
class UpdateBatchScoper
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
UpdateBatchScoper(nsNavHistory& aNavHistory) : mNavHistory(aNavHistory)
|
|
|
|
{
|
|
|
|
mNavHistory.BeginUpdateBatch();
|
|
|
|
}
|
|
|
|
~UpdateBatchScoper()
|
|
|
|
{
|
|
|
|
mNavHistory.EndUpdateBatch();
|
|
|
|
}
|
|
|
|
protected:
|
|
|
|
nsNavHistory& mNavHistory;
|
|
|
|
};
|
|
|
|
|
2006-07-18 16:10:01 +00:00
|
|
|
// if adding a new one, be sure to update nsNavBookmarks statements and
|
|
|
|
// its kGetChildrenIndex_* constants
|
2006-07-18 15:59:03 +00:00
|
|
|
const PRInt32 nsNavHistory::kGetInfoIndex_PageID = 0;
|
|
|
|
const PRInt32 nsNavHistory::kGetInfoIndex_URL = 1;
|
|
|
|
const PRInt32 nsNavHistory::kGetInfoIndex_Title = 2;
|
2006-07-18 16:12:34 +00:00
|
|
|
const PRInt32 nsNavHistory::kGetInfoIndex_UserTitle = 3;
|
|
|
|
const PRInt32 nsNavHistory::kGetInfoIndex_RevHost = 4;
|
|
|
|
const PRInt32 nsNavHistory::kGetInfoIndex_VisitCount = 5;
|
|
|
|
const PRInt32 nsNavHistory::kGetInfoIndex_VisitDate = 6;
|
|
|
|
const PRInt32 nsNavHistory::kGetInfoIndex_FaviconURL = 7;
|
2006-07-18 16:17:02 +00:00
|
|
|
const PRInt32 nsNavHistory::kGetInfoIndex_SessionId = 8;
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 15:59:03 +00:00
|
|
|
const PRInt32 nsNavHistory::kAutoCompleteIndex_URL = 0;
|
|
|
|
const PRInt32 nsNavHistory::kAutoCompleteIndex_Title = 1;
|
|
|
|
const PRInt32 nsNavHistory::kAutoCompleteIndex_VisitCount = 2;
|
|
|
|
const PRInt32 nsNavHistory::kAutoCompleteIndex_Typed = 3;
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
static nsDataHashtable<nsCStringHashKey, int>* gTldTypes;
|
2006-07-18 15:56:56 +00:00
|
|
|
static const char* gQuitApplicationMessage = "quit-application";
|
2006-07-18 16:27:09 +00:00
|
|
|
static const char* gXpcomShutdown = "xpcom-shutdown";
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:07:34 +00:00
|
|
|
// annotation names
|
|
|
|
const char nsNavHistory::kAnnotationPreviousEncoding[] = "history/encoding";
|
|
|
|
|
2006-07-18 16:03:54 +00:00
|
|
|
nsIAtom* nsNavHistory::sMenuRootAtom = nsnull;
|
|
|
|
nsIAtom* nsNavHistory::sToolbarRootAtom = nsnull;
|
2006-07-18 16:17:02 +00:00
|
|
|
nsIAtom* nsNavHistory::sSessionStartAtom = nsnull;
|
|
|
|
nsIAtom* nsNavHistory::sSessionContinueAtom = nsnull;
|
2006-07-18 16:23:02 +00:00
|
|
|
nsIAtom* nsNavHistory::sContainerAtom = nsnull;
|
2006-07-18 16:03:54 +00:00
|
|
|
|
2006-07-18 15:58:11 +00:00
|
|
|
nsNavHistory* nsNavHistory::gHistoryService;
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
// nsNavHistory::nsNavHistory
|
|
|
|
|
|
|
|
nsNavHistory::nsNavHistory() : mNowValid(PR_FALSE),
|
|
|
|
mExpireNowTimer(nsnull),
|
|
|
|
mBatchesInProgress(0)
|
|
|
|
{
|
2006-07-18 15:58:11 +00:00
|
|
|
NS_ASSERTION(! gHistoryService, "YOU ARE CREATING 2 COPIES OF THE HISTORY SERVICE. Everything will break.");
|
|
|
|
gHistoryService = this;
|
2006-07-18 16:03:54 +00:00
|
|
|
|
|
|
|
sMenuRootAtom = NS_NewAtom("menu-root");
|
|
|
|
sToolbarRootAtom = NS_NewAtom("toolbar-root");
|
2006-07-18 16:17:02 +00:00
|
|
|
sSessionStartAtom = NS_NewAtom("session-start");
|
|
|
|
sSessionContinueAtom = NS_NewAtom("session-continue");
|
2006-07-18 16:23:02 +00:00
|
|
|
sContainerAtom = NS_NewAtom("container");
|
2006-07-18 15:56:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::~nsNavHistory
|
|
|
|
|
|
|
|
nsNavHistory::~nsNavHistory()
|
|
|
|
{
|
2006-07-18 15:58:11 +00:00
|
|
|
// remove the static reference to the service. Check to make sure its us
|
|
|
|
// in case somebody creates an extra instance of the service.
|
2006-07-18 15:58:38 +00:00
|
|
|
NS_ASSERTION(gHistoryService == this, "YOU CREATED 2 COPIES OF THE HISTORY SERVICE.");
|
|
|
|
gHistoryService = nsnull;
|
2006-07-18 16:03:54 +00:00
|
|
|
|
|
|
|
NS_IF_RELEASE(sMenuRootAtom);
|
|
|
|
NS_IF_RELEASE(sToolbarRootAtom);
|
2006-07-18 16:17:51 +00:00
|
|
|
NS_IF_RELEASE(sSessionStartAtom);
|
|
|
|
NS_IF_RELEASE(sSessionContinueAtom);
|
2006-07-18 16:23:02 +00:00
|
|
|
NS_IF_RELEASE(sContainerAtom);
|
2006-07-18 15:56:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::Init
|
|
|
|
|
|
|
|
nsresult
|
|
|
|
nsNavHistory::Init()
|
|
|
|
{
|
|
|
|
nsresult rv;
|
|
|
|
|
|
|
|
gExpandedItems.Init(128);
|
|
|
|
|
2006-07-18 16:24:41 +00:00
|
|
|
PRBool doImport;
|
|
|
|
rv = InitDB(&doImport);
|
2006-07-18 16:12:59 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:25:06 +00:00
|
|
|
#ifdef IN_MEMORY_LINKS
|
|
|
|
rv = InitMemDB();
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
#endif
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
// commonly used prefixes that should be chopped off all history and input
|
|
|
|
// urls before comparison
|
|
|
|
mIgnoreSchemes.AppendString(NS_LITERAL_STRING("http://"));
|
|
|
|
mIgnoreSchemes.AppendString(NS_LITERAL_STRING("https://"));
|
|
|
|
mIgnoreSchemes.AppendString(NS_LITERAL_STRING("ftp://"));
|
|
|
|
mIgnoreHostnames.AppendString(NS_LITERAL_STRING("www."));
|
|
|
|
mIgnoreHostnames.AppendString(NS_LITERAL_STRING("ftp."));
|
|
|
|
|
2006-07-18 16:23:51 +00:00
|
|
|
// extract the last session ID so we know where to pick up. There is no index
|
|
|
|
// over sessions so the naive statement "SELECT MAX(session) FROM
|
|
|
|
// moz_historyvisit" won't have good performance. Instead we select the
|
|
|
|
// session of the last visited page because we do have indices over dates.
|
|
|
|
// We still do MAX(session) in case there are duplicate sessions for the same
|
|
|
|
// date, but there will generally be very few (1) of these.
|
2006-07-18 16:14:12 +00:00
|
|
|
{
|
|
|
|
nsCOMPtr<mozIStorageStatement> selectSession;
|
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
2006-07-18 16:23:51 +00:00
|
|
|
"SELECT MAX(session) FROM "
|
|
|
|
"(SELECT MAX(visit_date) AS visit_date FROM moz_historyvisit) maxvd "
|
|
|
|
"JOIN moz_historyvisit v ON maxvd.visit_date = v.visit_date"),
|
2006-07-18 16:14:12 +00:00
|
|
|
getter_AddRefs(selectSession));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
PRBool hasSession;
|
|
|
|
if (NS_SUCCEEDED(selectSession->ExecuteStep(&hasSession)) && hasSession)
|
|
|
|
mLastSessionID = selectSession->AsInt64(0);
|
|
|
|
else
|
|
|
|
mLastSessionID = 1;
|
|
|
|
}
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
// prefs
|
2006-07-18 16:26:20 +00:00
|
|
|
nsCOMPtr<nsIPrefService> prefService =
|
|
|
|
do_GetService(NS_PREFSERVICE_CONTRACTID, &rv);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = prefService->GetBranch(PREF_BRANCH_BASE, getter_AddRefs(mPrefBranch));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
// string bundle for localization
|
|
|
|
nsCOMPtr<nsIStringBundleService> bundleService =
|
|
|
|
do_GetService(NS_STRINGBUNDLE_CONTRACTID, &rv);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = bundleService->CreateBundle(
|
2006-07-18 16:03:05 +00:00
|
|
|
"chrome://browser/locale/places/places.properties",
|
2006-07-18 15:56:56 +00:00
|
|
|
getter_AddRefs(mBundle));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
// locale
|
|
|
|
nsCOMPtr<nsILocaleService> ls = do_GetService(NS_LOCALESERVICE_CONTRACTID, &rv);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = ls->GetApplicationLocale(getter_AddRefs(mLocale));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// collation
|
|
|
|
static NS_DEFINE_CID(kCollationFactoryCID, NS_COLLATIONFACTORY_CID);
|
|
|
|
nsCOMPtr<nsICollationFactory> cfact = do_CreateInstance(
|
|
|
|
kCollationFactoryCID, &rv);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = cfact->CreateCollation(mLocale, getter_AddRefs(mCollation));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// date formatter
|
|
|
|
static NS_DEFINE_CID(kDateTimeFormatCID, NS_DATETIMEFORMAT_CID);
|
|
|
|
mDateFormatter = do_CreateInstance(kDateTimeFormatCID, &rv);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
// annotation service - just ignore errors
|
|
|
|
//mAnnotationService = do_GetService("@mozilla.org/annotation-service;1", &rv);
|
|
|
|
|
|
|
|
// prefs
|
|
|
|
LoadPrefs();
|
|
|
|
|
2006-07-18 16:14:12 +00:00
|
|
|
// recent events hash tables
|
|
|
|
NS_ENSURE_TRUE(mRecentTyped.Init(128), NS_ERROR_OUT_OF_MEMORY);
|
|
|
|
NS_ENSURE_TRUE(mRecentBookmark.Init(128), NS_ERROR_OUT_OF_MEMORY);
|
2006-07-18 16:23:51 +00:00
|
|
|
NS_ENSURE_TRUE(mRecentRedirects.Init(128), NS_ERROR_OUT_OF_MEMORY);
|
2006-07-18 16:14:12 +00:00
|
|
|
|
2006-07-18 16:25:55 +00:00
|
|
|
rv = CreateLookupIndexes();
|
|
|
|
if (NS_FAILED(rv))
|
|
|
|
return rv;
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
// The AddObserver calls must be the last lines in this function, because
|
|
|
|
// this function may fail, and thus, this object would be not completely
|
|
|
|
// initialized), but the observerservice would still keep a reference to us
|
|
|
|
// and notify us about shutdown, which may cause crashes.
|
|
|
|
|
2006-07-18 16:26:20 +00:00
|
|
|
nsCOMPtr<nsIObserverService> observerService =
|
|
|
|
do_GetService("@mozilla.org/observer-service;1", &rv);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 16:26:20 +00:00
|
|
|
nsCOMPtr<nsIPrefBranch2> pbi = do_QueryInterface(mPrefBranch);
|
2006-07-18 15:56:56 +00:00
|
|
|
if (pbi) {
|
|
|
|
pbi->AddObserver(PREF_AUTOCOMPLETE_ONLY_TYPED, this, PR_FALSE);
|
|
|
|
pbi->AddObserver(PREF_BROWSER_HISTORY_EXPIRE_DAYS, this, PR_FALSE);
|
|
|
|
pbi->AddObserver(PREF_AUTOCOMPLETE_MAX_COUNT, this, PR_FALSE);
|
|
|
|
}
|
|
|
|
|
2006-07-18 16:26:20 +00:00
|
|
|
observerService->AddObserver(this, gQuitApplicationMessage, PR_FALSE);
|
2006-07-18 16:27:09 +00:00
|
|
|
observerService->AddObserver(this, gXpcomShutdown, PR_FALSE);
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:24:41 +00:00
|
|
|
if (doImport) {
|
|
|
|
nsCOMPtr<nsIMorkHistoryImporter> importer = new nsMorkHistoryImporter();
|
|
|
|
NS_ENSURE_TRUE(importer, NS_ERROR_OUT_OF_MEMORY);
|
|
|
|
|
|
|
|
nsCOMPtr<nsIFile> historyFile;
|
|
|
|
rv = NS_GetSpecialDirectory(NS_APP_HISTORY_50_FILE,
|
|
|
|
getter_AddRefs(historyFile));
|
|
|
|
if (NS_SUCCEEDED(rv) && historyFile) {
|
|
|
|
importer->ImportHistory(historyFile, this);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2006-07-18 16:25:55 +00:00
|
|
|
// Don't add code that can fail here! Do it up above, before we add our
|
|
|
|
// observers.
|
|
|
|
|
|
|
|
return NS_OK;
|
2006-07-18 15:56:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::InitDB
|
2006-07-18 16:26:44 +00:00
|
|
|
//
|
|
|
|
// sqlite page caches are discarded when a statement is complete. This sucks
|
|
|
|
// for things like history queries where we do many small reads. This means
|
|
|
|
// that for every small transaction, we have to re-read from disk (or the OS
|
|
|
|
// cache) all pages associated with that transaction.
|
|
|
|
//
|
|
|
|
// To get around this, we keep a different connection. This dummy connection
|
|
|
|
// has a statement that stays open and thus keeps is pager cache in memory.
|
|
|
|
// When the shared pager cache is enabled before either connection has been
|
|
|
|
// opened (this is done by the storage service on DB init), our main
|
|
|
|
// connection will get the same pager cache, which will be persisted.
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
nsresult
|
2006-07-18 16:24:41 +00:00
|
|
|
nsNavHistory::InitDB(PRBool *aDoImport)
|
2006-07-18 15:56:56 +00:00
|
|
|
{
|
|
|
|
nsresult rv;
|
2006-07-18 16:10:01 +00:00
|
|
|
PRBool tableExists;
|
2006-07-18 16:24:41 +00:00
|
|
|
*aDoImport = PR_FALSE;
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
// init DB
|
2006-07-18 16:24:16 +00:00
|
|
|
nsCOMPtr<nsIFile> dbFile;
|
|
|
|
rv = NS_GetSpecialDirectory(NS_APP_USER_PROFILE_50_DIR,
|
|
|
|
getter_AddRefs(dbFile));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = dbFile->Append(NS_LITERAL_STRING("bookmarks_history.sqlite"));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
mDBService = do_GetService(MOZ_STORAGE_SERVICE_CONTRACTID, &rv);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:24:16 +00:00
|
|
|
rv = mDBService->OpenDatabase(dbFile, getter_AddRefs(mDBConn));
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 16:26:44 +00:00
|
|
|
// dummy DB (see comment above function) and statement that stays open
|
|
|
|
rv = mDBService->OpenDatabase(dbFile, getter_AddRefs(mDummyDBConn));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = mDummyDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
|
|
"SELECT rowid FROM sqlite_master LIMIT 1"), getter_AddRefs(mDummyStatement));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
PRBool dummyHasResults;
|
|
|
|
rv = mDummyStatement->ExecuteStep(&dummyHasResults);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// ...now forget about that statement, keeping it open
|
|
|
|
|
2006-07-18 16:10:26 +00:00
|
|
|
// the favicon tables must be initialized, since we depend on those in
|
|
|
|
// some of our queries
|
|
|
|
rv = nsFaviconService::InitTables(mDBConn);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
// REMOVE ME FIXME TODO XXX
|
|
|
|
{
|
|
|
|
mDBConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING("PRAGMA cache_size=10000;"));
|
|
|
|
}
|
|
|
|
|
2006-07-18 16:10:01 +00:00
|
|
|
// moz_history
|
|
|
|
rv = mDBConn->TableExists(NS_LITERAL_CSTRING("moz_history"), &tableExists);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
if (! tableExists) {
|
2006-07-18 16:24:41 +00:00
|
|
|
*aDoImport = PR_TRUE;
|
2006-07-18 16:10:01 +00:00
|
|
|
rv = mDBConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING("CREATE TABLE moz_history ("
|
|
|
|
"id INTEGER PRIMARY KEY, "
|
|
|
|
"url LONGVARCHAR, "
|
|
|
|
"title LONGVARCHAR, "
|
2006-07-18 16:12:34 +00:00
|
|
|
"user_title LONGVARCHAR, "
|
2006-07-18 16:10:01 +00:00
|
|
|
"rev_host LONGVARCHAR, "
|
|
|
|
"visit_count INTEGER DEFAULT 0, "
|
|
|
|
"hidden INTEGER DEFAULT 0 NOT NULL, "
|
|
|
|
"typed INTEGER DEFAULT 0 NOT NULL, "
|
|
|
|
"favicon INTEGER)"));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:10:01 +00:00
|
|
|
rv = mDBConn->ExecuteSimpleSQL(
|
|
|
|
NS_LITERAL_CSTRING("CREATE INDEX moz_history_urlindex ON moz_history (url)"));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
}
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:10:01 +00:00
|
|
|
// moz_historyvisit
|
2006-07-18 16:10:26 +00:00
|
|
|
rv = mDBConn->TableExists(NS_LITERAL_CSTRING("moz_historyvisit"), &tableExists);
|
2006-07-18 16:10:01 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
if (! tableExists) {
|
|
|
|
rv = mDBConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING("CREATE TABLE moz_historyvisit ("
|
|
|
|
"visit_id INTEGER PRIMARY KEY, "
|
|
|
|
"from_visit INTEGER, "
|
|
|
|
"page_id INTEGER, "
|
|
|
|
"visit_date INTEGER, "
|
|
|
|
"visit_type INTEGER, "
|
|
|
|
"session INTEGER)"));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:10:01 +00:00
|
|
|
rv = mDBConn->ExecuteSimpleSQL(
|
|
|
|
NS_LITERAL_CSTRING("CREATE INDEX moz_historyvisit_pageindex ON moz_historyvisit (page_id)"));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
}
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
// functions (must happen after table creation)
|
|
|
|
|
2006-07-18 16:10:01 +00:00
|
|
|
// mDBGetVisitPageInfo
|
|
|
|
/*
|
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
2006-07-18 16:12:34 +00:00
|
|
|
"SELECT h.id, h.url, h.title, h.user_title, h.rev_host, h.visit_count, v.visit_date "
|
2006-07-18 16:10:01 +00:00
|
|
|
"FROM moz_historyvisit v, moz_history h "
|
|
|
|
"WHERE v.visit_id = ?1 AND h.id = v.page_id"),
|
|
|
|
getter_AddRefs(mDBGetVisitPageInfo));
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:10:01 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
// mDBGetURLPageInfo
|
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
2006-07-18 16:12:34 +00:00
|
|
|
"SELECT h.id, h.url, h.title, h.user_title, h.rev_host, h.visit_count "
|
2006-07-18 16:10:01 +00:00
|
|
|
"FROM moz_history h "
|
|
|
|
"WHERE h.url = ?1"),
|
|
|
|
getter_AddRefs(mDBGetURLPageInfo));
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:10:01 +00:00
|
|
|
|
|
|
|
// mDBGetURLPageInfoFull
|
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
2006-07-18 16:12:34 +00:00
|
|
|
"SELECT h.id, h.url, h.title, h.user_title, h.rev_host, h.visit_count, "
|
2006-07-18 16:12:09 +00:00
|
|
|
"(SELECT MAX(visit_date) FROM moz_historyvisit WHERE page_id = h.id), "
|
|
|
|
"f.url "
|
2006-07-18 16:10:01 +00:00
|
|
|
"FROM moz_history h "
|
|
|
|
"LEFT OUTER JOIN moz_favicon f ON h.favicon = f.id "
|
2006-07-18 16:12:09 +00:00
|
|
|
"WHERE h.url = ?1 "),
|
2006-07-18 16:10:01 +00:00
|
|
|
getter_AddRefs(mDBGetURLPageInfoFull));
|
2006-07-18 16:08:48 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:10:01 +00:00
|
|
|
|
2006-07-18 16:23:02 +00:00
|
|
|
// mDBGetIdPageInfo
|
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
|
|
"SELECT h.id, h.url, h.title, h.user_title, h.rev_host, h.visit_count "
|
|
|
|
"FROM moz_history h WHERE h.id = ?1"),
|
|
|
|
getter_AddRefs(mDBGetIdPageInfo));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 16:10:01 +00:00
|
|
|
// mDBGetIdPageInfoFull
|
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
2006-07-18 16:12:34 +00:00
|
|
|
"SELECT h.id, h.url, h.title, h.user_title, h.rev_host, h.visit_count, "
|
2006-07-18 16:12:09 +00:00
|
|
|
"(SELECT MAX(visit_date) FROM moz_historyvisit WHERE page_id = h.id), "
|
|
|
|
"f.url "
|
|
|
|
"FROM moz_history h "
|
2006-07-18 16:10:01 +00:00
|
|
|
"LEFT OUTER JOIN moz_favicon f ON h.favicon = f.id "
|
2006-07-18 16:12:09 +00:00
|
|
|
"WHERE h.id = ?1"),
|
2006-07-18 16:10:01 +00:00
|
|
|
getter_AddRefs(mDBGetIdPageInfoFull));
|
2006-07-18 16:09:37 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:10:01 +00:00
|
|
|
|
|
|
|
// mDBFullAutoComplete
|
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
|
|
"SELECT h.url, h.title, h.visit_count, h.typed "
|
|
|
|
"FROM moz_history h "
|
|
|
|
"JOIN moz_historyvisit v ON h.id = v.page_id "
|
|
|
|
"WHERE h.hidden <> 1 "
|
|
|
|
"GROUP BY h.id "
|
|
|
|
"ORDER BY h.visit_count "
|
|
|
|
"LIMIT ?1"),
|
|
|
|
getter_AddRefs(mDBFullAutoComplete));
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 16:11:44 +00:00
|
|
|
// mDBRecentVisitOfURL
|
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
2006-07-18 16:14:12 +00:00
|
|
|
"SELECT v.visit_id, v.session "
|
2006-07-18 16:11:44 +00:00
|
|
|
"FROM moz_history h JOIN moz_historyvisit v ON h.id = v.page_id "
|
|
|
|
"WHERE h.url = ?1 "
|
|
|
|
"ORDER BY v.visit_date DESC "
|
|
|
|
"LIMIT 1"),
|
|
|
|
getter_AddRefs(mDBRecentVisitOfURL));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// mDBInsertVisit
|
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
|
|
"INSERT INTO moz_historyvisit "
|
|
|
|
"(from_visit, page_id, visit_date, visit_type, session) "
|
|
|
|
"VALUES (?1, ?2, ?3, ?4, ?5)"),
|
|
|
|
getter_AddRefs(mDBInsertVisit));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:18:15 +00:00
|
|
|
|
2006-07-18 16:23:51 +00:00
|
|
|
// mDBGetPageVisitStats (see InternalAdd)
|
2006-07-18 16:21:22 +00:00
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
2006-07-18 16:23:51 +00:00
|
|
|
"SELECT id, visit_count, typed, hidden "
|
|
|
|
"FROM moz_history "
|
|
|
|
"WHERE url = ?1"),
|
|
|
|
getter_AddRefs(mDBGetPageVisitStats));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// mDBUpdatePageVisitStats (see InternalAdd)
|
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
|
|
"UPDATE moz_history "
|
|
|
|
"SET visit_count = ?2, hidden = ?3 "
|
2006-07-18 16:21:22 +00:00
|
|
|
"WHERE id = ?1"),
|
2006-07-18 16:23:51 +00:00
|
|
|
getter_AddRefs(mDBUpdatePageVisitStats));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// mDBAddNewPage (see InternalAddNewPage)
|
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
|
|
"INSERT INTO moz_history "
|
|
|
|
"(url, rev_host, hidden, typed, visit_count) "
|
|
|
|
"VALUES (?1, ?2, ?3, ?4, ?5)"),
|
|
|
|
getter_AddRefs(mDBAddNewPage));
|
2006-07-18 16:21:22 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
// mDBVisitToURLResult, should match kGetInfoIndex_* (see GetQueryResults)
|
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
|
|
"SELECT h.id, h.url, h.title, h.user_title, h.rev_host, h.visit_count, "
|
|
|
|
"(SELECT MAX(visit_date) FROM moz_historyvisit WHERE page_id = h.id), "
|
|
|
|
"f.url, null "
|
|
|
|
"FROM moz_history h "
|
|
|
|
"JOIN moz_historyvisit v ON h.id = v.page_id "
|
|
|
|
"LEFT OUTER JOIN moz_favicon f ON h.favicon = f.id "
|
|
|
|
"WHERE v.visit_id = ?1"),
|
|
|
|
getter_AddRefs(mDBVisitToURLResult));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// mDBVisitToVisitResult, should match kGetInfoIndex_* (see GetQueryResults)
|
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
|
|
"SELECT h.id, h.url, h.title, h.user_title, h.rev_host, h.visit_count, "
|
|
|
|
"v.visit_date, f.url, v.session "
|
|
|
|
"FROM moz_history h "
|
|
|
|
"JOIN moz_historyvisit v ON h.id = v.page_id "
|
|
|
|
"LEFT OUTER JOIN moz_favicon f ON h.favicon = f.id "
|
|
|
|
"WHERE v.visit_id = ?1"),
|
|
|
|
getter_AddRefs(mDBVisitToVisitResult));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// mDBUrlToURLResult, should match kGetInfoIndex_*
|
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
|
|
"SELECT h.id, h.url, h.title, h.user_title, h.rev_host, h.visit_count, "
|
|
|
|
"(SELECT MAX(visit_date) FROM moz_historyvisit WHERE page_id = h.id), "
|
|
|
|
"f.url, null "
|
|
|
|
"FROM moz_history h "
|
|
|
|
"LEFT OUTER JOIN moz_favicon f ON h.favicon = f.id "
|
|
|
|
"WHERE h.url = ?1"),
|
|
|
|
getter_AddRefs(mDBUrlToUrlResult));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 16:10:26 +00:00
|
|
|
return NS_OK;
|
2006-07-18 15:56:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 16:25:06 +00:00
|
|
|
#ifdef IN_MEMORY_LINKS
|
2006-07-18 15:56:56 +00:00
|
|
|
// nsNavHistory::InitMemDB
|
|
|
|
//
|
|
|
|
// Should be called after InitDB
|
|
|
|
|
|
|
|
nsresult
|
|
|
|
nsNavHistory::InitMemDB()
|
|
|
|
{
|
2006-07-18 15:57:46 +00:00
|
|
|
nsresult rv = mDBService->OpenSpecialDatabase("memory", getter_AddRefs(mMemDBConn));
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// create our table and index
|
|
|
|
rv = mMemDBConn->ExecuteSimpleSQL(
|
|
|
|
NS_LITERAL_CSTRING("CREATE TABLE moz_memhistory (url LONGVARCHAR UNIQUE)"));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// prepackaged statements
|
|
|
|
rv = mMemDBConn->CreateStatement(
|
|
|
|
NS_LITERAL_CSTRING("SELECT url FROM moz_memhistory WHERE url = ?1"),
|
|
|
|
getter_AddRefs(mMemDBGetPage));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = mMemDBConn->CreateStatement(
|
|
|
|
NS_LITERAL_CSTRING("INSERT OR IGNORE INTO moz_memhistory VALUES (?1)"),
|
|
|
|
getter_AddRefs(mMemDBAddPage));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// Copy the URLs over: sort by URL because the original table already has
|
|
|
|
// and index. We can therefor not spend time sorting the whole thing another
|
|
|
|
// time by inserting in order.
|
|
|
|
nsCOMPtr<mozIStorageStatement> selectStatement;
|
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING("SELECT url FROM moz_history WHERE visit_count > 0 ORDER BY url"),
|
|
|
|
getter_AddRefs(selectStatement));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
PRBool hasMore = PR_FALSE;
|
|
|
|
//rv = mMemDBConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING("BEGIN TRANSACTION"));
|
|
|
|
mozStorageTransaction transaction(mMemDBConn, PR_FALSE);
|
|
|
|
nsCString url;
|
|
|
|
while(NS_SUCCEEDED(rv = selectStatement->ExecuteStep(&hasMore)) && hasMore) {
|
2006-07-18 16:24:41 +00:00
|
|
|
rv = selectStatement->GetUTF8String(0, url);
|
2006-07-18 15:56:56 +00:00
|
|
|
if (NS_SUCCEEDED(rv) && ! url.IsEmpty()) {
|
|
|
|
rv = mMemDBAddPage->BindUTF8StringParameter(0, url);
|
|
|
|
if (NS_SUCCEEDED(rv))
|
|
|
|
mMemDBAddPage->Execute();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
transaction.Commit();
|
|
|
|
|
|
|
|
return NS_OK;
|
|
|
|
}
|
2006-07-18 16:25:06 +00:00
|
|
|
#endif
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::SaveExpandItem
|
|
|
|
//
|
|
|
|
// This adds an item to the persistent list of items that should be
|
|
|
|
// expanded.
|
|
|
|
|
|
|
|
void
|
|
|
|
nsNavHistory::SaveExpandItem(const nsAString& aTitle)
|
|
|
|
{
|
|
|
|
gExpandedItems.Put(aTitle, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 15:58:11 +00:00
|
|
|
// nsNavHistory::GetUrlIdFor
|
|
|
|
//
|
2006-07-18 15:58:38 +00:00
|
|
|
// Called by the bookmarks and annotation services, this function returns the
|
2006-07-18 15:58:11 +00:00
|
|
|
// ID of the row for the given URL, optionally creating one if it doesn't
|
|
|
|
// exist. A newly created entry will have no visits.
|
|
|
|
//
|
|
|
|
// If aAutoCreate is false and the item doesn't exist, the entry ID will be
|
|
|
|
// zero.
|
|
|
|
//
|
|
|
|
// This DOES NOT check for bad URLs other than that they're nonempty.
|
|
|
|
|
|
|
|
nsresult
|
|
|
|
nsNavHistory::GetUrlIdFor(nsIURI* aURI, PRInt64* aEntryID,
|
|
|
|
PRBool aAutoCreate)
|
|
|
|
{
|
|
|
|
*aEntryID = 0;
|
|
|
|
|
|
|
|
mozStorageTransaction transaction(mDBConn, PR_FALSE);
|
|
|
|
mozStorageStatementScoper statementResetter(mDBGetURLPageInfo);
|
2006-07-18 16:23:51 +00:00
|
|
|
nsresult rv = BindStatementURI(mDBGetURLPageInfo, 0, aURI);
|
2006-07-18 15:58:11 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
PRBool hasEntry = PR_FALSE;
|
|
|
|
rv = mDBGetURLPageInfo->ExecuteStep(&hasEntry);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
if (hasEntry) {
|
|
|
|
return mDBGetURLPageInfo->GetInt64(kGetInfoIndex_PageID, aEntryID);
|
|
|
|
} else if (aAutoCreate) {
|
2006-07-18 16:23:51 +00:00
|
|
|
// create a new hidden, untyped, unvisited entry
|
2006-07-18 15:58:11 +00:00
|
|
|
mDBGetURLPageInfo->Reset();
|
|
|
|
statementResetter.Abandon();
|
2006-07-18 16:23:51 +00:00
|
|
|
rv = InternalAddNewPage(aURI, PR_TRUE, PR_FALSE, 0, aEntryID);
|
2006-07-18 15:58:11 +00:00
|
|
|
if (NS_SUCCEEDED(rv))
|
|
|
|
transaction.Commit();
|
|
|
|
return rv;
|
|
|
|
} else {
|
|
|
|
// Doesn't exist: don't do anything, entry ID was already set to 0 above
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
// nsNavHistory::SaveCollapseItem
|
|
|
|
//
|
|
|
|
// For now, just remove things that should be collapsed. Maybe in the
|
|
|
|
// future we'll want to save things that have been explicitly collapsed
|
|
|
|
// versus things that were just never expanded in the first place. This could
|
|
|
|
// be done by doing a put with a value of 0.
|
|
|
|
|
|
|
|
void
|
|
|
|
nsNavHistory::SaveCollapseItem(const nsAString& aTitle)
|
|
|
|
{
|
|
|
|
gExpandedItems.Remove(aTitle);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::InternalAddNewPage
|
|
|
|
//
|
|
|
|
// Adds a new page to the DB. THIS SHOULD BE THE ONLY PLACE NEW ROWS ARE
|
|
|
|
// CREATED. This allows us to maintain better consistency.
|
|
|
|
//
|
|
|
|
// If non-null, the new page ID will be placed into aPageID.
|
|
|
|
|
|
|
|
nsresult
|
2006-07-18 16:23:51 +00:00
|
|
|
nsNavHistory::InternalAddNewPage(nsIURI* aURI, PRBool aHidden, PRBool aTyped,
|
2006-07-18 15:59:03 +00:00
|
|
|
PRInt32 aVisitCount, PRInt64* aPageID)
|
2006-07-18 15:56:56 +00:00
|
|
|
{
|
2006-07-18 16:23:51 +00:00
|
|
|
mozStorageStatementScoper scoper(mDBAddNewPage);
|
|
|
|
nsresult rv = BindStatementURI(mDBAddNewPage, 0, aURI);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// host (reversed with trailing period)
|
|
|
|
nsAutoString revHost;
|
|
|
|
rv = GetReversedHostname(aURI, revHost);
|
2006-07-18 16:02:41 +00:00
|
|
|
// Not all URI types have hostnames, so this is optional.
|
|
|
|
if (NS_SUCCEEDED(rv)) {
|
2006-07-18 16:23:51 +00:00
|
|
|
rv = mDBAddNewPage->BindStringParameter(1, revHost);
|
2006-07-18 16:02:41 +00:00
|
|
|
} else {
|
2006-07-18 16:23:51 +00:00
|
|
|
rv = mDBAddNewPage->BindNullParameter(1);
|
2006-07-18 16:02:41 +00:00
|
|
|
}
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// hidden
|
2006-07-18 16:23:51 +00:00
|
|
|
rv = mDBAddNewPage->BindInt32Parameter(2, aHidden);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// typed
|
2006-07-18 16:23:51 +00:00
|
|
|
rv = mDBAddNewPage->BindInt32Parameter(3, aTyped);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// visit count
|
2006-07-18 16:23:51 +00:00
|
|
|
rv = mDBAddNewPage->BindInt32Parameter(4, aVisitCount);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 16:23:51 +00:00
|
|
|
rv = mDBAddNewPage->Execute();
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// If the caller wants the page ID, go get it
|
|
|
|
if (aPageID) {
|
|
|
|
rv = mDBConn->GetLastInsertRowID(aPageID);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
}
|
|
|
|
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 16:16:13 +00:00
|
|
|
// nsNavHistory::InternalAddVisit
|
2006-07-18 15:56:56 +00:00
|
|
|
//
|
|
|
|
// Just a wrapper for inserting a new visit in the DB.
|
2006-07-18 16:11:44 +00:00
|
|
|
|
2006-07-18 16:23:51 +00:00
|
|
|
nsresult
|
|
|
|
nsNavHistory::InternalAddVisit(PRInt64 aPageID, PRInt64 aReferringVisit,
|
|
|
|
PRInt64 aSessionID, PRTime aTime,
|
|
|
|
PRInt32 aTransitionType, PRInt64* visitID)
|
2006-07-18 15:56:56 +00:00
|
|
|
{
|
2006-07-18 16:11:44 +00:00
|
|
|
nsresult rv;
|
|
|
|
mozStorageStatementScoper scoper(mDBInsertVisit);
|
|
|
|
|
2006-07-18 16:23:51 +00:00
|
|
|
rv = mDBInsertVisit->BindInt64Parameter(0, aReferringVisit);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:11:44 +00:00
|
|
|
rv = mDBInsertVisit->BindInt64Parameter(1, aPageID);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:11:44 +00:00
|
|
|
rv = mDBInsertVisit->BindInt64Parameter(2, aTime);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:11:44 +00:00
|
|
|
rv = mDBInsertVisit->BindInt32Parameter(3, aTransitionType);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:23:51 +00:00
|
|
|
rv = mDBInsertVisit->BindInt64Parameter(4, aSessionID);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 16:11:44 +00:00
|
|
|
rv = mDBInsertVisit->Execute();
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:14:36 +00:00
|
|
|
|
|
|
|
return mDBConn->GetLastInsertRowID(visitID);
|
2006-07-18 15:56:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 16:23:51 +00:00
|
|
|
// nsNavHistory::FindLastVisit
|
|
|
|
//
|
|
|
|
// This finds the most recent visit to the given URL. If found, it will put
|
|
|
|
// that visit's ID and session into the respective out parameters and return
|
|
|
|
// true. Returns false if no visit is found.
|
|
|
|
//
|
|
|
|
// This is used to compute the referring visit.
|
|
|
|
|
|
|
|
PRBool
|
|
|
|
nsNavHistory::FindLastVisit(nsIURI* aURI, PRInt64* aVisitID,
|
|
|
|
PRInt64* aSessionID)
|
|
|
|
{
|
|
|
|
mozStorageStatementScoper scoper(mDBRecentVisitOfURL);
|
|
|
|
nsresult rv = BindStatementURI(mDBRecentVisitOfURL, 0, aURI);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
PRBool hasMore;
|
|
|
|
rv = mDBRecentVisitOfURL->ExecuteStep(&hasMore);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
if (hasMore) {
|
|
|
|
*aVisitID = mDBRecentVisitOfURL->AsInt64(0);
|
|
|
|
*aSessionID = mDBRecentVisitOfURL->AsInt64(1);
|
|
|
|
return PR_TRUE;
|
|
|
|
}
|
|
|
|
return PR_FALSE;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
// nsNavHistory::IsURIStringVisited
|
|
|
|
//
|
|
|
|
// Takes a URL as a string and returns true if we've visited it.
|
|
|
|
//
|
|
|
|
// Be careful to always reset the statement since it will be reused.
|
|
|
|
|
|
|
|
PRBool nsNavHistory::IsURIStringVisited(const nsACString& aURIString)
|
|
|
|
{
|
|
|
|
#ifdef IN_MEMORY_LINKS
|
|
|
|
// check the memory DB
|
|
|
|
nsresult rv = mMemDBGetPage->BindUTF8StringParameter(0, aURIString);
|
|
|
|
NS_ENSURE_SUCCESS(rv, PR_FALSE);
|
|
|
|
PRBool hasPage = PR_FALSE;
|
|
|
|
mMemDBGetPage->ExecuteStep(&hasPage);
|
|
|
|
mMemDBGetPage->Reset();
|
|
|
|
return hasPage;
|
|
|
|
#else
|
|
|
|
// check the main DB
|
|
|
|
nsresult rv;
|
|
|
|
mozStorageStatementScoper statementResetter(mDBGetURLPageInfo);
|
|
|
|
rv = mDBGetURLPageInfo->BindUTF8StringParameter(0, aURIString);
|
|
|
|
NS_ENSURE_SUCCESS(rv, PR_FALSE);
|
|
|
|
|
|
|
|
PRBool hasMore = PR_FALSE;
|
|
|
|
rv = mDBGetURLPageInfo->ExecuteStep(&hasMore);
|
|
|
|
NS_ENSURE_SUCCESS(rv, PR_FALSE);
|
2006-07-18 16:26:44 +00:00
|
|
|
if (! hasMore)
|
|
|
|
return PR_FALSE;
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
// Actually get the result to make sure the visit count > 0. there are
|
|
|
|
// several ways that we can get pages with visit counts of 0, and those
|
|
|
|
// should not count.
|
|
|
|
PRInt32 visitCount;
|
2006-07-18 16:26:44 +00:00
|
|
|
rv = mDBGetURLPageInfo->GetInt32(kGetInfoIndex_VisitCount, &visitCount);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, PR_FALSE);
|
|
|
|
|
|
|
|
return visitCount > 0;
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::VacuumDB
|
|
|
|
//
|
2006-07-18 16:10:55 +00:00
|
|
|
// Deletes everything from the database that is old. It is called on app
|
|
|
|
// shutdown and when you clear history.
|
|
|
|
//
|
|
|
|
// "Old" is anything older than now - aTimeAgo. On app shutdown, aTimeAgo is
|
|
|
|
// the time in preferences for history expiration. If aTimeAgo is 0
|
|
|
|
// (everything older than now), all history will be deleted (everything
|
|
|
|
// older than now).
|
2006-07-18 15:56:56 +00:00
|
|
|
//
|
|
|
|
// We DO NOT notify observers that the items are being deleted. I can't think
|
|
|
|
// of any reason why anybody would need to know (we are shutting down, after
|
|
|
|
// all), and if there is an observer still attached, it could significantly
|
|
|
|
// prolong shutdown.
|
|
|
|
//
|
|
|
|
// The statement:
|
|
|
|
// DELETE FROM a WHERE a.id in (SELECT id FROM a LEFT OUTER JOIN b ON a.id = b.bar WHERE b.bid IS NULL);
|
|
|
|
// matches the visits and history entries. An outer join means that we
|
|
|
|
// generate a row for every item in the left-hand table (in this case, the
|
|
|
|
// history table), even when there is no corresponding right-hand table.
|
|
|
|
// Then we just pick those items where there was no corresponding right-hand
|
|
|
|
// one (i.e., a moz_history entry with no visits), and delete it.
|
2006-07-18 16:10:55 +00:00
|
|
|
//
|
2006-07-18 16:19:04 +00:00
|
|
|
// We never delete "place:" URIs. These are used to associate information
|
|
|
|
// with queries and bookmark folders that are never technically visited.
|
|
|
|
// In some cases, you can get dangling ones, (referencing a folder that
|
|
|
|
// was deleted, for example) but that should be rare and insignificant.
|
|
|
|
//
|
2006-07-18 16:26:44 +00:00
|
|
|
// Some times we may want to vacuum which will defragment the database and
|
|
|
|
// return any unused space to the filesystem. This operation can be
|
|
|
|
// extremely slow (sometimes 1 minute) and we don't do it now. Deleted data
|
|
|
|
// is overwritten with 0s by sqlite since we use SQLITE_SECURE_DELETE
|
|
|
|
// (in the sqlite makefile). Perhaps we should expose a way to do that.
|
|
|
|
//
|
|
|
|
// Implementation note if we do a vacuum: There can not be any active
|
|
|
|
// statements for the vacuuming to work. This includes the dummy database.
|
|
|
|
// To make this work you would have to complete the dummy statement (and
|
|
|
|
// possibly detach the connection), do the vacuum, and then re-attach
|
|
|
|
// everything.
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
nsresult
|
2006-07-18 16:26:44 +00:00
|
|
|
nsNavHistory::VacuumDB(PRTime aTimeAgo)
|
2006-07-18 15:56:56 +00:00
|
|
|
{
|
2006-07-18 16:10:55 +00:00
|
|
|
nsresult rv;
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
// go ahead and commit on error, only some things will get deleted, which,
|
|
|
|
// if you are trying to clear your history, is probably better than nothing.
|
|
|
|
mozStorageTransaction transaction(mDBConn, PR_TRUE);
|
|
|
|
|
2006-07-18 16:10:55 +00:00
|
|
|
if (aTimeAgo) {
|
|
|
|
// find the threshold for deleting old visits
|
|
|
|
PRTime now = GetNow();
|
|
|
|
PRInt64 expirationTime = now - aTimeAgo;
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:10:55 +00:00
|
|
|
// delete expired visits
|
|
|
|
nsCOMPtr<mozIStorageStatement> visitDelete;
|
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
|
|
"DELETE FROM moz_historyvisit WHERE visit_date < ?1"),
|
|
|
|
getter_AddRefs(visitDelete));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = visitDelete->BindInt64Parameter(0, expirationTime);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = visitDelete->Execute();
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
} else {
|
2006-07-18 16:19:04 +00:00
|
|
|
// delete all visits
|
2006-07-18 16:10:55 +00:00
|
|
|
nsCOMPtr<mozIStorageStatement> visitDelete;
|
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
|
|
"DELETE FROM moz_historyvisit"), getter_AddRefs(visitDelete));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = visitDelete->Execute();
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
}
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:10:01 +00:00
|
|
|
// delete history entries with no visits that are not bookmarked
|
2006-07-18 16:19:04 +00:00
|
|
|
// also never delete any "place:" URIs (see function header comment)
|
2006-07-18 16:10:01 +00:00
|
|
|
rv = mDBConn->ExecuteSimpleSQL(NS_LITERAL_CSTRING(
|
|
|
|
"DELETE FROM moz_history WHERE id IN (SELECT id FROM moz_history h "
|
|
|
|
"LEFT OUTER JOIN moz_historyvisit v ON h.id = v.page_id "
|
|
|
|
"LEFT OUTER JOIN moz_bookmarks b ON h.id = b.item_child "
|
2006-07-18 16:19:04 +00:00
|
|
|
"WHERE v.visit_id IS NULL "
|
|
|
|
"AND b.item_child IS NULL "
|
|
|
|
"AND SUBSTR(url,0,6) <> 'place:')"));
|
2006-07-18 16:10:01 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 15:58:11 +00:00
|
|
|
|
2006-07-18 16:10:01 +00:00
|
|
|
// FIXME: delete annotations for expiring pages
|
2006-07-18 15:58:11 +00:00
|
|
|
|
2006-07-18 16:10:01 +00:00
|
|
|
// delete favicons that no pages reference
|
|
|
|
rv = nsFaviconService::VacuumFavicons(mDBConn);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 16:20:57 +00:00
|
|
|
transaction.Commit();
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::LoadPrefs
|
|
|
|
|
|
|
|
nsresult
|
|
|
|
nsNavHistory::LoadPrefs()
|
|
|
|
{
|
2006-07-18 16:26:20 +00:00
|
|
|
if (! mPrefBranch)
|
|
|
|
return NS_OK;
|
|
|
|
|
|
|
|
mPrefBranch->GetIntPref(PREF_BROWSER_HISTORY_EXPIRE_DAYS, &mExpireDays);
|
|
|
|
mPrefBranch->GetBoolPref(PREF_AUTOCOMPLETE_ONLY_TYPED,
|
2006-07-18 15:56:56 +00:00
|
|
|
&mAutoCompleteOnlyTyped);
|
2006-07-18 16:26:20 +00:00
|
|
|
if (NS_FAILED(mPrefBranch->GetIntPref(PREF_AUTOCOMPLETE_MAX_COUNT, &mAutoCompleteMaxCount))) {
|
2006-07-18 15:56:56 +00:00
|
|
|
mAutoCompleteMaxCount = 2000; // FIXME: add this to default prefs.js
|
|
|
|
}
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::GetNow
|
|
|
|
//
|
|
|
|
// This is a hack to avoid calling PR_Now() too often, as is the case when
|
|
|
|
// we're asked the ageindays of many history entries in a row. A timer is
|
|
|
|
// set which will clear our valid flag after a short timeout.
|
|
|
|
|
|
|
|
PRTime
|
|
|
|
nsNavHistory::GetNow()
|
|
|
|
{
|
|
|
|
if (!mNowValid) {
|
|
|
|
mLastNow = PR_Now();
|
|
|
|
mNowValid = PR_TRUE;
|
|
|
|
if (!mExpireNowTimer)
|
|
|
|
mExpireNowTimer = do_CreateInstance("@mozilla.org/timer;1");
|
|
|
|
|
|
|
|
if (mExpireNowTimer)
|
|
|
|
mExpireNowTimer->InitWithFuncCallback(expireNowTimerCallback, this,
|
|
|
|
HISTORY_EXPIRE_NOW_TIMEOUT,
|
|
|
|
nsITimer::TYPE_ONE_SHOT);
|
|
|
|
}
|
|
|
|
|
|
|
|
return mLastNow;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::expireNowTimerCallback
|
|
|
|
|
|
|
|
void nsNavHistory::expireNowTimerCallback(nsITimer* aTimer,
|
|
|
|
void* aClosure)
|
|
|
|
{
|
|
|
|
nsNavHistory* history = NS_STATIC_CAST(nsNavHistory*, aClosure);
|
|
|
|
history->mNowValid = PR_FALSE;
|
|
|
|
history->mExpireNowTimer = nsnull;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 16:03:30 +00:00
|
|
|
// nsNavHistory::NormalizeTime
|
|
|
|
//
|
|
|
|
// Converts a nsINavHistoryQuery reference+offset time into a PRTime
|
|
|
|
// relative to the epoch.
|
2006-07-18 16:19:04 +00:00
|
|
|
//
|
|
|
|
// It is important that this function NOT use the current time optimization.
|
|
|
|
// It is called to update queries, and we really need to know what right
|
|
|
|
// now is because those incoming values will also have current times that
|
|
|
|
// we will have to compare against.
|
2006-07-18 16:03:30 +00:00
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
PRTime // static
|
2006-07-18 16:03:30 +00:00
|
|
|
nsNavHistory::NormalizeTime(PRUint32 aRelative, PRTime aOffset)
|
|
|
|
{
|
|
|
|
PRTime ref;
|
|
|
|
switch (aRelative)
|
|
|
|
{
|
|
|
|
case nsINavHistoryQuery::TIME_RELATIVE_EPOCH:
|
|
|
|
return aOffset;
|
|
|
|
case nsINavHistoryQuery::TIME_RELATIVE_TODAY: {
|
|
|
|
// round to midnight this morning
|
|
|
|
PRExplodedTime explodedTime;
|
2006-07-18 16:19:04 +00:00
|
|
|
PR_ExplodeTime(PR_Now(), PR_LocalTimeParameters, &explodedTime);
|
2006-07-18 16:03:30 +00:00
|
|
|
explodedTime.tm_min =
|
|
|
|
explodedTime.tm_hour =
|
|
|
|
explodedTime.tm_sec =
|
|
|
|
explodedTime.tm_usec = 0;
|
|
|
|
ref = PR_ImplodeTime(&explodedTime);
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
case nsINavHistoryQuery::TIME_RELATIVE_NOW:
|
2006-07-18 16:19:04 +00:00
|
|
|
ref = PR_Now();
|
2006-07-18 16:03:30 +00:00
|
|
|
break;
|
|
|
|
default:
|
|
|
|
NS_NOTREACHED("Invalid relative time");
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
return ref + aOffset;
|
|
|
|
}
|
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
|
|
|
|
// nsNavHistory::CanLiveUpdateQuery
|
|
|
|
//
|
|
|
|
// Returns true if this set of queries/options can be live-updated. That is,
|
|
|
|
// we can look at a node and compare its attributes to the query and easily
|
|
|
|
// tell whether it belongs in the result set or not.
|
|
|
|
//
|
|
|
|
// QUERYUPDATE_TIME:
|
|
|
|
// This query is only limited by an inclusive time range on the first
|
|
|
|
// query object. The caller can quickly evaluate the time itself if it
|
|
|
|
// chooses. This is even simpler than "simple" below.
|
|
|
|
// QUERYUPDATE_SIMPLE:
|
|
|
|
// This query is evaluatable using EvaluateQueryForNode to do live
|
|
|
|
// updating.
|
|
|
|
// QUERYUPDATE_COMPLEX:
|
|
|
|
// This query is not evaluatable using EvaluateQueryForNode. When something
|
|
|
|
// happens that this query updates, you will need to re-run the query.
|
|
|
|
// QUERYUPDATE_COMPLEX_WITH_BOOKMARKS:
|
|
|
|
// A complex query that additionally has dependence on bookmarks. All
|
|
|
|
// bookmark-dependent queries fall under this category.
|
|
|
|
//
|
|
|
|
// aHasSearchTerms will be set to true if the query has any dependence on
|
|
|
|
// keywords. When there is no dependence on keywords, we can handle title
|
|
|
|
// change operations as simple instead of complex.
|
|
|
|
|
|
|
|
PRUint32
|
2006-07-18 16:20:08 +00:00
|
|
|
nsNavHistory::GetUpdateRequirements(const nsCOMArray<nsNavHistoryQuery>& aQueries,
|
2006-07-18 16:19:04 +00:00
|
|
|
nsNavHistoryQueryOptions* aOptions,
|
|
|
|
PRBool* aHasSearchTerms)
|
|
|
|
{
|
2006-07-18 16:20:08 +00:00
|
|
|
NS_ASSERTION(aQueries.Count() > 0, "Must have at least one query");
|
2006-07-18 16:19:04 +00:00
|
|
|
|
|
|
|
// first check if there are search terms
|
|
|
|
*aHasSearchTerms = PR_FALSE;
|
2006-07-18 16:20:33 +00:00
|
|
|
PRInt32 i;
|
|
|
|
for (i = 0; i < aQueries.Count(); i ++) {
|
2006-07-18 16:20:08 +00:00
|
|
|
aQueries[i]->GetHasSearchTerms(aHasSearchTerms);
|
2006-07-18 16:19:04 +00:00
|
|
|
if (*aHasSearchTerms)
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Whenever there is a maximum number of results, we must requery. This
|
|
|
|
// is because we can't generally know if any given addition/change causes
|
|
|
|
// the item to be in the top N items in the database.
|
|
|
|
if (aOptions->MaxResults() > 0)
|
|
|
|
return QUERYUPDATE_COMPLEX;
|
|
|
|
|
|
|
|
PRBool nonTimeBasedItems = PR_FALSE;
|
2006-07-18 16:20:33 +00:00
|
|
|
for (i = 0; i < aQueries.Count(); i ++) {
|
2006-07-18 16:20:08 +00:00
|
|
|
nsNavHistoryQuery* query = aQueries[i];
|
2006-07-18 16:19:04 +00:00
|
|
|
|
|
|
|
if (query->Folders().Length() > 0 || query->OnlyBookmarked()) {
|
|
|
|
return QUERYUPDATE_COMPLEX_WITH_BOOKMARKS;
|
|
|
|
}
|
|
|
|
// Note: we don't currently have any complex non-bookmarked items, but these
|
|
|
|
// are expected to be added. Put detection of these items here.
|
|
|
|
if (! query->SearchTerms().IsEmpty() ||
|
|
|
|
! query->Domain().IsVoid() ||
|
|
|
|
query->Uri() != nsnull)
|
|
|
|
nonTimeBasedItems = PR_TRUE;
|
|
|
|
}
|
|
|
|
|
2006-07-18 16:20:08 +00:00
|
|
|
if (aQueries.Count() == 1 && ! nonTimeBasedItems)
|
2006-07-18 16:19:04 +00:00
|
|
|
return QUERYUPDATE_TIME;
|
|
|
|
return QUERYUPDATE_SIMPLE;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::EvaluateQueryForNode
|
|
|
|
//
|
|
|
|
// This runs the node through the given queries to see if satisfies the
|
|
|
|
// query conditions. Not every query parameters are handled by this code,
|
|
|
|
// but we handle the most common ones so that performance is better.
|
|
|
|
//
|
|
|
|
// We assume that the time on the node is the time that we want to compare.
|
|
|
|
// This is not necessarily true because URL nodes have the last access time,
|
|
|
|
// which is not necessarily the same. However, since this is being called
|
|
|
|
// to update the list, we assume that the last access time is the current
|
|
|
|
// access time that we are being asked to compare so it works out.
|
|
|
|
//
|
|
|
|
// Returns true if node matches the query, false if not.
|
|
|
|
|
|
|
|
PRBool
|
2006-07-18 16:20:08 +00:00
|
|
|
nsNavHistory::EvaluateQueryForNode(const nsCOMArray<nsNavHistoryQuery>& aQueries,
|
2006-07-18 16:19:04 +00:00
|
|
|
nsNavHistoryQueryOptions* aOptions,
|
2006-07-18 16:22:38 +00:00
|
|
|
nsNavHistoryResultNode* aNode)
|
2006-07-18 16:19:04 +00:00
|
|
|
{
|
|
|
|
// lazily created from the node's string when we need to match URIs
|
|
|
|
nsCOMPtr<nsIURI> nodeUri;
|
|
|
|
|
2006-07-18 16:20:08 +00:00
|
|
|
for (PRInt32 i = 0; i < aQueries.Count(); i ++) {
|
2006-07-18 16:19:04 +00:00
|
|
|
PRBool hasIt;
|
2006-07-18 16:20:08 +00:00
|
|
|
nsCOMPtr<nsNavHistoryQuery> query = aQueries[i];
|
2006-07-18 16:19:04 +00:00
|
|
|
|
|
|
|
// --- begin time ---
|
|
|
|
query->GetHasBeginTime(&hasIt);
|
|
|
|
if (hasIt) {
|
|
|
|
PRTime beginTime = NormalizeTime(query->BeginTimeReference(),
|
|
|
|
query->BeginTime());
|
|
|
|
if (aNode->mTime < beginTime)
|
|
|
|
continue; // before our time range
|
|
|
|
}
|
|
|
|
|
|
|
|
// --- end time ---
|
|
|
|
query->GetHasEndTime(&hasIt);
|
|
|
|
if (hasIt) {
|
|
|
|
PRTime endTime = NormalizeTime(query->EndTimeReference(),
|
|
|
|
query->EndTime());
|
|
|
|
if (aNode->mTime > endTime)
|
|
|
|
continue; // after our time range
|
|
|
|
}
|
|
|
|
|
|
|
|
// --- search terms ---
|
|
|
|
if (! query->SearchTerms().IsEmpty()) {
|
|
|
|
// we can use the existing filtering code, just give it our one object in
|
|
|
|
// an array.
|
|
|
|
nsCOMArray<nsNavHistoryResultNode> inputSet;
|
|
|
|
inputSet.AppendObject(aNode);
|
|
|
|
nsCOMArray<nsNavHistoryResultNode> filteredSet;
|
2006-07-18 16:20:08 +00:00
|
|
|
nsresult rv = FilterResultSet(inputSet, &filteredSet, query->SearchTerms());
|
2006-07-18 16:19:04 +00:00
|
|
|
if (NS_FAILED(rv))
|
|
|
|
continue;
|
|
|
|
if (! filteredSet.Count())
|
|
|
|
continue; // did not make it through the filter, doesn't match
|
|
|
|
}
|
|
|
|
|
|
|
|
// --- domain/host matching ---
|
|
|
|
query->GetHasDomain(&hasIt);
|
|
|
|
if (hasIt) {
|
|
|
|
if (! nodeUri) {
|
|
|
|
// lazy creation of nodeUri, which might be checked for multiple queries
|
|
|
|
if (NS_FAILED(NS_NewURI(getter_AddRefs(nodeUri), aNode->mURI)))
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
nsCAutoString host;
|
|
|
|
if (NS_FAILED(nodeUri->GetAsciiHost(host)))
|
|
|
|
continue;
|
|
|
|
nsCAutoString asciiRequest;
|
|
|
|
if (NS_FAILED(AsciiHostNameFromHostString(query->Domain(), asciiRequest)))
|
|
|
|
continue;
|
|
|
|
|
|
|
|
if (query->DomainIsHost()) {
|
|
|
|
if (! asciiRequest.Equals(host))
|
|
|
|
continue; // host names don't match
|
|
|
|
}
|
|
|
|
// check domain names
|
|
|
|
nsCAutoString domain;
|
|
|
|
DomainNameFromHostName(host, domain);
|
|
|
|
if (! asciiRequest.Equals(domain))
|
|
|
|
continue; // domain names don't match
|
|
|
|
}
|
|
|
|
|
|
|
|
// --- URI matching ---
|
|
|
|
if (query->Uri()) {
|
|
|
|
if (! nodeUri) { // lazy creation of nodeUri
|
|
|
|
if (NS_FAILED(NS_NewURI(getter_AddRefs(nodeUri), aNode->mURI)))
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
if (! query->UriIsPrefix()) {
|
|
|
|
// easy case: the URI is an exact match
|
|
|
|
PRBool equals;
|
2006-07-18 16:20:08 +00:00
|
|
|
nsresult rv = query->Uri()->Equals(nodeUri, &equals);
|
2006-07-18 16:19:04 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
if (! equals)
|
|
|
|
continue;
|
|
|
|
} else {
|
|
|
|
// harder case: match prefix, note that we need to get the ASCII string
|
|
|
|
// from the node's parsed URI instead of using the node's mUrl string,
|
|
|
|
// because that might not be normalized
|
|
|
|
nsCAutoString nodeUriString;
|
|
|
|
nodeUri->GetAsciiSpec(nodeUriString);
|
|
|
|
nsCAutoString queryUriString;
|
|
|
|
query->Uri()->GetAsciiSpec(queryUriString);
|
|
|
|
if (queryUriString.Length() > nodeUriString.Length())
|
|
|
|
continue; // not long enough to match as prefix
|
|
|
|
nodeUriString.SetLength(queryUriString.Length());
|
|
|
|
if (! nodeUriString.Equals(queryUriString))
|
|
|
|
continue; // prefixes don't match
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// If we ever make it to the bottom of this loop, that means it passed all
|
|
|
|
// tests for the given query. Since queries are ORed together, that means
|
|
|
|
// it passed everything and we are done.
|
|
|
|
return PR_TRUE;
|
|
|
|
}
|
|
|
|
|
|
|
|
// didn't match any query
|
|
|
|
return PR_FALSE;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::AsciiHostNameFromHostString
|
|
|
|
//
|
|
|
|
// We might have interesting encodings and different case in the host name.
|
|
|
|
// This will convert that host name into an ASCII host name by sending it
|
|
|
|
// through the URI canonicalization. The result can be used for comparison
|
|
|
|
// with other ASCII host name strings.
|
|
|
|
|
|
|
|
nsresult // static
|
|
|
|
nsNavHistory::AsciiHostNameFromHostString(const nsACString& aHostName,
|
|
|
|
nsACString& aAscii)
|
|
|
|
{
|
|
|
|
nsCOMPtr<nsIURI> uri;
|
|
|
|
nsresult rv = NS_NewURI(getter_AddRefs(uri), aHostName);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
return uri->GetAsciiHost(aAscii);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::DomainNameFromHostName
|
|
|
|
//
|
|
|
|
// This does the www.mozilla.org -> mozilla.org and
|
|
|
|
// foo.theregister.co.uk -> theregister.co.uk conversion
|
|
|
|
|
|
|
|
void // static
|
|
|
|
nsNavHistory::DomainNameFromHostName(const nsCString& aHostName,
|
|
|
|
nsACString& aDomainName)
|
|
|
|
{
|
|
|
|
if (IsNumericHostName(aHostName)) {
|
|
|
|
// easy case
|
|
|
|
aDomainName = aHostName;
|
|
|
|
} else {
|
|
|
|
// compute the toplevel domain name
|
|
|
|
PRInt32 tldLength = GetTLDCharCount(aHostName);
|
|
|
|
if (tldLength < PRInt32(aHostName.Length())) {
|
|
|
|
// bugzilla.mozilla.org : tldLength = 3, topDomain = mozilla.org
|
|
|
|
GetSubstringFromNthDot(aHostName,
|
|
|
|
aHostName.Length() - tldLength - 2,
|
|
|
|
1, PR_FALSE, aDomainName);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
// Nav history *****************************************************************
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::GetHasHistoryEntries
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::GetHasHistoryEntries(PRBool* aHasEntries)
|
|
|
|
{
|
|
|
|
nsCOMPtr<mozIStorageStatement> dbSelectStatement;
|
|
|
|
nsresult rv = mDBConn->CreateStatement(
|
2006-07-18 16:20:57 +00:00
|
|
|
NS_LITERAL_CSTRING("SELECT visit_id FROM moz_historyvisit LIMIT 1"),
|
2006-07-18 15:56:56 +00:00
|
|
|
getter_AddRefs(dbSelectStatement));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
return dbSelectStatement->ExecuteStep(aHasEntries);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 16:12:34 +00:00
|
|
|
// nsNavHistory::SetPageUserTitle
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::SetPageUserTitle(nsIURI* aURI, const nsAString& aUserTitle)
|
|
|
|
{
|
2006-07-18 16:14:36 +00:00
|
|
|
return SetPageTitleInternal(aURI, PR_TRUE, aUserTitle);
|
2006-07-18 16:12:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 16:14:12 +00:00
|
|
|
// nsNavHistory::MarkPageAsFollowedBookmark
|
|
|
|
//
|
|
|
|
// @see MarkPageAsTyped
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::MarkPageAsFollowedBookmark(nsIURI* aURI)
|
|
|
|
{
|
|
|
|
nsCAutoString uriString;
|
|
|
|
aURI->GetSpec(uriString);
|
|
|
|
|
2006-07-18 16:23:51 +00:00
|
|
|
// if URL is already in the queue, then we need to remove the old one
|
2006-07-18 16:14:12 +00:00
|
|
|
PRInt64 unusedEventTime;
|
|
|
|
if (mRecentBookmark.Get(uriString, &unusedEventTime))
|
|
|
|
mRecentBookmark.Remove(uriString);
|
|
|
|
|
|
|
|
if (mRecentBookmark.Count() > RECENT_EVENT_QUEUE_MAX_LENGTH)
|
|
|
|
ExpireNonrecentEvents(&mRecentBookmark);
|
|
|
|
|
|
|
|
mRecentTyped.Put(uriString, GetNow());
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
// nsNavHistory::CanAddURI
|
|
|
|
//
|
|
|
|
// Filter out unwanted URIs such as "chrome:", "mailbox:", etc.
|
|
|
|
//
|
|
|
|
// The model is if we don't know differently then add which basically means
|
|
|
|
// we are suppose to try all the things we know not to allow in and then if
|
|
|
|
// we don't bail go on and allow it in.
|
|
|
|
|
|
|
|
nsresult
|
|
|
|
nsNavHistory::CanAddURI(nsIURI* aURI, PRBool* canAdd)
|
|
|
|
{
|
|
|
|
nsresult rv;
|
|
|
|
|
|
|
|
nsCString scheme;
|
|
|
|
rv = aURI->GetScheme(scheme);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// first check the most common cases (HTTP, HTTPS) to allow in to avoid most
|
|
|
|
// of the work
|
|
|
|
if (scheme.EqualsLiteral("http")) {
|
|
|
|
*canAdd = PR_TRUE;
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
if (scheme.EqualsLiteral("https")) {
|
|
|
|
*canAdd = PR_TRUE;
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
// now check for all bad things
|
|
|
|
if (scheme.EqualsLiteral("about") ||
|
|
|
|
scheme.EqualsLiteral("imap") ||
|
|
|
|
scheme.EqualsLiteral("news") ||
|
|
|
|
scheme.EqualsLiteral("mailbox") ||
|
2006-07-18 16:07:59 +00:00
|
|
|
scheme.EqualsLiteral("moz-anno") ||
|
2006-07-18 15:56:56 +00:00
|
|
|
scheme.EqualsLiteral("view-source") ||
|
|
|
|
scheme.EqualsLiteral("chrome") ||
|
|
|
|
scheme.EqualsLiteral("data")) {
|
|
|
|
*canAdd = PR_FALSE;
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
*canAdd = PR_TRUE;
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 16:16:13 +00:00
|
|
|
// nsNavHistory::SetPageDetails
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::SetPageDetails(nsIURI* aURI, const nsAString& aTitle,
|
|
|
|
const nsAString& aUserTitle, PRUint32 aVisitCount,
|
|
|
|
PRBool aHidden, PRBool aTyped)
|
|
|
|
{
|
|
|
|
// look up the page ID, creating a new one if necessary
|
|
|
|
PRInt64 pageID;
|
|
|
|
nsresult rv = GetUrlIdFor(aURI, &pageID, PR_TRUE);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
nsCOMPtr<mozIStorageStatement> statement;
|
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
|
|
"UPDATE moz_history "
|
|
|
|
"SET title = ?2, "
|
|
|
|
"user_title = ?3, "
|
|
|
|
"visit_count = ?4, "
|
|
|
|
"hidden = ?5, "
|
|
|
|
"typed = ?6 "
|
|
|
|
"WHERE id = ?1"),
|
|
|
|
getter_AddRefs(statement));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = statement->BindInt64Parameter(0, pageID);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:27:34 +00:00
|
|
|
|
|
|
|
// for the titles, be careful to interpret isVoid as NULL SQL command so that
|
|
|
|
// we can tell the difference between "set to empty" and "unset"
|
|
|
|
if (aTitle.IsVoid())
|
|
|
|
statement->BindNullParameter(1);
|
|
|
|
else
|
|
|
|
statement->BindStringParameter(1, aTitle);
|
2006-07-18 16:16:13 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:27:34 +00:00
|
|
|
if (aUserTitle.IsVoid())
|
|
|
|
statement->BindNullParameter(2);
|
|
|
|
else
|
|
|
|
statement->BindStringParameter(2, aUserTitle);
|
2006-07-18 16:16:13 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:27:34 +00:00
|
|
|
|
2006-07-18 16:16:13 +00:00
|
|
|
statement->BindInt32Parameter(3, aVisitCount);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
statement->BindInt32Parameter(4, aHidden ? 1 : 0);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
statement->BindInt32Parameter(5, aTyped ? 1 : 0);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
rv = statement->Execute();
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::AddVisit
|
2006-07-18 16:23:51 +00:00
|
|
|
//
|
|
|
|
// Adds or updates a page with the given URI. The ID of the new visit will
|
|
|
|
// be put into aVisitID.
|
|
|
|
//
|
|
|
|
// THE RETURNED NEW VISIT ID MAY BE 0 indicating that this page should not be
|
|
|
|
// added to the history.
|
2006-07-18 16:16:13 +00:00
|
|
|
|
|
|
|
NS_IMETHODIMP
|
2006-07-18 16:23:51 +00:00
|
|
|
nsNavHistory::AddVisit(nsIURI* aURI, PRTime aTime, PRInt64 aReferringVisit,
|
|
|
|
PRInt32 aTransitionType, PRBool aIsRedirect,
|
|
|
|
PRInt64 aSessionID, PRInt64* aVisitID)
|
2006-07-18 16:16:13 +00:00
|
|
|
{
|
2006-07-18 16:23:51 +00:00
|
|
|
nsresult rv;
|
2006-07-18 16:21:22 +00:00
|
|
|
|
2006-07-18 16:23:51 +00:00
|
|
|
// Filter out unwanted URIs, silently failing
|
|
|
|
PRBool canAdd = PR_FALSE;
|
|
|
|
rv = CanAddURI(aURI, &canAdd);
|
2006-07-18 16:16:13 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:23:51 +00:00
|
|
|
if (!canAdd) {
|
|
|
|
*aVisitID = 0;
|
|
|
|
return NS_OK;
|
|
|
|
}
|
2006-07-18 16:16:13 +00:00
|
|
|
|
2006-07-18 16:23:51 +00:00
|
|
|
// in-memory version
|
|
|
|
#ifdef IN_MEMORY_LINKS
|
|
|
|
rv = BindStatementURI(mMemDBAddPage, 0, aURI);
|
2006-07-18 16:21:22 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:23:51 +00:00
|
|
|
mMemDBAddPage->Execute();
|
|
|
|
#endif
|
2006-07-18 16:21:22 +00:00
|
|
|
|
2006-07-18 16:23:51 +00:00
|
|
|
// This will prevent corruption since we have to do a two-phase add.
|
|
|
|
// Generally this won't do anything because AddURI has its own transaction.
|
|
|
|
mozStorageTransaction transaction(mDBConn, PR_FALSE,
|
|
|
|
mozIStorageConnection::TRANSACTION_EXCLUSIVE);
|
|
|
|
|
|
|
|
// see if this is an update (revisit) or a new page
|
|
|
|
mozStorageStatementScoper scoper(mDBGetPageVisitStats);
|
|
|
|
rv = BindStatementURI(mDBGetPageVisitStats, 0, aURI);
|
2006-07-18 16:21:22 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:23:51 +00:00
|
|
|
PRBool alreadyVisited = PR_TRUE;
|
|
|
|
rv = mDBGetPageVisitStats->ExecuteStep(&alreadyVisited);
|
|
|
|
|
|
|
|
PRInt64 pageID = 0;
|
|
|
|
PRBool hidden;
|
|
|
|
PRBool newItem = PR_FALSE; // used to send out notifications at the end
|
|
|
|
if (alreadyVisited) {
|
|
|
|
// Update the existing entry...
|
|
|
|
|
|
|
|
rv = mDBGetPageVisitStats->GetInt64(0, &pageID);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
PRInt32 oldVisitCount = 0;
|
|
|
|
rv = mDBGetPageVisitStats->GetInt32(1, &oldVisitCount);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
PRInt32 oldTypedState = 0;
|
|
|
|
rv = mDBGetPageVisitStats->GetInt32(2, &oldTypedState);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
PRInt32 oldHiddenState = 0;
|
|
|
|
rv = mDBGetPageVisitStats->GetInt32(3, &oldHiddenState);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// free the previous statement before we make a new one
|
|
|
|
mDBGetPageVisitStats->Reset();
|
|
|
|
scoper.Abandon();
|
|
|
|
|
|
|
|
// embedded links and redirects will be hidden, but don't hide pages that
|
|
|
|
// are already unhidden.
|
|
|
|
//
|
|
|
|
// Note that we test the redirect flag and not for the redirect transition
|
|
|
|
// type. The transition type refers to how we got here, and whether a page
|
|
|
|
// is shown does not depend on whether you got to it through a redirect.
|
|
|
|
// Rather, we want to hide pages that do not themselves redirect somewhere
|
|
|
|
// else, which is what the redirect flag means.
|
|
|
|
hidden = oldHiddenState;
|
|
|
|
if (hidden && ! aIsRedirect &&
|
|
|
|
aTransitionType != nsINavHistoryService::TRANSITION_EMBED)
|
|
|
|
hidden = PR_FALSE; // unhide
|
|
|
|
|
|
|
|
// some items may have a visit count of 0 which will not count for link
|
|
|
|
// visiting, so be sure to note this transition
|
|
|
|
if (oldVisitCount == 0)
|
|
|
|
newItem = PR_TRUE;
|
|
|
|
|
|
|
|
// update with new stats
|
|
|
|
mozStorageStatementScoper updateScoper(mDBUpdatePageVisitStats);
|
|
|
|
rv = mDBUpdatePageVisitStats->BindInt64Parameter(0, pageID);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = mDBUpdatePageVisitStats->BindInt32Parameter(1, oldVisitCount + 1);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = mDBUpdatePageVisitStats->BindInt32Parameter(2, hidden);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = mDBUpdatePageVisitStats->Execute();
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
} else {
|
|
|
|
// New page
|
|
|
|
newItem = PR_TRUE;
|
|
|
|
|
|
|
|
// free the previous statement before we make a new one
|
|
|
|
mDBGetPageVisitStats->Reset();
|
|
|
|
scoper.Abandon();
|
|
|
|
|
|
|
|
// hide embedded links and redirects, everything else is visible,
|
|
|
|
// See the hidden computation code above for a little more explanation.
|
|
|
|
hidden = (aTransitionType == TRANSITION_EMBED || aIsRedirect);
|
|
|
|
|
|
|
|
// set as not typed, visited once
|
|
|
|
rv = InternalAddNewPage(aURI, hidden, PR_FALSE, 1, &pageID);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
}
|
|
|
|
|
|
|
|
rv = InternalAddVisit(pageID, aReferringVisit, aSessionID, aTime,
|
|
|
|
aTransitionType, aVisitID);
|
|
|
|
|
|
|
|
// Set the most recently visited page, which is necessary when you have
|
|
|
|
// your "new window" page set to the most recent.
|
|
|
|
if (! hidden) {
|
|
|
|
nsCAutoString utf8URISpec;
|
|
|
|
rv = aURI->GetSpec(utf8URISpec);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 16:26:20 +00:00
|
|
|
if (mPrefBranch) {
|
|
|
|
rv = mPrefBranch->SetCharPref(PREF_LAST_PAGE_VISITED,
|
|
|
|
PromiseFlatCString(utf8URISpec).get());
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
}
|
2006-07-18 16:23:51 +00:00
|
|
|
}
|
2006-07-18 16:21:22 +00:00
|
|
|
|
2006-07-18 16:23:51 +00:00
|
|
|
// Notify observers
|
|
|
|
// FIXME bug 325241: make a way to observe hidden URLs
|
|
|
|
transaction.Commit();
|
|
|
|
if (! hidden) {
|
|
|
|
ENUMERATE_WEAKARRAY(mObservers, nsINavHistoryObserver,
|
|
|
|
OnVisit(aURI, *aVisitID, aTime, aSessionID,
|
|
|
|
aReferringVisit, aTransitionType));
|
|
|
|
}
|
|
|
|
|
|
|
|
// Normally docshell send the link visited observer notification for us (this
|
|
|
|
// will tell all the documents to update their visited link coloring).
|
|
|
|
// However, for redirects (since we implement nsIGlobalHistory3) this will
|
|
|
|
// not happen and we need to send it ourselves.
|
|
|
|
if (newItem && aIsRedirect) {
|
|
|
|
nsCOMPtr<nsIObserverService> obsService =
|
|
|
|
do_GetService("@mozilla.org/observer-service;1");
|
|
|
|
if (obsService)
|
|
|
|
obsService->NotifyObservers(aURI, NS_LINK_VISITED_EVENT_TOPIC, nsnull);
|
|
|
|
}
|
|
|
|
|
|
|
|
return NS_OK;
|
2006-07-18 16:16:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
// nsNavHistory::GetNewQuery
|
|
|
|
|
|
|
|
NS_IMETHODIMP nsNavHistory::GetNewQuery(nsINavHistoryQuery **_retval)
|
|
|
|
{
|
|
|
|
*_retval = new nsNavHistoryQuery();
|
|
|
|
if (! *_retval)
|
|
|
|
return NS_ERROR_OUT_OF_MEMORY;
|
2006-07-18 15:59:28 +00:00
|
|
|
NS_ADDREF(*_retval);
|
2006-07-18 15:56:56 +00:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
2006-07-18 16:12:34 +00:00
|
|
|
// nsNavHistory::GetNewQueryOptions
|
|
|
|
|
2006-07-18 15:59:28 +00:00
|
|
|
NS_IMETHODIMP nsNavHistory::GetNewQueryOptions(nsINavHistoryQueryOptions **_retval)
|
|
|
|
{
|
|
|
|
*_retval = new nsNavHistoryQueryOptions();
|
|
|
|
NS_ENSURE_TRUE(*_retval, NS_ERROR_OUT_OF_MEMORY);
|
|
|
|
NS_ADDREF(*_retval);
|
|
|
|
return NS_OK;
|
|
|
|
}
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
// nsNavHistory::ExecuteQuery
|
|
|
|
//
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
2006-07-18 15:59:28 +00:00
|
|
|
nsNavHistory::ExecuteQuery(nsINavHistoryQuery *aQuery, nsINavHistoryQueryOptions *aOptions,
|
2006-07-18 15:56:56 +00:00
|
|
|
nsINavHistoryResult** _retval)
|
|
|
|
{
|
2006-07-18 16:02:41 +00:00
|
|
|
return ExecuteQueries(&aQuery, 1, aOptions, _retval);
|
2006-07-18 15:56:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::ExecuteQueries
|
|
|
|
//
|
2006-07-18 16:19:04 +00:00
|
|
|
// This function is actually very simple, we just create the proper root node (either
|
|
|
|
// a bookmark folder or a complex query node) and assign it to the result. The node
|
|
|
|
// will then populate itself accordingly.
|
|
|
|
//
|
|
|
|
// Quick overview of query operation: When you call this function, we will construct
|
|
|
|
// the correct container node and set the options you give it. This node will then
|
|
|
|
// fill itself. Folder nodes will call nsNavBookmarks::QueryFolderChildren, and
|
|
|
|
// all other queries will call GetQueryResults. If these results contain other
|
|
|
|
// queries, those will be populated when the container is opened.
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
NS_IMETHODIMP
|
2006-07-18 16:02:41 +00:00
|
|
|
nsNavHistory::ExecuteQueries(nsINavHistoryQuery** aQueries, PRUint32 aQueryCount,
|
2006-07-18 15:59:28 +00:00
|
|
|
nsINavHistoryQueryOptions *aOptions,
|
2006-07-18 15:56:56 +00:00
|
|
|
nsINavHistoryResult** _retval)
|
|
|
|
{
|
2006-07-18 16:19:04 +00:00
|
|
|
nsresult rv;
|
2006-07-18 16:04:43 +00:00
|
|
|
NS_ENSURE_ARG_POINTER(aQueries);
|
|
|
|
NS_ENSURE_ARG_POINTER(aOptions);
|
2006-07-18 16:19:04 +00:00
|
|
|
if (! aQueryCount)
|
|
|
|
return NS_ERROR_INVALID_ARG;
|
2006-07-18 16:04:43 +00:00
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
// concrete options
|
2006-07-18 15:59:28 +00:00
|
|
|
nsCOMPtr<nsNavHistoryQueryOptions> options = do_QueryInterface(aOptions);
|
|
|
|
NS_ENSURE_TRUE(options, NS_ERROR_INVALID_ARG);
|
|
|
|
|
2006-07-18 16:20:08 +00:00
|
|
|
// concrete queries array
|
|
|
|
nsCOMArray<nsNavHistoryQuery> queries;
|
|
|
|
for (PRUint32 i = 0; i < aQueryCount; i ++) {
|
|
|
|
nsCOMPtr<nsNavHistoryQuery> query = do_QueryInterface(aQueries[i], &rv);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
queries.AppendObject(query);
|
|
|
|
}
|
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
// root node
|
|
|
|
nsRefPtr<nsNavHistoryContainerResultNode> rootNode;
|
2006-07-18 16:20:08 +00:00
|
|
|
PRInt64 folderId = GetSimpleBookmarksQueryFolder(queries);
|
2006-07-18 16:19:04 +00:00
|
|
|
if (folderId) {
|
|
|
|
// In the simple case where we're just querying children of a single bookmark
|
|
|
|
// folder, we can more efficiently generate results.
|
2006-07-18 16:20:08 +00:00
|
|
|
nsNavBookmarks* bookmarks = nsNavBookmarks::GetBookmarksService();
|
|
|
|
NS_ENSURE_TRUE(bookmarks, NS_ERROR_OUT_OF_MEMORY);
|
|
|
|
nsCOMPtr<nsNavHistoryResultNode> tempRootNode;
|
|
|
|
rv = bookmarks->ResultNodeForFolder(folderId, options,
|
|
|
|
getter_AddRefs(tempRootNode));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rootNode = tempRootNode->GetAsContainer();
|
2006-07-18 16:19:04 +00:00
|
|
|
} else {
|
|
|
|
// complex query
|
2006-07-18 16:20:08 +00:00
|
|
|
rootNode = new nsNavHistoryQueryResultNode(EmptyCString(), EmptyCString(),
|
|
|
|
queries, options);
|
|
|
|
NS_ENSURE_TRUE(rootNode, NS_ERROR_OUT_OF_MEMORY);
|
2006-07-18 16:19:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// result object
|
|
|
|
nsRefPtr<nsNavHistoryResult> result;
|
|
|
|
rv = nsNavHistoryResult::NewHistoryResult(aQueries, aQueryCount, options, rootNode,
|
|
|
|
getter_AddRefs(result));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
NS_ADDREF(*_retval = result);
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::GetQueryResults
|
|
|
|
//
|
|
|
|
// Call this to get the results from a complex query. This is used by
|
|
|
|
// nsNavHistoryQueryResultNode to populate its children. For simple bookmark
|
|
|
|
// queries, use nsNavBookmarks::QueryFolderChildren.
|
|
|
|
//
|
|
|
|
// THIS DOES NOT DO SORTING. You will need to sort the container yourself
|
|
|
|
// when you get the results. This is because sorting depends on tree
|
|
|
|
// statistics that will be built from the perspective of the tree. See
|
|
|
|
// nsNavHistoryQueryResultNode::FillChildren
|
|
|
|
//
|
|
|
|
// FIXME: This only does keyword searching for the first query, and does
|
|
|
|
// it ANDed with the all the rest of the queries.
|
|
|
|
|
|
|
|
nsresult
|
2006-07-18 16:20:08 +00:00
|
|
|
nsNavHistory::GetQueryResults(const nsCOMArray<nsNavHistoryQuery>& aQueries,
|
2006-07-18 16:19:04 +00:00
|
|
|
nsNavHistoryQueryOptions *aOptions,
|
|
|
|
nsCOMArray<nsNavHistoryResultNode>* aResults)
|
|
|
|
{
|
|
|
|
NS_ENSURE_ARG_POINTER(aOptions);
|
|
|
|
NS_ASSERTION(aResults->Count() == 0, "Initial result array must be empty");
|
|
|
|
if (! aQueries.Count())
|
|
|
|
return NS_ERROR_INVALID_ARG;
|
|
|
|
|
|
|
|
nsresult rv;
|
|
|
|
|
|
|
|
PRInt32 sortingMode = aOptions->SortingMode();
|
2006-07-18 15:59:28 +00:00
|
|
|
if (sortingMode < 0 ||
|
|
|
|
sortingMode > nsINavHistoryQueryOptions::SORT_BY_VISITCOUNT_DESCENDING) {
|
2006-07-18 15:56:56 +00:00
|
|
|
return NS_ERROR_INVALID_ARG;
|
2006-07-18 15:59:28 +00:00
|
|
|
}
|
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
PRBool asVisits =
|
|
|
|
(aOptions->ResultType() == nsINavHistoryQueryOptions::RESULTS_AS_VISIT ||
|
|
|
|
aOptions->ResultType() == nsINavHistoryQueryOptions::RESULTS_AS_FULL_VISIT);
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:19:29 +00:00
|
|
|
nsCAutoString commonConditions("visit_count > 0 ");
|
|
|
|
if (! aOptions->IncludeHidden())
|
|
|
|
commonConditions.AppendLiteral("AND hidden <> 1 ");
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
// Query string: Output parameters should be in order of kGetInfoIndex_*
|
2006-07-18 16:10:01 +00:00
|
|
|
// WATCH OUT: nsNavBookmarks::Init also creates some statements that share
|
|
|
|
// these same indices for passing to RowToResult. If you add something to
|
|
|
|
// this, you also need to update the bookmark statements to keep them in
|
|
|
|
// sync!
|
2006-07-18 15:56:56 +00:00
|
|
|
nsCAutoString queryString;
|
|
|
|
nsCAutoString groupBy;
|
2006-07-18 15:59:28 +00:00
|
|
|
if (asVisits) {
|
2006-07-18 15:56:56 +00:00
|
|
|
// if we want visits, this is easy, just combine all possible matches
|
|
|
|
// between the history and visits table and do our query.
|
2006-07-18 16:19:04 +00:00
|
|
|
// FIXME(brettw) Add full visit info
|
2006-07-18 16:10:01 +00:00
|
|
|
queryString = NS_LITERAL_CSTRING(
|
2006-07-18 16:17:02 +00:00
|
|
|
"SELECT h.id, h.url, h.title, h.user_title, h.rev_host, h.visit_count, "
|
|
|
|
"v.visit_date, f.url, v.session "
|
2006-07-18 16:10:01 +00:00
|
|
|
"FROM moz_history h "
|
|
|
|
"JOIN moz_historyvisit v ON h.id = v.page_id "
|
|
|
|
"LEFT OUTER JOIN moz_favicon f ON h.favicon = f.id "
|
|
|
|
"WHERE ");
|
2006-07-18 15:56:56 +00:00
|
|
|
} else {
|
2006-07-18 16:12:09 +00:00
|
|
|
// For URLs, it is more complicated, because we want each URL once. The
|
|
|
|
// GROUP BY clause gives us this. To get the max visit time, we populate
|
2006-07-18 16:17:02 +00:00
|
|
|
// one column by using a nested SELECT on the visit table. Also, ignore
|
|
|
|
// session information.
|
2006-07-18 16:19:04 +00:00
|
|
|
// FIXME(brettw) add nulls for full visit info
|
2006-07-18 16:10:01 +00:00
|
|
|
queryString = NS_LITERAL_CSTRING(
|
2006-07-18 16:12:34 +00:00
|
|
|
"SELECT h.id, h.url, h.title, h.user_title, h.rev_host, h.visit_count, "
|
2006-07-18 16:12:09 +00:00
|
|
|
"(SELECT MAX(visit_date) FROM moz_historyvisit WHERE page_id = h.id), "
|
2006-07-18 16:17:02 +00:00
|
|
|
"f.url, null "
|
2006-07-18 16:10:01 +00:00
|
|
|
"FROM moz_history h "
|
2006-07-18 16:19:29 +00:00
|
|
|
"LEFT OUTER JOIN moz_historyvisit v ON h.id = v.page_id "
|
2006-07-18 16:10:01 +00:00
|
|
|
"LEFT OUTER JOIN moz_favicon f ON h.favicon = f.id "
|
|
|
|
"WHERE ");
|
2006-07-18 15:56:56 +00:00
|
|
|
groupBy = NS_LITERAL_CSTRING(" GROUP BY h.id");
|
|
|
|
}
|
|
|
|
|
|
|
|
PRInt32 numParameters = 0;
|
|
|
|
nsCAutoString conditions;
|
2006-07-18 16:19:04 +00:00
|
|
|
PRInt32 i;
|
|
|
|
for (i = 0; i < aQueries.Count(); i ++) {
|
2006-07-18 15:56:56 +00:00
|
|
|
nsCString queryClause;
|
2006-07-18 15:59:03 +00:00
|
|
|
PRInt32 clauseParameters = 0;
|
2006-07-18 16:04:19 +00:00
|
|
|
rv = QueryToSelectClause(aQueries[i], numParameters,
|
2006-07-18 16:19:29 +00:00
|
|
|
&queryClause, &clauseParameters,
|
|
|
|
commonConditions);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
if (! queryClause.IsEmpty()) {
|
|
|
|
if (! conditions.IsEmpty()) // exists previous clause: multiple ones are ORed
|
|
|
|
conditions += NS_LITERAL_CSTRING(" OR ");
|
|
|
|
conditions += NS_LITERAL_CSTRING("(") + queryClause +
|
|
|
|
NS_LITERAL_CSTRING(")");
|
|
|
|
numParameters += clauseParameters;
|
|
|
|
}
|
|
|
|
}
|
2006-07-18 16:19:29 +00:00
|
|
|
|
|
|
|
// in cases where there were no queries, we need to use the common conditions
|
|
|
|
// (normally these are appended to each clause that are not annotation-based)
|
2006-07-18 15:56:56 +00:00
|
|
|
if (! conditions.IsEmpty()) {
|
2006-07-18 16:19:29 +00:00
|
|
|
queryString += conditions;
|
|
|
|
} else {
|
|
|
|
queryString += commonConditions;
|
2006-07-18 15:56:56 +00:00
|
|
|
}
|
|
|
|
queryString += groupBy;
|
|
|
|
|
|
|
|
// Sort clause: we will sort later, but if it comes out of the DB sorted,
|
|
|
|
// our later sort will be basically free. The DB can sort these for free
|
|
|
|
// most of the time anyway, because it has indices over these items.
|
2006-07-18 16:19:04 +00:00
|
|
|
//
|
|
|
|
// FIXME: do some performance tests, I'm not sure that the indices are getting
|
|
|
|
// used, in which case we should just remove this except when there are max
|
|
|
|
// results.
|
2006-07-18 15:59:28 +00:00
|
|
|
switch(sortingMode) {
|
|
|
|
case nsINavHistoryQueryOptions::SORT_BY_NONE:
|
2006-07-18 15:56:56 +00:00
|
|
|
break;
|
2006-07-18 15:59:28 +00:00
|
|
|
case nsINavHistoryQueryOptions::SORT_BY_TITLE_ASCENDING:
|
|
|
|
case nsINavHistoryQueryOptions::SORT_BY_TITLE_DESCENDING:
|
2006-07-18 15:56:56 +00:00
|
|
|
// the DB doesn't have indices on titles, and we need to do special
|
|
|
|
// sorting for locales. This type of sorting is done only at the end.
|
2006-07-18 16:14:36 +00:00
|
|
|
//
|
|
|
|
// If the user wants few results, we limit them by date, necessitating
|
|
|
|
// a sort by date here (see the IDL definition for maxResults). We'll
|
|
|
|
// still do the official sort by title later.
|
2006-07-18 16:19:04 +00:00
|
|
|
if (aOptions->MaxResults() > 0)
|
2006-07-18 16:14:36 +00:00
|
|
|
queryString += NS_LITERAL_CSTRING(" ORDER BY v.visit_date DESC");
|
2006-07-18 15:56:56 +00:00
|
|
|
break;
|
2006-07-18 15:59:28 +00:00
|
|
|
case nsINavHistoryQueryOptions::SORT_BY_DATE_ASCENDING:
|
2006-07-18 15:56:56 +00:00
|
|
|
queryString += NS_LITERAL_CSTRING(" ORDER BY v.visit_date ASC");
|
|
|
|
break;
|
2006-07-18 15:59:28 +00:00
|
|
|
case nsINavHistoryQueryOptions::SORT_BY_DATE_DESCENDING:
|
2006-07-18 15:56:56 +00:00
|
|
|
queryString += NS_LITERAL_CSTRING(" ORDER BY v.visit_date DESC");
|
|
|
|
break;
|
2006-07-18 16:19:04 +00:00
|
|
|
case nsINavHistoryQueryOptions::SORT_BY_URI_ASCENDING:
|
2006-07-18 15:56:56 +00:00
|
|
|
queryString += NS_LITERAL_CSTRING(" ORDER BY h.url ASC");
|
|
|
|
break;
|
2006-07-18 16:19:04 +00:00
|
|
|
case nsINavHistoryQueryOptions::SORT_BY_URI_DESCENDING:
|
2006-07-18 15:56:56 +00:00
|
|
|
queryString += NS_LITERAL_CSTRING(" ORDER BY h.url DESC");
|
|
|
|
break;
|
2006-07-18 15:59:28 +00:00
|
|
|
case nsINavHistoryQueryOptions::SORT_BY_VISITCOUNT_ASCENDING:
|
2006-07-18 15:56:56 +00:00
|
|
|
queryString += NS_LITERAL_CSTRING(" ORDER BY h.visit_count ASC");
|
|
|
|
break;
|
2006-07-18 15:59:28 +00:00
|
|
|
case nsINavHistoryQueryOptions::SORT_BY_VISITCOUNT_DESCENDING:
|
2006-07-18 15:56:56 +00:00
|
|
|
queryString += NS_LITERAL_CSTRING(" ORDER BY h.visit_count DESC");
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
NS_NOTREACHED("Invalid sorting mode");
|
|
|
|
}
|
2006-07-18 16:14:36 +00:00
|
|
|
|
|
|
|
// limit clause if there are 'maxResults'
|
2006-07-18 16:19:04 +00:00
|
|
|
if (aOptions->MaxResults() > 0) {
|
2006-07-18 16:14:36 +00:00
|
|
|
queryString += NS_LITERAL_CSTRING(" LIMIT ");
|
2006-07-18 16:19:04 +00:00
|
|
|
queryString.AppendInt(aOptions->MaxResults());
|
2006-07-18 16:14:36 +00:00
|
|
|
queryString.AppendLiteral(" ");
|
|
|
|
}
|
|
|
|
|
2006-07-18 16:27:34 +00:00
|
|
|
//printf("Constructed the query: %s\n", PromiseFlatCString(queryString).get());
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
// Put this in a transaction. Even though we are only reading, this will
|
|
|
|
// speed up the grouped queries to the annotation service for titles and
|
|
|
|
// full text searching.
|
|
|
|
mozStorageTransaction transaction(mDBConn, PR_FALSE);
|
|
|
|
|
|
|
|
// create statement
|
|
|
|
nsCOMPtr<mozIStorageStatement> statement;
|
|
|
|
rv = mDBConn->CreateStatement(queryString, getter_AddRefs(statement));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// bind parameters
|
|
|
|
numParameters = 0;
|
2006-07-18 16:19:04 +00:00
|
|
|
for (i = 0; i < aQueries.Count(); i ++) {
|
2006-07-18 15:59:03 +00:00
|
|
|
PRInt32 clauseParameters = 0;
|
2006-07-18 15:56:56 +00:00
|
|
|
rv = BindQueryClauseParameters(statement, numParameters,
|
2006-07-18 16:20:08 +00:00
|
|
|
aQueries[i], &clauseParameters);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
numParameters += clauseParameters;
|
|
|
|
}
|
|
|
|
|
|
|
|
PRBool hasSearchTerms;
|
2006-07-18 16:20:08 +00:00
|
|
|
rv = aQueries[0]->GetHasSearchTerms(&hasSearchTerms);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 15:59:28 +00:00
|
|
|
PRUint32 groupCount;
|
2006-07-18 16:19:04 +00:00
|
|
|
const PRUint32 *groupings = aOptions->GroupingMode(&groupCount);
|
2006-07-18 15:59:28 +00:00
|
|
|
|
|
|
|
if (groupCount == 0 && ! hasSearchTerms) {
|
2006-07-18 15:56:56 +00:00
|
|
|
// optimize the case where we just want a list with no grouping: this
|
|
|
|
// directly fills in the results and we avoid a copy of the whole list
|
2006-07-18 16:19:04 +00:00
|
|
|
rv = ResultsAsList(statement, aOptions, aResults);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
} else {
|
|
|
|
// generate the toplevel results
|
|
|
|
nsCOMArray<nsNavHistoryResultNode> toplevel;
|
2006-07-18 16:19:04 +00:00
|
|
|
rv = ResultsAsList(statement, aOptions, &toplevel);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
if (hasSearchTerms) {
|
|
|
|
// keyword search
|
2006-07-18 15:59:28 +00:00
|
|
|
if (groupCount == 0) {
|
2006-07-18 16:20:08 +00:00
|
|
|
// keyword search with no grouping: can filter directly into the result
|
|
|
|
FilterResultSet(toplevel, aResults, aQueries[0]->SearchTerms());
|
2006-07-18 15:56:56 +00:00
|
|
|
} else {
|
2006-07-18 16:20:08 +00:00
|
|
|
// keyword searching with grouping: need intermediate filtered results
|
2006-07-18 15:56:56 +00:00
|
|
|
nsCOMArray<nsNavHistoryResultNode> filteredResults;
|
2006-07-18 16:20:08 +00:00
|
|
|
FilterResultSet(toplevel, &filteredResults, aQueries[0]->SearchTerms());
|
2006-07-18 15:59:28 +00:00
|
|
|
rv = RecursiveGroup(filteredResults, groupings, groupCount,
|
2006-07-18 16:20:08 +00:00
|
|
|
aResults);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
}
|
2006-07-18 16:20:08 +00:00
|
|
|
} else {
|
2006-07-18 15:56:56 +00:00
|
|
|
// group unfiltered results
|
2006-07-18 16:19:04 +00:00
|
|
|
rv = RecursiveGroup(toplevel, groupings, groupCount, aResults);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// automatically expand things that were expanded before
|
2006-07-18 16:19:04 +00:00
|
|
|
// FIXME(brettw)
|
|
|
|
//if (gExpandedItems.Count() > 0)
|
|
|
|
// result->ApplyTreeState(gExpandedItems);
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::AddObserver
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
2006-07-18 16:08:23 +00:00
|
|
|
nsNavHistory::AddObserver(nsINavHistoryObserver* aObserver, PRBool aOwnsWeak)
|
2006-07-18 15:56:56 +00:00
|
|
|
{
|
2006-07-18 16:08:23 +00:00
|
|
|
return mObservers.AppendWeakElement(aObserver, aOwnsWeak);
|
2006-07-18 15:56:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::RemoveObserver
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::RemoveObserver(nsINavHistoryObserver* aObserver)
|
|
|
|
{
|
2006-07-18 16:08:23 +00:00
|
|
|
return mObservers.RemoveWeakElement(aObserver);
|
2006-07-18 15:56:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::BeginUpdateBatch
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::BeginUpdateBatch()
|
|
|
|
{
|
|
|
|
mBatchesInProgress ++;
|
|
|
|
if (mBatchesInProgress == 1) {
|
2006-07-18 16:08:48 +00:00
|
|
|
ENUMERATE_WEAKARRAY(mObservers, nsINavHistoryObserver,
|
|
|
|
OnBeginUpdateBatch())
|
2006-07-18 15:56:56 +00:00
|
|
|
}
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::EndUpdateBatch
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::EndUpdateBatch()
|
|
|
|
{
|
|
|
|
if (mBatchesInProgress == 0)
|
|
|
|
return NS_ERROR_FAILURE;
|
2006-07-18 16:08:23 +00:00
|
|
|
if (--mBatchesInProgress == 0) {
|
|
|
|
ENUMERATE_WEAKARRAY(mObservers, nsINavHistoryObserver, OnEndUpdateBatch())
|
2006-07-18 15:56:56 +00:00
|
|
|
}
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Browser history *************************************************************
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::AddPageWithDetails
|
|
|
|
//
|
|
|
|
// This function is used by the migration components to import history.
|
|
|
|
//
|
|
|
|
// Note that this always adds the page with one visit and no parent, which
|
|
|
|
// is appropriate for imported URIs.
|
|
|
|
//
|
|
|
|
// UNTESTED
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::AddPageWithDetails(nsIURI *aURI, const PRUnichar *aTitle,
|
|
|
|
PRInt64 aLastVisited)
|
|
|
|
{
|
2006-07-18 16:23:51 +00:00
|
|
|
PRInt64 visitID;
|
|
|
|
nsresult rv = AddVisit(aURI, aLastVisited, 0, TRANSITION_LINK, PR_FALSE,
|
|
|
|
0, &visitID);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:23:51 +00:00
|
|
|
|
|
|
|
return SetPageTitleInternal(aURI, PR_FALSE, nsString(aTitle));
|
2006-07-18 15:56:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::GetLastPageVisited
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::GetLastPageVisited(nsACString & aLastPageVisited)
|
|
|
|
{
|
|
|
|
nsXPIDLCString lastPage;
|
2006-07-18 16:26:20 +00:00
|
|
|
if (! mPrefBranch) {
|
|
|
|
aLastPageVisited.Truncate(0);
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
nsresult rv = mPrefBranch->GetCharPref(PREF_LAST_PAGE_VISITED,
|
2006-07-18 15:56:56 +00:00
|
|
|
getter_Copies(lastPage));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
aLastPageVisited = lastPage;
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::GetCount
|
|
|
|
//
|
2006-07-18 16:20:57 +00:00
|
|
|
// This function is used in legacy code to see if there is any history to
|
|
|
|
// clear. Counting the actual number of history entries is very slow, so
|
|
|
|
// we just see if there are any and return 0 or 1, which is enough to make
|
|
|
|
// all the code that uses this function happy.
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::GetCount(PRUint32 *aCount)
|
|
|
|
{
|
2006-07-18 16:20:57 +00:00
|
|
|
PRBool hasEntries = PR_FALSE;
|
|
|
|
nsresult rv = GetHasHistoryEntries(&hasEntries);
|
|
|
|
if (hasEntries)
|
|
|
|
*aCount = 1;
|
2006-07-18 15:56:56 +00:00
|
|
|
else
|
2006-07-18 16:20:57 +00:00
|
|
|
*aCount = 0;
|
|
|
|
return rv;
|
2006-07-18 15:56:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::RemovePage
|
|
|
|
//
|
|
|
|
// Removes all visits and the main history entry for the given URI.
|
|
|
|
// Silently fails if we have no knowledge of the page.
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::RemovePage(nsIURI *aURI)
|
|
|
|
{
|
|
|
|
nsresult rv;
|
|
|
|
mozStorageTransaction transaction(mDBConn, PR_FALSE);
|
|
|
|
nsCOMPtr<mozIStorageStatement> statement;
|
|
|
|
|
2006-07-18 16:10:55 +00:00
|
|
|
// delete all visits for this page
|
2006-07-18 15:56:56 +00:00
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
|
|
"DELETE FROM moz_historyvisit WHERE page_id IN (SELECT id FROM moz_history WHERE url = ?1)"),
|
|
|
|
getter_AddRefs(statement));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 15:58:11 +00:00
|
|
|
rv = BindStatementURI(statement, 0, aURI);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = statement->Execute();
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 16:10:55 +00:00
|
|
|
nsNavBookmarks* bookmarksService = nsNavBookmarks::GetBookmarksService();
|
|
|
|
NS_ENSURE_TRUE(bookmarksService, NS_ERROR_FAILURE);
|
|
|
|
PRBool bookmarked = PR_FALSE;
|
|
|
|
rv = bookmarksService->IsBookmarked(aURI, &bookmarked);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
if (! bookmarked) {
|
|
|
|
// Only delete everything else if the page is not bookmarked. Note that we
|
|
|
|
// do NOT delete favicons. Any unreferenced favicons will be deleted next
|
|
|
|
// time the browser is shut down.
|
|
|
|
|
|
|
|
// FIXME: delete annotations
|
|
|
|
|
|
|
|
// delete main history entries
|
2006-07-18 16:11:19 +00:00
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
|
|
"DELETE FROM moz_history WHERE url = ?1"),
|
|
|
|
getter_AddRefs(statement));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = BindStatementURI(statement, 0, aURI);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = statement->Execute();
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 15:59:28 +00:00
|
|
|
}
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
// Observers: Be sure to finish transaction before calling observers. Note also
|
|
|
|
// that we always call the observers even though we aren't sure something
|
|
|
|
// actually got deleted.
|
|
|
|
transaction.Commit();
|
2006-07-18 16:08:23 +00:00
|
|
|
ENUMERATE_WEAKARRAY(mObservers, nsINavHistoryObserver, OnDeleteURI(aURI))
|
2006-07-18 15:56:56 +00:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::RemovePagesFromHost
|
|
|
|
//
|
|
|
|
// This function will delete all history information about pages from a
|
|
|
|
// given host. If aEntireDomain is set, we will also delete pages from
|
|
|
|
// sub hosts (so if we are passed in "microsoft.com" we delete
|
|
|
|
// "www.microsoft.com", "msdn.microsoft.com", etc.). An empty host name
|
2006-07-18 16:10:55 +00:00
|
|
|
// means local files and anything else with no host name. You can also pass
|
|
|
|
// in the localized "(local files)" title given to you from a history query.
|
2006-07-18 15:56:56 +00:00
|
|
|
//
|
|
|
|
// Silently fails if we have no knowledge of the host
|
|
|
|
//
|
|
|
|
// This function is actually pretty simple, it just boils down to a DELETE
|
|
|
|
// statement, but is out of control due to observers and the two types of
|
|
|
|
// similar delete operations that we need to supports.
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::RemovePagesFromHost(const nsACString& aHost, PRBool aEntireDomain)
|
|
|
|
{
|
|
|
|
nsresult rv;
|
|
|
|
mozStorageTransaction transaction(mDBConn, PR_FALSE);
|
|
|
|
|
|
|
|
// Local files don't have any host name. We don't want to delete all files in
|
|
|
|
// history when we get passed an empty string, so force to exact match
|
|
|
|
if (aHost.IsEmpty())
|
|
|
|
aEntireDomain = PR_FALSE;
|
|
|
|
|
|
|
|
// translate "(local files)" to an empty host name
|
|
|
|
// be sure to use the TitleForDomain to get the localized name
|
2006-07-18 16:19:04 +00:00
|
|
|
nsCString localFiles;
|
|
|
|
TitleForDomain(EmptyCString(), localFiles);
|
|
|
|
nsAutoString host16;
|
|
|
|
if (! aHost.Equals(localFiles))
|
|
|
|
host16 = NS_ConvertUTF8toUTF16(aHost);
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
// nsISupports version of the host string for passing to observers
|
|
|
|
nsCOMPtr<nsISupportsString> hostSupports(do_CreateInstance(NS_SUPPORTS_STRING_CONTRACTID, &rv));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = hostSupports->SetData(host16);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// see BindQueryClauseParameters for how this host selection works
|
|
|
|
nsAutoString revHostDot;
|
|
|
|
GetReversedHostname(host16, revHostDot);
|
|
|
|
NS_ASSERTION(revHostDot[revHostDot.Length() - 1] == '.', "Invalid rev. host");
|
|
|
|
nsAutoString revHostSlash(revHostDot);
|
|
|
|
revHostSlash.Truncate(revHostSlash.Length() - 1);
|
|
|
|
revHostSlash.Append(NS_LITERAL_STRING("/"));
|
|
|
|
|
2006-07-18 16:10:55 +00:00
|
|
|
// how we are selecting host names
|
|
|
|
nsCAutoString conditionString;
|
|
|
|
if (aEntireDomain)
|
|
|
|
conditionString.AssignLiteral("WHERE h.rev_host >= ?1 AND h.rev_host < ?2 ");
|
|
|
|
else
|
|
|
|
conditionString.AssignLiteral("WHERE h.rev_host = ?1");
|
|
|
|
|
|
|
|
// Tell the observers about the non-hidden items we are about to delete.
|
|
|
|
// Since this is a two-step process, if we get an error, we may tell them we
|
|
|
|
// will delete something but then not actually delete it. Too bad.
|
|
|
|
//
|
|
|
|
// Note also that we *include* bookmarked items here. We generally want to
|
|
|
|
// send out delete notifications for bookmarked items since in general,
|
|
|
|
// deleting the visits (like we always do) will cause the item to disappear
|
2006-07-18 16:14:36 +00:00
|
|
|
// from history views. This will also cause all visit dates to be deleted,
|
|
|
|
// which affects many bookmark views
|
2006-07-18 16:10:55 +00:00
|
|
|
nsCStringArray deletedURIs;
|
2006-07-18 15:56:56 +00:00
|
|
|
nsCOMPtr<mozIStorageStatement> statement;
|
2006-07-18 16:14:36 +00:00
|
|
|
|
|
|
|
// create statement depending on delete type
|
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
|
|
"SELECT url FROM moz_history h ") + conditionString,
|
|
|
|
getter_AddRefs(statement));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = statement->BindStringParameter(0, revHostDot);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
if (aEntireDomain) {
|
|
|
|
rv = statement->BindStringParameter(1, revHostSlash);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:14:36 +00:00
|
|
|
}
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:14:36 +00:00
|
|
|
PRBool hasMore = PR_FALSE;
|
|
|
|
while ((statement->ExecuteStep(&hasMore) == NS_OK) && hasMore) {
|
|
|
|
nsCAutoString thisURIString;
|
|
|
|
if (NS_FAILED(statement->GetUTF8String(0, thisURIString)) ||
|
|
|
|
thisURIString.IsEmpty())
|
|
|
|
continue; // no URI
|
|
|
|
if (! deletedURIs.AppendCString(thisURIString))
|
|
|
|
return NS_ERROR_OUT_OF_MEMORY;
|
2006-07-18 15:56:56 +00:00
|
|
|
}
|
|
|
|
|
2006-07-18 16:10:55 +00:00
|
|
|
// first, delete all the visits
|
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
|
|
"DELETE FROM moz_historyvisit WHERE page_id IN (SELECT id FROM moz_history h ") + conditionString + NS_LITERAL_CSTRING(")"),
|
|
|
|
getter_AddRefs(statement));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = statement->BindStringParameter(0, revHostDot);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 15:56:56 +00:00
|
|
|
if (aEntireDomain) {
|
|
|
|
rv = statement->BindStringParameter(1, revHostSlash);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:10:55 +00:00
|
|
|
}
|
|
|
|
rv = statement->Execute();
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:10:55 +00:00
|
|
|
// FIXME: delete annotations
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:10:55 +00:00
|
|
|
// now, delete the actual history entries that are not bookmarked
|
|
|
|
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
|
|
|
|
"DELETE FROM moz_history WHERE id IN "
|
|
|
|
"(SELECT id from moz_history h "
|
|
|
|
" LEFT OUTER JOIN moz_bookmarks b ON h.id = b.item_child ")
|
|
|
|
+ conditionString +
|
|
|
|
NS_LITERAL_CSTRING("AND b.item_child IS NULL)"),
|
|
|
|
getter_AddRefs(statement));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = statement->BindStringParameter(0, revHostDot);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
if (aEntireDomain) {
|
|
|
|
rv = statement->BindStringParameter(1, revHostSlash);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
}
|
2006-07-18 16:10:55 +00:00
|
|
|
rv = statement->Execute();
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
transaction.Commit();
|
2006-07-18 16:10:55 +00:00
|
|
|
|
|
|
|
// notify observers
|
|
|
|
UpdateBatchScoper batch(*this); // sends Begin/EndUpdateBatch to obsrvrs.
|
|
|
|
if (deletedURIs.Count()) {
|
|
|
|
nsCOMPtr<nsIURI> thisURI;
|
|
|
|
for (PRUint32 observerIndex = 0; observerIndex < mObservers.Length();
|
|
|
|
observerIndex ++) {
|
|
|
|
const nsCOMPtr<nsINavHistoryObserver> &obs = mObservers.ElementAt(observerIndex);
|
|
|
|
if (! obs)
|
|
|
|
continue;
|
|
|
|
|
|
|
|
// send it all the URIs
|
|
|
|
for (PRInt32 i = 0; i < deletedURIs.Count(); i ++) {
|
|
|
|
if (NS_FAILED(NS_NewURI(getter_AddRefs(thisURI), *deletedURIs[i],
|
|
|
|
nsnull, nsnull)))
|
|
|
|
continue; // bad URI
|
|
|
|
obs->OnDeleteURI(thisURI);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2006-07-18 15:56:56 +00:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::RemoveAllPages
|
|
|
|
//
|
2006-07-18 16:10:55 +00:00
|
|
|
// This function is used to clear history.
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::RemoveAllPages()
|
|
|
|
{
|
2006-07-18 16:10:55 +00:00
|
|
|
// expire everything, compress DB (compression is slow, but since the user
|
|
|
|
// requested it, they either want the disk space or to cover their tracks).
|
2006-07-18 16:26:44 +00:00
|
|
|
VacuumDB(0);
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
// notify observers
|
2006-07-18 16:08:23 +00:00
|
|
|
ENUMERATE_WEAKARRAY(mObservers, nsINavHistoryObserver, OnClearHistory())
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::HidePage
|
|
|
|
//
|
2006-07-18 16:14:12 +00:00
|
|
|
// Sets the 'hidden' column to true. If we've not heard of the page, we
|
|
|
|
// succeed and do nothing.
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::HidePage(nsIURI *aURI)
|
|
|
|
{
|
2006-07-18 16:14:36 +00:00
|
|
|
return NS_ERROR_NOT_IMPLEMENTED;
|
|
|
|
/*
|
2006-07-18 15:56:56 +00:00
|
|
|
// for speed to save disk accesses
|
|
|
|
mozStorageTransaction transaction(mDBConn, PR_FALSE,
|
|
|
|
mozIStorageConnection::TRANSACTION_EXCLUSIVE);
|
|
|
|
|
|
|
|
// We need to do a query anyway to see if this URL is already in the DB.
|
|
|
|
// Might as well ask for the hidden column to save updates in some cases.
|
|
|
|
nsCOMPtr<mozIStorageStatement> dbSelectStatement;
|
|
|
|
nsresult rv = mDBConn->CreateStatement(
|
|
|
|
NS_LITERAL_CSTRING("SELECT id,hidden FROM moz_history WHERE url = ?1"),
|
|
|
|
getter_AddRefs(dbSelectStatement));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 15:58:11 +00:00
|
|
|
rv = BindStatementURI(dbSelectStatement, 0, aURI);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
PRBool alreadyVisited = PR_TRUE;
|
|
|
|
rv = dbSelectStatement->ExecuteStep(&alreadyVisited);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 16:14:12 +00:00
|
|
|
// don't need to do anything if we've never heard of this page
|
|
|
|
if (!alreadyVisited)
|
|
|
|
return NS_OK;
|
|
|
|
|
|
|
|
// modify the existing page if necessary
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:14:12 +00:00
|
|
|
PRInt32 oldHiddenState = 0;
|
|
|
|
rv = dbSelectStatement->GetInt32(1, &oldHiddenState);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:14:12 +00:00
|
|
|
if (!oldHiddenState)
|
|
|
|
return NS_OK; // already marked as hidden, we're done
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:14:12 +00:00
|
|
|
// find the old ID, which can be found faster than long URLs
|
|
|
|
PRInt32 entryid = 0;
|
|
|
|
rv = dbSelectStatement->GetInt32(0, &entryid);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:14:12 +00:00
|
|
|
// need to clear the old statement before we create a new one
|
|
|
|
dbSelectStatement = nsnull;
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:14:12 +00:00
|
|
|
nsCOMPtr<mozIStorageStatement> dbModStatement;
|
|
|
|
rv = mDBConn->CreateStatement(
|
|
|
|
NS_LITERAL_CSTRING("UPDATE moz_history SET hidden = 1 WHERE id = ?1"),
|
|
|
|
getter_AddRefs(dbModStatement));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:14:12 +00:00
|
|
|
dbModStatement->BindInt32Parameter(0, entryid);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:14:12 +00:00
|
|
|
rv = dbModStatement->Execute();
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
// notify observers, finish transaction first
|
|
|
|
transaction.Commit();
|
2006-07-18 16:08:23 +00:00
|
|
|
ENUMERATE_WEAKARRAY(mObservers, nsINavHistoryObserver,
|
|
|
|
OnPageChanged(aURI,
|
|
|
|
nsINavHistoryObserver::ATTRIBUTE_HIDDEN,
|
|
|
|
EmptyString()))
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
return NS_OK;
|
2006-07-18 16:14:36 +00:00
|
|
|
*/
|
2006-07-18 15:56:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::MarkPageAsTyped
|
|
|
|
//
|
|
|
|
// Just sets the typed column to true, which will make this page more likely
|
|
|
|
// to float to the top of autocomplete suggestions.
|
|
|
|
//
|
|
|
|
// We can get this notification for pages that have not yet been added to the
|
|
|
|
// DB. This happens when you type a new URL. The AddURI is called only when
|
|
|
|
// the page is successfully found. If we don't have an entry yet, we add
|
|
|
|
// one for this page, marking it as typed but hidden, with a 0 visit count.
|
|
|
|
// This will get updated when AddURI is called, and it will clear the hidden
|
|
|
|
// flag for typed URLs.
|
2006-07-18 16:14:12 +00:00
|
|
|
//
|
|
|
|
// @see MarkPageAsFollowedBookmark
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::MarkPageAsTyped(nsIURI *aURI)
|
|
|
|
{
|
2006-07-18 16:14:12 +00:00
|
|
|
nsCAutoString uriString;
|
|
|
|
aURI->GetSpec(uriString);
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:14:12 +00:00
|
|
|
// if URL is already in the typed queue, then we need to remove the old one
|
|
|
|
PRInt64 unusedEventTime;
|
|
|
|
if (mRecentTyped.Get(uriString, &unusedEventTime))
|
|
|
|
mRecentTyped.Remove(uriString);
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:14:12 +00:00
|
|
|
if (mRecentTyped.Count() > RECENT_EVENT_QUEUE_MAX_LENGTH)
|
|
|
|
ExpireNonrecentEvents(&mRecentTyped);
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:14:12 +00:00
|
|
|
mRecentTyped.Put(uriString, GetNow());
|
2006-07-18 15:56:56 +00:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
// nsGlobalHistory2 ************************************************************
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::AddURI
|
2006-07-18 16:14:12 +00:00
|
|
|
//
|
2006-07-18 16:23:51 +00:00
|
|
|
// This is the main method of adding history entries.
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::AddURI(nsIURI *aURI, PRBool aRedirect,
|
|
|
|
PRBool aToplevel, nsIURI *aReferrer)
|
|
|
|
{
|
2006-07-18 16:23:51 +00:00
|
|
|
mozStorageTransaction transaction(mDBConn, PR_FALSE);
|
|
|
|
|
2006-07-18 16:27:59 +00:00
|
|
|
PRInt64 redirectBookmark = 0;
|
2006-07-18 16:23:51 +00:00
|
|
|
PRInt64 visitID, sessionID;
|
|
|
|
nsresult rv = AddVisitChain(aURI, aToplevel, aRedirect, aReferrer,
|
2006-07-18 16:27:59 +00:00
|
|
|
&visitID, &sessionID, &redirectBookmark);
|
2006-07-18 16:23:51 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 16:27:59 +00:00
|
|
|
// The bookmark cache of redirects may be out-of-date with this addition, so
|
|
|
|
// we need to update it. The issue here is if they bookmark "mozilla.org" by
|
|
|
|
// typing it in without ever having visited "www.mozilla.org". They will then
|
|
|
|
// get redirected to the latter, and we need to add mozilla.org ->
|
|
|
|
// www.mozilla.org to the bookmark hashtable.
|
|
|
|
//
|
|
|
|
// AddVisitChain will put the spec of a bookmarked URI if it encounters one
|
|
|
|
// into bookmarkURI. If this is non-empty, we know that something has happened
|
|
|
|
// with a bookmark and we should probably go update it.
|
|
|
|
if (redirectBookmark) {
|
|
|
|
nsNavBookmarks* bookmarkService = nsNavBookmarks::GetBookmarksService();
|
|
|
|
if (bookmarkService) {
|
|
|
|
PRTime now = GetNow();
|
|
|
|
bookmarkService->AddBookmarkToHash(redirectBookmark,
|
|
|
|
now - BOOKMARK_REDIRECT_TIME_THRESHOLD);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2006-07-18 16:23:51 +00:00
|
|
|
transaction.Commit();
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::AddVisitChain
|
|
|
|
//
|
|
|
|
// This function is sits between AddURI (which is called when a page is
|
|
|
|
// visited) and AddVisit (which creates the DB entries) to figure out what
|
|
|
|
// we should add and what are the detailed parameters that should be used
|
|
|
|
// (like referring visit ID and typed/bookmarked state).
|
|
|
|
//
|
|
|
|
// This function walks up the referring chain and recursively calls itself,
|
|
|
|
// each time calling InternalAdd to create a new history entry. (When we
|
|
|
|
// get notified of redirects, we don't actually add any history entries, just
|
|
|
|
// save them in mRecentRedirects. This function will add all of them for a
|
|
|
|
// given destination page when that page is actually visited.)
|
|
|
|
// See GetRedirectFor for more information about how redirects work.
|
2006-07-18 16:27:59 +00:00
|
|
|
//
|
|
|
|
// aRedirectBookmark should be empty when this function is first called. If
|
|
|
|
// there are any redirects that are bookmarks the specs will be placed in
|
|
|
|
// this buffer. The caller can then determine if any bookmarked items were
|
|
|
|
// visited so it knows whether to update the bookmark service's redirect
|
|
|
|
// hashtable.
|
2006-07-18 16:14:12 +00:00
|
|
|
|
2006-07-18 16:23:51 +00:00
|
|
|
nsresult
|
|
|
|
nsNavHistory::AddVisitChain(nsIURI* aURI, PRBool aToplevel, PRBool aIsRedirect,
|
|
|
|
nsIURI* aReferrer, PRInt64* aVisitID,
|
2006-07-18 16:27:59 +00:00
|
|
|
PRInt64* aSessionID, PRInt64* aRedirectBookmark)
|
2006-07-18 16:23:51 +00:00
|
|
|
{
|
2006-07-18 16:14:12 +00:00
|
|
|
PRUint32 transitionType = 0;
|
2006-07-18 16:23:51 +00:00
|
|
|
PRInt64 referringVisit = 0;
|
|
|
|
PRTime visitTime = 0;
|
|
|
|
|
|
|
|
nsCAutoString spec;
|
|
|
|
nsresult rv = aURI->GetSpec(spec);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
nsCAutoString redirectSource;
|
|
|
|
if (GetRedirectFor(spec, redirectSource, &visitTime, &transitionType)) {
|
|
|
|
// this was a redirect: See GetRedirectFor for info on how this works
|
|
|
|
nsCOMPtr<nsIURI> redirectURI;
|
|
|
|
rv = NS_NewURI(getter_AddRefs(redirectURI), redirectSource);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:27:59 +00:00
|
|
|
|
|
|
|
// remember if any redirect sources were bookmarked
|
|
|
|
nsNavBookmarks* bookmarkService = nsNavBookmarks::GetBookmarksService();
|
|
|
|
PRBool isBookmarked;
|
|
|
|
if (bookmarkService &&
|
|
|
|
NS_SUCCEEDED(bookmarkService->IsBookmarked(redirectURI, &isBookmarked))
|
|
|
|
&& isBookmarked) {
|
|
|
|
GetUrlIdFor(redirectURI, aRedirectBookmark, PR_FALSE);
|
|
|
|
}
|
|
|
|
|
|
|
|
// Find the visit for the source
|
2006-07-18 16:23:51 +00:00
|
|
|
rv = AddVisitChain(redirectURI, aToplevel, PR_TRUE, aReferrer,
|
2006-07-18 16:27:59 +00:00
|
|
|
&referringVisit, aSessionID, aRedirectBookmark);
|
2006-07-18 16:23:51 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
} else if (aReferrer) {
|
2006-07-18 16:14:12 +00:00
|
|
|
// If there is a referrer, we know you came from somewhere, either manually
|
|
|
|
// or automatically. For toplevel windows, assume its manual and you want
|
|
|
|
// to see this in history. For other things, it's some kind of embedded
|
|
|
|
// navigation. This is true of images and other content the user doesn't
|
|
|
|
// want to see in their history, but also of embedded frames that the user
|
|
|
|
// navigated manually and probably DOES want to see in history.
|
|
|
|
// Unfortunately, there isn't any easy way to distinguish these.
|
|
|
|
//
|
|
|
|
// Generally, it boils down to the problem of detecting whether a frame
|
|
|
|
// content change is the result of a user action, which isn't well defined
|
|
|
|
// since script could change a frame's source as a result of user request,
|
|
|
|
// or just because it feels like loading a new ad. The "back" button will
|
|
|
|
// undo either of these actions.
|
|
|
|
if (aToplevel)
|
|
|
|
transitionType = nsINavHistoryService::TRANSITION_LINK;
|
|
|
|
else
|
|
|
|
transitionType = nsINavHistoryService::TRANSITION_EMBED;
|
2006-07-18 16:23:51 +00:00
|
|
|
|
|
|
|
// Note that here we should NOT use the GetNow function. That function
|
|
|
|
// caches the value of "now" until next time the event loop runs. This
|
|
|
|
// gives better performance, but here we may get many notifications without
|
|
|
|
// running the event loop. We must preserve these events' ordering. This
|
|
|
|
// most commonly happens on redirects.
|
|
|
|
visitTime = PR_Now();
|
|
|
|
|
|
|
|
// try to turn the referrer into a visit
|
|
|
|
if (! FindLastVisit(aReferrer, &referringVisit, aSessionID)) {
|
|
|
|
// we couldn't find a visit for the referrer, don't set it
|
|
|
|
*aSessionID = GetNewSessionID();
|
|
|
|
}
|
2006-07-18 16:14:12 +00:00
|
|
|
} else {
|
|
|
|
// When there is no referrer, we know the user must have gotten the link
|
|
|
|
// from somewhere, so check our sources to see if it was recently typed or
|
|
|
|
// has a bookmark selected. We don't handle drag-and-drop operations.
|
2006-07-18 16:23:51 +00:00
|
|
|
if (CheckIsRecentEvent(&mRecentTyped, spec))
|
|
|
|
transitionType = nsINavHistoryService::TRANSITION_TYPED;
|
|
|
|
else if (CheckIsRecentEvent(&mRecentBookmark, spec))
|
|
|
|
transitionType = nsINavHistoryService::TRANSITION_BOOKMARK;
|
|
|
|
|
|
|
|
visitTime = PR_Now();
|
|
|
|
*aSessionID = GetNewSessionID();
|
2006-07-18 16:14:12 +00:00
|
|
|
}
|
|
|
|
|
2006-07-18 16:23:51 +00:00
|
|
|
// this call will create the visit and create/update the page entry
|
|
|
|
return AddVisit(aURI, visitTime, referringVisit, transitionType,
|
|
|
|
aIsRedirect, *aSessionID, aVisitID);
|
2006-07-18 15:56:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::IsVisited
|
|
|
|
//
|
|
|
|
// Note that this ignores the "hidden" flag. This function just checks if the
|
|
|
|
// given page is in the DB for link coloring. The "hidden" flag affects
|
|
|
|
// the history list view and autocomplete.
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::IsVisited(nsIURI *aURI, PRBool *_retval)
|
|
|
|
{
|
|
|
|
nsCAutoString utf8URISpec;
|
|
|
|
nsresult rv = aURI->GetSpec(utf8URISpec);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
*_retval = IsURIStringVisited(utf8URISpec);
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::SetPageTitle
|
2006-07-18 16:14:36 +00:00
|
|
|
//
|
|
|
|
// This sets the page "real" title. Use nsINavHistory::SetPageUserTitle to
|
|
|
|
// set any user-defined title.
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::SetPageTitle(nsIURI *aURI,
|
|
|
|
const nsAString & aTitle)
|
|
|
|
{
|
2006-07-18 16:14:36 +00:00
|
|
|
return SetPageTitleInternal(aURI, PR_FALSE, aTitle);
|
|
|
|
}
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
|
2006-07-18 16:18:39 +00:00
|
|
|
#ifndef MOZILLA_1_8_BRANCH
|
2006-07-18 16:14:36 +00:00
|
|
|
// nsNavHistory::GetURIGeckoFlags
|
|
|
|
//
|
|
|
|
// FIXME: should we try to use annotations for this stuff?
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::GetURIGeckoFlags(nsIURI* aURI, PRUint32* aResult)
|
|
|
|
{
|
|
|
|
return NS_ERROR_NOT_IMPLEMENTED;
|
|
|
|
}
|
|
|
|
|
2006-07-18 16:14:36 +00:00
|
|
|
|
|
|
|
// nsNavHistory::SetURIGeckoFlags
|
|
|
|
//
|
|
|
|
// FIXME: should we try to use annotations for this stuff?
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::SetURIGeckoFlags(nsIURI* aURI, PRUint32 aFlags)
|
|
|
|
{
|
|
|
|
return NS_ERROR_NOT_IMPLEMENTED;
|
|
|
|
}
|
2006-07-18 16:18:39 +00:00
|
|
|
#endif
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:23:51 +00:00
|
|
|
// nsIGlobalHistory3 ***********************************************************
|
|
|
|
|
|
|
|
// nsNavHistory::AddToplevelRedirect
|
|
|
|
//
|
|
|
|
// This adds a redirect mapping from the destination of the redirect to the
|
|
|
|
// source, time, and type. This mapping is used by GetRedirectFor when we
|
|
|
|
// get a page added to reconstruct the redirects that happened when a page
|
|
|
|
// is visited. See GetRedirectFor for more information
|
|
|
|
|
|
|
|
// this is the expiration callback function that deletes stale entries
|
|
|
|
PLDHashOperator PR_CALLBACK nsNavHistory::ExpireNonrecentRedirects(
|
|
|
|
nsCStringHashKey::KeyType aKey, RedirectInfo& aData, void* aUserArg)
|
|
|
|
{
|
|
|
|
PRInt64* threshold = NS_REINTERPRET_CAST(PRInt64*, aUserArg);
|
|
|
|
if (aData.mTimeCreated < *threshold)
|
|
|
|
return PL_DHASH_REMOVE;
|
|
|
|
return PL_DHASH_NEXT;
|
|
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::AddToplevelRedirect(nsIChannel *aOldChannel,
|
|
|
|
nsIChannel *aNewChannel, PRInt32 aFlags)
|
|
|
|
{
|
|
|
|
nsresult rv;
|
|
|
|
nsCOMPtr<nsIURI> oldURI, newURI;
|
|
|
|
rv = aOldChannel->GetURI(getter_AddRefs(oldURI));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = aNewChannel->GetURI(getter_AddRefs(newURI));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
nsCString oldSpec, newSpec;
|
|
|
|
rv = oldURI->GetSpec(oldSpec);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
rv = newURI->GetSpec(newSpec);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
if (mRecentRedirects.Count() > RECENT_EVENT_QUEUE_MAX_LENGTH) {
|
|
|
|
// expire out-of-date ones
|
|
|
|
PRInt64 threshold = PR_Now() - RECENT_EVENT_THRESHOLD;
|
|
|
|
mRecentRedirects.Enumerate(ExpireNonrecentRedirects,
|
|
|
|
NS_REINTERPRET_CAST(void*, &threshold));
|
|
|
|
}
|
|
|
|
|
|
|
|
RedirectInfo info;
|
|
|
|
|
|
|
|
// remove any old entries for this redirect destination
|
|
|
|
if (mRecentRedirects.Get(newSpec, &info))
|
|
|
|
mRecentRedirects.Remove(newSpec);
|
|
|
|
|
|
|
|
// save the new redirect info
|
|
|
|
info.mSourceURI = oldSpec;
|
|
|
|
info.mTimeCreated = PR_Now();
|
|
|
|
if (aFlags & nsIChannelEventSink::REDIRECT_TEMPORARY)
|
|
|
|
info.mType = TRANSITION_REDIRECT_TEMPORARY;
|
|
|
|
else
|
|
|
|
info.mType = TRANSITION_REDIRECT_PERMANENT;
|
|
|
|
mRecentRedirects.Put(newSpec, info);
|
|
|
|
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
// nsIObserver *****************************************************************
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsNavHistory::Observe(nsISupports *aSubject, const char *aTopic,
|
|
|
|
const PRUnichar *aData)
|
|
|
|
{
|
|
|
|
if (nsCRT::strcmp(aTopic, gQuitApplicationMessage) == 0) {
|
|
|
|
if (gTldTypes) {
|
2006-07-18 15:59:53 +00:00
|
|
|
delete gTldTypes;
|
2006-07-18 15:56:56 +00:00
|
|
|
gTldTypes = nsnull;
|
|
|
|
}
|
2006-07-18 16:26:20 +00:00
|
|
|
nsresult rv;
|
|
|
|
nsCOMPtr<nsIPrefService> prefService =
|
|
|
|
do_GetService(NS_PREFSERVICE_CONTRACTID, &rv);
|
|
|
|
if (NS_SUCCEEDED(rv))
|
|
|
|
prefService->SavePrefFile(nsnull);
|
2006-07-18 16:10:55 +00:00
|
|
|
|
|
|
|
// compute how long ago to expire from
|
2006-07-18 16:11:19 +00:00
|
|
|
const PRInt64 secsPerDay = 24*60*60;
|
|
|
|
const PRInt64 usecsPerSec = 1000000;
|
|
|
|
const PRInt64 usecsPerDay = secsPerDay * usecsPerSec;
|
|
|
|
const PRInt64 expireUsecsAgo = mExpireDays * usecsPerDay;
|
2006-07-18 16:10:55 +00:00
|
|
|
|
2006-07-18 16:11:19 +00:00
|
|
|
// FIXME: should we compress sometimes? It's slow, so we shouldn't do it
|
|
|
|
// every time.
|
2006-07-18 16:26:44 +00:00
|
|
|
VacuumDB(expireUsecsAgo);
|
2006-07-18 16:27:09 +00:00
|
|
|
} else if (nsCRT::strcmp(aTopic, gXpcomShutdown) == 0) {
|
|
|
|
nsresult rv;
|
|
|
|
nsCOMPtr<nsIObserverService> observerService =
|
|
|
|
do_GetService("@mozilla.org/observer-service;1", &rv);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
observerService->RemoveObserver(this, gXpcomShutdown);
|
|
|
|
observerService->RemoveObserver(this, gQuitApplicationMessage);
|
2006-07-18 15:56:56 +00:00
|
|
|
} else if (nsCRT::strcmp(aTopic, "nsPref:changed") == 0) {
|
|
|
|
LoadPrefs();
|
|
|
|
}
|
|
|
|
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Query stuff *****************************************************************
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::QueryToSelectClause
|
|
|
|
//
|
|
|
|
// THE ORDER AND BEHAVIOR SHOULD BE IN SYNC WITH BindQueryClauseParameters
|
|
|
|
//
|
|
|
|
// I don't check return values from the query object getters because there's
|
|
|
|
// no way for those to fail.
|
|
|
|
|
|
|
|
nsresult
|
2006-07-18 16:20:08 +00:00
|
|
|
nsNavHistory::QueryToSelectClause(nsNavHistoryQuery* aQuery, // const
|
2006-07-18 15:59:03 +00:00
|
|
|
PRInt32 aStartParameter,
|
2006-07-18 15:56:56 +00:00
|
|
|
nsCString* aClause,
|
2006-07-18 16:19:29 +00:00
|
|
|
PRInt32* aParamCount,
|
|
|
|
const nsACString& aCommonConditions)
|
2006-07-18 15:56:56 +00:00
|
|
|
{
|
|
|
|
PRBool hasIt;
|
|
|
|
|
|
|
|
aClause->Truncate();
|
|
|
|
*aParamCount = 0;
|
|
|
|
nsCAutoString paramString;
|
|
|
|
|
2006-07-18 16:19:29 +00:00
|
|
|
// note common condition visit_count > 0 is set under the annotation section
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
// begin time
|
|
|
|
if (NS_SUCCEEDED(aQuery->GetHasBeginTime(&hasIt)) && hasIt) {
|
|
|
|
parameterString(aStartParameter + *aParamCount, paramString);
|
|
|
|
*aClause += NS_LITERAL_CSTRING("v.visit_date >= ") + paramString;
|
|
|
|
(*aParamCount) ++;
|
|
|
|
}
|
|
|
|
|
|
|
|
// end time
|
|
|
|
if (NS_SUCCEEDED(aQuery->GetHasEndTime(&hasIt)) && hasIt) {
|
|
|
|
if (! aClause->IsEmpty())
|
|
|
|
*aClause += NS_LITERAL_CSTRING(" AND ");
|
|
|
|
parameterString(aStartParameter + *aParamCount, paramString);
|
|
|
|
*aClause += NS_LITERAL_CSTRING("v.visit_date <= ") + paramString;
|
|
|
|
(*aParamCount) ++;
|
|
|
|
}
|
|
|
|
|
|
|
|
// search terms FIXME
|
|
|
|
|
2006-07-18 16:12:34 +00:00
|
|
|
// only bookmarked
|
2006-07-18 16:20:08 +00:00
|
|
|
if (aQuery->OnlyBookmarked()) {
|
2006-07-18 15:59:28 +00:00
|
|
|
if (! aClause->IsEmpty())
|
|
|
|
*aClause += NS_LITERAL_CSTRING(" AND ");
|
|
|
|
|
2006-07-18 16:12:34 +00:00
|
|
|
*aClause += NS_LITERAL_CSTRING("EXISTS (SELECT b.item_child FROM moz_bookmarks b WHERE b.item_child = h.id)");
|
2006-07-18 15:59:28 +00:00
|
|
|
}
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
// domain
|
|
|
|
if (NS_SUCCEEDED(aQuery->GetHasDomain(&hasIt)) && hasIt) {
|
|
|
|
if (! aClause->IsEmpty())
|
|
|
|
*aClause += NS_LITERAL_CSTRING(" AND ");
|
|
|
|
|
|
|
|
PRBool domainIsHost = PR_FALSE;
|
|
|
|
aQuery->GetDomainIsHost(&domainIsHost);
|
|
|
|
if (domainIsHost) {
|
|
|
|
parameterString(aStartParameter + *aParamCount, paramString);
|
|
|
|
*aClause += NS_LITERAL_CSTRING("h.rev_host = ") + paramString;
|
2006-07-18 16:16:38 +00:00
|
|
|
aClause->Append(' ');
|
2006-07-18 15:56:56 +00:00
|
|
|
(*aParamCount) ++;
|
|
|
|
} else {
|
|
|
|
// see domain setting in BindQueryClauseParameters for why we do this
|
|
|
|
parameterString(aStartParameter + *aParamCount, paramString);
|
|
|
|
*aClause += NS_LITERAL_CSTRING("h.rev_host >= ") + paramString;
|
|
|
|
(*aParamCount) ++;
|
|
|
|
|
|
|
|
parameterString(aStartParameter + *aParamCount, paramString);
|
|
|
|
*aClause += NS_LITERAL_CSTRING(" AND h.rev_host < ") + paramString;
|
2006-07-18 16:16:38 +00:00
|
|
|
aClause->Append(' ');
|
2006-07-18 15:56:56 +00:00
|
|
|
(*aParamCount) ++;
|
|
|
|
}
|
|
|
|
}
|
2006-07-18 16:16:38 +00:00
|
|
|
|
|
|
|
// URI
|
|
|
|
//
|
|
|
|
// Performance improvement: Selecting URI by prefixes this way is slow because
|
|
|
|
// sqlite will not use indices when you use substring. Currently, there is
|
|
|
|
// not really any use for URI queries, so this isn't worth optimizing a lot.
|
|
|
|
// In the future, we could do a >=,<= thing like we do for domain names to
|
|
|
|
// make it use the index.
|
|
|
|
if (NS_SUCCEEDED(aQuery->GetHasUri(&hasIt)) && hasIt) {
|
|
|
|
if (! aClause->IsEmpty())
|
|
|
|
*aClause += NS_LITERAL_CSTRING(" AND ");
|
|
|
|
|
|
|
|
nsCAutoString paramString;
|
|
|
|
parameterString(aStartParameter + *aParamCount, paramString);
|
|
|
|
(*aParamCount) ++;
|
|
|
|
|
|
|
|
nsCAutoString match;
|
2006-07-18 16:20:08 +00:00
|
|
|
if (aQuery->UriIsPrefix()) {
|
2006-07-18 16:16:38 +00:00
|
|
|
// Prefix: want something of the form SUBSTR(h.url, 0, length(?1)) = ?1
|
|
|
|
*aClause += NS_LITERAL_CSTRING("SUBSTR(h.url, 0, LENGTH(") +
|
|
|
|
paramString + NS_LITERAL_CSTRING(")) = ") + paramString;
|
|
|
|
} else {
|
|
|
|
*aClause += NS_LITERAL_CSTRING("h.url = ") + paramString;
|
|
|
|
}
|
|
|
|
aClause->Append(' ');
|
|
|
|
}
|
|
|
|
|
2006-07-18 16:19:29 +00:00
|
|
|
// annotation
|
|
|
|
aQuery->GetHasAnnotation(&hasIt);
|
|
|
|
if (! aClause->IsEmpty())
|
|
|
|
*aClause += NS_LITERAL_CSTRING(" AND ");
|
|
|
|
if (hasIt) {
|
|
|
|
nsCAutoString paramString;
|
|
|
|
parameterString(aStartParameter + *aParamCount, paramString);
|
|
|
|
(*aParamCount) ++;
|
|
|
|
|
2006-07-18 16:20:08 +00:00
|
|
|
if (aQuery->AnnotationIsNot())
|
2006-07-18 16:19:29 +00:00
|
|
|
aClause->AppendLiteral("NOT ");
|
|
|
|
aClause->AppendLiteral("EXISTS (SELECT anno_id FROM moz_anno anno WHERE anno.page = h.id AND anno.name = ");
|
|
|
|
aClause->Append(paramString);
|
|
|
|
aClause->AppendLiteral(") ");
|
|
|
|
// annotation-based queries don't get the common conditions, so you get
|
|
|
|
// all URLs with that annotation
|
|
|
|
} else {
|
|
|
|
// all non-annotation queries return only visited items
|
|
|
|
aClause->Append(aCommonConditions);
|
|
|
|
}
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::BindQueryClauseParameters
|
|
|
|
//
|
|
|
|
// THE ORDER AND BEHAVIOR SHOULD BE IN SYNC WITH QueryToSelectClause
|
|
|
|
|
|
|
|
nsresult
|
|
|
|
nsNavHistory::BindQueryClauseParameters(mozIStorageStatement* statement,
|
2006-07-18 15:59:03 +00:00
|
|
|
PRInt32 aStartParameter,
|
2006-07-18 16:20:08 +00:00
|
|
|
nsNavHistoryQuery* aQuery, // const
|
2006-07-18 15:59:03 +00:00
|
|
|
PRInt32* aParamCount)
|
2006-07-18 15:56:56 +00:00
|
|
|
{
|
|
|
|
nsresult rv;
|
|
|
|
(*aParamCount) = 0;
|
|
|
|
|
|
|
|
PRBool hasIt;
|
|
|
|
|
|
|
|
// begin time
|
|
|
|
if (NS_SUCCEEDED(aQuery->GetHasBeginTime(&hasIt)) && hasIt) {
|
2006-07-18 16:20:08 +00:00
|
|
|
PRTime time = NormalizeTime(aQuery->BeginTimeReference(),
|
|
|
|
aQuery->BeginTime());
|
2006-07-18 15:56:56 +00:00
|
|
|
rv = statement->BindInt64Parameter(aStartParameter + *aParamCount, time);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
(*aParamCount) ++;
|
|
|
|
}
|
|
|
|
|
|
|
|
// end time
|
|
|
|
if (NS_SUCCEEDED(aQuery->GetHasEndTime(&hasIt)) && hasIt) {
|
2006-07-18 16:20:08 +00:00
|
|
|
PRTime time = NormalizeTime(aQuery->EndTimeReference(),
|
|
|
|
aQuery->EndTime());
|
2006-07-18 15:56:56 +00:00
|
|
|
rv = statement->BindInt64Parameter(aStartParameter + *aParamCount, time);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
(*aParamCount) ++;
|
|
|
|
}
|
|
|
|
|
|
|
|
// search terms FIXME
|
|
|
|
|
2006-07-18 15:59:28 +00:00
|
|
|
// onlyBookmarked: nothing to bind
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
// domain (see GetReversedHostname for more info on reversed host names)
|
|
|
|
if (NS_SUCCEEDED(aQuery->GetHasDomain(&hasIt)) && hasIt) {
|
|
|
|
nsString revDomain;
|
2006-07-18 16:20:08 +00:00
|
|
|
GetReversedHostname(NS_ConvertUTF8toUTF16(aQuery->Domain()), revDomain);
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:20:08 +00:00
|
|
|
if (aQuery->DomainIsHost()) {
|
2006-07-18 15:56:56 +00:00
|
|
|
rv = statement->BindStringParameter(aStartParameter + *aParamCount, revDomain);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
(*aParamCount) ++;
|
|
|
|
} else {
|
|
|
|
// for "mozilla.org" do query >= "gro.allizom." AND < "gro.allizom/"
|
|
|
|
// which will get everything starting with "gro.allizom." while using the
|
|
|
|
// index (using SUBSTRING() causes indexes to be discarded).
|
|
|
|
NS_ASSERTION(revDomain[revDomain.Length() - 1] == '.', "Invalid rev. host");
|
|
|
|
rv = statement->BindStringParameter(aStartParameter + *aParamCount, revDomain);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
(*aParamCount) ++;
|
|
|
|
revDomain.Truncate(revDomain.Length() - 1);
|
|
|
|
revDomain.Append(PRUnichar('/'));
|
|
|
|
rv = statement->BindStringParameter(aStartParameter + *aParamCount, revDomain);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
(*aParamCount) ++;
|
|
|
|
}
|
|
|
|
}
|
2006-07-18 16:16:38 +00:00
|
|
|
|
|
|
|
// URI
|
|
|
|
if (NS_SUCCEEDED(aQuery->GetHasUri(&hasIt)) && hasIt) {
|
2006-07-18 16:20:08 +00:00
|
|
|
BindStatementURI(statement, aStartParameter + *aParamCount, aQuery->Uri());
|
2006-07-18 16:16:38 +00:00
|
|
|
(*aParamCount) ++;
|
|
|
|
}
|
|
|
|
|
2006-07-18 16:19:29 +00:00
|
|
|
// annotation
|
|
|
|
aQuery->GetHasAnnotation(&hasIt);
|
|
|
|
if (hasIt) {
|
|
|
|
rv = statement->BindUTF8StringParameter(aStartParameter + *aParamCount,
|
2006-07-18 16:20:08 +00:00
|
|
|
aQuery->Annotation());
|
2006-07-18 16:19:29 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
}
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::ResultsAsList
|
|
|
|
//
|
|
|
|
|
|
|
|
nsresult
|
2006-07-18 16:12:34 +00:00
|
|
|
nsNavHistory::ResultsAsList(mozIStorageStatement* statement,
|
|
|
|
nsNavHistoryQueryOptions* aOptions,
|
2006-07-18 15:56:56 +00:00
|
|
|
nsCOMArray<nsNavHistoryResultNode>* aResults)
|
|
|
|
{
|
|
|
|
nsresult rv;
|
|
|
|
nsCOMPtr<mozIStorageValueArray> row = do_QueryInterface(statement, &rv);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
PRBool hasMore = PR_FALSE;
|
|
|
|
while (NS_SUCCEEDED(statement->ExecuteStep(&hasMore)) && hasMore) {
|
|
|
|
nsCOMPtr<nsNavHistoryResultNode> result;
|
2006-07-18 16:12:34 +00:00
|
|
|
rv = RowToResult(row, aOptions, getter_AddRefs(result));
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
aResults->AppendObject(result);
|
|
|
|
}
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::RecursiveGroup
|
|
|
|
//
|
|
|
|
// aSource and aDest must be different!
|
2006-07-18 16:19:04 +00:00
|
|
|
//
|
|
|
|
// This just calls the correct grouping subroutine. These will generate the
|
|
|
|
// grouping and return to us a list of nodes that are the groups.
|
|
|
|
//
|
|
|
|
// If we need to do another level of grouping, we go in and replace those
|
|
|
|
// container's children with another level of grouping. This is less
|
|
|
|
// efficient because we need to copy the lists around. However, multilevel
|
|
|
|
// grouping will be very uncommon so we are more interested in an optimized
|
|
|
|
// single level of grouping.
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
nsresult
|
|
|
|
nsNavHistory::RecursiveGroup(const nsCOMArray<nsNavHistoryResultNode>& aSource,
|
2006-07-18 16:16:38 +00:00
|
|
|
const PRUint32* aGroupingMode, PRUint32 aGroupCount,
|
2006-07-18 15:56:56 +00:00
|
|
|
nsCOMArray<nsNavHistoryResultNode>* aDest)
|
|
|
|
{
|
|
|
|
NS_ASSERTION(aGroupCount > 0, "Invalid group count");
|
|
|
|
NS_ASSERTION(aDest->Count() == 0, "Destination array is not empty");
|
|
|
|
NS_ASSERTION(&aSource != aDest, "Source and dest must be different for grouping");
|
|
|
|
|
|
|
|
nsresult rv;
|
|
|
|
switch (aGroupingMode[0]) {
|
2006-07-18 15:59:28 +00:00
|
|
|
case nsINavHistoryQueryOptions::GROUP_BY_HOST:
|
2006-07-18 16:19:04 +00:00
|
|
|
rv = GroupByHost(aSource, aDest, PR_FALSE);
|
2006-07-18 15:56:56 +00:00
|
|
|
break;
|
2006-07-18 15:59:28 +00:00
|
|
|
case nsINavHistoryQueryOptions::GROUP_BY_DOMAIN:
|
2006-07-18 16:19:04 +00:00
|
|
|
rv = GroupByHost(aSource, aDest, PR_TRUE);
|
2006-07-18 15:56:56 +00:00
|
|
|
break;
|
|
|
|
default:
|
|
|
|
// unknown grouping mode
|
|
|
|
return NS_ERROR_INVALID_ARG;
|
|
|
|
}
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
if (aGroupCount > 1) {
|
|
|
|
// Sort another level: We need to copy the array since we want the output
|
|
|
|
// to be our level's destionation arrays.
|
2006-07-18 15:59:03 +00:00
|
|
|
for (PRInt32 i = 0; i < aDest->Count(); i ++) {
|
2006-07-18 15:56:56 +00:00
|
|
|
nsNavHistoryResultNode* curNode = (*aDest)[i];
|
2006-07-18 16:19:04 +00:00
|
|
|
if (curNode->IsContainer()) {
|
|
|
|
nsNavHistoryContainerResultNode* container = curNode->GetAsContainer();
|
|
|
|
nsCOMArray<nsNavHistoryResultNode> temp(container->mChildren);
|
|
|
|
container->mChildren.Clear();
|
2006-07-18 15:56:56 +00:00
|
|
|
rv = RecursiveGroup(temp, &aGroupingMode[1], aGroupCount - 1,
|
2006-07-18 16:19:04 +00:00
|
|
|
&container->mChildren);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::GroupByHost
|
|
|
|
//
|
2006-07-18 16:19:04 +00:00
|
|
|
// OPTIMIZATION: This parses the URI of each node that is coming in. This
|
|
|
|
// makes it kind of slow. A previous version of this code used a host on
|
|
|
|
// each result node. This host name is populated from the database, so it
|
|
|
|
// doesn't have to be populated at query time. This is faster, but takes up
|
|
|
|
// a lot of space in result nodes that isn't very helpful.
|
|
|
|
//
|
|
|
|
// One option would be to store the host names in the nodes only if we will
|
|
|
|
// be grouping by host later. Once we group by host, we could set it to the
|
|
|
|
// empty string to free that heap data. Then this code would be fast but
|
|
|
|
// we would only be charged the overhead of an empty string on each node.
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
nsresult
|
|
|
|
nsNavHistory::GroupByHost(const nsCOMArray<nsNavHistoryResultNode>& aSource,
|
2006-07-18 16:19:04 +00:00
|
|
|
nsCOMArray<nsNavHistoryResultNode>* aDest,
|
|
|
|
PRBool aIsDomain)
|
2006-07-18 15:56:56 +00:00
|
|
|
{
|
2006-07-18 16:19:04 +00:00
|
|
|
nsDataHashtable<nsCStringHashKey, nsNavHistoryContainerResultNode*> hosts;
|
|
|
|
if (! hosts.Init(512))
|
2006-07-18 15:56:56 +00:00
|
|
|
return NS_ERROR_OUT_OF_MEMORY;
|
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
for (PRInt32 i = 0; i < aSource.Count(); i ++) {
|
|
|
|
if (! aSource[i]->IsURI()) {
|
|
|
|
// what do we do with non-URLs? I'll just dump them into the top level
|
|
|
|
aDest->AppendObject(aSource[i]);
|
|
|
|
continue;
|
2006-07-18 15:56:56 +00:00
|
|
|
}
|
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
// get the host name
|
|
|
|
nsCOMPtr<nsIURI> uri;
|
|
|
|
nsCAutoString fullHostName;
|
2006-07-18 16:22:38 +00:00
|
|
|
if (NS_FAILED(NS_NewURI(getter_AddRefs(uri), aSource[i]->mURI)) ||
|
2006-07-18 16:19:04 +00:00
|
|
|
NS_FAILED(uri->GetHost(fullHostName))) {
|
|
|
|
// invalid host name, just drop it in the top level
|
|
|
|
aDest->AppendObject(aSource[i]);
|
|
|
|
continue;
|
|
|
|
}
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
nsCAutoString curHostName;
|
|
|
|
if (aIsDomain) {
|
|
|
|
DomainNameFromHostName(fullHostName, curHostName);
|
2006-07-18 15:56:56 +00:00
|
|
|
} else {
|
2006-07-18 16:19:04 +00:00
|
|
|
// just use the full host name
|
|
|
|
curHostName = fullHostName;
|
2006-07-18 15:56:56 +00:00
|
|
|
}
|
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
nsNavHistoryContainerResultNode* curTopGroup = nsnull;
|
|
|
|
if (! hosts.Get(curHostName, &curTopGroup)) {
|
2006-07-18 15:56:56 +00:00
|
|
|
// need to create an entry for this host
|
2006-07-18 16:19:04 +00:00
|
|
|
nsCAutoString title;
|
|
|
|
TitleForDomain(curHostName, title);
|
|
|
|
|
2006-07-18 16:22:38 +00:00
|
|
|
curTopGroup = new nsNavHistoryContainerResultNode(EmptyCString(), title,
|
|
|
|
EmptyCString(), nsNavHistoryResultNode::RESULT_TYPE_HOST, PR_TRUE,
|
|
|
|
EmptyCString());
|
2006-07-18 15:56:56 +00:00
|
|
|
if (! curTopGroup)
|
|
|
|
return NS_ERROR_OUT_OF_MEMORY;
|
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
if (! hosts.Put(curHostName, curTopGroup))
|
2006-07-18 15:56:56 +00:00
|
|
|
return NS_ERROR_OUT_OF_MEMORY;
|
|
|
|
nsresult rv = aDest->AppendObject(curTopGroup);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
}
|
2006-07-18 16:19:04 +00:00
|
|
|
if (! curTopGroup->mChildren.AppendObject(aSource[i]))
|
|
|
|
return NS_ERROR_OUT_OF_MEMORY;
|
2006-07-18 15:56:56 +00:00
|
|
|
}
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::FilterResultSet
|
|
|
|
//
|
|
|
|
// Currently, this just does title/url filtering. This should be expanded in
|
|
|
|
// the future.
|
|
|
|
|
|
|
|
nsresult
|
|
|
|
nsNavHistory::FilterResultSet(const nsCOMArray<nsNavHistoryResultNode>& aSet,
|
|
|
|
nsCOMArray<nsNavHistoryResultNode>* aFiltered,
|
|
|
|
const nsString& aSearch)
|
|
|
|
{
|
|
|
|
nsStringArray terms;
|
|
|
|
ParseSearchQuery(aSearch, &terms);
|
|
|
|
|
|
|
|
// if there are no search terms, just return everything (i.e. do nothing)
|
|
|
|
if (terms.Count() == 0) {
|
|
|
|
aFiltered->AppendObjects(aSet);
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
nsCStringArray searchAnnotations;
|
|
|
|
/*
|
|
|
|
if (mAnnotationService) {
|
|
|
|
searchAnnotations.AppendCString(NS_LITERAL_CSTRING("qwer"));
|
|
|
|
searchAnnotations.AppendCString(NS_LITERAL_CSTRING("asdf"));
|
|
|
|
searchAnnotations.AppendCString(NS_LITERAL_CSTRING("zxcv"));
|
|
|
|
//mAnnotationService->GetSearchableAnnotations();
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
2006-07-18 15:59:03 +00:00
|
|
|
for (PRInt32 nodeIndex = 0; nodeIndex < aSet.Count(); nodeIndex ++) {
|
2006-07-18 15:56:56 +00:00
|
|
|
PRBool allTermsFound = PR_TRUE;
|
|
|
|
|
|
|
|
nsStringArray curAnnotations;
|
|
|
|
/*
|
|
|
|
if (searchAnnotations.Count()) {
|
|
|
|
// come up with a list of all annotation *values* we need to search
|
2006-07-18 15:59:03 +00:00
|
|
|
for (PRInt32 annotIndex = 0; annotIndex < searchAnnotations.Count(); annotIndex ++) {
|
2006-07-18 15:56:56 +00:00
|
|
|
nsString annot;
|
|
|
|
if (NS_SUCCEEDED(mAnnotationService->GetAnnotationString(
|
2006-07-18 16:19:04 +00:00
|
|
|
aSet[nodeIndex]->mURI,
|
2006-07-18 15:56:56 +00:00
|
|
|
*searchAnnotations[annotIndex],
|
|
|
|
annot)))
|
|
|
|
curAnnotations.AppendString(annot);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
2006-07-18 15:59:03 +00:00
|
|
|
for (PRInt32 termIndex = 0; termIndex < terms.Count(); termIndex ++) {
|
2006-07-18 15:56:56 +00:00
|
|
|
PRBool termFound = PR_FALSE;
|
|
|
|
// title and URL
|
|
|
|
if (CaseInsensitiveFindInReadable(*terms[termIndex],
|
2006-07-18 16:19:04 +00:00
|
|
|
NS_ConvertUTF8toUTF16(aSet[nodeIndex]->mTitle)) ||
|
2006-07-18 16:20:08 +00:00
|
|
|
(aSet[nodeIndex]->IsURI() &&
|
|
|
|
CaseInsensitiveFindInReadable(*terms[termIndex],
|
2006-07-18 16:22:38 +00:00
|
|
|
NS_ConvertUTF8toUTF16(aSet[nodeIndex]->mURI))))
|
2006-07-18 15:56:56 +00:00
|
|
|
termFound = PR_TRUE;
|
|
|
|
// searchable annotations
|
2006-07-18 16:20:08 +00:00
|
|
|
/*if (! termFound) {
|
2006-07-18 15:59:03 +00:00
|
|
|
for (PRInt32 annotIndex = 0; annotIndex < curAnnotations.Count(); annotIndex ++) {
|
2006-07-18 15:56:56 +00:00
|
|
|
if (CaseInsensitiveFindInReadable(*terms[termIndex],
|
|
|
|
*curAnnotations[annotIndex]))
|
|
|
|
termFound = PR_TRUE;
|
|
|
|
}
|
2006-07-18 16:20:08 +00:00
|
|
|
}*/
|
2006-07-18 15:56:56 +00:00
|
|
|
if (! termFound) {
|
|
|
|
allTermsFound = PR_FALSE;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (allTermsFound)
|
|
|
|
aFiltered->AppendObject(aSet[nodeIndex]);
|
|
|
|
}
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 16:14:12 +00:00
|
|
|
// nsNavHistory::CheckIsRecentEvent
|
|
|
|
//
|
|
|
|
// Sees if this URL happened "recently."
|
|
|
|
//
|
|
|
|
// It is always removed from our recent list no matter what. It only counts
|
|
|
|
// as "recent" if the event happend more recently than our event
|
|
|
|
// threshold ago.
|
|
|
|
|
|
|
|
PRBool
|
|
|
|
nsNavHistory::CheckIsRecentEvent(RecentEventHash* hashTable,
|
|
|
|
const nsACString& url)
|
|
|
|
{
|
|
|
|
PRTime eventTime;
|
|
|
|
if (hashTable->Get(url, &eventTime)) {
|
|
|
|
hashTable->Remove(url);
|
|
|
|
if (eventTime > GetNow() - RECENT_EVENT_THRESHOLD)
|
|
|
|
return PR_TRUE;
|
|
|
|
return PR_FALSE;
|
|
|
|
}
|
|
|
|
return PR_FALSE;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::ExpireNonrecentEvents
|
|
|
|
//
|
|
|
|
// This goes through our
|
|
|
|
|
|
|
|
PR_STATIC_CALLBACK(PLDHashOperator)
|
|
|
|
ExpireNonrecentEventsCallback(nsCStringHashKey::KeyType aKey,
|
|
|
|
PRInt64& aData,
|
|
|
|
void* userArg)
|
|
|
|
{
|
2006-07-18 16:23:51 +00:00
|
|
|
PRInt64* threshold = NS_REINTERPRET_CAST(PRInt64*, userArg);
|
|
|
|
if (aData < *threshold)
|
2006-07-18 16:14:12 +00:00
|
|
|
return PL_DHASH_REMOVE;
|
|
|
|
return PL_DHASH_NEXT;
|
|
|
|
}
|
|
|
|
void
|
|
|
|
nsNavHistory::ExpireNonrecentEvents(RecentEventHash* hashTable)
|
|
|
|
{
|
2006-07-18 16:23:51 +00:00
|
|
|
PRInt64 threshold = GetNow() - RECENT_EVENT_THRESHOLD;
|
2006-07-18 16:14:12 +00:00
|
|
|
hashTable->Enumerate(ExpireNonrecentEventsCallback,
|
2006-07-18 16:23:51 +00:00
|
|
|
NS_REINTERPRET_CAST(void*, &threshold));
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::GetRedirectFor
|
|
|
|
//
|
|
|
|
// Given a destination URI, this finds a recent redirect that resulted in
|
|
|
|
// this URI. If it finds one, it will put the redirect source info into
|
|
|
|
// the out params and return true. If there is no matching redirect, it will
|
|
|
|
// return false.
|
|
|
|
//
|
|
|
|
// @param aDestination The destination URI spec of the redirect to look for.
|
|
|
|
// @param aSource Will be filled with the redirect source URI when a
|
|
|
|
// redirect is found.
|
|
|
|
// @param aTime Will be filled with the time the redirect happened
|
|
|
|
// when a redirect is found.
|
|
|
|
// @param aRedirectType Will be filled with the redirect type when a redirect
|
|
|
|
// is found. Will be either
|
|
|
|
// TRANSITION_REDIRECT_PERMANENT or
|
|
|
|
// TRANSITION_REDIRECT_TEMPORARY
|
|
|
|
// @returns True if the redirect is found.
|
|
|
|
//
|
|
|
|
// HOW REDIRECT TRACKING WORKS
|
|
|
|
// ---------------------------
|
|
|
|
// When we get an AddToplevelRedirect message, we store the redirect in
|
|
|
|
// our mRecentRedirects which maps the destination URI to a source,time pair.
|
|
|
|
// When we get a new URI, we see if there were any redirects to this page
|
|
|
|
// in the hash table. If found, we know that the page came through the given
|
|
|
|
// redirect and add it.
|
|
|
|
//
|
|
|
|
// Example: Page S redirects throught R1, then R2, to give page D. Page S
|
|
|
|
// will have been already added to history.
|
|
|
|
// - AddToplevelRedirect(R1, R2)
|
|
|
|
// - AddToplevelRedirect(R2, D)
|
|
|
|
// - AddURI(uri=D, referrer=S)
|
|
|
|
//
|
|
|
|
// When we get the AddURI(D), we see the hash table has a value for D from R2.
|
|
|
|
// We have to recursively check that source since there could be more than
|
|
|
|
// one redirect, as in this case. Here we see there was a redirect to R2 from
|
|
|
|
// R1. The referrer for D is S, so we know S->R1->R2->D.
|
|
|
|
//
|
|
|
|
// Alternatively, the user could have typed or followed a bookmark from S.
|
|
|
|
// In this case, with two redirects we'll get:
|
|
|
|
// - MarkPageAsTyped(S)
|
|
|
|
// - AddToplevelRedirect(S, R)
|
|
|
|
// - AddToplevelRedirect(R, D)
|
|
|
|
// - AddURI(uri=D, referrer=null)
|
|
|
|
// We need to be careful to add a visit to S in this case with an incoming
|
|
|
|
// transition of typed and an outgoing transition of redirect.
|
|
|
|
//
|
|
|
|
// Note that this can get confused in some cases where you have a page
|
|
|
|
// open in more than one window loading at the same time. This should be rare,
|
|
|
|
// however, and should not affect much.
|
|
|
|
|
|
|
|
PRBool
|
|
|
|
nsNavHistory::GetRedirectFor(const nsACString& aDestination,
|
|
|
|
nsACString& aSource, PRTime* aTime,
|
|
|
|
PRUint32* aRedirectType)
|
|
|
|
{
|
|
|
|
RedirectInfo info;
|
|
|
|
if (mRecentRedirects.Get(aDestination, &info)) {
|
|
|
|
mRecentRedirects.Remove(aDestination);
|
|
|
|
if (info.mTimeCreated < GetNow() - RECENT_EVENT_THRESHOLD)
|
|
|
|
return PR_FALSE; // too long ago, probably invalid
|
|
|
|
aSource = info.mSourceURI;
|
|
|
|
*aTime = info.mTimeCreated;
|
|
|
|
*aRedirectType = info.mType;
|
|
|
|
return PR_TRUE;
|
|
|
|
}
|
|
|
|
return PR_FALSE;
|
2006-07-18 16:14:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
// nsNavHistory::RowToResult
|
|
|
|
//
|
2006-07-18 16:19:04 +00:00
|
|
|
// Here, we just have a generic row. It could be a query, URL, visit,
|
|
|
|
// or full visit.
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
nsresult
|
2006-07-18 16:12:34 +00:00
|
|
|
nsNavHistory::RowToResult(mozIStorageValueArray* aRow,
|
|
|
|
nsNavHistoryQueryOptions* aOptions,
|
2006-07-18 15:56:56 +00:00
|
|
|
nsNavHistoryResultNode** aResult)
|
|
|
|
{
|
|
|
|
*aResult = nsnull;
|
2006-07-18 16:17:26 +00:00
|
|
|
NS_ASSERTION(aRow && aOptions && aResult, "Null pointer in RowToResult");
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
// URL
|
|
|
|
nsCAutoString url;
|
|
|
|
nsresult rv = aRow->GetUTF8String(kGetInfoIndex_URL, url);
|
2006-07-18 16:02:41 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
// title
|
|
|
|
nsCAutoString title;
|
2006-07-18 16:23:27 +00:00
|
|
|
title.SetIsVoid(PR_TRUE);
|
2006-07-18 16:19:04 +00:00
|
|
|
if (! aOptions->ForceOriginalTitle()) {
|
|
|
|
rv = aRow->GetUTF8String(kGetInfoIndex_UserTitle, title);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
}
|
2006-07-18 16:23:27 +00:00
|
|
|
if (title.IsVoid()) {
|
2006-07-18 16:19:04 +00:00
|
|
|
rv = aRow->GetUTF8String(kGetInfoIndex_Title, title);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
}
|
|
|
|
|
|
|
|
PRUint32 accessCount = aRow->AsInt32(kGetInfoIndex_VisitCount);
|
|
|
|
PRTime time = aRow->AsInt64(kGetInfoIndex_VisitDate);
|
|
|
|
|
|
|
|
// favicon
|
|
|
|
nsCAutoString favicon;
|
|
|
|
rv = aRow->GetUTF8String(kGetInfoIndex_FaviconURL, favicon);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
if (IsQueryURI(url)) {
|
2006-07-18 16:20:08 +00:00
|
|
|
// special case "place:" URIs: turn them into containers
|
|
|
|
return QueryRowToResult(url, title, accessCount, time, favicon, aResult);
|
2006-07-18 16:19:04 +00:00
|
|
|
} else if (aOptions->ResultType() == nsNavHistoryQueryOptions::RESULTS_AS_URI) {
|
2006-07-18 16:22:38 +00:00
|
|
|
*aResult = new nsNavHistoryResultNode(url, title, accessCount, time,
|
|
|
|
favicon);
|
2006-07-18 16:19:04 +00:00
|
|
|
if (! *aResult)
|
2006-07-18 16:12:34 +00:00
|
|
|
return NS_ERROR_OUT_OF_MEMORY;
|
2006-07-18 16:19:04 +00:00
|
|
|
NS_ADDREF(*aResult);
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
// now we know the result type is some kind of visit (regular or full)
|
2006-07-18 16:12:34 +00:00
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
// session
|
|
|
|
PRInt64 session = aRow->AsInt64(kGetInfoIndex_SessionId);
|
|
|
|
|
|
|
|
if (aOptions->ResultType() == nsNavHistoryQueryOptions::RESULTS_AS_VISIT) {
|
2006-07-18 16:22:38 +00:00
|
|
|
*aResult = new nsNavHistoryVisitResultNode(url, title, accessCount, time,
|
|
|
|
favicon, session);
|
2006-07-18 16:19:04 +00:00
|
|
|
if (! *aResult)
|
|
|
|
return NS_ERROR_OUT_OF_MEMORY;
|
|
|
|
NS_ADDREF(*aResult);
|
|
|
|
return NS_OK;
|
2006-07-18 16:02:41 +00:00
|
|
|
}
|
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
// now it had better be a full visit
|
|
|
|
NS_ASSERTION(aOptions->ResultType() == nsNavHistoryQueryOptions::RESULTS_AS_FULL_VISIT,
|
|
|
|
"Invalid result type in RowToResult");
|
|
|
|
|
|
|
|
NS_NOTREACHED("Full visits not supported yet.");
|
|
|
|
// visit ID
|
|
|
|
/*PRUint32 accessCount;
|
|
|
|
rv = aRow->GetInt32(kGetInfoIndex_VisitCount, &accessCount);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);*/
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
// referring visit ID
|
|
|
|
/*PRUint32 accessCount;
|
|
|
|
rv = aRow->GetInt32(kGetInfoIndex_VisitCount, &accessCount);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);*/
|
|
|
|
|
|
|
|
// transition
|
|
|
|
/*PRUint32 transition;
|
|
|
|
rv = aRow->GetInt32(kGetInfoIndex_VisitCount, &transition);
|
2006-07-18 16:08:48 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
*aResult = new nsNavHistoryFullVisitResultNode(title, accessCount, time,
|
|
|
|
favicon, url, session, visitId,
|
|
|
|
referring, transition);
|
|
|
|
if (! *aResult)
|
|
|
|
return NS_ERROR_OUT_OF_MEMORY;
|
|
|
|
NS_ADDREF(*aResult);*/
|
2006-07-18 16:08:48 +00:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
2006-07-18 16:12:34 +00:00
|
|
|
|
2006-07-18 16:20:08 +00:00
|
|
|
// nsNavHistory::QueryRowToResult
|
|
|
|
//
|
|
|
|
// Called by RowToResult when the URI is a place: URI to generate the proper
|
|
|
|
// folder or query node.
|
|
|
|
|
|
|
|
nsresult
|
|
|
|
nsNavHistory::QueryRowToResult(const nsACString& aURI, const nsACString& aTitle,
|
|
|
|
PRUint32 aAccessCount, PRTime aTime,
|
|
|
|
const nsACString& aFavicon,
|
|
|
|
nsNavHistoryResultNode** aNode)
|
|
|
|
{
|
|
|
|
nsCOMArray<nsNavHistoryQuery> queries;
|
|
|
|
nsCOMPtr<nsNavHistoryQueryOptions> options;
|
|
|
|
nsresult rv = QueryStringToQueryArray(aURI, &queries,
|
|
|
|
getter_AddRefs(options));
|
|
|
|
if (NS_FAILED(rv)) {
|
|
|
|
// This was a query that did not parse, what do we do? We don't want to
|
|
|
|
// return failure since that will kill the whole query process. Instead
|
|
|
|
// make a query node with the query as a string. This way we have a valid
|
|
|
|
// node for the user to manipulate that will look like a query, but it will
|
|
|
|
// never populate since the query string is invalid.
|
2006-07-18 16:22:38 +00:00
|
|
|
*aNode = new nsNavHistoryQueryResultNode(aURI, aTitle, aFavicon);
|
2006-07-18 16:20:08 +00:00
|
|
|
if (! *aNode)
|
|
|
|
return NS_ERROR_OUT_OF_MEMORY;
|
|
|
|
NS_ADDREF(*aNode);
|
|
|
|
} else {
|
|
|
|
PRInt64 folderId = GetSimpleBookmarksQueryFolder(queries);
|
|
|
|
if (folderId) {
|
|
|
|
// simple bookmarks folder, magically generate a bookmarks folder node
|
|
|
|
nsNavBookmarks* bookmarks = nsNavBookmarks::GetBookmarksService();
|
|
|
|
NS_ENSURE_TRUE(bookmarks, NS_ERROR_OUT_OF_MEMORY);
|
|
|
|
|
|
|
|
// this addrefs for us
|
|
|
|
rv = bookmarks->ResultNodeForFolder(folderId, options, aNode);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
} else {
|
|
|
|
// regular query
|
|
|
|
*aNode = new nsNavHistoryQueryResultNode(aTitle, EmptyCString(),
|
|
|
|
queries, options);
|
|
|
|
if (! *aNode)
|
|
|
|
return NS_ERROR_OUT_OF_MEMORY;
|
|
|
|
NS_ADDREF(*aNode);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
// nsNavHistory::VisitIdToResultNode
|
|
|
|
//
|
|
|
|
// Used by the query results to create new nodes on the fly when
|
|
|
|
// notifications come in. This just creates a node for the given visit ID.
|
2006-07-18 16:12:34 +00:00
|
|
|
|
2006-07-18 16:08:48 +00:00
|
|
|
nsresult
|
2006-07-18 16:19:04 +00:00
|
|
|
nsNavHistory::VisitIdToResultNode(PRInt64 visitId,
|
|
|
|
nsNavHistoryQueryOptions* aOptions,
|
|
|
|
nsNavHistoryResultNode** aResult)
|
|
|
|
{
|
|
|
|
mozIStorageStatement* statement; // non-owning!
|
|
|
|
if (aOptions->ResultType() == nsNavHistoryQueryOptions::RESULTS_AS_VISIT ||
|
|
|
|
aOptions->ResultType() == nsNavHistoryQueryOptions::RESULTS_AS_FULL_VISIT) {
|
|
|
|
// visit query - want exact visit time
|
|
|
|
statement = mDBVisitToVisitResult;
|
|
|
|
} else {
|
|
|
|
// URL results - want last visit time
|
|
|
|
statement = mDBVisitToURLResult;
|
2006-07-18 16:12:34 +00:00
|
|
|
}
|
2006-07-18 15:56:56 +00:00
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
mozStorageStatementScoper scoper(statement);
|
|
|
|
nsresult rv = statement->BindInt64Parameter(0, visitId);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
PRBool hasMore = PR_FALSE;
|
|
|
|
rv = statement->ExecuteStep(&hasMore);
|
2006-07-18 15:56:56 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:19:04 +00:00
|
|
|
if (! hasMore) {
|
|
|
|
NS_NOTREACHED("Trying to get a result node for an invalid visit");
|
|
|
|
return NS_ERROR_INVALID_ARG;
|
2006-07-18 15:56:56 +00:00
|
|
|
}
|
2006-07-18 16:10:01 +00:00
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
return RowToResult(statement, aOptions, aResult);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::UriToResultNode
|
|
|
|
//
|
|
|
|
// Used by the query results to create new nodes on the fly when
|
|
|
|
// notifications come in. This creates a URL node for the given URL.
|
|
|
|
|
|
|
|
nsresult
|
|
|
|
nsNavHistory::UriToResultNode(nsIURI* aUri, nsNavHistoryQueryOptions* aOptions,
|
|
|
|
nsNavHistoryResultNode** aResult)
|
|
|
|
{
|
|
|
|
// this query must be asking for URL results, because we don't have enough
|
|
|
|
// information to construct a visit result node here
|
|
|
|
NS_ASSERTION(aOptions->ResultType() == nsNavHistoryQueryOptions::RESULTS_AS_URI,
|
|
|
|
"Can't make visits from URIs");
|
|
|
|
mozStorageStatementScoper scoper(mDBUrlToUrlResult);
|
|
|
|
nsresult rv = BindStatementURI(mDBUrlToUrlResult, 0, aUri);
|
2006-07-18 16:17:02 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
PRBool hasMore = PR_FALSE;
|
|
|
|
rv = mDBUrlToUrlResult->ExecuteStep(&hasMore);
|
2006-07-18 16:10:01 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:19:04 +00:00
|
|
|
if (! hasMore) {
|
|
|
|
NS_NOTREACHED("Trying to get a result node for an invalid URL");
|
|
|
|
return NS_ERROR_INVALID_ARG;
|
|
|
|
}
|
2006-07-18 16:10:01 +00:00
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
return RowToResult(mDBUrlToUrlResult, aOptions, aResult);
|
2006-07-18 15:56:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// nsNavHistory::TitleForDomain
|
|
|
|
//
|
|
|
|
// This computes the title for a given domain. Normally, this is just the
|
|
|
|
// domain name, but we specially handle empty cases to give you a nice
|
|
|
|
// localized string.
|
|
|
|
|
|
|
|
void
|
2006-07-18 16:19:04 +00:00
|
|
|
nsNavHistory::TitleForDomain(const nsCString& domain, nsACString& aTitle)
|
2006-07-18 15:56:56 +00:00
|
|
|
{
|
|
|
|
if (! domain.IsEmpty()) {
|
|
|
|
aTitle = domain;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
// use the localized one instead
|
|
|
|
nsXPIDLString value;
|
|
|
|
nsresult rv = mBundle->GetStringFromName(
|
|
|
|
NS_LITERAL_STRING("localhost").get(), getter_Copies(value));
|
|
|
|
if (NS_SUCCEEDED(rv))
|
2006-07-18 16:19:04 +00:00
|
|
|
CopyUTF16toUTF8(value, aTitle);
|
2006-07-18 15:56:56 +00:00
|
|
|
else
|
|
|
|
aTitle.Truncate(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 16:14:36 +00:00
|
|
|
// nsNavHistory::SetPageTitleInternal
|
|
|
|
//
|
|
|
|
// Called to set either the user-defined title (aIsUserTitle=true) or the
|
|
|
|
// "real" page title (aIsUserTitle=false) for the given URI. Used as a
|
|
|
|
// backend for SetPageUserTitle and SetTitle
|
|
|
|
//
|
|
|
|
// Will fail for pages that are not in the DB. To clear the corresponding
|
|
|
|
// title, use aTitle.SetIsVoid(). Sending an empty string will save an
|
|
|
|
// empty string instead of clearing it.
|
|
|
|
|
|
|
|
nsresult
|
|
|
|
nsNavHistory::SetPageTitleInternal(nsIURI* aURI, PRBool aIsUserTitle,
|
|
|
|
const nsAString& aTitle)
|
|
|
|
{
|
|
|
|
nsresult rv;
|
|
|
|
|
|
|
|
mozStorageTransaction transaction(mDBConn, PR_TRUE);
|
|
|
|
|
|
|
|
// first, make sure the page exists, and fetch the old title (we need the one
|
|
|
|
// that isn't changing to send notifications)
|
|
|
|
nsAutoString title;
|
|
|
|
nsAutoString userTitle;
|
|
|
|
{ // scope for statement
|
|
|
|
mozStorageStatementScoper infoScoper(mDBGetURLPageInfo);
|
|
|
|
rv = BindStatementURI(mDBGetURLPageInfo, 0, aURI);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
PRBool hasURL = PR_FALSE;
|
|
|
|
rv = mDBGetURLPageInfo->ExecuteStep(&hasURL);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
if (! hasURL) {
|
|
|
|
// we don't have the URL, give up
|
|
|
|
return NS_ERROR_NOT_AVAILABLE;
|
|
|
|
}
|
|
|
|
|
|
|
|
// page title
|
2006-07-18 16:23:27 +00:00
|
|
|
rv = mDBGetURLPageInfo->GetString(kGetInfoIndex_Title, title);
|
2006-07-18 16:14:36 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// user title
|
2006-07-18 16:23:27 +00:00
|
|
|
rv = mDBGetURLPageInfo->GetString(kGetInfoIndex_UserTitle, userTitle);
|
2006-07-18 16:14:36 +00:00
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
}
|
|
|
|
|
|
|
|
// It is actually common to set the title to be the same thing it used to
|
|
|
|
// be. For example, going to any web page will always cause a title to be set,
|
|
|
|
// even though it will often be unchanged since the last visit. In these
|
|
|
|
// cases, we can avoid DB writing and (most significantly) observer overhead.
|
|
|
|
if (aIsUserTitle && aTitle.IsVoid() == userTitle.IsVoid() &&
|
|
|
|
aTitle == userTitle)
|
|
|
|
return NS_OK;
|
|
|
|
if (! aIsUserTitle && aTitle.IsVoid() == title.IsVoid() &&
|
|
|
|
aTitle == title)
|
|
|
|
return NS_OK;
|
|
|
|
|
|
|
|
nsCOMPtr<mozIStorageStatement> dbModStatement;
|
|
|
|
if (aIsUserTitle) {
|
|
|
|
userTitle = aTitle;
|
|
|
|
rv = mDBConn->CreateStatement(
|
|
|
|
NS_LITERAL_CSTRING("UPDATE moz_history SET user_title = ?1 WHERE url = ?2"),
|
|
|
|
getter_AddRefs(dbModStatement));
|
|
|
|
} else {
|
|
|
|
title = aTitle;
|
|
|
|
rv = mDBConn->CreateStatement(
|
|
|
|
NS_LITERAL_CSTRING("UPDATE moz_history SET title = ?1 WHERE url = ?2"),
|
|
|
|
getter_AddRefs(dbModStatement));
|
|
|
|
}
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// title
|
|
|
|
if (aTitle.IsVoid())
|
|
|
|
dbModStatement->BindNullParameter(0);
|
|
|
|
else
|
|
|
|
dbModStatement->BindStringParameter(0, aTitle);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
// url
|
|
|
|
rv = BindStatementURI(dbModStatement, 1, aURI);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
rv = dbModStatement->Execute();
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
transaction.Commit();
|
|
|
|
|
|
|
|
// observers (have to check first if it's bookmarked)
|
|
|
|
ENUMERATE_WEAKARRAY(mObservers, nsINavHistoryObserver,
|
|
|
|
OnTitleChanged(aURI, title, userTitle, aIsUserTitle))
|
|
|
|
|
|
|
|
return NS_OK;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 16:25:06 +00:00
|
|
|
// nsNavHistory::CreateLookupIndexes
|
|
|
|
//
|
|
|
|
// This creates some indexes on the history tables which are expensive to
|
|
|
|
// update when we're doing many insertions, as with history import. Instead,
|
|
|
|
// we defer creation of the index until import is finished.
|
2006-07-18 16:25:30 +00:00
|
|
|
//
|
|
|
|
// FIXME: We should check if the index exists (bug 327317) and then not
|
|
|
|
// try to create it. That way we can check for errors. Currently we ignore
|
|
|
|
// errors since the indeices may already exist.
|
2006-07-18 16:25:06 +00:00
|
|
|
|
|
|
|
nsresult
|
|
|
|
nsNavHistory::CreateLookupIndexes()
|
|
|
|
{
|
|
|
|
nsresult rv;
|
|
|
|
|
|
|
|
// History table indexes
|
|
|
|
rv = mDBConn->ExecuteSimpleSQL(
|
|
|
|
NS_LITERAL_CSTRING("CREATE INDEX moz_history_hostindex ON moz_history (rev_host)"));
|
2006-07-18 16:25:30 +00:00
|
|
|
//NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:25:06 +00:00
|
|
|
rv = mDBConn->ExecuteSimpleSQL(
|
|
|
|
NS_LITERAL_CSTRING("CREATE INDEX moz_history_visitcount ON moz_history (visit_count)"));
|
2006-07-18 16:25:30 +00:00
|
|
|
//NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:25:06 +00:00
|
|
|
|
|
|
|
// Visit table indexes
|
|
|
|
rv = mDBConn->ExecuteSimpleSQL(
|
|
|
|
NS_LITERAL_CSTRING("CREATE INDEX moz_historyvisit_fromindex ON moz_historyvisit (from_visit)"));
|
2006-07-18 16:25:30 +00:00
|
|
|
//NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:25:06 +00:00
|
|
|
rv = mDBConn->ExecuteSimpleSQL(
|
|
|
|
NS_LITERAL_CSTRING("CREATE INDEX moz_historyvisit_dateindex ON moz_historyvisit (visit_date)"));
|
2006-07-18 16:25:30 +00:00
|
|
|
//NS_ENSURE_SUCCESS(rv, rv);
|
2006-07-18 16:25:06 +00:00
|
|
|
|
|
|
|
#ifdef IN_MEMORY_LINKS
|
|
|
|
// In-memory links indexes
|
|
|
|
rv = mMemDBConn->ExecuteSimpleSQL(
|
|
|
|
NS_LITERAL_CSTRING("CREATE INDEX moz_memhistory_index ON moz_memhistory (url)"));
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
#endif
|
|
|
|
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
// Local function **************************************************************
|
|
|
|
|
|
|
|
|
|
|
|
// GetReversedHostname
|
|
|
|
//
|
|
|
|
// This extracts the hostname from the URI and reverses it in the
|
|
|
|
// form that we use (always ending with a "."). So
|
|
|
|
// "http://microsoft.com/" becomes "moc.tfosorcim."
|
|
|
|
//
|
|
|
|
// The idea behind this is that we can create an index over the items in
|
|
|
|
// the reversed host name column, and then query for as much or as little
|
|
|
|
// of the host name as we feel like.
|
|
|
|
//
|
|
|
|
// For example, the query "host >= 'gro.allizom.' AND host < 'gro.allizom/'
|
|
|
|
// Matches all host names ending in '.mozilla.org', including
|
|
|
|
// 'developer.mozilla.org' and just 'mozilla.org' (since we define all
|
|
|
|
// reversed host names to end in a period, even 'mozilla.org' matches).
|
|
|
|
// The important thing is that this operation uses the index. Any substring
|
|
|
|
// calls in a select statement (even if it's for the beginning of a string)
|
|
|
|
// will bypass any indices and will be slow).
|
|
|
|
|
|
|
|
nsresult
|
|
|
|
GetReversedHostname(nsIURI* aURI, nsAString& aRevHost)
|
|
|
|
{
|
|
|
|
nsCString forward8;
|
|
|
|
nsresult rv = aURI->GetHost(forward8);
|
2006-07-18 16:02:41 +00:00
|
|
|
if (NS_FAILED(rv)) {
|
|
|
|
return rv;
|
|
|
|
}
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
// can't do reversing in UTF8, better use 16-bit chars
|
|
|
|
nsAutoString forward = NS_ConvertUTF8toUTF16(forward8);
|
|
|
|
GetReversedHostname(forward, aRevHost);
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// GetReversedHostname
|
|
|
|
//
|
|
|
|
// Same as previous but for strings
|
|
|
|
|
|
|
|
void
|
|
|
|
GetReversedHostname(const nsString& aForward, nsAString& aRevHost)
|
|
|
|
{
|
|
|
|
ReverseString(aForward, aRevHost);
|
|
|
|
aRevHost.Append(PRUnichar('.'));
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// GetUnreversedHostname
|
|
|
|
//
|
|
|
|
// This takes a reversed hostname as above and converts it to a
|
|
|
|
// "regular" hostname with no dot at the beginning.
|
|
|
|
//
|
|
|
|
// Input:
|
|
|
|
// gor.allizom.
|
|
|
|
// Output
|
|
|
|
// mozilla.org
|
|
|
|
//
|
|
|
|
// See GetReversedHostname() above
|
|
|
|
|
|
|
|
void
|
|
|
|
GetUnreversedHostname(const nsString& aBackward, nsAString& aForward)
|
|
|
|
{
|
2006-07-18 15:59:28 +00:00
|
|
|
NS_ASSERTION(! aBackward.IsEmpty() && aBackward[aBackward.Length()-1] == '.',
|
2006-07-18 15:56:56 +00:00
|
|
|
"Malformed reversed hostname with no trailing dot");
|
|
|
|
|
|
|
|
aForward.Truncate(0);
|
|
|
|
if (! aBackward.IsEmpty() && aBackward[aBackward.Length()-1] == '.') {
|
|
|
|
// copy everything except the trailing dot
|
2006-07-18 15:59:03 +00:00
|
|
|
for (PRInt32 i = aBackward.Length() - 2; i >= 0; i -- )
|
2006-07-18 15:56:56 +00:00
|
|
|
aForward.Append(aBackward[i]);
|
|
|
|
} else {
|
|
|
|
NS_WARNING("Malformed reversed host name: no trailing dot");
|
|
|
|
ReverseString(aBackward, aForward);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// IsNumericHostName
|
|
|
|
//
|
|
|
|
// For host-based groupings, numeric IPs should not be collapsed by the
|
|
|
|
// last part of the domain name, but should stand alone. This code determines
|
|
|
|
// if this is the case so we don't collapse "10.1.2.3" to "3". It would be
|
|
|
|
// nice to use the URL parsing code, but it doesn't give us this information,
|
|
|
|
// this is usually done by the OS in response to DNS lookups.
|
|
|
|
//
|
|
|
|
// This implementation is not perfect, we just check for all numbers and
|
|
|
|
// digits, and three periods. You could come up with crazy internal host
|
|
|
|
// names that would fool this logic, but I bet there are no real examples.
|
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
PRBool IsNumericHostName(const nsCString& aHost)
|
2006-07-18 15:56:56 +00:00
|
|
|
{
|
2006-07-18 15:59:03 +00:00
|
|
|
PRInt32 periodCount = 0;
|
|
|
|
for (PRUint32 i = 0; i < aHost.Length(); i ++) {
|
2006-07-18 16:04:19 +00:00
|
|
|
PRUnichar cur = aHost[i];
|
2006-07-18 16:19:04 +00:00
|
|
|
if (cur == '.')
|
2006-07-18 15:56:56 +00:00
|
|
|
periodCount ++;
|
2006-07-18 16:19:04 +00:00
|
|
|
else if (cur < '0' || cur > '9')
|
2006-07-18 15:56:56 +00:00
|
|
|
return PR_FALSE;
|
|
|
|
}
|
|
|
|
return (periodCount == 3);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
// GetSimpleBookmarksQueryFolder
|
2006-07-18 16:15:01 +00:00
|
|
|
//
|
|
|
|
// Determines if this set of queries is a simple bookmarks query for a
|
|
|
|
// folder with no other constraints. In these common cases, we can more
|
|
|
|
// efficiently compute the results.
|
2006-07-18 16:19:04 +00:00
|
|
|
//
|
|
|
|
// Returns the folder ID if it is a simple folder query, 0 if not.
|
2006-07-18 16:15:01 +00:00
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
static PRInt64
|
2006-07-18 16:20:08 +00:00
|
|
|
GetSimpleBookmarksQueryFolder(const nsCOMArray<nsNavHistoryQuery>& aQueries)
|
2006-07-18 16:15:01 +00:00
|
|
|
{
|
2006-07-18 16:20:08 +00:00
|
|
|
if (aQueries.Count() != 1)
|
2006-07-18 16:19:04 +00:00
|
|
|
return 0;
|
2006-07-18 16:15:01 +00:00
|
|
|
|
2006-07-18 16:20:08 +00:00
|
|
|
nsNavHistoryQuery* query = aQueries[0];
|
2006-07-18 16:19:04 +00:00
|
|
|
if (query->Folders().Length() != 1)
|
|
|
|
return 0;
|
2006-07-18 16:15:01 +00:00
|
|
|
|
|
|
|
PRBool hasIt;
|
|
|
|
query->GetHasBeginTime(&hasIt);
|
|
|
|
if (hasIt)
|
2006-07-18 16:19:04 +00:00
|
|
|
return 0;
|
2006-07-18 16:15:01 +00:00
|
|
|
query->GetHasEndTime(&hasIt);
|
|
|
|
if (hasIt)
|
2006-07-18 16:19:04 +00:00
|
|
|
return 0;
|
2006-07-18 16:15:01 +00:00
|
|
|
query->GetHasDomain(&hasIt);
|
|
|
|
if (hasIt)
|
2006-07-18 16:19:04 +00:00
|
|
|
return 0;
|
|
|
|
query->GetHasUri(&hasIt);
|
|
|
|
if (hasIt)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
// Note that we don't care about the onlyBookmarked flag, if you specify a bookmark
|
|
|
|
// folder, onlyBookmarked is inferred.
|
2006-07-18 16:15:01 +00:00
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
return query->Folders()[0];
|
2006-07-18 16:15:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 15:56:56 +00:00
|
|
|
// ParseSearchQuery
|
|
|
|
//
|
|
|
|
// This just breaks the query up into words. We don't do anything fancy,
|
|
|
|
// not even quoting. We do, however, strip quotes, because people might
|
|
|
|
// try to input quotes expecting them to do something and get no results
|
|
|
|
// back.
|
|
|
|
|
|
|
|
inline PRBool isQueryWhitespace(PRUnichar ch)
|
|
|
|
{
|
|
|
|
return ch == ' ';
|
|
|
|
}
|
|
|
|
|
|
|
|
void ParseSearchQuery(const nsString& aQuery, nsStringArray* aTerms)
|
|
|
|
{
|
2006-07-18 15:59:03 +00:00
|
|
|
PRInt32 lastBegin = -1;
|
|
|
|
for (PRUint32 i = 0; i < aQuery.Length(); i ++) {
|
2006-07-18 15:56:56 +00:00
|
|
|
if (isQueryWhitespace(aQuery[i]) || aQuery[i] == '"') {
|
|
|
|
if (lastBegin >= 0) {
|
|
|
|
// found the end of a word
|
|
|
|
aTerms->AppendString(Substring(aQuery, lastBegin, i - lastBegin));
|
|
|
|
lastBegin = -1;
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
if (lastBegin < 0) {
|
|
|
|
// found the beginning of a word
|
|
|
|
lastBegin = i;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// last word
|
|
|
|
if (lastBegin >= 0)
|
|
|
|
aTerms->AppendString(Substring(aQuery, lastBegin));
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// GetTLDCharCount
|
|
|
|
//
|
|
|
|
// Given a normal, forward host name ("bugzilla.mozilla.org")
|
2006-07-18 16:19:04 +00:00
|
|
|
// returns the number of 8-bit characters that the TLD occupies, NOT
|
|
|
|
// including the trailing dot: bugzilla.mozilla.org -> 3
|
2006-07-18 15:56:56 +00:00
|
|
|
// theregister.co.uk -> 5
|
|
|
|
// mysite.us -> 2
|
|
|
|
|
|
|
|
PRInt32
|
2006-07-18 16:19:04 +00:00
|
|
|
GetTLDCharCount(const nsCString& aHost)
|
2006-07-18 15:56:56 +00:00
|
|
|
{
|
2006-07-18 16:19:04 +00:00
|
|
|
nsCAutoString trailing;
|
2006-07-18 15:56:56 +00:00
|
|
|
GetSubstringFromNthDot(aHost, aHost.Length() - 1, 1,
|
|
|
|
PR_FALSE, trailing);
|
|
|
|
|
|
|
|
switch (GetTLDType(trailing)) {
|
|
|
|
case 0:
|
|
|
|
// not a known TLD
|
|
|
|
return 0;
|
|
|
|
case 1:
|
|
|
|
// first-level TLD
|
|
|
|
return trailing.Length();
|
|
|
|
case 2: {
|
|
|
|
// need to check second level and trim it too (if valid)
|
2006-07-18 16:19:04 +00:00
|
|
|
nsCAutoString trailingMore;
|
2006-07-18 15:56:56 +00:00
|
|
|
GetSubstringFromNthDot(aHost, aHost.Length() - 1,
|
|
|
|
2, PR_FALSE, trailingMore);
|
|
|
|
if (GetTLDType(trailingMore))
|
|
|
|
return trailingMore.Length();
|
|
|
|
else
|
|
|
|
return trailing.Length();
|
|
|
|
}
|
|
|
|
default:
|
|
|
|
NS_NOTREACHED("Invalid TLD type");
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// GetTLDType
|
|
|
|
//
|
|
|
|
// Given the last part of a host name, tells you whether this is a known TLD.
|
|
|
|
// 0 -> not known
|
|
|
|
// 1 -> known 1st or second level TLD ("com", "co.uk")
|
|
|
|
// 2 -> end of a two-part TLD ("uk")
|
|
|
|
//
|
|
|
|
// If this returns 2, you should probably re-call the function including
|
|
|
|
// the next level of name. For example ("uk" -> 2, then you call with
|
|
|
|
// "co.uk" and know that the last two pars of this domain name are
|
|
|
|
// "toplevel".
|
|
|
|
//
|
|
|
|
// This should be moved somewhere else (like cookies) and made easier to
|
|
|
|
// update.
|
|
|
|
|
|
|
|
PRInt32
|
2006-07-18 16:19:04 +00:00
|
|
|
GetTLDType(const nsCString& aHostTail)
|
2006-07-18 15:56:56 +00:00
|
|
|
{
|
|
|
|
//static nsDataHashtable<nsStringHashKey, int> tldTypes;
|
|
|
|
if (! gTldTypes) {
|
|
|
|
// need to populate table
|
2006-07-18 16:19:04 +00:00
|
|
|
gTldTypes = new nsDataHashtable<nsCStringHashKey, int>();
|
2006-07-18 15:56:56 +00:00
|
|
|
if (! gTldTypes)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
gTldTypes->Init(256);
|
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
gTldTypes->Put(NS_LITERAL_CSTRING("com"), 1);
|
|
|
|
gTldTypes->Put(NS_LITERAL_CSTRING("org"), 1);
|
|
|
|
gTldTypes->Put(NS_LITERAL_CSTRING("net"), 1);
|
|
|
|
gTldTypes->Put(NS_LITERAL_CSTRING("edu"), 1);
|
|
|
|
gTldTypes->Put(NS_LITERAL_CSTRING("gov"), 1);
|
|
|
|
gTldTypes->Put(NS_LITERAL_CSTRING("mil"), 1);
|
|
|
|
gTldTypes->Put(NS_LITERAL_CSTRING("uk"), 2);
|
|
|
|
gTldTypes->Put(NS_LITERAL_CSTRING("co.uk"), 1);
|
|
|
|
gTldTypes->Put(NS_LITERAL_CSTRING("kr"), 2);
|
|
|
|
gTldTypes->Put(NS_LITERAL_CSTRING("co.kr"), 1);
|
|
|
|
gTldTypes->Put(NS_LITERAL_CSTRING("hu"), 1);
|
|
|
|
gTldTypes->Put(NS_LITERAL_CSTRING("us"), 1);
|
2006-07-18 15:56:56 +00:00
|
|
|
|
|
|
|
// FIXME: add the rest
|
|
|
|
}
|
|
|
|
|
2006-07-18 15:59:03 +00:00
|
|
|
PRInt32 type = 0;
|
2006-07-18 15:56:56 +00:00
|
|
|
if (gTldTypes->Get(aHostTail, &type))
|
|
|
|
return type;
|
|
|
|
else
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// GetSubstringFromNthDot
|
|
|
|
//
|
|
|
|
// Similar to GetSubstringToNthDot except searches backward
|
|
|
|
// GetSubstringFromNthDot("foo.bar", length, 1, PR_FALSE) -> "bar"
|
|
|
|
//
|
|
|
|
// It is legal to pass in a starting position < 0 so you can just
|
|
|
|
// use Length()-1 as the starting position even if the length is 0.
|
|
|
|
|
2006-07-18 16:19:04 +00:00
|
|
|
void GetSubstringFromNthDot(const nsCString& aInput, PRInt32 aStartingSpot,
|
|
|
|
PRInt32 aN, PRBool aIncludeDot, nsACString& aSubstr)
|
2006-07-18 15:56:56 +00:00
|
|
|
{
|
2006-07-18 15:59:03 +00:00
|
|
|
PRInt32 dotsFound = 0;
|
|
|
|
for (PRInt32 i = aStartingSpot; i >= 0; i --) {
|
2006-07-18 15:56:56 +00:00
|
|
|
if (aInput[i] == '.') {
|
|
|
|
dotsFound ++;
|
|
|
|
if (dotsFound == aN) {
|
|
|
|
if (aIncludeDot)
|
|
|
|
aSubstr = Substring(aInput, i, aInput.Length() - i);
|
|
|
|
else
|
|
|
|
aSubstr = Substring(aInput, i + 1, aInput.Length() - i - 1);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
aSubstr = aInput; // no dot found
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-07-18 15:58:11 +00:00
|
|
|
// BindStatementURI
|
|
|
|
//
|
|
|
|
// Binds the specified URI as the parameter 'index' for the statment.
|
|
|
|
// URIs are always bound as UTF8
|
|
|
|
|
2006-07-18 15:59:03 +00:00
|
|
|
nsresult BindStatementURI(mozIStorageStatement* statement, PRInt32 index,
|
2006-07-18 15:58:11 +00:00
|
|
|
nsIURI* aURI)
|
|
|
|
{
|
|
|
|
nsCAutoString utf8URISpec;
|
|
|
|
nsresult rv = aURI->GetSpec(utf8URISpec);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
rv = statement->BindUTF8StringParameter(index, utf8URISpec);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
return NS_OK;
|
|
|
|
}
|