mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
8a0a002cf2
- Bug 1148708: Add missing 'override' annotations in DocAccessibleChild.h. rs=ehsan (d606358545)
- Bug 1210408 - make nsMaiInterfaceAction work with proxies, r=tbsaunde (f7c819c6ae)
- Bug 1210407 - teach nsMaiInterfaceTable to use proxies, r=tbsaunde (4ca4f10b5f)
- bug 1185157 make sure we don't send an event to a destroyed ipc document r=billm (23acf53f75)
- bug 1214864 - make SetCarretOffset() async r=davidb (e3079e9b2d)
- missing of Bug 1139972 - IPC Proxy for charAt, r=tbsaunde (e9593ed752)
- bug 1191598 - Pass MOZ_CURRENT_PROJECT in environment when running post-build automation steps for universal mac builds. r=gps (fc342c6ced)
- Bug 1164596 - Add mach android-emulator command; r=ahal (afeb9b27d1)
- Bug 1223149 - Add basic usage documentation for mach build; r=glandium (bfb802d175)
- Bug 1182301 - Improve 'mach build' notifications. r=gps (2c65a122d1)
- Bug 1184696 - Add clobber targets to |mach clobber|; Ability to clobber compiled python files, r=gps (35d8be292e)
- Bug 1117958 - Allow any debugging options to the run or gtest mach subcommands to automatically enable debugging. r=gps (32f986af4b)
- Bug 1180081 - Properly rebuild gtest/libxul before running gtests. r=gps (80db9a3d49)
- Bug 1171647, part 1 - Define a new function to convert the mode to a string. r=njn (61ad16f5ba)
- Bug 1171647, part 2 - Remove redundant assertion for dark matter mode. r=njn (b5ac9519f3)
- Bug 1058178, part 1 - Implement DMD heap scanning mode. r=njn (60e1079536)
- Bug 1058178, part 2 - Implement address clamping analysis for DMD scan logs. r=njn (45c0326b93)
- Bug 1102388 - Fix DMD static constructor ordering dependency. r=mccr8 (59b87897a1)
- Bug 1128705 - Don't redefine PAGE_SIZE in DMD if it's already defined. r=erahm (49216348ee)
- Bug 1179042 - Add a script for analyzing memory blocks using a heap scan DMD log. r=njn DONTBUILD (1c08d2d66e)
- Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat (1c999d139b)
- Bug 1158772 - fix non-idiomatic memset call in nsDeque.cpp; r=erahm (de6b555245)
- Bug 1199400 - Part 1: Use CheckedInt when growing nsDeque capacity. r=froydnj (dfdf6814a3)
- Bug 1199400 - Part 0: Remove unused nsDequeIterator. r=froydnj (38d69d7f47)
- Bug 1199400 - Part 2: Add tests for possible nsDeque corner cases. r=froydnj (931baff195)
- Bug 1201997 - Part 1 - Converted compiled test to gtest for nsDeque class. Added tests to test untested methods. r=froydn (e893916651)
- Bug 1201997 - Part 2 - Removing unused methods from the nsDeque class. r=froydn (41595a90ac)
- Bug 1201997 - Part 3 - Make internally used methods private. r=froydn (8cd3afd96f)
- Bug 1201997 - Part 4 - Change size and offset variables to size_t.r=froydn (73eabc8d60)
- Bug 1215140 P1 Add an nsIConsoleReportCollector interface to support navigation channel logging. r=bz (8a41535e2b)
- Bug 1215140 P2 Make HttpBaseChannel implement nsIConsoleReportCollector. r=bz (75fca301f2)
- Bug 1197679 - If nsUnknownDecoder is involved in e10s DivertToParent can break. r=jduell (5d94a12504)
- Bug 1178991 - smartptr for http converter r=hurley (8e7fbc8443)
- bug 366559 - patch 2, fix nsHTTPCompressConv indentation r=bagder (ba762da587)
- bug 366559 - patch 3, fix nsHTTPCompressConv bracing style r=bagder (54195ab451)
- bits of bug 366559 - patch 7, content-encoding brotli for http (f0b4051022)
- Bug 1205112 - Make PushEvent.data nullable. r=mt,smaug (775db32856)
- Bug 1193414 - SharedWorkers thread should be kept alive also when the SharedWorker object is CCed, r=khuey (b77ea8125c)
- Bug 1206520: Add about:config prefs to enable throwing on asm.js validation failures; r=bz (c42126665d)
- Bug 1193414 - Telemetry for SharedWorker spawning. r=bkelly (77984b7bcc)
- Bug 1205676 - Enable WPT service-worker/unregister-then-register-new-script.https.html in e10s, r=nsm (ec24939cf6)
- Bug 1193133 - Throw when calling postMessage from a Service Worker dom object with no global. r=bkelly (526dcacfab)
- Bug 1181871 P1 Only enforce Cache Context shared data destruction on target thread after init. r=ehsan (cdbf3ed3a8)
- Bug 1181871 P2 Fix ServiceWorkerManager usage of stack-based ErrorResult. r=ehsan (c449195d90)
- minor cleanup and missing bit of 1198230 (02f459db05)
- Bug 1143717 - Implement the ServiceWorkerMessageEvent interface. r=baku (027b3465f2)
- fix misspatch (708eee4e84)
- Bug 1188545 - Disentangle service workers from shared workers and refactor event dispatching code into a separate class. r=nsm,mrbkap (fb5b5341c9)
- Bug 1205228 - Change PackagedAppVerifier to notify the verification result asynchronously. r=valentin. (9edda0fa00)
- Bug 1178518 - Packaged App Utils. r=valentin (f60f3b7a93)
- Bug 1213150 - Part 1: Add a nsContentUtils::IsNonSubresourceRequest helper; r=jdm (b509cc3cc9)
- Bug 1213150 - Part 2: Rework ShouldPrepareForIntercept() in terms of subresource requests; r=jdm (2e92fe8780)
- Bug 1213150 - Part 3: Remove nsIInterceptedChannel.isNavigation; r=jdm (becf1cc12f)
- Bug 1213150 follow-up: fix build bustage (8d73d6ca73)
- Bug 1198394 - Part 1: Allow interception of HSTS upgraded connections in non-e10s mode; r=mcmanus (f504c5be08)
- Bug 1198394 - Part 2: Add a test for interception of HSTS upgraded connections; r=jdm (054e984eef)
- Bug 1187011 - Don't allow response body with null body status. r=bkelly (b1860741d1)
- missing bit of 1140788 (29d319712e)
- Bug 1213436 - Reject core dumps with node IDs that don't fit in an IEEE 754 double; r=sfink (3c1f6fdda0)
- Bug 1211006 - Add Debugger.Source.prototype.canonicalId; r=ejpbruel (eef7b79fce)
- Bug 1199218 - Implement JS::ubi::Node::size for js::LazyScript referents; r=sfink (098a48d240)
- Bug 1220031 - Add JS::ubi::Node::scriptFilename; r=sfink (6b824ae680)
- Bug 1143575. Remove unused MediaQueue::Empty. r=cpearce (de737f3433)
- Bug 1209933 - Make sure all parent runtime pointers are the topmost parent, r=billm. (fe824d967d)
- Bug 1197012 - Fix ThrowTypeError in Notification. r=mccr8 (0b1a097526)
- Bug 1197893 - Check the number of arguments for ThrowTypeError() and ThrowRangeError() at compile time. r=peterv (d98c7d78a0)
- Bug 1142083 - Add test for IDN Unicode domain redirect. r=mcmanus (0c8961fe17)
- Bug 1187159 - Add mochitest for loading packaged apps (iframe+fetch+mozapp) r=jduell (ce90ea561b)
- Bug 1186290 - Notify TabParent to switch process when loading a signed package. r=honzab, r=kanru. (c58a14554a)
- fix (15e2df75eb)
- Bug 1206124 P1 Fix "same-origin" CORS credentials in FetchDriver. r=ehsan (fae1bb6ab3)
- Bug 1206124 P2 Test fetch() with credentials and redirects. r=ehsan (ffc6254112)
- Bug 1211751: Remove nsIChannelEventSink-forwarding from EventSource and FetchDriver. It's never needed. r=smaug (adafe5737a)
- Bug 1212433 Fail fetch() calls that require preflight and also redirect. r=sicking a=abillings (c0d6742b9e)
- Bug 1193128 - Fix base64 decoding when fetching data URIs. r=baku (80bafa291a)
- Bug 1195167 part 1: Let necko handle all protocols. r=bkelly (bb932b0ada)
- Bug 1195167 part 2: Remove redundant aCORSFlag argument and instead use mCORSFlagEverSet. r=bkelly (beadafcad0)
- Bug 1195167 part 3: Remove more scheme-specific handling from FetchDriver. r=bkelly (d00b38db9e)
- Bug 1195167 part 4: Remove FetchDriver::BasicFetch since it is empty. r=bkelly (c5ed097267)
- Bug 1210413 P2 Test CORS credentials on cross-origin redirects. r=sicking a=dveditz (b4eeb8aac0)
- Bug 1210413 P1 Propagate new channel load flags from child to parent on redirect. r=jduell a=dveditz (8b329af4fa)
- Bug 1195167 part 5: Make FetchDriver use AsyncOpen2. r=bkelly (cc217c4cc1)
- Bug 1195167 part 6: Some code simplification since necko handles fetch recursion. r=bkelly (f3b6da2262)
- Bug 1195167: Followup to fix test which I forgot to change (81e7439a2e)
- Bug 1215746: Remove RequestMode::Cors_with_forced_preflight. r=bkelly (0336e812b6)
- Bug 1211000: Move CORS preflight logic from nsCORSListenerProxy to nsCORSPreflightListener. r=ehsan (bf2f71cf22)
- missing bit of Bug 1211443 - Drop scheduled update if decoder initialization isn't done yet. r=jya (f6bc074e33)
- Bug 1182571: Fix nsILoadInfo->GetContentPolicyType API to be less ambigious. Audit and fix all users of it. r=ckerschb (5af6fa7442)
- fix (e40c8e7625)
- Bug 1173811 - Part 1: Propagate the response URL to intercepted channels when necessary (non-e10s). r=mayhemer,bkelly (26f4f13c28)
- Bug 1173811 - Part 2: Propagate the response URL to intercepted channels when necessary (e10s). r=mayhemer,bkelly (a603fe1df2)
- Bug 1154309 - Add New Resource Timing Fields r=bz,hurley (1d14eb6bef)
- Bug 1175685 - add OriginAttribute to LoadInfo. r=jonas, r=ckerschb, r=michal (a5d18bb637)
- Bug 1175685 - add OriginAttribute to LoadInfo. r=jonas, r=ckerschb, r=michal (fb07d2c8aa)
- Bug 1212904 P1 Add a LoadTainting enumeration. r=jduell (a1db8a3e99)
- Bug 1212904 P2 Add LoadTainting information to nsILoadInfo. r=jduell (2482e5e334)
- Bug 1221151 - use [infallible] in nsILoadInfo.idl instead of manual %{C++ blocks; r=jduell (aae73129b6)
- Bug 1045891 - CSP 2 child-src implementation r=ckerschb (792920aeb9)
- Bug 1219931 - CSP: Don't allow removing a policy (r=sicking) (9daaab4186)
- Bug 1208661 - Dump client-side layer textures. r=BenWa (1f2d17d515)
1432 lines
38 KiB
C++
1432 lines
38 KiB
C++
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#include "IndexedDatabaseManager.h"
|
|
|
|
#include "nsIConsoleService.h"
|
|
#include "nsIDiskSpaceWatcher.h"
|
|
#include "nsIDOMWindow.h"
|
|
#include "nsIFile.h"
|
|
#include "nsIObserverService.h"
|
|
#include "nsIScriptError.h"
|
|
#include "nsIScriptGlobalObject.h"
|
|
|
|
#include "jsapi.h"
|
|
#include "mozilla/ClearOnShutdown.h"
|
|
#include "mozilla/CondVar.h"
|
|
#include "mozilla/ContentEvents.h"
|
|
#include "mozilla/EventDispatcher.h"
|
|
#include "mozilla/Preferences.h"
|
|
#include "mozilla/Services.h"
|
|
#include "mozilla/dom/ContentChild.h"
|
|
#include "mozilla/dom/DOMError.h"
|
|
#include "mozilla/dom/ErrorEvent.h"
|
|
#include "mozilla/dom/ErrorEventBinding.h"
|
|
#include "mozilla/dom/quota/QuotaManager.h"
|
|
#include "nsContentUtils.h"
|
|
#include "nsGlobalWindow.h"
|
|
#include "nsThreadUtils.h"
|
|
#include "mozilla/Logging.h"
|
|
|
|
#include "FileInfo.h"
|
|
#include "FileManager.h"
|
|
#include "IDBEvents.h"
|
|
#include "IDBFactory.h"
|
|
#include "IDBKeyRange.h"
|
|
#include "IDBRequest.h"
|
|
#include "ProfilerHelpers.h"
|
|
#include "WorkerScope.h"
|
|
#include "WorkerPrivate.h"
|
|
|
|
// Bindings for ResolveConstructors
|
|
#include "mozilla/dom/IDBCursorBinding.h"
|
|
#include "mozilla/dom/IDBDatabaseBinding.h"
|
|
#include "mozilla/dom/IDBFactoryBinding.h"
|
|
#include "mozilla/dom/IDBIndexBinding.h"
|
|
#include "mozilla/dom/IDBKeyRangeBinding.h"
|
|
#include "mozilla/dom/IDBMutableFileBinding.h"
|
|
#include "mozilla/dom/IDBObjectStoreBinding.h"
|
|
#include "mozilla/dom/IDBOpenDBRequestBinding.h"
|
|
#include "mozilla/dom/IDBRequestBinding.h"
|
|
#include "mozilla/dom/IDBTransactionBinding.h"
|
|
#include "mozilla/dom/IDBVersionChangeEventBinding.h"
|
|
|
|
#ifdef ENABLE_INTL_API
|
|
#include "nsCharSeparatedTokenizer.h"
|
|
#include "unicode/locid.h"
|
|
#endif
|
|
|
|
#define IDB_STR "indexedDB"
|
|
|
|
// The two possible values for the data argument when receiving the disk space
|
|
// observer notification.
|
|
#define LOW_DISK_SPACE_DATA_FULL "full"
|
|
#define LOW_DISK_SPACE_DATA_FREE "free"
|
|
|
|
namespace mozilla {
|
|
namespace dom {
|
|
namespace indexedDB {
|
|
|
|
using namespace mozilla::dom::quota;
|
|
using namespace mozilla::dom::workers;
|
|
|
|
class FileManagerInfo
|
|
{
|
|
public:
|
|
already_AddRefed<FileManager>
|
|
GetFileManager(PersistenceType aPersistenceType,
|
|
const nsAString& aName) const;
|
|
|
|
void
|
|
AddFileManager(FileManager* aFileManager);
|
|
|
|
bool
|
|
HasFileManagers() const
|
|
{
|
|
AssertIsOnIOThread();
|
|
|
|
return !mPersistentStorageFileManagers.IsEmpty() ||
|
|
!mTemporaryStorageFileManagers.IsEmpty() ||
|
|
!mDefaultStorageFileManagers.IsEmpty();
|
|
}
|
|
|
|
void
|
|
InvalidateAllFileManagers() const;
|
|
|
|
void
|
|
InvalidateAndRemoveFileManagers(PersistenceType aPersistenceType);
|
|
|
|
void
|
|
InvalidateAndRemoveFileManager(PersistenceType aPersistenceType,
|
|
const nsAString& aName);
|
|
|
|
private:
|
|
nsTArray<RefPtr<FileManager> >&
|
|
GetArray(PersistenceType aPersistenceType);
|
|
|
|
const nsTArray<RefPtr<FileManager> >&
|
|
GetImmutableArray(PersistenceType aPersistenceType) const
|
|
{
|
|
return const_cast<FileManagerInfo*>(this)->GetArray(aPersistenceType);
|
|
}
|
|
|
|
nsTArray<RefPtr<FileManager> > mPersistentStorageFileManagers;
|
|
nsTArray<RefPtr<FileManager> > mTemporaryStorageFileManagers;
|
|
nsTArray<RefPtr<FileManager> > mDefaultStorageFileManagers;
|
|
};
|
|
|
|
namespace {
|
|
|
|
NS_DEFINE_IID(kIDBRequestIID, PRIVATE_IDBREQUEST_IID);
|
|
|
|
const uint32_t kDeleteTimeoutMs = 1000;
|
|
|
|
#define IDB_PREF_BRANCH_ROOT "dom.indexedDB."
|
|
|
|
const char kTestingPref[] = IDB_PREF_BRANCH_ROOT "testing";
|
|
const char kPrefExperimental[] = IDB_PREF_BRANCH_ROOT "experimental";
|
|
const char kPrefFileHandle[] = "dom.fileHandle.enabled";
|
|
|
|
#define IDB_PREF_LOGGING_BRANCH_ROOT IDB_PREF_BRANCH_ROOT "logging."
|
|
|
|
const char kPrefLoggingEnabled[] = IDB_PREF_LOGGING_BRANCH_ROOT "enabled";
|
|
const char kPrefLoggingDetails[] = IDB_PREF_LOGGING_BRANCH_ROOT "details";
|
|
|
|
#if defined(DEBUG) || defined(MOZ_ENABLE_PROFILER_SPS)
|
|
const char kPrefLoggingProfiler[] =
|
|
IDB_PREF_LOGGING_BRANCH_ROOT "profiler-marks";
|
|
#endif
|
|
|
|
#undef IDB_PREF_LOGGING_BRANCH_ROOT
|
|
#undef IDB_PREF_BRANCH_ROOT
|
|
|
|
StaticRefPtr<IndexedDatabaseManager> gDBManager;
|
|
|
|
Atomic<bool> gInitialized(false);
|
|
Atomic<bool> gClosed(false);
|
|
Atomic<bool> gTestingMode(false);
|
|
Atomic<bool> gExperimentalFeaturesEnabled(false);
|
|
Atomic<bool> gFileHandleEnabled(false);
|
|
|
|
class DeleteFilesRunnable final
|
|
: public nsIRunnable
|
|
, public OpenDirectoryListener
|
|
{
|
|
typedef mozilla::dom::quota::DirectoryLock DirectoryLock;
|
|
|
|
enum State
|
|
{
|
|
// Just created on the main thread. Next step is State_DirectoryOpenPending.
|
|
State_Initial,
|
|
|
|
// Waiting for directory open allowed on the main thread. The next step is
|
|
// State_DatabaseWorkOpen.
|
|
State_DirectoryOpenPending,
|
|
|
|
// Waiting to do/doing work on the QuotaManager IO thread. The next step is
|
|
// State_UnblockingOpen.
|
|
State_DatabaseWorkOpen,
|
|
|
|
// Notifying the QuotaManager that it can proceed to the next operation on
|
|
// the main thread. Next step is State_Completed.
|
|
State_UnblockingOpen,
|
|
|
|
// All done.
|
|
State_Completed
|
|
};
|
|
|
|
RefPtr<FileManager> mFileManager;
|
|
nsTArray<int64_t> mFileIds;
|
|
|
|
RefPtr<DirectoryLock> mDirectoryLock;
|
|
|
|
nsCOMPtr<nsIFile> mDirectory;
|
|
nsCOMPtr<nsIFile> mJournalDirectory;
|
|
|
|
State mState;
|
|
|
|
public:
|
|
DeleteFilesRunnable(FileManager* aFileManager,
|
|
nsTArray<int64_t>& aFileIds);
|
|
|
|
NS_DECL_THREADSAFE_ISUPPORTS
|
|
NS_DECL_NSIRUNNABLE
|
|
|
|
virtual void
|
|
DirectoryLockAcquired(DirectoryLock* aLock) override;
|
|
|
|
virtual void
|
|
DirectoryLockFailed() override;
|
|
|
|
private:
|
|
~DeleteFilesRunnable() {}
|
|
|
|
nsresult
|
|
Open();
|
|
|
|
nsresult
|
|
DeleteFile(int64_t aFileId);
|
|
|
|
nsresult
|
|
DoDatabaseWork();
|
|
|
|
void
|
|
Finish();
|
|
|
|
void
|
|
UnblockOpen();
|
|
};
|
|
|
|
class GetFileReferencesHelper final : public nsIRunnable
|
|
{
|
|
public:
|
|
NS_DECL_THREADSAFE_ISUPPORTS
|
|
NS_DECL_NSIRUNNABLE
|
|
|
|
GetFileReferencesHelper(PersistenceType aPersistenceType,
|
|
const nsACString& aOrigin,
|
|
const nsAString& aDatabaseName,
|
|
int64_t aFileId)
|
|
: mPersistenceType(aPersistenceType),
|
|
mOrigin(aOrigin),
|
|
mDatabaseName(aDatabaseName),
|
|
mFileId(aFileId),
|
|
mMutex(IndexedDatabaseManager::FileMutex()),
|
|
mCondVar(mMutex, "GetFileReferencesHelper::mCondVar"),
|
|
mMemRefCnt(-1),
|
|
mDBRefCnt(-1),
|
|
mSliceRefCnt(-1),
|
|
mResult(false),
|
|
mWaiting(true)
|
|
{ }
|
|
|
|
nsresult
|
|
DispatchAndReturnFileReferences(int32_t* aMemRefCnt,
|
|
int32_t* aDBRefCnt,
|
|
int32_t* aSliceRefCnt,
|
|
bool* aResult);
|
|
|
|
private:
|
|
~GetFileReferencesHelper() {}
|
|
|
|
PersistenceType mPersistenceType;
|
|
nsCString mOrigin;
|
|
nsString mDatabaseName;
|
|
int64_t mFileId;
|
|
|
|
mozilla::Mutex& mMutex;
|
|
mozilla::CondVar mCondVar;
|
|
int32_t mMemRefCnt;
|
|
int32_t mDBRefCnt;
|
|
int32_t mSliceRefCnt;
|
|
bool mResult;
|
|
bool mWaiting;
|
|
};
|
|
|
|
void
|
|
AtomicBoolPrefChangedCallback(const char* aPrefName, void* aClosure)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
MOZ_ASSERT(aClosure);
|
|
|
|
*static_cast<Atomic<bool>*>(aClosure) = Preferences::GetBool(aPrefName);
|
|
}
|
|
|
|
} // namespace
|
|
|
|
IndexedDatabaseManager::IndexedDatabaseManager()
|
|
: mFileMutex("IndexedDatabaseManager.mFileMutex")
|
|
{
|
|
NS_ASSERTION(NS_IsMainThread(), "Wrong thread!");
|
|
}
|
|
|
|
IndexedDatabaseManager::~IndexedDatabaseManager()
|
|
{
|
|
NS_ASSERTION(NS_IsMainThread(), "Wrong thread!");
|
|
}
|
|
|
|
bool IndexedDatabaseManager::sIsMainProcess = false;
|
|
bool IndexedDatabaseManager::sFullSynchronousMode = false;
|
|
|
|
PRLogModuleInfo* IndexedDatabaseManager::sLoggingModule;
|
|
|
|
Atomic<IndexedDatabaseManager::LoggingMode>
|
|
IndexedDatabaseManager::sLoggingMode(
|
|
IndexedDatabaseManager::Logging_Disabled);
|
|
|
|
mozilla::Atomic<bool> IndexedDatabaseManager::sLowDiskSpaceMode(false);
|
|
|
|
// static
|
|
IndexedDatabaseManager*
|
|
IndexedDatabaseManager::GetOrCreate()
|
|
{
|
|
NS_ASSERTION(NS_IsMainThread(), "Wrong thread!");
|
|
|
|
if (IsClosed()) {
|
|
NS_ERROR("Calling GetOrCreate() after shutdown!");
|
|
return nullptr;
|
|
}
|
|
|
|
if (!gDBManager) {
|
|
sIsMainProcess = XRE_IsParentProcess();
|
|
|
|
if (!sLoggingModule) {
|
|
sLoggingModule = PR_NewLogModule("IndexedDB");
|
|
}
|
|
|
|
if (sIsMainProcess && Preferences::GetBool("disk_space_watcher.enabled", false)) {
|
|
// See if we're starting up in low disk space conditions.
|
|
nsCOMPtr<nsIDiskSpaceWatcher> watcher =
|
|
do_GetService(DISKSPACEWATCHER_CONTRACTID);
|
|
if (watcher) {
|
|
bool isDiskFull;
|
|
if (NS_SUCCEEDED(watcher->GetIsDiskFull(&isDiskFull))) {
|
|
sLowDiskSpaceMode = isDiskFull;
|
|
}
|
|
else {
|
|
NS_WARNING("GetIsDiskFull failed!");
|
|
}
|
|
}
|
|
else {
|
|
NS_WARNING("No disk space watcher component available!");
|
|
}
|
|
}
|
|
|
|
RefPtr<IndexedDatabaseManager> instance(new IndexedDatabaseManager());
|
|
|
|
nsresult rv = instance->Init();
|
|
NS_ENSURE_SUCCESS(rv, nullptr);
|
|
|
|
if (gInitialized.exchange(true)) {
|
|
NS_ERROR("Initialized more than once?!");
|
|
}
|
|
|
|
gDBManager = instance;
|
|
|
|
ClearOnShutdown(&gDBManager);
|
|
}
|
|
|
|
return gDBManager;
|
|
}
|
|
|
|
// static
|
|
IndexedDatabaseManager*
|
|
IndexedDatabaseManager::Get()
|
|
{
|
|
// Does not return an owning reference.
|
|
return gDBManager;
|
|
}
|
|
|
|
nsresult
|
|
IndexedDatabaseManager::Init()
|
|
{
|
|
NS_ASSERTION(NS_IsMainThread(), "Wrong thread!");
|
|
|
|
// During Init() we can't yet call IsMainProcess(), just check sIsMainProcess
|
|
// directly.
|
|
if (sIsMainProcess) {
|
|
nsCOMPtr<nsIObserverService> obs = mozilla::services::GetObserverService();
|
|
NS_ENSURE_STATE(obs);
|
|
|
|
nsresult rv =
|
|
obs->AddObserver(this, DISKSPACEWATCHER_OBSERVER_TOPIC, false);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
mDeleteTimer = do_CreateInstance(NS_TIMER_CONTRACTID);
|
|
NS_ENSURE_STATE(mDeleteTimer);
|
|
}
|
|
|
|
Preferences::RegisterCallbackAndCall(AtomicBoolPrefChangedCallback,
|
|
kTestingPref,
|
|
&gTestingMode);
|
|
Preferences::RegisterCallbackAndCall(AtomicBoolPrefChangedCallback,
|
|
kPrefExperimental,
|
|
&gExperimentalFeaturesEnabled);
|
|
Preferences::RegisterCallbackAndCall(AtomicBoolPrefChangedCallback,
|
|
kPrefFileHandle,
|
|
&gFileHandleEnabled);
|
|
|
|
// By default IndexedDB uses SQLite with PRAGMA synchronous = NORMAL. This
|
|
// guarantees (unlike synchronous = OFF) atomicity and consistency, but not
|
|
// necessarily durability in situations such as power loss. This preference
|
|
// allows enabling PRAGMA synchronous = FULL on SQLite, which does guarantee
|
|
// durability, but with an extra fsync() and the corresponding performance
|
|
// hit.
|
|
sFullSynchronousMode = Preferences::GetBool("dom.indexedDB.fullSynchronous");
|
|
|
|
Preferences::RegisterCallback(LoggingModePrefChangedCallback,
|
|
kPrefLoggingDetails);
|
|
#ifdef MOZ_ENABLE_PROFILER_SPS
|
|
Preferences::RegisterCallback(LoggingModePrefChangedCallback,
|
|
kPrefLoggingProfiler);
|
|
#endif
|
|
Preferences::RegisterCallbackAndCall(LoggingModePrefChangedCallback,
|
|
kPrefLoggingEnabled);
|
|
|
|
#ifdef ENABLE_INTL_API
|
|
const nsAdoptingCString& acceptLang =
|
|
Preferences::GetLocalizedCString("intl.accept_languages");
|
|
|
|
// Split values on commas.
|
|
nsCCharSeparatedTokenizer langTokenizer(acceptLang, ',');
|
|
while (langTokenizer.hasMoreTokens()) {
|
|
nsAutoCString lang(langTokenizer.nextToken());
|
|
icu::Locale locale = icu::Locale::createCanonical(lang.get());
|
|
if (!locale.isBogus()) {
|
|
// icu::Locale::getBaseName is always ASCII as per BCP 47
|
|
mLocale.AssignASCII(locale.getBaseName());
|
|
break;
|
|
}
|
|
}
|
|
|
|
if (mLocale.IsEmpty()) {
|
|
mLocale.AssignLiteral("en-US");
|
|
}
|
|
#endif
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
void
|
|
IndexedDatabaseManager::Destroy()
|
|
{
|
|
// Setting the closed flag prevents the service from being recreated.
|
|
// Don't set it though if there's no real instance created.
|
|
if (gInitialized && gClosed.exchange(true)) {
|
|
NS_ERROR("Shutdown more than once?!");
|
|
}
|
|
|
|
if (sIsMainProcess && mDeleteTimer) {
|
|
if (NS_FAILED(mDeleteTimer->Cancel())) {
|
|
NS_WARNING("Failed to cancel timer!");
|
|
}
|
|
|
|
mDeleteTimer = nullptr;
|
|
}
|
|
|
|
Preferences::UnregisterCallback(AtomicBoolPrefChangedCallback,
|
|
kTestingPref,
|
|
&gTestingMode);
|
|
Preferences::UnregisterCallback(AtomicBoolPrefChangedCallback,
|
|
kPrefExperimental,
|
|
&gExperimentalFeaturesEnabled);
|
|
Preferences::UnregisterCallback(AtomicBoolPrefChangedCallback,
|
|
kPrefFileHandle,
|
|
&gFileHandleEnabled);
|
|
|
|
Preferences::UnregisterCallback(LoggingModePrefChangedCallback,
|
|
kPrefLoggingDetails);
|
|
#ifdef MOZ_ENABLE_PROFILER_SPS
|
|
Preferences::UnregisterCallback(LoggingModePrefChangedCallback,
|
|
kPrefLoggingProfiler);
|
|
#endif
|
|
Preferences::UnregisterCallback(LoggingModePrefChangedCallback,
|
|
kPrefLoggingEnabled);
|
|
|
|
delete this;
|
|
}
|
|
|
|
// static
|
|
nsresult
|
|
IndexedDatabaseManager::CommonPostHandleEvent(EventChainPostVisitor& aVisitor,
|
|
IDBFactory* aFactory)
|
|
{
|
|
MOZ_ASSERT(aVisitor.mDOMEvent);
|
|
MOZ_ASSERT(aFactory);
|
|
|
|
if (aVisitor.mEventStatus == nsEventStatus_eConsumeNoDefault) {
|
|
return NS_OK;
|
|
}
|
|
|
|
Event* internalEvent = aVisitor.mDOMEvent->InternalDOMEvent();
|
|
MOZ_ASSERT(internalEvent);
|
|
|
|
if (!internalEvent->IsTrusted()) {
|
|
return NS_OK;
|
|
}
|
|
|
|
nsString type;
|
|
MOZ_ALWAYS_TRUE(NS_SUCCEEDED(internalEvent->GetType(type)));
|
|
|
|
MOZ_ASSERT(nsDependentString(kErrorEventType).EqualsLiteral("error"));
|
|
if (!type.EqualsLiteral("error")) {
|
|
return NS_OK;
|
|
}
|
|
|
|
nsCOMPtr<EventTarget> eventTarget = internalEvent->GetTarget();
|
|
MOZ_ASSERT(eventTarget);
|
|
|
|
// Only mess with events that were originally targeted to an IDBRequest.
|
|
RefPtr<IDBRequest> request;
|
|
if (NS_FAILED(eventTarget->QueryInterface(kIDBRequestIID,
|
|
getter_AddRefs(request))) ||
|
|
!request) {
|
|
return NS_OK;
|
|
}
|
|
|
|
RefPtr<DOMError> error = request->GetErrorAfterResult();
|
|
|
|
nsString errorName;
|
|
if (error) {
|
|
error->GetName(errorName);
|
|
}
|
|
|
|
ThreadsafeAutoJSContext cx;
|
|
RootedDictionary<ErrorEventInit> init(cx);
|
|
request->GetCallerLocation(init.mFilename, &init.mLineno, &init.mColno);
|
|
|
|
init.mMessage = errorName;
|
|
init.mCancelable = true;
|
|
init.mBubbles = true;
|
|
|
|
nsEventStatus status = nsEventStatus_eIgnore;
|
|
|
|
if (NS_IsMainThread()) {
|
|
nsCOMPtr<nsIDOMWindow> window = do_QueryInterface(eventTarget->GetOwnerGlobal());
|
|
if (window) {
|
|
nsCOMPtr<nsIScriptGlobalObject> sgo = do_QueryInterface(window);
|
|
MOZ_ASSERT(sgo);
|
|
|
|
if (NS_WARN_IF(NS_FAILED(sgo->HandleScriptError(init, &status)))) {
|
|
status = nsEventStatus_eIgnore;
|
|
}
|
|
} else {
|
|
// We don't fire error events at any global for non-window JS on the main
|
|
// thread.
|
|
}
|
|
} else {
|
|
// Not on the main thread, must be in a worker.
|
|
WorkerPrivate* workerPrivate = GetCurrentThreadWorkerPrivate();
|
|
MOZ_ASSERT(workerPrivate);
|
|
|
|
RefPtr<WorkerGlobalScope> globalScope = workerPrivate->GlobalScope();
|
|
MOZ_ASSERT(globalScope);
|
|
|
|
RefPtr<ErrorEvent> errorEvent =
|
|
ErrorEvent::Constructor(globalScope,
|
|
nsDependentString(kErrorEventType),
|
|
init);
|
|
MOZ_ASSERT(errorEvent);
|
|
|
|
errorEvent->SetTrusted(true);
|
|
|
|
auto* target = static_cast<EventTarget*>(globalScope.get());
|
|
|
|
if (NS_WARN_IF(NS_FAILED(
|
|
EventDispatcher::DispatchDOMEvent(target,
|
|
/* aWidgetEvent */ nullptr,
|
|
errorEvent,
|
|
/* aPresContext */ nullptr,
|
|
&status)))) {
|
|
status = nsEventStatus_eIgnore;
|
|
}
|
|
}
|
|
|
|
if (status == nsEventStatus_eConsumeNoDefault) {
|
|
return NS_OK;
|
|
}
|
|
|
|
nsAutoCString category;
|
|
if (aFactory->IsChrome()) {
|
|
category.AssignLiteral("chrome ");
|
|
} else {
|
|
category.AssignLiteral("content ");
|
|
}
|
|
category.AppendLiteral("javascript");
|
|
|
|
// Log the error to the error console.
|
|
nsCOMPtr<nsIConsoleService> consoleService =
|
|
do_GetService(NS_CONSOLESERVICE_CONTRACTID);
|
|
MOZ_ASSERT(consoleService);
|
|
|
|
nsCOMPtr<nsIScriptError> scriptError =
|
|
do_CreateInstance(NS_SCRIPTERROR_CONTRACTID);
|
|
MOZ_ASSERT(consoleService);
|
|
|
|
if (uint64_t innerWindowID = aFactory->InnerWindowID()) {
|
|
MOZ_ALWAYS_TRUE(NS_SUCCEEDED(
|
|
scriptError->InitWithWindowID(errorName,
|
|
init.mFilename,
|
|
/* aSourceLine */ EmptyString(),
|
|
init.mLineno,
|
|
init.mColno,
|
|
nsIScriptError::errorFlag,
|
|
category,
|
|
innerWindowID)));
|
|
} else {
|
|
MOZ_ALWAYS_TRUE(NS_SUCCEEDED(
|
|
scriptError->Init(errorName,
|
|
init.mFilename,
|
|
/* aSourceLine */ EmptyString(),
|
|
init.mLineno,
|
|
init.mColno,
|
|
nsIScriptError::errorFlag,
|
|
category.get())));
|
|
}
|
|
|
|
MOZ_ALWAYS_TRUE(NS_SUCCEEDED(consoleService->LogMessage(scriptError)));
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
// static
|
|
bool
|
|
IndexedDatabaseManager::DefineIndexedDB(JSContext* aCx,
|
|
JS::Handle<JSObject*> aGlobal)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
MOZ_ASSERT(js::GetObjectClass(aGlobal)->flags & JSCLASS_DOM_GLOBAL,
|
|
"Passed object is not a global object!");
|
|
|
|
// We need to ensure that the manager has been created already here so that we
|
|
// load preferences that may control which properties are exposed.
|
|
if (NS_WARN_IF(!GetOrCreate())) {
|
|
return false;
|
|
}
|
|
|
|
if (!IDBCursorBinding::GetConstructorObject(aCx, aGlobal) ||
|
|
!IDBCursorWithValueBinding::GetConstructorObject(aCx, aGlobal) ||
|
|
!IDBDatabaseBinding::GetConstructorObject(aCx, aGlobal) ||
|
|
!IDBFactoryBinding::GetConstructorObject(aCx, aGlobal) ||
|
|
!IDBIndexBinding::GetConstructorObject(aCx, aGlobal) ||
|
|
!IDBKeyRangeBinding::GetConstructorObject(aCx, aGlobal) ||
|
|
!IDBLocaleAwareKeyRangeBinding::GetConstructorObject(aCx, aGlobal) ||
|
|
!IDBMutableFileBinding::GetConstructorObject(aCx, aGlobal) ||
|
|
!IDBObjectStoreBinding::GetConstructorObject(aCx, aGlobal) ||
|
|
!IDBOpenDBRequestBinding::GetConstructorObject(aCx, aGlobal) ||
|
|
!IDBRequestBinding::GetConstructorObject(aCx, aGlobal) ||
|
|
!IDBTransactionBinding::GetConstructorObject(aCx, aGlobal) ||
|
|
!IDBVersionChangeEventBinding::GetConstructorObject(aCx, aGlobal))
|
|
{
|
|
return false;
|
|
}
|
|
|
|
RefPtr<IDBFactory> factory;
|
|
if (NS_FAILED(IDBFactory::CreateForMainThreadJS(aCx,
|
|
aGlobal,
|
|
getter_AddRefs(factory)))) {
|
|
return false;
|
|
}
|
|
|
|
MOZ_ASSERT(factory, "This should never fail for chrome!");
|
|
|
|
JS::Rooted<JS::Value> indexedDB(aCx);
|
|
js::AssertSameCompartment(aCx, aGlobal);
|
|
if (!GetOrCreateDOMReflector(aCx, factory, &indexedDB)) {
|
|
return false;
|
|
}
|
|
|
|
return JS_DefineProperty(aCx, aGlobal, IDB_STR, indexedDB, JSPROP_ENUMERATE);
|
|
}
|
|
|
|
// static
|
|
bool
|
|
IndexedDatabaseManager::IsClosed()
|
|
{
|
|
return gClosed;
|
|
}
|
|
|
|
#ifdef DEBUG
|
|
// static
|
|
bool
|
|
IndexedDatabaseManager::IsMainProcess()
|
|
{
|
|
NS_ASSERTION(gDBManager,
|
|
"IsMainProcess() called before indexedDB has been initialized!");
|
|
NS_ASSERTION((XRE_IsParentProcess()) ==
|
|
sIsMainProcess, "XRE_GetProcessType changed its tune!");
|
|
return sIsMainProcess;
|
|
}
|
|
|
|
//static
|
|
bool
|
|
IndexedDatabaseManager::InLowDiskSpaceMode()
|
|
{
|
|
NS_ASSERTION(gDBManager,
|
|
"InLowDiskSpaceMode() called before indexedDB has been "
|
|
"initialized!");
|
|
return sLowDiskSpaceMode;
|
|
}
|
|
|
|
// static
|
|
IndexedDatabaseManager::LoggingMode
|
|
IndexedDatabaseManager::GetLoggingMode()
|
|
{
|
|
MOZ_ASSERT(gDBManager,
|
|
"GetLoggingMode called before IndexedDatabaseManager has been "
|
|
"initialized!");
|
|
|
|
return sLoggingMode;
|
|
}
|
|
|
|
// static
|
|
PRLogModuleInfo*
|
|
IndexedDatabaseManager::GetLoggingModule()
|
|
{
|
|
MOZ_ASSERT(gDBManager,
|
|
"GetLoggingModule called before IndexedDatabaseManager has been "
|
|
"initialized!");
|
|
|
|
return sLoggingModule;
|
|
}
|
|
|
|
#endif // DEBUG
|
|
|
|
// static
|
|
bool
|
|
IndexedDatabaseManager::InTestingMode()
|
|
{
|
|
MOZ_ASSERT(gDBManager,
|
|
"InTestingMode() called before indexedDB has been initialized!");
|
|
|
|
return gTestingMode;
|
|
}
|
|
|
|
// static
|
|
bool
|
|
IndexedDatabaseManager::FullSynchronous()
|
|
{
|
|
MOZ_ASSERT(gDBManager,
|
|
"FullSynchronous() called before indexedDB has been initialized!");
|
|
|
|
return sFullSynchronousMode;
|
|
}
|
|
|
|
// static
|
|
bool
|
|
IndexedDatabaseManager::ExperimentalFeaturesEnabled()
|
|
{
|
|
if (NS_IsMainThread()) {
|
|
if (NS_WARN_IF(!GetOrCreate())) {
|
|
return false;
|
|
}
|
|
} else {
|
|
MOZ_ASSERT(Get(),
|
|
"ExperimentalFeaturesEnabled() called off the main thread "
|
|
"before indexedDB has been initialized!");
|
|
}
|
|
|
|
return gExperimentalFeaturesEnabled;
|
|
}
|
|
|
|
// static
|
|
bool
|
|
IndexedDatabaseManager::IsFileHandleEnabled()
|
|
{
|
|
MOZ_ASSERT(gDBManager,
|
|
"IsFileHandleEnabled() called before indexedDB has been "
|
|
"initialized!");
|
|
|
|
return gFileHandleEnabled;
|
|
}
|
|
|
|
already_AddRefed<FileManager>
|
|
IndexedDatabaseManager::GetFileManager(PersistenceType aPersistenceType,
|
|
const nsACString& aOrigin,
|
|
const nsAString& aDatabaseName)
|
|
{
|
|
AssertIsOnIOThread();
|
|
|
|
FileManagerInfo* info;
|
|
if (!mFileManagerInfos.Get(aOrigin, &info)) {
|
|
return nullptr;
|
|
}
|
|
|
|
RefPtr<FileManager> fileManager =
|
|
info->GetFileManager(aPersistenceType, aDatabaseName);
|
|
|
|
return fileManager.forget();
|
|
}
|
|
|
|
void
|
|
IndexedDatabaseManager::AddFileManager(FileManager* aFileManager)
|
|
{
|
|
AssertIsOnIOThread();
|
|
NS_ASSERTION(aFileManager, "Null file manager!");
|
|
|
|
FileManagerInfo* info;
|
|
if (!mFileManagerInfos.Get(aFileManager->Origin(), &info)) {
|
|
info = new FileManagerInfo();
|
|
mFileManagerInfos.Put(aFileManager->Origin(), info);
|
|
}
|
|
|
|
info->AddFileManager(aFileManager);
|
|
}
|
|
|
|
void
|
|
IndexedDatabaseManager::InvalidateAllFileManagers()
|
|
{
|
|
AssertIsOnIOThread();
|
|
|
|
for (auto iter = mFileManagerInfos.ConstIter(); !iter.Done(); iter.Next()) {
|
|
auto value = iter.Data();
|
|
MOZ_ASSERT(value);
|
|
|
|
value->InvalidateAllFileManagers();
|
|
}
|
|
|
|
mFileManagerInfos.Clear();
|
|
}
|
|
|
|
void
|
|
IndexedDatabaseManager::InvalidateFileManagers(PersistenceType aPersistenceType,
|
|
const nsACString& aOrigin)
|
|
{
|
|
AssertIsOnIOThread();
|
|
MOZ_ASSERT(!aOrigin.IsEmpty());
|
|
|
|
FileManagerInfo* info;
|
|
if (!mFileManagerInfos.Get(aOrigin, &info)) {
|
|
return;
|
|
}
|
|
|
|
info->InvalidateAndRemoveFileManagers(aPersistenceType);
|
|
|
|
if (!info->HasFileManagers()) {
|
|
mFileManagerInfos.Remove(aOrigin);
|
|
}
|
|
}
|
|
|
|
void
|
|
IndexedDatabaseManager::InvalidateFileManager(PersistenceType aPersistenceType,
|
|
const nsACString& aOrigin,
|
|
const nsAString& aDatabaseName)
|
|
{
|
|
AssertIsOnIOThread();
|
|
|
|
FileManagerInfo* info;
|
|
if (!mFileManagerInfos.Get(aOrigin, &info)) {
|
|
return;
|
|
}
|
|
|
|
info->InvalidateAndRemoveFileManager(aPersistenceType, aDatabaseName);
|
|
|
|
if (!info->HasFileManagers()) {
|
|
mFileManagerInfos.Remove(aOrigin);
|
|
}
|
|
}
|
|
|
|
nsresult
|
|
IndexedDatabaseManager::AsyncDeleteFile(FileManager* aFileManager,
|
|
int64_t aFileId)
|
|
{
|
|
MOZ_ASSERT(IsMainProcess());
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
MOZ_ASSERT(aFileManager);
|
|
MOZ_ASSERT(aFileId > 0);
|
|
MOZ_ASSERT(mDeleteTimer);
|
|
|
|
nsresult rv = mDeleteTimer->Cancel();
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
rv = mDeleteTimer->InitWithCallback(this, kDeleteTimeoutMs,
|
|
nsITimer::TYPE_ONE_SHOT);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
nsTArray<int64_t>* array;
|
|
if (!mPendingDeleteInfos.Get(aFileManager, &array)) {
|
|
array = new nsTArray<int64_t>();
|
|
mPendingDeleteInfos.Put(aFileManager, array);
|
|
}
|
|
|
|
array->AppendElement(aFileId);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
IndexedDatabaseManager::BlockAndGetFileReferences(
|
|
PersistenceType aPersistenceType,
|
|
const nsACString& aOrigin,
|
|
const nsAString& aDatabaseName,
|
|
int64_t aFileId,
|
|
int32_t* aRefCnt,
|
|
int32_t* aDBRefCnt,
|
|
int32_t* aSliceRefCnt,
|
|
bool* aResult)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
if (NS_WARN_IF(!InTestingMode())) {
|
|
return NS_ERROR_UNEXPECTED;
|
|
}
|
|
|
|
if (IsMainProcess()) {
|
|
RefPtr<GetFileReferencesHelper> helper =
|
|
new GetFileReferencesHelper(aPersistenceType, aOrigin, aDatabaseName,
|
|
aFileId);
|
|
|
|
nsresult rv =
|
|
helper->DispatchAndReturnFileReferences(aRefCnt, aDBRefCnt,
|
|
aSliceRefCnt, aResult);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
} else {
|
|
ContentChild* contentChild = ContentChild::GetSingleton();
|
|
if (NS_WARN_IF(!contentChild)) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
if (!contentChild->SendGetFileReferences(aPersistenceType,
|
|
nsCString(aOrigin),
|
|
nsString(aDatabaseName),
|
|
aFileId,
|
|
aRefCnt,
|
|
aDBRefCnt,
|
|
aSliceRefCnt,
|
|
aResult)) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
IndexedDatabaseManager::FlushPendingFileDeletions()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
if (NS_WARN_IF(!InTestingMode())) {
|
|
return NS_ERROR_UNEXPECTED;
|
|
}
|
|
|
|
if (IsMainProcess()) {
|
|
nsresult rv = mDeleteTimer->Cancel();
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
rv = Notify(mDeleteTimer);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
} else {
|
|
ContentChild* contentChild = ContentChild::GetSingleton();
|
|
if (NS_WARN_IF(!contentChild)) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
if (!contentChild->SendFlushPendingFileDeletions()) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
// static
|
|
void
|
|
IndexedDatabaseManager::LoggingModePrefChangedCallback(
|
|
const char* /* aPrefName */,
|
|
void* /* aClosure */)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
if (!Preferences::GetBool(kPrefLoggingEnabled)) {
|
|
sLoggingMode = Logging_Disabled;
|
|
return;
|
|
}
|
|
|
|
bool useProfiler =
|
|
#if defined(DEBUG) || defined(MOZ_ENABLE_PROFILER_SPS)
|
|
Preferences::GetBool(kPrefLoggingProfiler);
|
|
#if !defined(MOZ_ENABLE_PROFILER_SPS)
|
|
if (useProfiler) {
|
|
NS_WARNING("IndexedDB cannot create profiler marks because this build does "
|
|
"not have profiler extensions enabled!");
|
|
useProfiler = false;
|
|
}
|
|
#endif
|
|
#else
|
|
false;
|
|
#endif
|
|
|
|
const bool logDetails = Preferences::GetBool(kPrefLoggingDetails);
|
|
|
|
if (useProfiler) {
|
|
sLoggingMode = logDetails ?
|
|
Logging_DetailedProfilerMarks :
|
|
Logging_ConciseProfilerMarks;
|
|
} else {
|
|
sLoggingMode = logDetails ? Logging_Detailed : Logging_Concise;
|
|
}
|
|
}
|
|
|
|
#ifdef ENABLE_INTL_API
|
|
// static
|
|
const nsCString&
|
|
IndexedDatabaseManager::GetLocale()
|
|
{
|
|
IndexedDatabaseManager* idbManager = Get();
|
|
MOZ_ASSERT(idbManager, "IDBManager is not ready!");
|
|
|
|
return idbManager->mLocale;
|
|
}
|
|
#endif
|
|
|
|
NS_IMPL_ADDREF(IndexedDatabaseManager)
|
|
NS_IMPL_RELEASE_WITH_DESTROY(IndexedDatabaseManager, Destroy())
|
|
NS_IMPL_QUERY_INTERFACE(IndexedDatabaseManager, nsIObserver, nsITimerCallback)
|
|
|
|
NS_IMETHODIMP
|
|
IndexedDatabaseManager::Observe(nsISupports* aSubject, const char* aTopic,
|
|
const char16_t* aData)
|
|
{
|
|
NS_ASSERTION(IsMainProcess(), "Wrong process!");
|
|
NS_ASSERTION(NS_IsMainThread(), "Wrong thread!");
|
|
|
|
if (!strcmp(aTopic, DISKSPACEWATCHER_OBSERVER_TOPIC)) {
|
|
NS_ASSERTION(aData, "No data?!");
|
|
|
|
const nsDependentString data(aData);
|
|
|
|
if (data.EqualsLiteral(LOW_DISK_SPACE_DATA_FULL)) {
|
|
sLowDiskSpaceMode = true;
|
|
}
|
|
else if (data.EqualsLiteral(LOW_DISK_SPACE_DATA_FREE)) {
|
|
sLowDiskSpaceMode = false;
|
|
}
|
|
else {
|
|
NS_NOTREACHED("Unknown data value!");
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_NOTREACHED("Unknown topic!");
|
|
return NS_ERROR_UNEXPECTED;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
IndexedDatabaseManager::Notify(nsITimer* aTimer)
|
|
{
|
|
MOZ_ASSERT(IsMainProcess());
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
for (auto iter = mPendingDeleteInfos.ConstIter(); !iter.Done(); iter.Next()) {
|
|
auto key = iter.Key();
|
|
auto value = iter.Data();
|
|
MOZ_ASSERT(!value->IsEmpty());
|
|
|
|
RefPtr<DeleteFilesRunnable> runnable =
|
|
new DeleteFilesRunnable(key, *value);
|
|
|
|
MOZ_ASSERT(value->IsEmpty());
|
|
|
|
MOZ_ALWAYS_TRUE(NS_SUCCEEDED(NS_DispatchToMainThread(runnable)));
|
|
}
|
|
|
|
mPendingDeleteInfos.Clear();
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
already_AddRefed<FileManager>
|
|
FileManagerInfo::GetFileManager(PersistenceType aPersistenceType,
|
|
const nsAString& aName) const
|
|
{
|
|
AssertIsOnIOThread();
|
|
|
|
const nsTArray<RefPtr<FileManager> >& managers =
|
|
GetImmutableArray(aPersistenceType);
|
|
|
|
for (uint32_t i = 0; i < managers.Length(); i++) {
|
|
const RefPtr<FileManager>& fileManager = managers[i];
|
|
|
|
if (fileManager->DatabaseName() == aName) {
|
|
RefPtr<FileManager> result = fileManager;
|
|
return result.forget();
|
|
}
|
|
}
|
|
|
|
return nullptr;
|
|
}
|
|
|
|
void
|
|
FileManagerInfo::AddFileManager(FileManager* aFileManager)
|
|
{
|
|
AssertIsOnIOThread();
|
|
|
|
nsTArray<RefPtr<FileManager> >& managers = GetArray(aFileManager->Type());
|
|
|
|
NS_ASSERTION(!managers.Contains(aFileManager), "Adding more than once?!");
|
|
|
|
managers.AppendElement(aFileManager);
|
|
}
|
|
|
|
void
|
|
FileManagerInfo::InvalidateAllFileManagers() const
|
|
{
|
|
AssertIsOnIOThread();
|
|
|
|
uint32_t i;
|
|
|
|
for (i = 0; i < mPersistentStorageFileManagers.Length(); i++) {
|
|
mPersistentStorageFileManagers[i]->Invalidate();
|
|
}
|
|
|
|
for (i = 0; i < mTemporaryStorageFileManagers.Length(); i++) {
|
|
mTemporaryStorageFileManagers[i]->Invalidate();
|
|
}
|
|
|
|
for (i = 0; i < mDefaultStorageFileManagers.Length(); i++) {
|
|
mDefaultStorageFileManagers[i]->Invalidate();
|
|
}
|
|
}
|
|
|
|
void
|
|
FileManagerInfo::InvalidateAndRemoveFileManagers(
|
|
PersistenceType aPersistenceType)
|
|
{
|
|
AssertIsOnIOThread();
|
|
|
|
nsTArray<RefPtr<FileManager > >& managers = GetArray(aPersistenceType);
|
|
|
|
for (uint32_t i = 0; i < managers.Length(); i++) {
|
|
managers[i]->Invalidate();
|
|
}
|
|
|
|
managers.Clear();
|
|
}
|
|
|
|
void
|
|
FileManagerInfo::InvalidateAndRemoveFileManager(
|
|
PersistenceType aPersistenceType,
|
|
const nsAString& aName)
|
|
{
|
|
AssertIsOnIOThread();
|
|
|
|
nsTArray<RefPtr<FileManager > >& managers = GetArray(aPersistenceType);
|
|
|
|
for (uint32_t i = 0; i < managers.Length(); i++) {
|
|
RefPtr<FileManager>& fileManager = managers[i];
|
|
if (fileManager->DatabaseName() == aName) {
|
|
fileManager->Invalidate();
|
|
managers.RemoveElementAt(i);
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
|
|
nsTArray<RefPtr<FileManager> >&
|
|
FileManagerInfo::GetArray(PersistenceType aPersistenceType)
|
|
{
|
|
switch (aPersistenceType) {
|
|
case PERSISTENCE_TYPE_PERSISTENT:
|
|
return mPersistentStorageFileManagers;
|
|
case PERSISTENCE_TYPE_TEMPORARY:
|
|
return mTemporaryStorageFileManagers;
|
|
case PERSISTENCE_TYPE_DEFAULT:
|
|
return mDefaultStorageFileManagers;
|
|
|
|
case PERSISTENCE_TYPE_INVALID:
|
|
default:
|
|
MOZ_CRASH("Bad storage type value!");
|
|
}
|
|
}
|
|
|
|
DeleteFilesRunnable::DeleteFilesRunnable(FileManager* aFileManager,
|
|
nsTArray<int64_t>& aFileIds)
|
|
: mFileManager(aFileManager)
|
|
, mState(State_Initial)
|
|
{
|
|
mFileIds.SwapElements(aFileIds);
|
|
}
|
|
|
|
NS_IMPL_ISUPPORTS(DeleteFilesRunnable, nsIRunnable)
|
|
|
|
NS_IMETHODIMP
|
|
DeleteFilesRunnable::Run()
|
|
{
|
|
nsresult rv;
|
|
|
|
switch (mState) {
|
|
case State_Initial:
|
|
rv = Open();
|
|
break;
|
|
|
|
case State_DatabaseWorkOpen:
|
|
rv = DoDatabaseWork();
|
|
break;
|
|
|
|
case State_UnblockingOpen:
|
|
UnblockOpen();
|
|
return NS_OK;
|
|
|
|
case State_DirectoryOpenPending:
|
|
default:
|
|
MOZ_CRASH("Should never get here!");
|
|
}
|
|
|
|
if (NS_WARN_IF(NS_FAILED(rv)) && mState != State_UnblockingOpen) {
|
|
Finish();
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
void
|
|
DeleteFilesRunnable::DirectoryLockAcquired(DirectoryLock* aLock)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
MOZ_ASSERT(mState == State_DirectoryOpenPending);
|
|
MOZ_ASSERT(!mDirectoryLock);
|
|
|
|
mDirectoryLock = aLock;
|
|
|
|
QuotaManager* quotaManager = QuotaManager::Get();
|
|
MOZ_ASSERT(quotaManager);
|
|
|
|
// Must set this before dispatching otherwise we will race with the IO thread
|
|
mState = State_DatabaseWorkOpen;
|
|
|
|
nsresult rv = quotaManager->IOThread()->Dispatch(this, NS_DISPATCH_NORMAL);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
Finish();
|
|
return;
|
|
}
|
|
}
|
|
|
|
void
|
|
DeleteFilesRunnable::DirectoryLockFailed()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
MOZ_ASSERT(mState == State_DirectoryOpenPending);
|
|
MOZ_ASSERT(!mDirectoryLock);
|
|
|
|
Finish();
|
|
}
|
|
|
|
nsresult
|
|
DeleteFilesRunnable::Open()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
MOZ_ASSERT(mState == State_Initial);
|
|
|
|
QuotaManager* quotaManager = QuotaManager::Get();
|
|
if (NS_WARN_IF(!quotaManager)) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
mState = State_DirectoryOpenPending;
|
|
|
|
quotaManager->OpenDirectory(mFileManager->Type(),
|
|
mFileManager->Group(),
|
|
mFileManager->Origin(),
|
|
mFileManager->IsApp(),
|
|
Client::IDB,
|
|
/* aExclusive */ false,
|
|
this);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
DeleteFilesRunnable::DeleteFile(int64_t aFileId)
|
|
{
|
|
MOZ_ASSERT(mDirectory);
|
|
MOZ_ASSERT(mJournalDirectory);
|
|
|
|
nsCOMPtr<nsIFile> file = mFileManager->GetFileForId(mDirectory, aFileId);
|
|
NS_ENSURE_TRUE(file, NS_ERROR_FAILURE);
|
|
|
|
nsresult rv;
|
|
int64_t fileSize;
|
|
|
|
if (mFileManager->EnforcingQuota()) {
|
|
rv = file->GetFileSize(&fileSize);
|
|
NS_ENSURE_SUCCESS(rv, NS_ERROR_FAILURE);
|
|
}
|
|
|
|
rv = file->Remove(false);
|
|
NS_ENSURE_SUCCESS(rv, NS_ERROR_FAILURE);
|
|
|
|
if (mFileManager->EnforcingQuota()) {
|
|
QuotaManager* quotaManager = QuotaManager::Get();
|
|
NS_ASSERTION(quotaManager, "Shouldn't be null!");
|
|
|
|
quotaManager->DecreaseUsageForOrigin(mFileManager->Type(),
|
|
mFileManager->Group(),
|
|
mFileManager->Origin(), fileSize);
|
|
}
|
|
|
|
file = mFileManager->GetFileForId(mJournalDirectory, aFileId);
|
|
NS_ENSURE_TRUE(file, NS_ERROR_FAILURE);
|
|
|
|
rv = file->Remove(false);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
DeleteFilesRunnable::DoDatabaseWork()
|
|
{
|
|
AssertIsOnIOThread();
|
|
MOZ_ASSERT(mState == State_DatabaseWorkOpen);
|
|
|
|
if (!mFileManager->Invalidated()) {
|
|
mDirectory = mFileManager->GetDirectory();
|
|
if (NS_WARN_IF(!mDirectory)) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
mJournalDirectory = mFileManager->GetJournalDirectory();
|
|
if (NS_WARN_IF(!mJournalDirectory)) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
for (int64_t fileId : mFileIds) {
|
|
if (NS_FAILED(DeleteFile(fileId))) {
|
|
NS_WARNING("Failed to delete file!");
|
|
}
|
|
}
|
|
}
|
|
|
|
Finish();
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
void
|
|
DeleteFilesRunnable::Finish()
|
|
{
|
|
// Must set mState before dispatching otherwise we will race with the main
|
|
// thread.
|
|
mState = State_UnblockingOpen;
|
|
|
|
MOZ_ALWAYS_TRUE(NS_SUCCEEDED(NS_DispatchToMainThread(this)));
|
|
}
|
|
|
|
void
|
|
DeleteFilesRunnable::UnblockOpen()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
MOZ_ASSERT(mState == State_UnblockingOpen);
|
|
|
|
if (mDirectoryLock) {
|
|
mDirectoryLock = nullptr;
|
|
}
|
|
|
|
mState = State_Completed;
|
|
}
|
|
|
|
nsresult
|
|
GetFileReferencesHelper::DispatchAndReturnFileReferences(int32_t* aMemRefCnt,
|
|
int32_t* aDBRefCnt,
|
|
int32_t* aSliceRefCnt,
|
|
bool* aResult)
|
|
{
|
|
NS_ASSERTION(NS_IsMainThread(), "Wrong thread!");
|
|
|
|
QuotaManager* quotaManager = QuotaManager::Get();
|
|
NS_ASSERTION(quotaManager, "Shouldn't be null!");
|
|
|
|
nsresult rv =
|
|
quotaManager->IOThread()->Dispatch(this, NS_DISPATCH_NORMAL);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
mozilla::MutexAutoLock autolock(mMutex);
|
|
while (mWaiting) {
|
|
mCondVar.Wait();
|
|
}
|
|
|
|
*aMemRefCnt = mMemRefCnt;
|
|
*aDBRefCnt = mDBRefCnt;
|
|
*aSliceRefCnt = mSliceRefCnt;
|
|
*aResult = mResult;
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMPL_ISUPPORTS(GetFileReferencesHelper,
|
|
nsIRunnable)
|
|
|
|
NS_IMETHODIMP
|
|
GetFileReferencesHelper::Run()
|
|
{
|
|
AssertIsOnIOThread();
|
|
|
|
IndexedDatabaseManager* mgr = IndexedDatabaseManager::Get();
|
|
NS_ASSERTION(mgr, "This should never fail!");
|
|
|
|
RefPtr<FileManager> fileManager =
|
|
mgr->GetFileManager(mPersistenceType, mOrigin, mDatabaseName);
|
|
|
|
if (fileManager) {
|
|
RefPtr<FileInfo> fileInfo = fileManager->GetFileInfo(mFileId);
|
|
|
|
if (fileInfo) {
|
|
fileInfo->GetReferences(&mMemRefCnt, &mDBRefCnt, &mSliceRefCnt);
|
|
|
|
if (mMemRefCnt != -1) {
|
|
// We added an extra temp ref, so account for that accordingly.
|
|
mMemRefCnt--;
|
|
}
|
|
|
|
mResult = true;
|
|
}
|
|
}
|
|
|
|
mozilla::MutexAutoLock lock(mMutex);
|
|
NS_ASSERTION(mWaiting, "Huh?!");
|
|
|
|
mWaiting = false;
|
|
mCondVar.Notify();
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
} // namespace indexedDB
|
|
} // namespace dom
|
|
} // namespace mozilla
|