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)
905 lines
26 KiB
C++
905 lines
26 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 "DeviceStorageStatics.h"
|
|
#include "mozilla/Preferences.h"
|
|
#include "nsDeviceStorage.h"
|
|
#include "nsIObserverService.h"
|
|
#include "nsAppDirectoryServiceDefs.h"
|
|
#include "nsDirectoryServiceDefs.h"
|
|
#include "nsISupportsPrimitives.h"
|
|
#include "nsPrintfCString.h"
|
|
|
|
#ifdef MOZ_WIDGET_GONK
|
|
#include "nsIVolume.h"
|
|
#endif
|
|
|
|
#ifdef MOZ_WIDGET_ANDROID
|
|
#include "AndroidBridge.h"
|
|
#endif
|
|
|
|
namespace mozilla {
|
|
namespace dom {
|
|
namespace devicestorage {
|
|
|
|
static const char* kPrefOverrideRootDir = "device.storage.overrideRootDir";
|
|
static const char* kPrefTesting = "device.storage.testing";
|
|
static const char* kPrefPromptTesting = "device.storage.prompt.testing";
|
|
static const char* kPrefWritableName = "device.storage.writable.name";
|
|
|
|
static const char* kFileWatcherUpdate = "file-watcher-update";
|
|
static const char* kDiskSpaceWatcher = "disk-space-watcher";
|
|
static const char* kFileWatcherNotify = "file-watcher-notify";
|
|
static const char* kDownloadWatcherNotify = "download-watcher-notify";
|
|
|
|
StaticRefPtr<DeviceStorageStatics> DeviceStorageStatics::sInstance;
|
|
StaticMutex DeviceStorageStatics::sMutex;
|
|
|
|
NS_IMPL_ISUPPORTS(DeviceStorageStatics,
|
|
nsIObserver)
|
|
|
|
/* static */ void
|
|
DeviceStorageStatics::Initialize()
|
|
{
|
|
MOZ_ASSERT(!sInstance);
|
|
StaticMutexAutoLock lock(sMutex);
|
|
sInstance = new DeviceStorageStatics();
|
|
sInstance->Init();
|
|
}
|
|
|
|
/* static */ void
|
|
DeviceStorageStatics::InitializeDirs()
|
|
{
|
|
StaticMutexAutoLock lock(sMutex);
|
|
if (NS_WARN_IF(!sInstance)) {
|
|
return;
|
|
}
|
|
|
|
/* The actual initialization can only happen on the main thread. This will
|
|
either happen when device storage is first used on the main thread, or
|
|
(in the future) when a worker is created. */
|
|
if (!sInstance->mInitialized && NS_IsMainThread()) {
|
|
sInstance->InitDirs();
|
|
sInstance->mInitialized = true;
|
|
}
|
|
|
|
MOZ_ASSERT(sInstance->mInitialized);
|
|
}
|
|
|
|
DeviceStorageStatics::DeviceStorageStatics()
|
|
: mInitialized(false)
|
|
, mPromptTesting(false)
|
|
, mLowDiskSpace(false)
|
|
{
|
|
DS_LOG_INFO("");
|
|
}
|
|
|
|
DeviceStorageStatics::~DeviceStorageStatics()
|
|
{
|
|
DS_LOG_INFO("");
|
|
}
|
|
|
|
void
|
|
DeviceStorageStatics::Init()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
sMutex.AssertCurrentThreadOwns();
|
|
DS_LOG_INFO("");
|
|
|
|
Preferences::AddStrongObserver(this, kPrefTesting);
|
|
Preferences::AddStrongObserver(this, kPrefPromptTesting);
|
|
Preferences::AddStrongObserver(this, kPrefWritableName);
|
|
|
|
mWritableName = Preferences::GetString(kPrefWritableName);
|
|
mPromptTesting = Preferences::GetBool(kPrefPromptTesting, false);
|
|
|
|
nsCOMPtr<nsIObserverService> obs = mozilla::services::GetObserverService();
|
|
if (obs) {
|
|
obs->AddObserver(this, NS_XPCOM_SHUTDOWN_OBSERVER_ID, false);
|
|
obs->AddObserver(this, kFileWatcherNotify, false);
|
|
obs->AddObserver(this, kDownloadWatcherNotify, false);
|
|
}
|
|
DS_LOG_INFO("");
|
|
}
|
|
|
|
void
|
|
DeviceStorageStatics::InitDirs()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
sMutex.AssertCurrentThreadOwns();
|
|
DS_LOG_INFO("");
|
|
|
|
#if !defined(MOZ_WIDGET_GONK)
|
|
if (!XRE_IsParentProcess()) {
|
|
// For gonk, we have the parent process forward the directory information
|
|
// to the child using ContentParent::ForwardKnownInfo. On desktop, this
|
|
// winds up slowing down the startup (in particular ts_paint), so rather
|
|
// than penalize all e10s processes, we do a synchronous IPC call here,
|
|
// which only penalizes child processes which actually use DeviceStorage.
|
|
|
|
dom::ContentChild* child = dom::ContentChild::GetSingleton();
|
|
DeviceStorageLocationInfo locationInfo;
|
|
child->SendGetDeviceStorageLocations(&locationInfo);
|
|
|
|
NS_NewLocalFile(locationInfo.apps(), true, getter_AddRefs(sInstance->mDirs[TYPE_APPS]));
|
|
NS_NewLocalFile(locationInfo.crashes(), true, getter_AddRefs(sInstance->mDirs[TYPE_CRASHES]));
|
|
NS_NewLocalFile(locationInfo.pictures(), true, getter_AddRefs(sInstance->mDirs[TYPE_PICTURES]));
|
|
NS_NewLocalFile(locationInfo.videos(), true, getter_AddRefs(sInstance->mDirs[TYPE_VIDEOS]));
|
|
NS_NewLocalFile(locationInfo.music(), true, getter_AddRefs(sInstance->mDirs[TYPE_MUSIC]));
|
|
NS_NewLocalFile(locationInfo.sdcard(), true, getter_AddRefs(sInstance->mDirs[TYPE_SDCARD]));
|
|
|
|
sInstance->mInitialized = true;
|
|
return;
|
|
}
|
|
#endif
|
|
|
|
nsCOMPtr<nsIProperties> dirService
|
|
= do_GetService(NS_DIRECTORY_SERVICE_CONTRACTID);
|
|
MOZ_ASSERT(dirService);
|
|
|
|
#if !defined(MOZ_WIDGET_GONK)
|
|
|
|
// Keep MOZ_WIDGET_COCOA above XP_UNIX,
|
|
// because both are defined in Darwin builds.
|
|
#if defined (MOZ_WIDGET_COCOA)
|
|
dirService->Get(NS_OSX_PICTURE_DOCUMENTS_DIR,
|
|
NS_GET_IID(nsIFile),
|
|
getter_AddRefs(mDirs[TYPE_PICTURES]));
|
|
dirService->Get(NS_OSX_MOVIE_DOCUMENTS_DIR,
|
|
NS_GET_IID(nsIFile),
|
|
getter_AddRefs(mDirs[TYPE_VIDEOS]));
|
|
dirService->Get(NS_OSX_MUSIC_DOCUMENTS_DIR,
|
|
NS_GET_IID(nsIFile),
|
|
getter_AddRefs(mDirs[TYPE_MUSIC]));
|
|
|
|
// Keep MOZ_WIDGET_ANDROID above XP_UNIX,
|
|
// because both are defined in Android builds.
|
|
#elif defined (MOZ_WIDGET_ANDROID)
|
|
nsAutoString path;
|
|
if (NS_SUCCEEDED(mozilla::AndroidBridge::GetExternalPublicDirectory(
|
|
NS_LITERAL_STRING(DEVICESTORAGE_PICTURES), path))) {
|
|
NS_NewLocalFile(path, /* aFollowLinks */ true,
|
|
getter_AddRefs(mDirs[TYPE_PICTURES]));
|
|
}
|
|
if (NS_SUCCEEDED(mozilla::AndroidBridge::GetExternalPublicDirectory(
|
|
NS_LITERAL_STRING(DEVICESTORAGE_VIDEOS), path))) {
|
|
NS_NewLocalFile(path, /* aFollowLinks */ true,
|
|
getter_AddRefs(mDirs[TYPE_VIDEOS]));
|
|
}
|
|
if (NS_SUCCEEDED(mozilla::AndroidBridge::GetExternalPublicDirectory(
|
|
NS_LITERAL_STRING(DEVICESTORAGE_MUSIC), path))) {
|
|
NS_NewLocalFile(path, /* aFollowLinks */ true,
|
|
getter_AddRefs(mDirs[TYPE_MUSIC]));
|
|
}
|
|
if (NS_SUCCEEDED(mozilla::AndroidBridge::GetExternalPublicDirectory(
|
|
NS_LITERAL_STRING(DEVICESTORAGE_SDCARD), path))) {
|
|
NS_NewLocalFile(path, /* aFollowLinks */ true,
|
|
getter_AddRefs(mDirs[TYPE_SDCARD]));
|
|
}
|
|
|
|
#elif defined (XP_UNIX)
|
|
dirService->Get(NS_UNIX_XDG_PICTURES_DIR,
|
|
NS_GET_IID(nsIFile),
|
|
getter_AddRefs(mDirs[TYPE_PICTURES]));
|
|
dirService->Get(NS_UNIX_XDG_VIDEOS_DIR,
|
|
NS_GET_IID(nsIFile),
|
|
getter_AddRefs(mDirs[TYPE_VIDEOS]));
|
|
dirService->Get(NS_UNIX_XDG_MUSIC_DIR,
|
|
NS_GET_IID(nsIFile),
|
|
getter_AddRefs(mDirs[TYPE_MUSIC]));
|
|
|
|
#elif defined (XP_WIN)
|
|
dirService->Get(NS_WIN_PICTURES_DIR,
|
|
NS_GET_IID(nsIFile),
|
|
getter_AddRefs(mDirs[TYPE_PICTURES]));
|
|
dirService->Get(NS_WIN_VIDEOS_DIR,
|
|
NS_GET_IID(nsIFile),
|
|
getter_AddRefs(mDirs[TYPE_VIDEOS]));
|
|
dirService->Get(NS_WIN_MUSIC_DIR,
|
|
NS_GET_IID(nsIFile),
|
|
getter_AddRefs(mDirs[TYPE_MUSIC]));
|
|
#endif
|
|
|
|
#ifndef MOZ_WIDGET_ANDROID
|
|
// Eventually, on desktop, we want to do something smarter -- for example,
|
|
// detect when an sdcard is inserted, and use that instead of this.
|
|
dirService->Get(NS_APP_USER_PROFILE_50_DIR, NS_GET_IID(nsIFile),
|
|
getter_AddRefs(mDirs[TYPE_SDCARD]));
|
|
if (mDirs[TYPE_SDCARD]) {
|
|
mDirs[TYPE_SDCARD]->AppendRelativeNativePath(NS_LITERAL_CSTRING("fake-sdcard"));
|
|
}
|
|
#endif // !MOZ_WIDGET_ANDROID
|
|
|
|
dirService->Get(NS_APP_USER_PROFILE_50_DIR, NS_GET_IID(nsIFile),
|
|
getter_AddRefs(mDirs[TYPE_APPS]));
|
|
if (mDirs[TYPE_APPS]) {
|
|
mDirs[TYPE_APPS]->AppendRelativeNativePath(NS_LITERAL_CSTRING("webapps"));
|
|
}
|
|
#endif // !MOZ_WIDGET_GONK
|
|
|
|
#ifdef MOZ_WIDGET_GONK
|
|
NS_NewLocalFile(NS_LITERAL_STRING("/data"),
|
|
false,
|
|
getter_AddRefs(mDirs[TYPE_APPS]));
|
|
#endif
|
|
|
|
if (XRE_IsParentProcess()) {
|
|
NS_GetSpecialDirectory("UAppData", getter_AddRefs(mDirs[TYPE_CRASHES]));
|
|
if (mDirs[TYPE_CRASHES]) {
|
|
mDirs[TYPE_CRASHES]->Append(NS_LITERAL_STRING("Crash Reports"));
|
|
}
|
|
}
|
|
#ifdef MOZ_WIDGET_GONK
|
|
// NS_GetSpecialDirectory("UAppData") fails in content processes because
|
|
// gAppData from toolkit/xre/nsAppRunner.cpp is not initialized.
|
|
else {
|
|
NS_NewLocalFile(NS_LITERAL_STRING("/data/b2g/mozilla/Crash Reports"),
|
|
false,
|
|
getter_AddRefs(mDirs[TYPE_CRASHES]));
|
|
}
|
|
#endif
|
|
|
|
// Directories which don't depend on a volume should be calculated once
|
|
// here. Directories which depend on the root directory of a volume
|
|
// should be calculated in DeviceStorageFile::GetRootDirectoryForType.
|
|
Preferences::AddStrongObserver(this, kPrefOverrideRootDir);
|
|
ResetOverrideRootDir();
|
|
}
|
|
|
|
void
|
|
DeviceStorageStatics::DumpDirs()
|
|
{
|
|
#ifdef DS_LOGGING
|
|
sMutex.AssertCurrentThreadOwns();
|
|
|
|
static const char* storageTypes[] = {
|
|
"app",
|
|
"crashes",
|
|
"pictures",
|
|
"videos",
|
|
"music",
|
|
"sdcard",
|
|
"override",
|
|
nullptr
|
|
};
|
|
|
|
const char* ptStr;
|
|
if (XRE_IsParentProcess()) {
|
|
ptStr = "parent";
|
|
} else {
|
|
ptStr = "child";
|
|
}
|
|
|
|
for (uint32_t i = 0; i < TYPE_COUNT; ++i) {
|
|
MOZ_ASSERT(storageTypes[i]);
|
|
|
|
nsString path;
|
|
if (mDirs[i]) {
|
|
mDirs[i]->GetPath(path);
|
|
}
|
|
DS_LOG_INFO("(%s) %s: '%s'",
|
|
ptStr, storageTypes[i], NS_LossyConvertUTF16toASCII(path).get());
|
|
}
|
|
#endif
|
|
}
|
|
|
|
void
|
|
DeviceStorageStatics::Shutdown()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
sMutex.AssertCurrentThreadOwns();
|
|
DS_LOG_INFO("");
|
|
|
|
Preferences::RemoveObserver(this, kPrefOverrideRootDir);
|
|
Preferences::RemoveObserver(this, kPrefTesting);
|
|
Preferences::RemoveObserver(this, kPrefPromptTesting);
|
|
Preferences::RemoveObserver(this, kPrefWritableName);
|
|
}
|
|
|
|
/* static */ void
|
|
DeviceStorageStatics::GetDeviceStorageLocationsForIPC(
|
|
DeviceStorageLocationInfo* aLocationInfo)
|
|
{
|
|
MOZ_ASSERT(XRE_IsParentProcess());
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
InitializeDirs();
|
|
|
|
GetDirPath(TYPE_APPS, aLocationInfo->apps());
|
|
GetDirPath(TYPE_CRASHES, aLocationInfo->crashes());
|
|
GetDirPath(TYPE_PICTURES, aLocationInfo->pictures());
|
|
GetDirPath(TYPE_VIDEOS, aLocationInfo->videos());
|
|
GetDirPath(TYPE_MUSIC, aLocationInfo->music());
|
|
GetDirPath(TYPE_SDCARD, aLocationInfo->sdcard());
|
|
}
|
|
|
|
/* static */ already_AddRefed<nsIFile>
|
|
DeviceStorageStatics::GetDir(DeviceStorageType aType)
|
|
{
|
|
MOZ_ASSERT(aType < TYPE_COUNT);
|
|
|
|
StaticMutexAutoLock lock(sMutex);
|
|
if (NS_WARN_IF(!sInstance)) {
|
|
return nullptr;
|
|
}
|
|
|
|
nsCOMPtr<nsIFile> file;
|
|
switch (aType) {
|
|
case TYPE_APPS:
|
|
case TYPE_CRASHES:
|
|
case TYPE_OVERRIDE:
|
|
file = sInstance->mDirs[aType];
|
|
return file.forget();
|
|
default:
|
|
break;
|
|
}
|
|
|
|
// In testing, we default all device storage types to a temp directory.
|
|
// This is only initialized if the preference device.storage.testing
|
|
// was set to true, or if device.storage.overrideRootDir is set.
|
|
file = sInstance->mDirs[TYPE_OVERRIDE];
|
|
if (!file) {
|
|
file = sInstance->mDirs[aType];
|
|
#ifdef MOZ_WIDGET_GONK
|
|
/* We should use volume mount points on B2G. */
|
|
MOZ_ASSERT(!file);
|
|
#endif
|
|
}
|
|
return file.forget();
|
|
}
|
|
|
|
/* static */ void
|
|
DeviceStorageStatics::GetDirPath(DeviceStorageType aType, nsString& aDirPath)
|
|
{
|
|
aDirPath.Truncate();
|
|
nsCOMPtr<nsIFile> file = GetDir(aType);
|
|
if (file) {
|
|
file->GetPath(aDirPath);
|
|
}
|
|
}
|
|
|
|
/* static */ bool
|
|
DeviceStorageStatics::HasOverrideRootDir()
|
|
{
|
|
StaticMutexAutoLock lock(sMutex);
|
|
if (NS_WARN_IF(!sInstance)) {
|
|
return false;
|
|
}
|
|
return sInstance->mDirs[TYPE_OVERRIDE];
|
|
}
|
|
|
|
/* static */ already_AddRefed<nsIFile>
|
|
DeviceStorageStatics::GetAppsDir()
|
|
{
|
|
return GetDir(TYPE_APPS);
|
|
}
|
|
|
|
/* static */ already_AddRefed<nsIFile>
|
|
DeviceStorageStatics::GetCrashesDir()
|
|
{
|
|
return GetDir(TYPE_CRASHES);
|
|
}
|
|
|
|
/* static */ already_AddRefed<nsIFile>
|
|
DeviceStorageStatics::GetPicturesDir()
|
|
{
|
|
return GetDir(TYPE_PICTURES);
|
|
}
|
|
|
|
/* static */ already_AddRefed<nsIFile>
|
|
DeviceStorageStatics::GetVideosDir()
|
|
{
|
|
return GetDir(TYPE_VIDEOS);
|
|
}
|
|
|
|
/* static */ already_AddRefed<nsIFile>
|
|
DeviceStorageStatics::GetMusicDir()
|
|
{
|
|
return GetDir(TYPE_MUSIC);
|
|
}
|
|
|
|
/* static */ already_AddRefed<nsIFile>
|
|
DeviceStorageStatics::GetSdcardDir()
|
|
{
|
|
return GetDir(TYPE_SDCARD);
|
|
}
|
|
|
|
/* static */ bool
|
|
DeviceStorageStatics::IsPromptTesting()
|
|
{
|
|
StaticMutexAutoLock lock(sMutex);
|
|
if (NS_WARN_IF(!sInstance)) {
|
|
return false;
|
|
}
|
|
return sInstance->mPromptTesting;
|
|
}
|
|
|
|
/* static */ bool
|
|
DeviceStorageStatics::LowDiskSpace()
|
|
{
|
|
StaticMutexAutoLock lock(sMutex);
|
|
if (NS_WARN_IF(!sInstance)) {
|
|
return false;
|
|
}
|
|
return sInstance->mLowDiskSpace;
|
|
}
|
|
|
|
/* static */ void
|
|
DeviceStorageStatics::GetWritableName(nsString& aName)
|
|
{
|
|
StaticMutexAutoLock lock(sMutex);
|
|
if (NS_WARN_IF(!sInstance)) {
|
|
aName.Truncate();
|
|
return;
|
|
}
|
|
aName = sInstance->mWritableName;
|
|
}
|
|
|
|
/* static */ void
|
|
DeviceStorageStatics::SetWritableName(const nsAString& aName)
|
|
{
|
|
StaticMutexAutoLock lock(sMutex);
|
|
if (!NS_WARN_IF(!sInstance)) {
|
|
// Update inline although it will be updated again in case
|
|
// another thread comes in checking it before the update takes
|
|
sInstance->mWritableName = aName;
|
|
}
|
|
|
|
nsString name;
|
|
name.Assign(aName);
|
|
NS_DispatchToMainThread(NS_NewRunnableFunction([name] () -> void {
|
|
Preferences::SetString(kPrefWritableName, name);
|
|
}));
|
|
}
|
|
|
|
/* static */ void
|
|
DeviceStorageStatics::AddListener(nsDOMDeviceStorage* aListener)
|
|
{
|
|
DS_LOG_DEBUG("%p", aListener);
|
|
|
|
StaticMutexAutoLock lock(sMutex);
|
|
if (NS_WARN_IF(!sInstance)) {
|
|
return;
|
|
}
|
|
|
|
MOZ_ASSERT(sInstance->mInitialized);
|
|
if (sInstance->mListeners.IsEmpty()) {
|
|
NS_DispatchToMainThread(
|
|
NS_NewRunnableMethod(sInstance.get(), &DeviceStorageStatics::Register));
|
|
}
|
|
|
|
RefPtr<ListenerWrapper> wrapper =
|
|
new ListenerWrapper(aListener);
|
|
sInstance->mListeners.AppendElement(wrapper.forget());
|
|
}
|
|
|
|
/* static */ void
|
|
DeviceStorageStatics::RemoveListener(nsDOMDeviceStorage* aListener)
|
|
{
|
|
DS_LOG_DEBUG("%p", aListener);
|
|
|
|
StaticMutexAutoLock lock(sMutex);
|
|
if (!sInstance) {
|
|
return;
|
|
}
|
|
|
|
bool removed = false;
|
|
uint32_t i = sInstance->mListeners.Length();
|
|
while (i > 0) {
|
|
--i;
|
|
if (sInstance->mListeners[i]->Equals(aListener)) {
|
|
sInstance->mListeners.RemoveElementAt(i);
|
|
removed = true;
|
|
break;
|
|
}
|
|
}
|
|
|
|
if (removed && sInstance->mListeners.IsEmpty()) {
|
|
NS_DispatchToMainThread(
|
|
NS_NewRunnableMethod(sInstance.get(), &DeviceStorageStatics::Deregister));
|
|
}
|
|
}
|
|
|
|
void
|
|
DeviceStorageStatics::Register()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
DS_LOG_INFO("");
|
|
|
|
StaticMutexAutoLock lock(sMutex);
|
|
if (NS_WARN_IF(!sInstance)) {
|
|
return;
|
|
}
|
|
|
|
nsCOMPtr<nsIObserverService> obs = mozilla::services::GetObserverService();
|
|
if (obs) {
|
|
obs->AddObserver(this, kFileWatcherUpdate, false);
|
|
obs->AddObserver(this, kDiskSpaceWatcher, false);
|
|
#ifdef MOZ_WIDGET_GONK
|
|
obs->AddObserver(this, NS_VOLUME_STATE_CHANGED, false);
|
|
#endif
|
|
}
|
|
}
|
|
|
|
void
|
|
DeviceStorageStatics::Deregister()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
DS_LOG_INFO("");
|
|
|
|
StaticMutexAutoLock lock(sMutex);
|
|
if (!sInstance) {
|
|
return;
|
|
}
|
|
|
|
nsCOMPtr<nsIObserverService> obs = mozilla::services::GetObserverService();
|
|
if (obs) {
|
|
obs->RemoveObserver(this, kFileWatcherUpdate);
|
|
obs->RemoveObserver(this, kDiskSpaceWatcher);
|
|
#ifdef MOZ_WIDGET_GONK
|
|
obs->RemoveObserver(this, NS_VOLUME_STATE_CHANGED);
|
|
#endif
|
|
}
|
|
}
|
|
|
|
void
|
|
DeviceStorageStatics::ResetOverrideRootDir()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
sMutex.AssertCurrentThreadOwns();
|
|
nsCOMPtr<nsIFile> f;
|
|
DS_LOG_INFO("");
|
|
|
|
if (Preferences::GetBool(kPrefTesting, false)) {
|
|
DS_LOG_INFO("temp");
|
|
nsCOMPtr<nsIProperties> dirService
|
|
= do_GetService(NS_DIRECTORY_SERVICE_CONTRACTID);
|
|
MOZ_ASSERT(dirService);
|
|
dirService->Get(NS_OS_TEMP_DIR, NS_GET_IID(nsIFile), getter_AddRefs(f));
|
|
if (f) {
|
|
f->AppendRelativeNativePath(
|
|
NS_LITERAL_CSTRING("device-storage-testing"));
|
|
}
|
|
} else {
|
|
// For users running on desktop, it's convenient to be able to override
|
|
// all of the directories to point to a single tree, much like what happens
|
|
// on a real device.
|
|
const nsAdoptingString& overrideRootDir =
|
|
mozilla::Preferences::GetString(kPrefOverrideRootDir);
|
|
if (overrideRootDir && !overrideRootDir.IsEmpty()) {
|
|
NS_NewLocalFile(overrideRootDir, false, getter_AddRefs(f));
|
|
}
|
|
}
|
|
|
|
if (f) {
|
|
if (XRE_IsParentProcess()) {
|
|
// Only the parent process can create directories. In testing, because
|
|
// the preference is updated after startup, its entirely possible that
|
|
// the preference updated notification will be received by a child
|
|
// prior to the parent.
|
|
nsresult rv = f->Create(nsIFile::DIRECTORY_TYPE, 0777);
|
|
if (NS_FAILED(rv) && rv != NS_ERROR_FILE_ALREADY_EXISTS) {
|
|
nsString path;
|
|
f->GetPath(path);
|
|
nsPrintfCString msg("DeviceStorage: Unable to create directory '%s'",
|
|
NS_LossyConvertUTF16toASCII(path).get());
|
|
NS_WARNING(msg.get());
|
|
}
|
|
}
|
|
f->Normalize();
|
|
}
|
|
|
|
mDirs[TYPE_OVERRIDE] = f.forget();
|
|
DumpDirs();
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DeviceStorageStatics::Observe(nsISupports* aSubject,
|
|
const char* aTopic,
|
|
const char16_t* aData)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
if (!strcmp(aTopic, NS_PREFBRANCH_PREFCHANGE_TOPIC_ID)) {
|
|
MOZ_ASSERT(aData);
|
|
|
|
StaticMutexAutoLock lock(sMutex);
|
|
if (NS_WARN_IF(!sInstance)) {
|
|
return NS_OK;
|
|
}
|
|
|
|
nsDependentString name(aData);
|
|
if (name.EqualsASCII(kPrefTesting) ||
|
|
name.EqualsASCII(kPrefOverrideRootDir)) {
|
|
ResetOverrideRootDir();
|
|
} else if(name.EqualsASCII(kPrefPromptTesting)) {
|
|
mPromptTesting = Preferences::GetBool(kPrefPromptTesting, false);
|
|
DS_LOG_INFO("prompt testing %d", mPromptTesting);
|
|
} else if(name.EqualsASCII(kPrefWritableName)) {
|
|
mWritableName = Preferences::GetString(kPrefWritableName);
|
|
uint32_t i = mListeners.Length();
|
|
DS_LOG_INFO("writable name '%s' (%u)",
|
|
NS_LossyConvertUTF16toASCII(mWritableName).get(), i);
|
|
while (i > 0) {
|
|
--i;
|
|
mListeners[i]->OnWritableNameChanged();
|
|
}
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
#ifdef MOZ_WIDGET_GONK
|
|
if (!strcmp(aTopic, NS_VOLUME_STATE_CHANGED)) {
|
|
nsCOMPtr<nsIVolume> volume = do_QueryInterface(aSubject);
|
|
if (NS_WARN_IF(!volume)) {
|
|
return NS_OK;
|
|
}
|
|
|
|
StaticMutexAutoLock lock(sMutex);
|
|
if (NS_WARN_IF(!sInstance)) {
|
|
return NS_OK;
|
|
}
|
|
|
|
uint32_t i = mListeners.Length();
|
|
DS_LOG_INFO("volume updated (%u)", i);
|
|
while (i > 0) {
|
|
--i;
|
|
mListeners[i]->OnVolumeStateChanged(volume);
|
|
}
|
|
return NS_OK;
|
|
}
|
|
#endif
|
|
|
|
if (!strcmp(aTopic, kFileWatcherUpdate)) {
|
|
DeviceStorageFile* file = static_cast<DeviceStorageFile*>(aSubject);
|
|
if (NS_WARN_IF(!file)) {
|
|
return NS_OK;
|
|
}
|
|
|
|
StaticMutexAutoLock lock(sMutex);
|
|
if (NS_WARN_IF(!sInstance)) {
|
|
return NS_OK;
|
|
}
|
|
|
|
auto data = NS_ConvertUTF16toUTF8(aData);
|
|
uint32_t i = mListeners.Length();
|
|
DS_LOG_INFO("file updated (%u)", i);
|
|
while (i > 0) {
|
|
--i;
|
|
mListeners[i]->OnFileWatcherUpdate(data, file);
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
if (!strcmp(aTopic, kDiskSpaceWatcher)) {
|
|
StaticMutexAutoLock lock(sMutex);
|
|
if (NS_WARN_IF(!sInstance)) {
|
|
return NS_OK;
|
|
}
|
|
|
|
// 'disk-space-watcher' notifications are sent when there is a modification
|
|
// of a file in a specific location while a low device storage situation
|
|
// exists or after recovery of a low storage situation. For Firefox OS,
|
|
// these notifications are specific for apps storage.
|
|
if (!NS_strcmp(aData, MOZ_UTF16("full"))) {
|
|
sInstance->mLowDiskSpace = true;
|
|
} else if (!NS_strcmp(aData, MOZ_UTF16("free"))) {
|
|
sInstance->mLowDiskSpace = false;
|
|
} else {
|
|
return NS_OK;
|
|
}
|
|
|
|
|
|
uint32_t i = mListeners.Length();
|
|
DS_LOG_INFO("disk space %d (%u)", sInstance->mLowDiskSpace, i);
|
|
while (i > 0) {
|
|
--i;
|
|
mListeners[i]->OnDiskSpaceWatcher(sInstance->mLowDiskSpace);
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
if (!strcmp(aTopic, NS_XPCOM_SHUTDOWN_OBSERVER_ID)) {
|
|
StaticMutexAutoLock lock(sMutex);
|
|
if (NS_WARN_IF(!sInstance)) {
|
|
return NS_OK;
|
|
}
|
|
|
|
Shutdown();
|
|
sInstance = nullptr;
|
|
return NS_OK;
|
|
}
|
|
|
|
/* Here we convert file-watcher-notify and download-watcher-notify observer
|
|
events to file-watcher-update events. This is used to be able to
|
|
broadcast events from one child to another child in B2G. (f.e., if one
|
|
child decides to add a file, we want to be able to able to send a onchange
|
|
notifications to every other child watching that device storage object).*/
|
|
RefPtr<DeviceStorageFile> dsf;
|
|
if (!strcmp(aTopic, kDownloadWatcherNotify)) {
|
|
// aSubject will be an nsISupportsString with the native path to the file
|
|
// in question.
|
|
|
|
nsCOMPtr<nsISupportsString> supportsString = do_QueryInterface(aSubject);
|
|
if (!supportsString) {
|
|
return NS_OK;
|
|
}
|
|
nsString path;
|
|
nsresult rv = supportsString->GetData(path);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return NS_OK;
|
|
}
|
|
|
|
// The downloader uses the sdcard storage type.
|
|
nsString volName;
|
|
#ifdef MOZ_WIDGET_GONK
|
|
if (DeviceStorageTypeChecker::IsVolumeBased(NS_LITERAL_STRING(DEVICESTORAGE_SDCARD))) {
|
|
nsCOMPtr<nsIVolumeService> vs = do_GetService(NS_VOLUMESERVICE_CONTRACTID);
|
|
if (NS_WARN_IF(!vs)) {
|
|
return NS_OK;
|
|
}
|
|
nsCOMPtr<nsIVolume> vol;
|
|
rv = vs->GetVolumeByPath(path, getter_AddRefs(vol));
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return NS_OK;
|
|
}
|
|
rv = vol->GetName(volName);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return NS_OK;
|
|
}
|
|
nsString mountPoint;
|
|
rv = vol->GetMountPoint(mountPoint);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return NS_OK;
|
|
}
|
|
if (!Substring(path, 0, mountPoint.Length()).Equals(mountPoint)) {
|
|
return NS_OK;
|
|
}
|
|
path = Substring(path, mountPoint.Length() + 1);
|
|
}
|
|
#endif
|
|
dsf = new DeviceStorageFile(NS_LITERAL_STRING(DEVICESTORAGE_SDCARD), volName, path);
|
|
|
|
} else if (!strcmp(aTopic, kFileWatcherNotify)) {
|
|
dsf = static_cast<DeviceStorageFile*>(aSubject);
|
|
} else {
|
|
DS_LOG_WARN("unhandled topic '%s'", aTopic);
|
|
return NS_OK;
|
|
}
|
|
|
|
if (NS_WARN_IF(!dsf || !dsf->mFile)) {
|
|
return NS_OK;
|
|
}
|
|
|
|
if (!XRE_IsParentProcess()) {
|
|
// Child process. Forward the notification to the parent.
|
|
ContentChild::GetSingleton()
|
|
->SendFilePathUpdateNotify(dsf->mStorageType,
|
|
dsf->mStorageName,
|
|
dsf->mPath,
|
|
NS_ConvertUTF16toUTF8(aData));
|
|
return NS_OK;
|
|
}
|
|
|
|
// Multiple storage types may match the same files. So walk through each of
|
|
// the storage types, and if the extension matches, tell them about it.
|
|
nsCOMPtr<nsIObserverService> obs = mozilla::services::GetObserverService();
|
|
if (DeviceStorageTypeChecker::IsSharedMediaRoot(dsf->mStorageType)) {
|
|
DeviceStorageTypeChecker* typeChecker
|
|
= DeviceStorageTypeChecker::CreateOrGet();
|
|
MOZ_ASSERT(typeChecker);
|
|
|
|
static const nsLiteralString kMediaTypes[] = {
|
|
NS_LITERAL_STRING(DEVICESTORAGE_SDCARD),
|
|
NS_LITERAL_STRING(DEVICESTORAGE_PICTURES),
|
|
NS_LITERAL_STRING(DEVICESTORAGE_VIDEOS),
|
|
NS_LITERAL_STRING(DEVICESTORAGE_MUSIC),
|
|
};
|
|
|
|
for (size_t i = 0; i < MOZ_ARRAY_LENGTH(kMediaTypes); i++) {
|
|
RefPtr<DeviceStorageFile> dsf2;
|
|
if (typeChecker->Check(kMediaTypes[i], dsf->mPath)) {
|
|
if (dsf->mStorageType.Equals(kMediaTypes[i])) {
|
|
dsf2 = dsf;
|
|
} else {
|
|
dsf2 = new DeviceStorageFile(kMediaTypes[i],
|
|
dsf->mStorageName, dsf->mPath);
|
|
}
|
|
obs->NotifyObservers(dsf2, kFileWatcherUpdate, aData);
|
|
}
|
|
}
|
|
} else {
|
|
obs->NotifyObservers(dsf, kFileWatcherUpdate, aData);
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
DeviceStorageStatics::ListenerWrapper::ListenerWrapper(nsDOMDeviceStorage* aListener)
|
|
: mListener(do_GetWeakReference(static_cast<DOMEventTargetHelper*>(aListener)))
|
|
, mOwningThread(NS_GetCurrentThread())
|
|
{
|
|
}
|
|
|
|
DeviceStorageStatics::ListenerWrapper::~ListenerWrapper()
|
|
{
|
|
// Even weak pointers are not thread safe
|
|
NS_ProxyRelease(mOwningThread, mListener.forget());
|
|
}
|
|
|
|
bool
|
|
DeviceStorageStatics::ListenerWrapper::Equals(nsDOMDeviceStorage* aListener)
|
|
{
|
|
bool current = false;
|
|
mOwningThread->IsOnCurrentThread(¤t);
|
|
if (current) {
|
|
// It is only safe to acquire the reference on the owning thread
|
|
RefPtr<nsDOMDeviceStorage> listener = do_QueryReferent(mListener);
|
|
return listener.get() == aListener;
|
|
}
|
|
return false;
|
|
}
|
|
|
|
void
|
|
DeviceStorageStatics::ListenerWrapper::OnFileWatcherUpdate(const nsCString& aData,
|
|
DeviceStorageFile* aFile)
|
|
{
|
|
RefPtr<ListenerWrapper> self = this;
|
|
nsCString data = aData;
|
|
RefPtr<DeviceStorageFile> file = aFile;
|
|
nsCOMPtr<nsIRunnable> r = NS_NewRunnableFunction([self, data, file] () -> void {
|
|
RefPtr<nsDOMDeviceStorage> listener = do_QueryReferent(self->mListener);
|
|
if (listener) {
|
|
listener->OnFileWatcherUpdate(data, file);
|
|
}
|
|
});
|
|
mOwningThread->Dispatch(r.forget(), NS_DISPATCH_NORMAL);
|
|
}
|
|
|
|
void
|
|
DeviceStorageStatics::ListenerWrapper::OnDiskSpaceWatcher(bool aLowDiskSpace)
|
|
{
|
|
RefPtr<ListenerWrapper> self = this;
|
|
nsCOMPtr<nsIRunnable> r = NS_NewRunnableFunction([self, aLowDiskSpace] () -> void {
|
|
RefPtr<nsDOMDeviceStorage> listener = do_QueryReferent(self->mListener);
|
|
if (listener) {
|
|
listener->OnDiskSpaceWatcher(aLowDiskSpace);
|
|
}
|
|
});
|
|
mOwningThread->Dispatch(r.forget(), NS_DISPATCH_NORMAL);
|
|
}
|
|
|
|
void
|
|
DeviceStorageStatics::ListenerWrapper::OnWritableNameChanged()
|
|
{
|
|
RefPtr<ListenerWrapper> self = this;
|
|
nsCOMPtr<nsIRunnable> r = NS_NewRunnableFunction([self] () -> void {
|
|
RefPtr<nsDOMDeviceStorage> listener = do_QueryReferent(self->mListener);
|
|
if (listener) {
|
|
listener->OnWritableNameChanged();
|
|
}
|
|
});
|
|
mOwningThread->Dispatch(r.forget(), NS_DISPATCH_NORMAL);
|
|
}
|
|
|
|
#ifdef MOZ_WIDGET_GONK
|
|
void
|
|
DeviceStorageStatics::ListenerWrapper::OnVolumeStateChanged(nsIVolume* aVolume)
|
|
{
|
|
RefPtr<ListenerWrapper> self = this;
|
|
nsCOMPtr<nsIVolume> volume = aVolume;
|
|
nsCOMPtr<nsIRunnable> r = NS_NewRunnableFunction([self, volume] () -> void {
|
|
RefPtr<nsDOMDeviceStorage> listener = do_QueryReferent(self->mListener);
|
|
if (listener) {
|
|
listener->OnVolumeStateChanged(volume);
|
|
}
|
|
});
|
|
mOwningThread->Dispatch(r.forget(), NS_DISPATCH_NORMAL);
|
|
}
|
|
#endif
|
|
|
|
} // namespace devicestorage
|
|
} // namespace dom
|
|
} // namespace mozilla
|