mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 05:37:11 +00:00
e4c3e62beb
- Bug 1216751 part 1. Restrict value iterators to interfaces that have indexed properties and pair iterators to interfaces that do not have indexed properties. r=qdot (6519f3f8c5) - Bug 1216751 part 2. For value iterators, "entries", "keys", and "values" must just come from Array.prototype. r=qdot (c0859f945c) - Bug 1216751 part 3. For pair iterators, @@iterator should be an alias for "entries". Similarly for maplikes and "entries" and setlikes and "values". r=qdot (bbe7c04782) - Bug 1216751 part 4. Implement forEach for iterable interfaces. r=qdot (8fdba677a4) - Bug 1216751 part 5. Remove the now-unnecessary value iterator infrastructure, since it's entirely handled via the %ArrayPrototype% methods now. r=qdot (88d3911694) - Bug 1231333 - part 1, JS engine: only allow futexWait in workers. r=luke (28e16fd2f9) - Bug 1231333 - part 2, DOM: only allow futexWait in workers. r=khuey (6c4dc98037) - Bug 1148990 - Don't ship bagheeraclient.js or tokenserverclient.js on Android. r=gps (aa9b22699a) - Bug 1216749 - Land the Firefox Kinto.js client (r=rnewman) (ea8c74e2ea) - Bug 1230221 - Convert JS callsites to use asyncOpen2 within services/ (r=sicking) (07ac8751f1) - Bug 1242965 - Make services/common eslintable. r=rnewman (0c84562750) - Bug 1055616 - Skip addons addons without a sourceURI or from a non-secure domain rather than treating them as errors. r=rnewman (7b8b738be0) - Bug 1229986 - get Sync tps tests starting again. r=whimboo (8cd0bf4f7f) - Bug 1003204: Removed CommonUtils.exceptionStr() in services/sync r=makh r=gfritzsche (830c106a29) - Bug 1003204: Removed CommonUtils.exceptionStr() in services/common/ r=gfritzsche (2c7bd4f8b5) - Bug 1234734 - Replace CommonUtils.stackTrace() with Log.stackTrace(). r=markh (3f0e88f192) - Bug 1241715 - get Sync TPS tests working locally by tweaking observers listened for and the authentication setup. r=whimboo (529b2f3d44) - Bug 1203736 - Convert H264::DecodeSPS assert to error return. r=jya (41c8c34c42) - Bug 1186716: Error if SPS NAL parsing failed. r=rillian (6c158be51e) - Bug 1187076 - Warn at end of SPS buffers. r=jya (2a49671261) - fix broken files (a090aad200) - Bug 1218217: avoid buffersize overflow even if codec is unbounded in dimensions r=pkerr (356140c947) - Bug 1218217: bustage fix for static assert r=bustage (e86dc5bf3a) - Bug 1041882 - Remove Froyo-specific support from libcubeb. r=snorp, r=padenot (e1f2d5283f) - Bug 1073319 - Enable AVX2 for libvpx on linux (update.py). r=rillian (934fd0a896) - Bug 1245027 - Move LOCAL_INCLUDES to moz.build in media/libvpx. r=mshal (7e56797d0e) - parts of Bug 1151175 - Update libvpx update.py for 1.4.0. (0e3f4a470f) - bits of 1178215 (bab7592703) - Bug 1218124 - Add vpx_once patch to update script. r=gerald (7b72a43382) - Bug 1225221 - vpx: Allow 8k video in update.sh. r=kinetik (9ec59f7737) - Bug 1224363 - Upstream update patch - r=rillian (4772921a5f) - Bug 1224361 - Upstream update patch - r=rillian (36ad6f1de4) - Bug 1233983 - Make libvpx build with clang-cl; r=rillian (5d98a8d888) - Bug 1224371 - Upstream update patch. r=jya (25164ba856) - Bug 1237848 - Updated update.py patch - r=rillian (69646eb6dc) - Bug 1184226 - Suppressing received packets when disabled, r=ekr (c8dfdb1a56) - Bug 1184226 - Disabling write on shutdown, r=ekr (d5a810dbe5) - Bug 1184226 - Updating transportlayerdtls logging levels, r=ekr (f3bc4a9889) - Bug 1137932: Unwind the stack before starting the DTLS handshake. r=mt (69dce8243a) - Bug 1214269 - read multiple DTLS packets from NSS if present. r=mt rjesup (e57b1628f5) - Bug 1235235 - Fix -Wimplicit-fallthrough warning in media/mtransport/. r=ekr (d56c9d1244) - Bug 1115483 - Accept a match on any a=fingerprint value. r=ekr (4a58378c09) - Bug 1167274 - Do the right thing when accessing the proxyinfo fails for some reason. r=mt (3ea23173ea) - Bug 1125292 - Sending ALPN header field for WebRTC calls, r=bwc (16fda60c39) - Bug 1167443 - Fix verification of end-of-candidates in mochitests. r=mt (8d74546e68) - Bug 1192813 - update the default candidate as new candidates arrive. r=bwc (490ac80af2) - Bug 1206981 - prevent ICE TCP from being turned off under e10s. r=jesup (a38afd56b8) - Bug 1234578 - Assert if PCM is destroyed improperly. r=rjesup (f1aa0d7cbc) - Bug 1164564 - WorkerDebugger.initialize should not return failure when called more than once;r=khuey (c316c83af7) - Bug 1211903 - WorkerDebugger should live on the main thread;r=khuey (5586888e77) - Bug 1164581 - Adding an overload for NS_ProxyRelease that accepts already_AddRefed, and removing all the others. r=bobbyholley (bc70230689) - Bug 1186750 part 1 - Inlinize trivial constructors and destructors of events in DeviceStorageRequestParent. r=dhylands (0fc6b594b1) - Bug 1186750 part 2 - Remove some unused member fields in events in DeviceStorageRequestParent. r=dhylands (d4be7e7031) - Bug 1186750 part 3 - Abstract CancelableFileEvent in DeviceStorageReqeustParent and use already_AddRefed&& for passing DeviceStorageFile parameter. r=dhylands (cea4df4465) - Bug 1186750 part 4 - Clear runnable list in DeviceStorageRequestParent when being destroyed. r=dhylands (a4d6018ce6) - Bug 1196315 - Ensure MIME service is only accessed on the main thread. r=dhylands (20c07f4baf) - Bug 1186750 part 5 - Convert nsDOMDeviceStorage::CheckPermission to take already_AddRefed&&. r=dhylands (7b2d0b415e) - Bug 1186750 part 6 - Remove unused and unimplemented method nsDOMDeviceStorage::StorePermission. r=dhylands (e6772e7b51) - Bug 1186750 part 7 - Convert DispatchToOwningThread and DispatchOrAbandon to take already_AddRefed&&. r=dhylands (5925568a22) - Bug 1186750 part 8 - Convert DeviceStorageUsedSpaceCache::Dispatch to use already_AddRef&&. r=dhylands (660b44eec7) - Bug 1186750 part 9 - Use already_AddRefed&& to initialize mFile of device storage requests. r=dhylands (c94464f412) - Bug 1186750 part 10 - Simplify code in DeviceStorageRequestParent::Dispatch. r=dhylands (debcc219ca) - Bug 1186750 part 11 - Convert all usage of Dispatch/NS_DispatchToMainThread in dom/devicestorage to pass in either already_AddRefed or raw pointer. r=dhylands (753694d0b5) - Bug 1059469: Part 1 - Add a log module for dump() calls. r=bent (d94c677e49) - Bug 1059469: Part 2 - When rescheduling the interval timer, cancel it first, and refactor things so that actually does something. r=bent (1edc485b0f) - Bug 1243881 - patch 1 - unship performance.translateTime, r=bz (5a4afeea67) - Bug 1243881 - patch 2 - unship performance.translateTime, r=bz (5bf9557cd4) - Bug 1165722 - Replace JS_GetPropertyDescriptor usage in Xray code. r=bholley (e277cbcc78) - Bug 1243824. Add support for static functions and attributes on JSXrays. r=bholley (498d6c6034) - Bug 1228456 - SharedWorker should close the MessagePort in case the connecting runnable is not dispatched, r=smaug (c14a3e212f) - Bug 779707 - Add crashtest. (e86caca48e) - Bug 1228456 - add 'override' to the Cancel() method of a nsICancelableRunnable, rs=me (48db3b97e9) - Bug 1131323 - Enable SharedWorker loads to be intercepted through service workers; r=nsm (b2d972c5e3) - Bug 1173002 - Set worker system principal flag correctly when created from chrome, r=bz, a=kwierso. (ac9fc2980d) - bits of 1113429 backout (a862f16bb7) - bug 1206312 - add IndexedDatabaseManager include to IDBKeyRange. r=bz (bd6663f976) - Bug 1247117: De-namespace much of IndexedDB. r=baku (a996e3b443) - Bug 1196841: Update getAll/getAllKeys to match the spec and expose them. r=baku (7365769e04) - Bug 1196840: Make IDBTransaction::ObjectStoreNames const. r=baku (e7af2b0510) - Bug 1176165 - Fix the exception codes returned from functions that modify the IndexedDB schema, r=janv. (efa4e818d0) - Bug 935753 - Firefox displays the "This is a secure Firefox page" indicator on pages served by addons. r=MattN (77dced27ad) - Bug 925681 - Show identity block and reload icon in awesomebar in Australis' customization mode. ui-r=shorlander, r=Gijs (ffd1b2f6a4) - Bug 970382 - Add about:accounts to the list of chrome UIs with a special identity mode r=gavin (6d2817d087) - Bug 1051847 - Add trusted identity block to about:license and about:rights. r=dao (aa8dfe4d1d) - Bug 1094947 - The trusted identity block is not displayed for the about:downloads page. r=jaws (1c51faa077) - Bug 686281 - Implement CSS mask style; r=dbaron. (2f823c4a49) - Bug 686281 - Mask CSS parsing and Mask DOM API. r=dbaron (f9cc291131) - Bug 686281 - Mask CSS rendering; r=mstange (b26ba7ba7e) - Bug 686281 - Mask CSS animation; r=dbaron. (4ce1ba671e) - Bug 686281 - Mask CSS webkit-alias; r=dbaron. (c27f4023d6) - Bug 686281 - Mask mochitest; r=dbaron. (010fcdfd04) - Bug 686281 - Expands will-change of a shorthand prop to longhand ones; r=dbaron. (f8e4a6dcfd) - Bug 686281 - A static assertion to keep value correctness of NS_RULE_NODE_IS_ANIMATION_RULE; r=dbaron. (5ae87b576b) - Bug 686281 - Remove nsStyleSVGReset::mMask; r=dbaron (1e7a0dfb45) - Bug 686281 - mask-composite reftests; r=dbaron (7f769e196a) - Bug 686281 - Rename nsStyleSVGReset::mLayers to nsStyleSVGReset::mMask; Rename nsStyleBackground::mLayers to nsStyleBackground::mImage. r=dbaron (3bd4fc6e3b) - Bug 1241275 - Change the way -moz-window-dragging works. r=heycam,roc (5691f2dbf5) - Bug 1246892 - pass aCTF as a reference instead of value. r=roc (98b0e45063) - Bug 1234800 - Reinstate code that adjusts dirty rects for fixed-position frames in display ports. r=tn (44e55ebacb) - Bug 1234800 - Move this line to the right place. r=tn (1a86a7fc72) - Bug 1216832 - Handle preserve-3d visible regions during display list building by always transforming from the preserve-3d root each time. r=roc (1887af1172) - Bug 1231243 - In nsDisplayBackgroundImage::GetBoundsInternal(), take the union of the image bounds and the viewport bounds if APZ is enabled. r=mstange (87a1fa0ab4) - Bug 1246622 - Handle nested preserve-3d contexts when hit testing. r=roc (6eed51c734) - Bug 1235945 - Fix assertion error in some cases when running szip when debug flags are enabled for host tools. r=froydnj (3a0aa4f728) - Bug 1224798: Do not produce a clip mask if our context is entirely clipped out anyway. r=jrmuizel (3926a4ef7d) - Bug 1223604 - Disentangle nsSVGClipPathFrame::ApplyClipOrPaintClipMask and make the code easier to understand. r=Bas (c8c19a1b0d) - Bug 1204405: Don't access prefs off main thread in testing ProcessLink::Open(). r=khuey (301aa7259d) - Bug 1248896 - don't conditional compile on config ENABLE_TESTS in Nuwa. r=khuey (4f2fd275fd) - Bug 1232458 - use UniquePtr<T[]> instead of nsAutoArrayPtr<T> in WindowsDllBlocklist.cpp; r=aklotz (292071bdb5) - Bug 1247741 - Additional checks for pointer validity in LdrLoadDLL detour. r=aklotz (8ee48e8cf3) - Bug 1113930 - Move __libc_stack_end related code block from StackWalk.cpp in a non-OSX section. r=froydnj (4f0f9e2e66) - Bug 1113930 - Use the actual stack end address on x86 OSX and Android for the stack walker. r=froydnj (7371d9a508) - missing bit of Bug 1216681 (fdf69e362f) - Bug 1193593 - Test fingerprinting resistance for media queries in picture elements. r=heycam (6155b73c26) - Bug 1232829 - Detach obsolete DocumentTimeline from refresh driver when the document is reset; r=smaug (564680e2a0) - Bug 1075457, part 1 - Implement rendering for |clip-path:polygon()|. r=mstange, r=jwatt (76056caacd) - Bug 1075457, part 2 - Implement circle() and ellipse() for the |clip-path| property. r=mstange, r=jwatt (4b8b39c682) - Bug 1094571 - add unicode-range load tests. r=heycam (3358555411) - Bug 1216695 - Remove the Request.context specific bits from fetch-request-resources.https.html; r=bkelly (2315e50b97) - Bug 1193133 - Disable broken service worker wpt tests. r=bkelly (8f0205d5e7) - Bug 1199831: Fix a bunch of mixed-content violations in imported ServiceWorker WPTs. r=jdm (33f261ce91) - bit of Bug 603201 (325170577f) - Bug 1184798 - same origin, cors and no-cors load tests. r=bkelly (f8549dd0bb) - Bug 1210581: Test controlled worker loads (XHR, fetch, importScripts). r=ehsan (41a436df47) - Bug 1215196 - Fix web-platform-tests iframe scripts to avoid pulling in testharness.js in them; r=bkelly (a2edb0784c) - Bug 1242798 - Don't OSR into Ion on debuggee frames. (r=jandem) (21e17bdd9d) - Bug 1238658 - Allow setElem-accessor optimizations only for native baseHolder objects; r=efaust (12c9766a53) - Bug 1144630 - Follup: Fix review nit. (rs=evilpie) (67b5cc2c7f) - Bug 1182866 - Fix Baseline GETNAME stubs to check for uninitialized lexicals. (r=jandem) (dd47d2025a) - Bug 1189536 - Make fetch-request-xhr.https.html pass; r=bkelly (ce177226bf) - Bug 1188822 - Make service-workers/service-worker/fetch-request-resources.https.html pass. r=bkelly (3a5f3a6660)
1490 lines
39 KiB
C++
1490 lines
39 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 "IDBDatabase.h"
|
|
|
|
#include "FileInfo.h"
|
|
#include "IDBEvents.h"
|
|
#include "IDBFactory.h"
|
|
#include "IDBIndex.h"
|
|
#include "IDBMutableFile.h"
|
|
#include "IDBObjectStore.h"
|
|
#include "IDBRequest.h"
|
|
#include "IDBTransaction.h"
|
|
#include "IDBFactory.h"
|
|
#include "IndexedDatabaseManager.h"
|
|
#include "mozilla/ErrorResult.h"
|
|
#include "mozilla/EventDispatcher.h"
|
|
#include "MainThreadUtils.h"
|
|
#include "mozilla/Services.h"
|
|
#include "mozilla/storage.h"
|
|
#include "mozilla/dom/BindingDeclarations.h"
|
|
#include "mozilla/dom/DOMStringList.h"
|
|
#include "mozilla/dom/DOMStringListBinding.h"
|
|
#include "mozilla/dom/Exceptions.h"
|
|
#include "mozilla/dom/File.h"
|
|
#include "mozilla/dom/IDBDatabaseBinding.h"
|
|
#include "mozilla/dom/IDBObjectStoreBinding.h"
|
|
#include "mozilla/dom/indexedDB/PBackgroundIDBDatabaseFileChild.h"
|
|
#include "mozilla/dom/indexedDB/PBackgroundIDBSharedTypes.h"
|
|
#include "mozilla/ipc/BackgroundChild.h"
|
|
#include "mozilla/ipc/BackgroundUtils.h"
|
|
#include "mozilla/dom/ipc/BlobChild.h"
|
|
#include "mozilla/dom/ipc/nsIRemoteBlob.h"
|
|
#include "mozilla/dom/quota/QuotaManager.h"
|
|
#include "mozilla/ipc/FileDescriptor.h"
|
|
#include "mozilla/ipc/InputStreamParams.h"
|
|
#include "mozilla/ipc/InputStreamUtils.h"
|
|
#include "nsCOMPtr.h"
|
|
#include "nsContentUtils.h"
|
|
#include "nsIConsoleService.h"
|
|
#include "nsIDocument.h"
|
|
#include "nsIObserver.h"
|
|
#include "nsIObserverService.h"
|
|
#include "nsIScriptError.h"
|
|
#include "nsISupportsPrimitives.h"
|
|
#include "nsThreadUtils.h"
|
|
#include "ProfilerHelpers.h"
|
|
#include "ReportInternalError.h"
|
|
#include "nsQueryObject.h"
|
|
|
|
// Include this last to avoid path problems on Windows.
|
|
#include "ActorsChild.h"
|
|
|
|
namespace mozilla {
|
|
namespace dom {
|
|
|
|
using namespace mozilla::dom::quota;
|
|
using namespace mozilla::ipc;
|
|
using namespace mozilla::services;
|
|
|
|
namespace {
|
|
|
|
const char kCycleCollectionObserverTopic[] = "cycle-collector-end";
|
|
const char kMemoryPressureObserverTopic[] = "memory-pressure";
|
|
const char kWindowObserverTopic[] = "inner-window-destroyed";
|
|
|
|
class CancelableRunnableWrapper final
|
|
: public nsICancelableRunnable
|
|
{
|
|
nsCOMPtr<nsIRunnable> mRunnable;
|
|
|
|
public:
|
|
explicit
|
|
CancelableRunnableWrapper(nsIRunnable* aRunnable)
|
|
: mRunnable(aRunnable)
|
|
{
|
|
MOZ_ASSERT(aRunnable);
|
|
}
|
|
|
|
NS_DECL_ISUPPORTS
|
|
|
|
private:
|
|
~CancelableRunnableWrapper()
|
|
{ }
|
|
|
|
NS_DECL_NSIRUNNABLE
|
|
NS_DECL_NSICANCELABLERUNNABLE
|
|
};
|
|
|
|
class DatabaseFile final
|
|
: public PBackgroundIDBDatabaseFileChild
|
|
{
|
|
IDBDatabase* mDatabase;
|
|
|
|
public:
|
|
explicit DatabaseFile(IDBDatabase* aDatabase)
|
|
: mDatabase(aDatabase)
|
|
{
|
|
MOZ_ASSERT(aDatabase);
|
|
aDatabase->AssertIsOnOwningThread();
|
|
|
|
MOZ_COUNT_CTOR(DatabaseFile);
|
|
}
|
|
|
|
private:
|
|
~DatabaseFile()
|
|
{
|
|
MOZ_ASSERT(!mDatabase);
|
|
|
|
MOZ_COUNT_DTOR(DatabaseFile);
|
|
}
|
|
|
|
virtual void
|
|
ActorDestroy(ActorDestroyReason aWhy) override
|
|
{
|
|
MOZ_ASSERT(mDatabase);
|
|
mDatabase->AssertIsOnOwningThread();
|
|
|
|
if (aWhy != Deletion) {
|
|
RefPtr<IDBDatabase> database = mDatabase;
|
|
database->NoteFinishedFileActor(this);
|
|
}
|
|
|
|
#ifdef DEBUG
|
|
mDatabase = nullptr;
|
|
#endif
|
|
}
|
|
};
|
|
|
|
} // namespace
|
|
|
|
class IDBDatabase::LogWarningRunnable final
|
|
: public nsRunnable
|
|
{
|
|
nsCString mMessageName;
|
|
nsString mFilename;
|
|
uint32_t mLineNumber;
|
|
uint32_t mColumnNumber;
|
|
uint64_t mInnerWindowID;
|
|
bool mIsChrome;
|
|
|
|
public:
|
|
LogWarningRunnable(const char* aMessageName,
|
|
const nsAString& aFilename,
|
|
uint32_t aLineNumber,
|
|
uint32_t aColumnNumber,
|
|
bool aIsChrome,
|
|
uint64_t aInnerWindowID)
|
|
: mMessageName(aMessageName)
|
|
, mFilename(aFilename)
|
|
, mLineNumber(aLineNumber)
|
|
, mColumnNumber(aColumnNumber)
|
|
, mInnerWindowID(aInnerWindowID)
|
|
, mIsChrome(aIsChrome)
|
|
{
|
|
MOZ_ASSERT(!NS_IsMainThread());
|
|
}
|
|
|
|
static void
|
|
LogWarning(const char* aMessageName,
|
|
const nsAString& aFilename,
|
|
uint32_t aLineNumber,
|
|
uint32_t aColumnNumber,
|
|
bool aIsChrome,
|
|
uint64_t aInnerWindowID);
|
|
|
|
NS_DECL_ISUPPORTS_INHERITED
|
|
|
|
private:
|
|
~LogWarningRunnable()
|
|
{ }
|
|
|
|
NS_DECL_NSIRUNNABLE
|
|
};
|
|
|
|
class IDBDatabase::Observer final
|
|
: public nsIObserver
|
|
{
|
|
IDBDatabase* mWeakDatabase;
|
|
const uint64_t mWindowId;
|
|
|
|
public:
|
|
Observer(IDBDatabase* aDatabase, uint64_t aWindowId)
|
|
: mWeakDatabase(aDatabase)
|
|
, mWindowId(aWindowId)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
MOZ_ASSERT(aDatabase);
|
|
}
|
|
|
|
void
|
|
Revoke()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
mWeakDatabase = nullptr;
|
|
}
|
|
|
|
NS_DECL_ISUPPORTS
|
|
|
|
private:
|
|
~Observer()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
MOZ_ASSERT(!mWeakDatabase);
|
|
}
|
|
|
|
NS_DECL_NSIOBSERVER
|
|
};
|
|
|
|
IDBDatabase::IDBDatabase(IDBOpenDBRequest* aRequest,
|
|
IDBFactory* aFactory,
|
|
BackgroundDatabaseChild* aActor,
|
|
DatabaseSpec* aSpec)
|
|
: IDBWrapperCache(aRequest)
|
|
, mFactory(aFactory)
|
|
, mSpec(aSpec)
|
|
, mBackgroundActor(aActor)
|
|
, mFileHandleDisabled(aRequest->IsFileHandleDisabled())
|
|
, mClosed(false)
|
|
, mInvalidated(false)
|
|
{
|
|
MOZ_ASSERT(aRequest);
|
|
MOZ_ASSERT(aFactory);
|
|
aFactory->AssertIsOnOwningThread();
|
|
MOZ_ASSERT(aActor);
|
|
MOZ_ASSERT(aSpec);
|
|
}
|
|
|
|
IDBDatabase::~IDBDatabase()
|
|
{
|
|
AssertIsOnOwningThread();
|
|
MOZ_ASSERT(!mBackgroundActor);
|
|
}
|
|
|
|
// static
|
|
already_AddRefed<IDBDatabase>
|
|
IDBDatabase::Create(IDBOpenDBRequest* aRequest,
|
|
IDBFactory* aFactory,
|
|
BackgroundDatabaseChild* aActor,
|
|
DatabaseSpec* aSpec)
|
|
{
|
|
MOZ_ASSERT(aRequest);
|
|
MOZ_ASSERT(aFactory);
|
|
aFactory->AssertIsOnOwningThread();
|
|
MOZ_ASSERT(aActor);
|
|
MOZ_ASSERT(aSpec);
|
|
|
|
RefPtr<IDBDatabase> db =
|
|
new IDBDatabase(aRequest, aFactory, aActor, aSpec);
|
|
|
|
db->SetScriptOwner(aRequest->GetScriptOwner());
|
|
|
|
if (NS_IsMainThread()) {
|
|
if (nsPIDOMWindow* window = aFactory->GetParentObject()) {
|
|
MOZ_ASSERT(window->IsInnerWindow());
|
|
|
|
uint64_t windowId = window->WindowID();
|
|
|
|
RefPtr<Observer> observer = new Observer(db, windowId);
|
|
|
|
nsCOMPtr<nsIObserverService> obsSvc = GetObserverService();
|
|
MOZ_ASSERT(obsSvc);
|
|
|
|
// This topic must be successfully registered.
|
|
if (NS_WARN_IF(NS_FAILED(
|
|
obsSvc->AddObserver(observer, kWindowObserverTopic, false)))) {
|
|
observer->Revoke();
|
|
return nullptr;
|
|
}
|
|
|
|
// These topics are not crucial.
|
|
if (NS_FAILED(obsSvc->AddObserver(observer,
|
|
kCycleCollectionObserverTopic,
|
|
false)) ||
|
|
NS_FAILED(obsSvc->AddObserver(observer,
|
|
kMemoryPressureObserverTopic,
|
|
false))) {
|
|
NS_WARNING("Failed to add additional memory observers!");
|
|
}
|
|
|
|
db->mObserver.swap(observer);
|
|
}
|
|
}
|
|
|
|
return db.forget();
|
|
}
|
|
|
|
#ifdef DEBUG
|
|
|
|
void
|
|
IDBDatabase::AssertIsOnOwningThread() const
|
|
{
|
|
MOZ_ASSERT(mFactory);
|
|
mFactory->AssertIsOnOwningThread();
|
|
}
|
|
|
|
PRThread*
|
|
IDBDatabase::OwningThread() const
|
|
{
|
|
MOZ_ASSERT(mFactory);
|
|
return mFactory->OwningThread();
|
|
}
|
|
|
|
#endif // DEBUG
|
|
|
|
void
|
|
IDBDatabase::CloseInternal()
|
|
{
|
|
AssertIsOnOwningThread();
|
|
|
|
if (!mClosed) {
|
|
mClosed = true;
|
|
|
|
ExpireFileActors(/* aExpireAll */ true);
|
|
|
|
if (mObserver) {
|
|
mObserver->Revoke();
|
|
|
|
nsCOMPtr<nsIObserverService> obsSvc = GetObserverService();
|
|
if (obsSvc) {
|
|
// These might not have been registered.
|
|
obsSvc->RemoveObserver(mObserver, kCycleCollectionObserverTopic);
|
|
obsSvc->RemoveObserver(mObserver, kMemoryPressureObserverTopic);
|
|
|
|
MOZ_ALWAYS_TRUE(NS_SUCCEEDED(
|
|
obsSvc->RemoveObserver(mObserver, kWindowObserverTopic)));
|
|
}
|
|
|
|
mObserver = nullptr;
|
|
}
|
|
|
|
if (mBackgroundActor && !mInvalidated) {
|
|
mBackgroundActor->SendClose();
|
|
}
|
|
}
|
|
}
|
|
|
|
void
|
|
IDBDatabase::InvalidateInternal()
|
|
{
|
|
AssertIsOnOwningThread();
|
|
|
|
InvalidateMutableFiles();
|
|
AbortTransactions(/* aShouldWarn */ true);
|
|
|
|
CloseInternal();
|
|
}
|
|
|
|
void
|
|
IDBDatabase::EnterSetVersionTransaction(uint64_t aNewVersion)
|
|
{
|
|
AssertIsOnOwningThread();
|
|
MOZ_ASSERT(aNewVersion);
|
|
MOZ_ASSERT(!RunningVersionChangeTransaction());
|
|
MOZ_ASSERT(mSpec);
|
|
MOZ_ASSERT(!mPreviousSpec);
|
|
|
|
mPreviousSpec = new DatabaseSpec(*mSpec);
|
|
|
|
mSpec->metadata().version() = aNewVersion;
|
|
}
|
|
|
|
void
|
|
IDBDatabase::ExitSetVersionTransaction()
|
|
{
|
|
AssertIsOnOwningThread();
|
|
|
|
if (mPreviousSpec) {
|
|
mPreviousSpec = nullptr;
|
|
}
|
|
}
|
|
|
|
void
|
|
IDBDatabase::RevertToPreviousState()
|
|
{
|
|
AssertIsOnOwningThread();
|
|
MOZ_ASSERT(RunningVersionChangeTransaction());
|
|
MOZ_ASSERT(mPreviousSpec);
|
|
|
|
// Hold the current spec alive until RefreshTransactionsSpecEnumerator has
|
|
// finished!
|
|
nsAutoPtr<DatabaseSpec> currentSpec(mSpec.forget());
|
|
|
|
mSpec = mPreviousSpec.forget();
|
|
|
|
RefreshSpec(/* aMayDelete */ true);
|
|
}
|
|
|
|
void
|
|
IDBDatabase::RefreshSpec(bool aMayDelete)
|
|
{
|
|
AssertIsOnOwningThread();
|
|
|
|
for (auto iter = mTransactions.Iter(); !iter.Done(); iter.Next()) {
|
|
RefPtr<IDBTransaction> transaction = iter.Get()->GetKey();
|
|
MOZ_ASSERT(transaction);
|
|
transaction->AssertIsOnOwningThread();
|
|
transaction->RefreshSpec(aMayDelete);
|
|
}
|
|
}
|
|
|
|
nsPIDOMWindow*
|
|
IDBDatabase::GetParentObject() const
|
|
{
|
|
return mFactory->GetParentObject();
|
|
}
|
|
|
|
const nsString&
|
|
IDBDatabase::Name() const
|
|
{
|
|
AssertIsOnOwningThread();
|
|
MOZ_ASSERT(mSpec);
|
|
|
|
return mSpec->metadata().name();
|
|
}
|
|
|
|
uint64_t
|
|
IDBDatabase::Version() const
|
|
{
|
|
AssertIsOnOwningThread();
|
|
MOZ_ASSERT(mSpec);
|
|
|
|
return mSpec->metadata().version();
|
|
}
|
|
|
|
already_AddRefed<DOMStringList>
|
|
IDBDatabase::ObjectStoreNames() const
|
|
{
|
|
AssertIsOnOwningThread();
|
|
MOZ_ASSERT(mSpec);
|
|
|
|
const nsTArray<ObjectStoreSpec>& objectStores = mSpec->objectStores();
|
|
|
|
RefPtr<DOMStringList> list = new DOMStringList();
|
|
|
|
if (!objectStores.IsEmpty()) {
|
|
nsTArray<nsString>& listNames = list->StringArray();
|
|
listNames.SetCapacity(objectStores.Length());
|
|
|
|
for (uint32_t index = 0; index < objectStores.Length(); index++) {
|
|
listNames.InsertElementSorted(objectStores[index].metadata().name());
|
|
}
|
|
}
|
|
|
|
return list.forget();
|
|
}
|
|
|
|
already_AddRefed<nsIDocument>
|
|
IDBDatabase::GetOwnerDocument() const
|
|
{
|
|
if (nsPIDOMWindow* window = GetOwner()) {
|
|
nsCOMPtr<nsIDocument> doc = window->GetExtantDoc();
|
|
return doc.forget();
|
|
}
|
|
return nullptr;
|
|
}
|
|
|
|
already_AddRefed<IDBObjectStore>
|
|
IDBDatabase::CreateObjectStore(
|
|
const nsAString& aName,
|
|
const IDBObjectStoreParameters& aOptionalParameters,
|
|
ErrorResult& aRv)
|
|
{
|
|
AssertIsOnOwningThread();
|
|
|
|
IDBTransaction* transaction = IDBTransaction::GetCurrent();
|
|
if (!transaction ||
|
|
transaction->Database() != this ||
|
|
transaction->GetMode() != IDBTransaction::VERSION_CHANGE) {
|
|
aRv.Throw(NS_ERROR_DOM_INDEXEDDB_NOT_ALLOWED_ERR);
|
|
return nullptr;
|
|
}
|
|
|
|
if (!transaction->IsOpen()) {
|
|
aRv.Throw(NS_ERROR_DOM_INDEXEDDB_TRANSACTION_INACTIVE_ERR);
|
|
return nullptr;
|
|
}
|
|
|
|
KeyPath keyPath(0);
|
|
if (NS_FAILED(KeyPath::Parse(aOptionalParameters.mKeyPath, &keyPath))) {
|
|
aRv.Throw(NS_ERROR_DOM_SYNTAX_ERR);
|
|
return nullptr;
|
|
}
|
|
|
|
nsTArray<ObjectStoreSpec>& objectStores = mSpec->objectStores();
|
|
for (uint32_t count = objectStores.Length(), index = 0;
|
|
index < count;
|
|
index++) {
|
|
if (aName == objectStores[index].metadata().name()) {
|
|
aRv.Throw(NS_ERROR_DOM_INDEXEDDB_CONSTRAINT_ERR);
|
|
return nullptr;
|
|
}
|
|
}
|
|
|
|
if (!keyPath.IsAllowedForObjectStore(aOptionalParameters.mAutoIncrement)) {
|
|
aRv.Throw(NS_ERROR_DOM_INVALID_ACCESS_ERR);
|
|
return nullptr;
|
|
}
|
|
|
|
const ObjectStoreSpec* oldSpecElements =
|
|
objectStores.IsEmpty() ? nullptr : objectStores.Elements();
|
|
|
|
ObjectStoreSpec* newSpec = objectStores.AppendElement();
|
|
newSpec->metadata() =
|
|
ObjectStoreMetadata(transaction->NextObjectStoreId(), nsString(aName),
|
|
keyPath, aOptionalParameters.mAutoIncrement);
|
|
|
|
if (oldSpecElements &&
|
|
oldSpecElements != objectStores.Elements()) {
|
|
MOZ_ASSERT(objectStores.Length() > 1);
|
|
|
|
// Array got moved, update the spec pointers for all live objectStores and
|
|
// indexes.
|
|
RefreshSpec(/* aMayDelete */ false);
|
|
}
|
|
|
|
RefPtr<IDBObjectStore> objectStore =
|
|
transaction->CreateObjectStore(*newSpec);
|
|
MOZ_ASSERT(objectStore);
|
|
|
|
// Don't do this in the macro because we always need to increment the serial
|
|
// number to keep in sync with the parent.
|
|
const uint64_t requestSerialNumber = IDBRequest::NextSerialNumber();
|
|
|
|
IDB_LOG_MARK("IndexedDB %s: Child Transaction[%lld] Request[%llu]: "
|
|
"database(%s).transaction(%s).createObjectStore(%s)",
|
|
"IndexedDB %s: C T[%lld] R[%llu]: "
|
|
"IDBDatabase.createObjectStore()",
|
|
IDB_LOG_ID_STRING(),
|
|
transaction->LoggingSerialNumber(),
|
|
requestSerialNumber,
|
|
IDB_LOG_STRINGIFY(this),
|
|
IDB_LOG_STRINGIFY(transaction),
|
|
IDB_LOG_STRINGIFY(objectStore));
|
|
|
|
return objectStore.forget();
|
|
}
|
|
|
|
void
|
|
IDBDatabase::DeleteObjectStore(const nsAString& aName, ErrorResult& aRv)
|
|
{
|
|
AssertIsOnOwningThread();
|
|
|
|
IDBTransaction* transaction = IDBTransaction::GetCurrent();
|
|
if (!transaction ||
|
|
transaction->Database() != this ||
|
|
transaction->GetMode() != IDBTransaction::VERSION_CHANGE) {
|
|
aRv.Throw(NS_ERROR_DOM_INDEXEDDB_NOT_ALLOWED_ERR);
|
|
return;
|
|
}
|
|
|
|
if (!transaction->IsOpen()) {
|
|
aRv.Throw(NS_ERROR_DOM_INDEXEDDB_TRANSACTION_INACTIVE_ERR);
|
|
return;
|
|
}
|
|
|
|
nsTArray<ObjectStoreSpec>& specArray = mSpec->objectStores();
|
|
|
|
int64_t objectStoreId = 0;
|
|
|
|
for (uint32_t specCount = specArray.Length(), specIndex = 0;
|
|
specIndex < specCount;
|
|
specIndex++) {
|
|
const ObjectStoreMetadata& metadata = specArray[specIndex].metadata();
|
|
MOZ_ASSERT(metadata.id());
|
|
|
|
if (aName == metadata.name()) {
|
|
objectStoreId = metadata.id();
|
|
|
|
// Must do this before altering the metadata array!
|
|
transaction->DeleteObjectStore(objectStoreId);
|
|
|
|
specArray.RemoveElementAt(specIndex);
|
|
|
|
RefreshSpec(/* aMayDelete */ false);
|
|
break;
|
|
}
|
|
}
|
|
|
|
if (!objectStoreId) {
|
|
aRv.Throw(NS_ERROR_DOM_INDEXEDDB_NOT_FOUND_ERR);
|
|
return;
|
|
}
|
|
|
|
// Don't do this in the macro because we always need to increment the serial
|
|
// number to keep in sync with the parent.
|
|
const uint64_t requestSerialNumber = IDBRequest::NextSerialNumber();
|
|
|
|
IDB_LOG_MARK("IndexedDB %s: Child Transaction[%lld] Request[%llu]: "
|
|
"database(%s).transaction(%s).deleteObjectStore(\"%s\")",
|
|
"IndexedDB %s: C T[%lld] R[%llu]: "
|
|
"IDBDatabase.deleteObjectStore()",
|
|
IDB_LOG_ID_STRING(),
|
|
transaction->LoggingSerialNumber(),
|
|
requestSerialNumber,
|
|
IDB_LOG_STRINGIFY(this),
|
|
IDB_LOG_STRINGIFY(transaction),
|
|
NS_ConvertUTF16toUTF8(aName).get());
|
|
}
|
|
|
|
already_AddRefed<IDBTransaction>
|
|
IDBDatabase::Transaction(const StringOrStringSequence& aStoreNames,
|
|
IDBTransactionMode aMode,
|
|
ErrorResult& aRv)
|
|
{
|
|
AssertIsOnOwningThread();
|
|
|
|
aRv.MightThrowJSException();
|
|
|
|
if (aMode == IDBTransactionMode::Readwriteflush &&
|
|
!IndexedDatabaseManager::ExperimentalFeaturesEnabled()) {
|
|
// Pretend that this mode doesn't exist. We don't have a way to annotate
|
|
// certain enum values as depending on preferences so we just duplicate the
|
|
// normal exception generation here.
|
|
ThreadsafeAutoJSContext cx;
|
|
|
|
// Disable any automatic error reporting that might be set up so that we
|
|
// can grab the exception object.
|
|
AutoForceSetExceptionOnContext forceExn(cx);
|
|
|
|
MOZ_ALWAYS_FALSE(
|
|
ThrowErrorMessage(cx,
|
|
MSG_INVALID_ENUM_VALUE,
|
|
"Argument 2 of IDBDatabase.transaction",
|
|
"readwriteflush",
|
|
"IDBTransactionMode"));
|
|
MOZ_ASSERT(JS_IsExceptionPending(cx));
|
|
|
|
JS::Rooted<JS::Value> exception(cx);
|
|
MOZ_ALWAYS_TRUE(JS_GetPendingException(cx, &exception));
|
|
|
|
aRv.ThrowJSException(cx, exception);
|
|
return nullptr;
|
|
}
|
|
|
|
RefPtr<IDBTransaction> transaction;
|
|
aRv = Transaction(aStoreNames, aMode, getter_AddRefs(transaction));
|
|
if (NS_WARN_IF(aRv.Failed())) {
|
|
return nullptr;
|
|
}
|
|
|
|
return transaction.forget();
|
|
}
|
|
|
|
nsresult
|
|
IDBDatabase::Transaction(const StringOrStringSequence& aStoreNames,
|
|
IDBTransactionMode aMode,
|
|
IDBTransaction** aTransaction)
|
|
{
|
|
AssertIsOnOwningThread();
|
|
|
|
if (NS_WARN_IF(aMode == IDBTransactionMode::Readwriteflush &&
|
|
!IndexedDatabaseManager::ExperimentalFeaturesEnabled())) {
|
|
IDB_REPORT_INTERNAL_ERR();
|
|
return NS_ERROR_DOM_INDEXEDDB_UNKNOWN_ERR;
|
|
}
|
|
|
|
if (QuotaManager::IsShuttingDown()) {
|
|
IDB_REPORT_INTERNAL_ERR();
|
|
return NS_ERROR_DOM_INDEXEDDB_UNKNOWN_ERR;
|
|
}
|
|
|
|
if (mClosed || RunningVersionChangeTransaction()) {
|
|
return NS_ERROR_DOM_INDEXEDDB_NOT_ALLOWED_ERR;
|
|
}
|
|
|
|
AutoTArray<nsString, 1> stackSequence;
|
|
|
|
if (aStoreNames.IsString()) {
|
|
stackSequence.AppendElement(aStoreNames.GetAsString());
|
|
} else {
|
|
MOZ_ASSERT(aStoreNames.IsStringSequence());
|
|
if (aStoreNames.GetAsStringSequence().IsEmpty()) {
|
|
return NS_ERROR_DOM_INVALID_ACCESS_ERR;
|
|
}
|
|
}
|
|
|
|
const nsTArray<nsString>& storeNames =
|
|
aStoreNames.IsString() ?
|
|
stackSequence :
|
|
static_cast<const nsTArray<nsString>&>(aStoreNames.GetAsStringSequence());
|
|
MOZ_ASSERT(!storeNames.IsEmpty());
|
|
|
|
const nsTArray<ObjectStoreSpec>& objectStores = mSpec->objectStores();
|
|
const uint32_t nameCount = storeNames.Length();
|
|
|
|
nsTArray<nsString> sortedStoreNames;
|
|
sortedStoreNames.SetCapacity(nameCount);
|
|
|
|
// Check to make sure the object store names we collected actually exist.
|
|
for (uint32_t nameIndex = 0; nameIndex < nameCount; nameIndex++) {
|
|
const nsString& name = storeNames[nameIndex];
|
|
|
|
bool found = false;
|
|
|
|
for (uint32_t objCount = objectStores.Length(), objIndex = 0;
|
|
objIndex < objCount;
|
|
objIndex++) {
|
|
if (objectStores[objIndex].metadata().name() == name) {
|
|
found = true;
|
|
break;
|
|
}
|
|
}
|
|
|
|
if (!found) {
|
|
return NS_ERROR_DOM_INDEXEDDB_NOT_FOUND_ERR;
|
|
}
|
|
|
|
sortedStoreNames.InsertElementSorted(name);
|
|
}
|
|
|
|
// Remove any duplicates.
|
|
for (uint32_t nameIndex = nameCount - 1; nameIndex > 0; nameIndex--) {
|
|
if (sortedStoreNames[nameIndex] == sortedStoreNames[nameIndex - 1]) {
|
|
sortedStoreNames.RemoveElementAt(nameIndex);
|
|
}
|
|
}
|
|
|
|
IDBTransaction::Mode mode;
|
|
switch (aMode) {
|
|
case IDBTransactionMode::Readonly:
|
|
mode = IDBTransaction::READ_ONLY;
|
|
break;
|
|
case IDBTransactionMode::Readwrite:
|
|
mode = IDBTransaction::READ_WRITE;
|
|
break;
|
|
case IDBTransactionMode::Readwriteflush:
|
|
mode = IDBTransaction::READ_WRITE_FLUSH;
|
|
break;
|
|
case IDBTransactionMode::Versionchange:
|
|
return NS_ERROR_DOM_INVALID_ACCESS_ERR;
|
|
|
|
default:
|
|
MOZ_CRASH("Unknown mode!");
|
|
}
|
|
|
|
RefPtr<IDBTransaction> transaction =
|
|
IDBTransaction::Create(this, sortedStoreNames, mode);
|
|
if (NS_WARN_IF(!transaction)) {
|
|
IDB_REPORT_INTERNAL_ERR();
|
|
return NS_ERROR_DOM_INDEXEDDB_UNKNOWN_ERR;
|
|
}
|
|
|
|
BackgroundTransactionChild* actor =
|
|
new BackgroundTransactionChild(transaction);
|
|
|
|
IDB_LOG_MARK("IndexedDB %s: Child Transaction[%lld]: "
|
|
"database(%s).transaction(%s)",
|
|
"IndexedDB %s: C T[%lld]: IDBDatabase.transaction()",
|
|
IDB_LOG_ID_STRING(),
|
|
transaction->LoggingSerialNumber(),
|
|
IDB_LOG_STRINGIFY(this),
|
|
IDB_LOG_STRINGIFY(transaction));
|
|
|
|
MOZ_ALWAYS_TRUE(
|
|
mBackgroundActor->SendPBackgroundIDBTransactionConstructor(actor,
|
|
sortedStoreNames,
|
|
mode));
|
|
|
|
transaction->SetBackgroundActor(actor);
|
|
|
|
transaction.forget(aTransaction);
|
|
return NS_OK;
|
|
}
|
|
|
|
StorageType
|
|
IDBDatabase::Storage() const
|
|
{
|
|
AssertIsOnOwningThread();
|
|
MOZ_ASSERT(mSpec);
|
|
|
|
return PersistenceTypeToStorage(mSpec->metadata().persistenceType());
|
|
}
|
|
|
|
already_AddRefed<IDBRequest>
|
|
IDBDatabase::CreateMutableFile(const nsAString& aName,
|
|
const Optional<nsAString>& aType,
|
|
ErrorResult& aRv)
|
|
{
|
|
AssertIsOnOwningThread();
|
|
|
|
if (QuotaManager::IsShuttingDown()) {
|
|
IDB_REPORT_INTERNAL_ERR();
|
|
aRv.Throw(NS_ERROR_DOM_INDEXEDDB_UNKNOWN_ERR);
|
|
return nullptr;
|
|
}
|
|
|
|
if (mClosed || mFileHandleDisabled) {
|
|
aRv.Throw(NS_ERROR_DOM_INDEXEDDB_NOT_ALLOWED_ERR);
|
|
return nullptr;
|
|
}
|
|
|
|
nsString type;
|
|
if (aType.WasPassed()) {
|
|
type = aType.Value();
|
|
}
|
|
|
|
CreateFileParams params(nsString(aName), type);
|
|
|
|
RefPtr<IDBRequest> request = IDBRequest::Create(this, nullptr);
|
|
MOZ_ASSERT(request);
|
|
|
|
BackgroundDatabaseRequestChild* actor =
|
|
new BackgroundDatabaseRequestChild(this, request);
|
|
|
|
IDB_LOG_MARK("IndexedDB %s: Child Request[%llu]: "
|
|
"database(%s).createMutableFile(%s)",
|
|
"IndexedDB %s: C R[%llu]: IDBDatabase.createMutableFile()",
|
|
IDB_LOG_ID_STRING(),
|
|
request->LoggingSerialNumber(),
|
|
IDB_LOG_STRINGIFY(this),
|
|
NS_ConvertUTF16toUTF8(aName).get());
|
|
|
|
mBackgroundActor->SendPBackgroundIDBDatabaseRequestConstructor(actor, params);
|
|
|
|
return request.forget();
|
|
}
|
|
|
|
void
|
|
IDBDatabase::RegisterTransaction(IDBTransaction* aTransaction)
|
|
{
|
|
AssertIsOnOwningThread();
|
|
MOZ_ASSERT(aTransaction);
|
|
aTransaction->AssertIsOnOwningThread();
|
|
MOZ_ASSERT(!mTransactions.Contains(aTransaction));
|
|
|
|
mTransactions.PutEntry(aTransaction);
|
|
}
|
|
|
|
void
|
|
IDBDatabase::UnregisterTransaction(IDBTransaction* aTransaction)
|
|
{
|
|
AssertIsOnOwningThread();
|
|
MOZ_ASSERT(aTransaction);
|
|
aTransaction->AssertIsOnOwningThread();
|
|
MOZ_ASSERT(mTransactions.Contains(aTransaction));
|
|
|
|
mTransactions.RemoveEntry(aTransaction);
|
|
}
|
|
|
|
void
|
|
IDBDatabase::AbortTransactions(bool aShouldWarn)
|
|
{
|
|
AssertIsOnOwningThread();
|
|
|
|
class MOZ_STACK_CLASS Helper final
|
|
{
|
|
typedef AutoTArray<RefPtr<IDBTransaction>, 20> StrongTransactionArray;
|
|
typedef AutoTArray<IDBTransaction*, 20> WeakTransactionArray;
|
|
|
|
public:
|
|
static void
|
|
AbortTransactions(IDBDatabase* aDatabase, const bool aShouldWarn)
|
|
{
|
|
MOZ_ASSERT(aDatabase);
|
|
aDatabase->AssertIsOnOwningThread();
|
|
|
|
nsTHashtable<nsPtrHashKey<IDBTransaction>>& transactionTable =
|
|
aDatabase->mTransactions;
|
|
|
|
if (!transactionTable.Count()) {
|
|
return;
|
|
}
|
|
|
|
StrongTransactionArray transactionsToAbort;
|
|
transactionsToAbort.SetCapacity(transactionTable.Count());
|
|
|
|
for (auto iter = transactionTable.Iter(); !iter.Done(); iter.Next()) {
|
|
IDBTransaction* transaction = iter.Get()->GetKey();
|
|
MOZ_ASSERT(transaction);
|
|
|
|
transaction->AssertIsOnOwningThread();
|
|
|
|
// Transactions that are already done can simply be ignored. Otherwise
|
|
// there is a race here and it's possible that the transaction has not
|
|
// been successfully committed yet so we will warn the user.
|
|
if (!transaction->IsDone()) {
|
|
transactionsToAbort.AppendElement(transaction);
|
|
}
|
|
}
|
|
MOZ_ASSERT(transactionsToAbort.Length() <= transactionTable.Count());
|
|
|
|
if (transactionsToAbort.IsEmpty()) {
|
|
return;
|
|
}
|
|
|
|
// We want to abort transactions as soon as possible so we iterate the
|
|
// transactions once and abort them all first, collecting the transactions
|
|
// that need to have a warning issued along the way. Those that need a
|
|
// warning will be a subset of those that are aborted, so we don't need
|
|
// additional strong references here.
|
|
WeakTransactionArray transactionsThatNeedWarning;
|
|
|
|
for (RefPtr<IDBTransaction>& transaction : transactionsToAbort) {
|
|
MOZ_ASSERT(transaction);
|
|
MOZ_ASSERT(!transaction->IsDone());
|
|
|
|
if (aShouldWarn) {
|
|
switch (transaction->GetMode()) {
|
|
// We ignore transactions that could not have written any data.
|
|
case IDBTransaction::READ_ONLY:
|
|
break;
|
|
|
|
// We warn for any transactions that could have written data.
|
|
case IDBTransaction::READ_WRITE:
|
|
case IDBTransaction::READ_WRITE_FLUSH:
|
|
case IDBTransaction::VERSION_CHANGE:
|
|
transactionsThatNeedWarning.AppendElement(transaction);
|
|
break;
|
|
|
|
default:
|
|
MOZ_CRASH("Unknown mode!");
|
|
}
|
|
}
|
|
|
|
transaction->Abort(NS_ERROR_DOM_INDEXEDDB_UNKNOWN_ERR);
|
|
}
|
|
|
|
static const char kWarningMessage[] =
|
|
"IndexedDBTransactionAbortNavigation";
|
|
|
|
for (IDBTransaction* transaction : transactionsThatNeedWarning) {
|
|
MOZ_ASSERT(transaction);
|
|
|
|
nsString filename;
|
|
uint32_t lineNo, column;
|
|
transaction->GetCallerLocation(filename, &lineNo, &column);
|
|
|
|
aDatabase->LogWarning(kWarningMessage, filename, lineNo, column);
|
|
}
|
|
}
|
|
};
|
|
|
|
Helper::AbortTransactions(this, aShouldWarn);
|
|
}
|
|
|
|
PBackgroundIDBDatabaseFileChild*
|
|
IDBDatabase::GetOrCreateFileActorForBlob(Blob* aBlob)
|
|
{
|
|
AssertIsOnOwningThread();
|
|
MOZ_ASSERT(aBlob);
|
|
MOZ_ASSERT(mBackgroundActor);
|
|
|
|
// We use the File's nsIWeakReference as the key to the table because
|
|
// a) it is unique per blob, b) it is reference-counted so that we can
|
|
// guarantee that it stays alive, and c) it doesn't hold the actual File
|
|
// alive.
|
|
nsCOMPtr<nsIDOMBlob> blob = aBlob;
|
|
nsCOMPtr<nsIWeakReference> weakRef = do_GetWeakReference(blob);
|
|
MOZ_ASSERT(weakRef);
|
|
|
|
PBackgroundIDBDatabaseFileChild* actor = nullptr;
|
|
|
|
if (!mFileActors.Get(weakRef, &actor)) {
|
|
BlobImpl* blobImpl = aBlob->Impl();
|
|
MOZ_ASSERT(blobImpl);
|
|
|
|
if (mReceivedBlobs.GetEntry(weakRef)) {
|
|
// This blob was previously retrieved from the database.
|
|
nsCOMPtr<nsIRemoteBlob> remoteBlob = do_QueryObject(blobImpl);
|
|
MOZ_ASSERT(remoteBlob);
|
|
|
|
BlobChild* blobChild = remoteBlob->GetBlobChild();
|
|
MOZ_ASSERT(blobChild);
|
|
|
|
#ifdef DEBUG
|
|
{
|
|
PBackgroundChild* backgroundManager = blobChild->GetBackgroundManager();
|
|
MOZ_ASSERT(backgroundManager);
|
|
|
|
PBackgroundChild* thisManager = mBackgroundActor->Manager()->Manager();
|
|
MOZ_ASSERT(thisManager);
|
|
|
|
MOZ_ASSERT(thisManager == backgroundManager);
|
|
}
|
|
#endif
|
|
auto* dbFile = new DatabaseFile(this);
|
|
|
|
actor =
|
|
mBackgroundActor->SendPBackgroundIDBDatabaseFileConstructor(dbFile,
|
|
blobChild);
|
|
if (NS_WARN_IF(!actor)) {
|
|
return nullptr;
|
|
}
|
|
} else {
|
|
// Make sure that the input stream we get here is one that can actually be
|
|
// serialized to PBackground.
|
|
PBackgroundChild* backgroundManager =
|
|
mBackgroundActor->Manager()->Manager();
|
|
MOZ_ASSERT(backgroundManager);
|
|
|
|
auto* blobChild =
|
|
static_cast<BlobChild*>(
|
|
BackgroundChild::GetOrCreateActorForBlob(backgroundManager, aBlob));
|
|
MOZ_ASSERT(blobChild);
|
|
|
|
auto* dbFile = new DatabaseFile(this);
|
|
|
|
actor =
|
|
mBackgroundActor->SendPBackgroundIDBDatabaseFileConstructor(dbFile,
|
|
blobChild);
|
|
if (NS_WARN_IF(!actor)) {
|
|
return nullptr;
|
|
}
|
|
}
|
|
|
|
MOZ_ASSERT(actor);
|
|
|
|
mFileActors.Put(weakRef, actor);
|
|
}
|
|
|
|
MOZ_ASSERT(actor);
|
|
|
|
return actor;
|
|
}
|
|
|
|
void
|
|
IDBDatabase::NoteFinishedFileActor(PBackgroundIDBDatabaseFileChild* aFileActor)
|
|
{
|
|
AssertIsOnOwningThread();
|
|
MOZ_ASSERT(aFileActor);
|
|
|
|
for (auto iter = mFileActors.Iter(); !iter.Done(); iter.Next()) {
|
|
MOZ_ASSERT(iter.Key());
|
|
PBackgroundIDBDatabaseFileChild* actor = iter.Data();
|
|
MOZ_ASSERT(actor);
|
|
|
|
if (actor == aFileActor) {
|
|
iter.Remove();
|
|
}
|
|
}
|
|
}
|
|
|
|
void
|
|
IDBDatabase::NoteReceivedBlob(Blob* aBlob)
|
|
{
|
|
AssertIsOnOwningThread();
|
|
MOZ_ASSERT(aBlob);
|
|
MOZ_ASSERT(mBackgroundActor);
|
|
|
|
#ifdef DEBUG
|
|
{
|
|
RefPtr<BlobImpl> blobImpl = aBlob->Impl();
|
|
MOZ_ASSERT(blobImpl);
|
|
|
|
nsCOMPtr<nsIRemoteBlob> remoteBlob = do_QueryObject(blobImpl);
|
|
MOZ_ASSERT(remoteBlob);
|
|
|
|
BlobChild* blobChild = remoteBlob->GetBlobChild();
|
|
MOZ_ASSERT(blobChild);
|
|
|
|
PBackgroundChild* backgroundManager = blobChild->GetBackgroundManager();
|
|
MOZ_ASSERT(backgroundManager);
|
|
|
|
PBackgroundChild* thisManager = mBackgroundActor->Manager()->Manager();
|
|
MOZ_ASSERT(thisManager);
|
|
|
|
MOZ_ASSERT(thisManager == backgroundManager);
|
|
}
|
|
#endif
|
|
|
|
nsCOMPtr<nsIDOMBlob> blob = aBlob;
|
|
nsCOMPtr<nsIWeakReference> weakRef = do_GetWeakReference(blob);
|
|
MOZ_ASSERT(weakRef);
|
|
|
|
// It's ok if this entry already exists in the table.
|
|
mReceivedBlobs.PutEntry(weakRef);
|
|
}
|
|
|
|
void
|
|
IDBDatabase::DelayedMaybeExpireFileActors()
|
|
{
|
|
AssertIsOnOwningThread();
|
|
|
|
if (!mBackgroundActor || !mFileActors.Count()) {
|
|
return;
|
|
}
|
|
|
|
nsCOMPtr<nsIRunnable> runnable =
|
|
NS_NewRunnableMethodWithArg<bool>(this,
|
|
&IDBDatabase::ExpireFileActors,
|
|
/* aExpireAll */ false);
|
|
MOZ_ASSERT(runnable);
|
|
|
|
if (!NS_IsMainThread()) {
|
|
// Wrap as a nsICancelableRunnable to make workers happy.
|
|
nsCOMPtr<nsIRunnable> cancelable = new CancelableRunnableWrapper(runnable);
|
|
cancelable.swap(runnable);
|
|
}
|
|
|
|
MOZ_ALWAYS_TRUE(NS_SUCCEEDED(NS_DispatchToCurrentThread(runnable)));
|
|
}
|
|
|
|
nsresult
|
|
IDBDatabase::GetQuotaInfo(nsACString& aOrigin,
|
|
PersistenceType* aPersistenceType)
|
|
{
|
|
using mozilla::dom::quota::QuotaManager;
|
|
|
|
MOZ_ASSERT(NS_IsMainThread(), "This can't work off the main thread!");
|
|
|
|
if (aPersistenceType) {
|
|
*aPersistenceType = mSpec->metadata().persistenceType();
|
|
MOZ_ASSERT(*aPersistenceType != PERSISTENCE_TYPE_INVALID);
|
|
}
|
|
|
|
PrincipalInfo* principalInfo = mFactory->GetPrincipalInfo();
|
|
MOZ_ASSERT(principalInfo);
|
|
|
|
switch (principalInfo->type()) {
|
|
case PrincipalInfo::TNullPrincipalInfo:
|
|
MOZ_CRASH("Is this needed?!");
|
|
|
|
case PrincipalInfo::TSystemPrincipalInfo:
|
|
QuotaManager::GetInfoForChrome(nullptr, &aOrigin, nullptr);
|
|
return NS_OK;
|
|
|
|
case PrincipalInfo::TContentPrincipalInfo: {
|
|
nsresult rv;
|
|
nsCOMPtr<nsIPrincipal> principal =
|
|
PrincipalInfoToPrincipal(*principalInfo, &rv);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
rv = QuotaManager::GetInfoFromPrincipal(principal,
|
|
nullptr,
|
|
&aOrigin,
|
|
nullptr);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
default:
|
|
MOZ_CRASH("Unknown PrincipalInfo type!");
|
|
}
|
|
|
|
MOZ_CRASH("Should never get here!");
|
|
}
|
|
|
|
void
|
|
IDBDatabase::ExpireFileActors(bool aExpireAll)
|
|
{
|
|
AssertIsOnOwningThread();
|
|
|
|
if (mBackgroundActor && mFileActors.Count()) {
|
|
for (auto iter = mFileActors.Iter(); !iter.Done(); iter.Next()) {
|
|
nsISupports* key = iter.Key();
|
|
PBackgroundIDBDatabaseFileChild* actor = iter.Data();
|
|
MOZ_ASSERT(key);
|
|
MOZ_ASSERT(actor);
|
|
|
|
bool shouldExpire = aExpireAll;
|
|
if (!shouldExpire) {
|
|
nsCOMPtr<nsIWeakReference> weakRef = do_QueryInterface(key);
|
|
MOZ_ASSERT(weakRef);
|
|
|
|
nsCOMPtr<nsISupports> referent = do_QueryReferent(weakRef);
|
|
shouldExpire = !referent;
|
|
}
|
|
|
|
if (shouldExpire) {
|
|
PBackgroundIDBDatabaseFileChild::Send__delete__(actor);
|
|
|
|
if (!aExpireAll) {
|
|
iter.Remove();
|
|
}
|
|
}
|
|
}
|
|
if (aExpireAll) {
|
|
mFileActors.Clear();
|
|
}
|
|
} else {
|
|
MOZ_ASSERT(!mFileActors.Count());
|
|
}
|
|
|
|
if (mReceivedBlobs.Count()) {
|
|
if (aExpireAll) {
|
|
mReceivedBlobs.Clear();
|
|
} else {
|
|
for (auto iter = mReceivedBlobs.Iter(); !iter.Done(); iter.Next()) {
|
|
nsISupports* key = iter.Get()->GetKey();
|
|
MOZ_ASSERT(key);
|
|
|
|
nsCOMPtr<nsIWeakReference> weakRef = do_QueryInterface(key);
|
|
MOZ_ASSERT(weakRef);
|
|
|
|
nsCOMPtr<nsISupports> referent = do_QueryReferent(weakRef);
|
|
if (!referent) {
|
|
iter.Remove();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
void
|
|
IDBDatabase::NoteLiveMutableFile(IDBMutableFile* aMutableFile)
|
|
{
|
|
AssertIsOnOwningThread();
|
|
MOZ_ASSERT(aMutableFile);
|
|
aMutableFile->AssertIsOnOwningThread();
|
|
MOZ_ASSERT(!mLiveMutableFiles.Contains(aMutableFile));
|
|
|
|
mLiveMutableFiles.AppendElement(aMutableFile);
|
|
}
|
|
|
|
void
|
|
IDBDatabase::NoteFinishedMutableFile(IDBMutableFile* aMutableFile)
|
|
{
|
|
AssertIsOnOwningThread();
|
|
MOZ_ASSERT(aMutableFile);
|
|
aMutableFile->AssertIsOnOwningThread();
|
|
|
|
// It's ok if this is called after we cleared the array, so don't assert that
|
|
// aMutableFile is in the list.
|
|
|
|
mLiveMutableFiles.RemoveElement(aMutableFile);
|
|
}
|
|
|
|
void
|
|
IDBDatabase::InvalidateMutableFiles()
|
|
{
|
|
AssertIsOnOwningThread();
|
|
|
|
if (!mLiveMutableFiles.IsEmpty()) {
|
|
for (uint32_t count = mLiveMutableFiles.Length(), index = 0;
|
|
index < count;
|
|
index++) {
|
|
mLiveMutableFiles[index]->Invalidate();
|
|
}
|
|
|
|
mLiveMutableFiles.Clear();
|
|
}
|
|
}
|
|
|
|
void
|
|
IDBDatabase::Invalidate()
|
|
{
|
|
AssertIsOnOwningThread();
|
|
|
|
if (!mInvalidated) {
|
|
mInvalidated = true;
|
|
|
|
InvalidateInternal();
|
|
}
|
|
}
|
|
|
|
void
|
|
IDBDatabase::LogWarning(const char* aMessageName,
|
|
const nsAString& aFilename,
|
|
uint32_t aLineNumber,
|
|
uint32_t aColumnNumber)
|
|
{
|
|
AssertIsOnOwningThread();
|
|
MOZ_ASSERT(aMessageName);
|
|
|
|
if (NS_IsMainThread()) {
|
|
LogWarningRunnable::LogWarning(aMessageName,
|
|
aFilename,
|
|
aLineNumber,
|
|
aColumnNumber,
|
|
mFactory->IsChrome(),
|
|
mFactory->InnerWindowID());
|
|
} else {
|
|
RefPtr<LogWarningRunnable> runnable =
|
|
new LogWarningRunnable(aMessageName,
|
|
aFilename,
|
|
aLineNumber,
|
|
aColumnNumber,
|
|
mFactory->IsChrome(),
|
|
mFactory->InnerWindowID());
|
|
MOZ_ALWAYS_TRUE(NS_SUCCEEDED(NS_DispatchToMainThread(runnable)));
|
|
}
|
|
}
|
|
|
|
NS_IMPL_ADDREF_INHERITED(IDBDatabase, IDBWrapperCache)
|
|
NS_IMPL_RELEASE_INHERITED(IDBDatabase, IDBWrapperCache)
|
|
|
|
NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED(IDBDatabase)
|
|
NS_INTERFACE_MAP_END_INHERITING(IDBWrapperCache)
|
|
|
|
NS_IMPL_CYCLE_COLLECTION_CLASS(IDBDatabase)
|
|
|
|
NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED(IDBDatabase, IDBWrapperCache)
|
|
tmp->AssertIsOnOwningThread();
|
|
NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mFactory)
|
|
NS_IMPL_CYCLE_COLLECTION_TRAVERSE_END
|
|
|
|
NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN_INHERITED(IDBDatabase, IDBWrapperCache)
|
|
tmp->AssertIsOnOwningThread();
|
|
|
|
// Don't unlink mFactory!
|
|
|
|
// We've been unlinked, at the very least we should be able to prevent further
|
|
// transactions from starting and unblock any other SetVersion callers.
|
|
tmp->CloseInternal();
|
|
NS_IMPL_CYCLE_COLLECTION_UNLINK_END
|
|
|
|
void
|
|
IDBDatabase::LastRelease()
|
|
{
|
|
AssertIsOnOwningThread();
|
|
|
|
CloseInternal();
|
|
|
|
if (mBackgroundActor) {
|
|
mBackgroundActor->SendDeleteMeInternal();
|
|
MOZ_ASSERT(!mBackgroundActor, "SendDeleteMeInternal should have cleared!");
|
|
}
|
|
}
|
|
|
|
nsresult
|
|
IDBDatabase::PostHandleEvent(EventChainPostVisitor& aVisitor)
|
|
{
|
|
nsresult rv =
|
|
IndexedDatabaseManager::CommonPostHandleEvent(aVisitor, mFactory);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
JSObject*
|
|
IDBDatabase::WrapObject(JSContext* aCx, JS::Handle<JSObject*> aGivenProto)
|
|
{
|
|
return IDBDatabaseBinding::Wrap(aCx, this, aGivenProto);
|
|
}
|
|
|
|
NS_IMPL_ISUPPORTS(CancelableRunnableWrapper, nsIRunnable, nsICancelableRunnable)
|
|
|
|
NS_IMETHODIMP
|
|
CancelableRunnableWrapper::Run()
|
|
{
|
|
nsCOMPtr<nsIRunnable> runnable;
|
|
mRunnable.swap(runnable);
|
|
|
|
if (runnable) {
|
|
return runnable->Run();
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
CancelableRunnableWrapper::Cancel()
|
|
{
|
|
if (mRunnable) {
|
|
mRunnable = nullptr;
|
|
return NS_OK;
|
|
}
|
|
|
|
return NS_ERROR_UNEXPECTED;
|
|
}
|
|
|
|
// static
|
|
void
|
|
IDBDatabase::
|
|
LogWarningRunnable::LogWarning(const char* aMessageName,
|
|
const nsAString& aFilename,
|
|
uint32_t aLineNumber,
|
|
uint32_t aColumnNumber,
|
|
bool aIsChrome,
|
|
uint64_t aInnerWindowID)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
MOZ_ASSERT(aMessageName);
|
|
|
|
nsXPIDLString localizedMessage;
|
|
if (NS_WARN_IF(NS_FAILED(
|
|
nsContentUtils::GetLocalizedString(nsContentUtils::eDOM_PROPERTIES,
|
|
aMessageName,
|
|
localizedMessage)))) {
|
|
return;
|
|
}
|
|
|
|
nsAutoCString category;
|
|
if (aIsChrome) {
|
|
category.AssignLiteral("chrome ");
|
|
} else {
|
|
category.AssignLiteral("content ");
|
|
}
|
|
category.AppendLiteral("javascript");
|
|
|
|
nsCOMPtr<nsIConsoleService> consoleService =
|
|
do_GetService(NS_CONSOLESERVICE_CONTRACTID);
|
|
MOZ_ASSERT(consoleService);
|
|
|
|
nsCOMPtr<nsIScriptError> scriptError =
|
|
do_CreateInstance(NS_SCRIPTERROR_CONTRACTID);
|
|
MOZ_ASSERT(consoleService);
|
|
|
|
if (aInnerWindowID) {
|
|
MOZ_ALWAYS_TRUE(NS_SUCCEEDED(
|
|
scriptError->InitWithWindowID(localizedMessage,
|
|
aFilename,
|
|
/* aSourceLine */ EmptyString(),
|
|
aLineNumber,
|
|
aColumnNumber,
|
|
nsIScriptError::warningFlag,
|
|
category,
|
|
aInnerWindowID)));
|
|
} else {
|
|
MOZ_ALWAYS_TRUE(NS_SUCCEEDED(
|
|
scriptError->Init(localizedMessage,
|
|
aFilename,
|
|
/* aSourceLine */ EmptyString(),
|
|
aLineNumber,
|
|
aColumnNumber,
|
|
nsIScriptError::warningFlag,
|
|
category.get())));
|
|
}
|
|
|
|
MOZ_ALWAYS_TRUE(NS_SUCCEEDED(consoleService->LogMessage(scriptError)));
|
|
}
|
|
|
|
NS_IMPL_ISUPPORTS_INHERITED0(IDBDatabase::LogWarningRunnable, nsRunnable)
|
|
|
|
NS_IMETHODIMP
|
|
IDBDatabase::
|
|
LogWarningRunnable::Run()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
LogWarning(mMessageName.get(),
|
|
mFilename,
|
|
mLineNumber,
|
|
mColumnNumber,
|
|
mIsChrome,
|
|
mInnerWindowID);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMPL_ISUPPORTS(IDBDatabase::Observer, nsIObserver)
|
|
|
|
NS_IMETHODIMP
|
|
IDBDatabase::
|
|
Observer::Observe(nsISupports* aSubject,
|
|
const char* aTopic,
|
|
const char16_t* aData)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
MOZ_ASSERT(aTopic);
|
|
|
|
if (!strcmp(aTopic, kWindowObserverTopic)) {
|
|
if (mWeakDatabase) {
|
|
nsCOMPtr<nsISupportsPRUint64> supportsInt = do_QueryInterface(aSubject);
|
|
MOZ_ASSERT(supportsInt);
|
|
|
|
uint64_t windowId;
|
|
MOZ_ALWAYS_TRUE(NS_SUCCEEDED(supportsInt->GetData(&windowId)));
|
|
|
|
if (windowId == mWindowId) {
|
|
RefPtr<IDBDatabase> database = mWeakDatabase;
|
|
mWeakDatabase = nullptr;
|
|
|
|
database->InvalidateInternal();
|
|
}
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
if (!strcmp(aTopic, kCycleCollectionObserverTopic) ||
|
|
!strcmp(aTopic, kMemoryPressureObserverTopic)) {
|
|
if (mWeakDatabase) {
|
|
RefPtr<IDBDatabase> database = mWeakDatabase;
|
|
|
|
database->ExpireFileActors(/* aExpireAll */ false);
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_WARNING("Unknown observer topic!");
|
|
return NS_OK;
|
|
}
|
|
|
|
} // namespace dom
|
|
} // namespace mozilla
|