mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
e39f9f88f7
- Bug 1152171 part 2 - Rename AnimationTimeline to DocumentTimeline; r=smaug (26c118319) - Bug 1152171 part 3 - Update web-platform-tests expectations; r=jgraham (b7b4032aa) - Bug 1153734 part 1 - Remove AnimationEffect; r=smaug (9cf67a02e) - Bug 1153734 part 2 - Rename Animation to KeyframeEffectReadonly; r=smaug (b69556ee6) - Bug 1153734 part 3 - Rename AnimationPlayer.source to AnimationPlayer.effect; r=smaug (50d3130ee) - Bug 1153734 part 4 - Rename other uses of 'source' and 'source content'; r=jwatt (b02c4ba36) - Bug 1153734 part 5 - Add AnimationEffectReadonly as a superinterface of KeyframeEffectReadonly; r=smaug (c3395d3f5) - Bug 1149990 - Support replaying of finished CSS transitions by supporting setting of currentTime/startTime. r=birtles (3fb2cb401) - Bug 1154615 part 1 - Rename AnimationPlayer to Animation in WebIDL; r=smaug (6c2125b49) - Bug 1154615 part 2 - Rename PendingPlayerTracker to PendingAnimationTracker; r=jwatt (8d6804def) - Bug 1154615 part 3 - Rename internal members of PendingAnimationTracker; r=jwatt (f348f6355) - Bug 1154615 part 4 - Rename references to players in dom/animation; r=jwatt (0250572e8) - Bug 1117603 part 1 - Don't assume style rules have been refreshed in GetAnimationRule; r=dbaron (a5d340d0f) - remove kungFuDeathGrip (49df758e6) - Bug 1117603 part 2 - Don't unregister from the refresh driver unless we are also queueing events; r=dbaron (715c9caa1) - Bug 1154615 part 5 - Rename AnimationPlayerCollection to AnimationCollection; r=jwatt (4c596f089) - Bug 1154615 part 6 - Rename references to players within layout/; r=jwatt (42405f3fc) - Bug 1154615 part 7 - Rename CSSAnimationPlayer and CSSTransitionPlayer; r=jwatt (49ab272ed) - Bug 1154615 part 8 - Rename references to players in animation observers; r=jwatt (c3fa26d7a) - Bug 1154615 part 9 - Rename test files; r=jwatt (9d9f03e7b) - Bug 1145439 (Part 1) - Throttle requestAnimationFrame for non-visible iframes. r=mstange,mchang (be7d183d6) - Bug 1145439 (Part 2) - Make test_scroll_event_ordering.html wait for rAF to unthrottle. r=roc (9ac8317c9) - Bug 1144324 - Try to register for, and handle, touch events when APZ is enabled. r=dvander,jimm (fb75d1665) - Bug 1144324 - Remove the codepaths that conditionally enable touch events based on touch the presence of touch listeners. r=smaug,jimm (710617e6b) - Bug 1003991 - Disable https:// only load for ServiceWorkers when Developer Tools are open. r=nsm, r=miker (9d6669814) - Bug 1153267 - part 1 - use smart-pointer .forget() instead of NS_ADDREF+assign; r=ehsan (e4555c90c) - Bug 1153267 - part 2 - use smart pointers instead of manual NS_ADDREF'ing outparams; r=ehsan (ae8b60d5a) - Bug 1153267 - fix typo that broke OS X builds on a CLOSED TREE; r=bustage (08fdb3c4f) - Bug 1146843 - Revert part of cset 33c30e283fa8 because the code is used in Fennec. r=snorp (407248257) - Bug 1151940 part 1. Make some readonly properties defined on Window by CSSOM-view replaceable. r=smaug (5cb9b91f0) - Bug 1151940 part 2. Add a convenience function in nsGlobalWindow for replacing a property on the window with a new value. r=smaug (2ba39331c) - Bug 1151940 part 3. Make some writable cssom-view attributes that we only allow setting from chrome act the way readonly replaceables would when called from content. r=smaug (b485e1b44) - Goanna -> Gecko (2c539d7be) - Goanna -> Gecko (25d34e213) - Bug 1148962 - Use TakeOwnershipOfErrorReporting in CPOW code (r=bholley) (96c997639) - pointer style (a07fbffaa) - Bug 1152577: Add 'aReason' argument to AutoEntryScript constructor, and provide plausible names for its instantiations. r=bholley (512fa27e2) - bug 1155691 - Expose WindowRoot to chrome from window in webidl. r=smaug (235281924) - Bug 404828 - No need to assert that the top window isn't reachable. r=smaug (d73154fa0) - Bug 404828 - Followup: remove assertion expectations on a CLOSED TREE. a=tomcat (a5dabe1b7) - Bug 1156102 - Mark nsGlobalWindowObserver::mWindow as MOZ_NON_OWNING_REF; r=baku (c0d4208b7) - Bug 1107801 - Improve gamepad support on MacOS. r=ted (c591bd5ac) - Goanna -> Gecko (d9b81bc9e) - Bug 852944 - Gamepad API IPC; r=ted, r=baku (521892538) - Bug 1143529 part 1. Stop manually calling WrapObject in DataStoreService::GetDataStoresResolve. r=baku (056ad6bfe) - Bug 1143529 part 2. Tighten up the assert in binding Wrap methods. r=peterv (765a13325) - Bug 1152169 - DataStoreService should check if the first revision exists, r=bent (ee371cc5d) - Bug 1152169 followup: Mark FirstRevisionIdCallback methods Run() and HandleEvent() as 'override'. rs=ehsan (8186c4168) - Bug 1143651 - don't use CallQueryInterface when the compiler can do the cast for us; r=ehsan (a50f0a54b) - Bug 1144322 - Handle tabindex in overridden IsInteractiveHTMLContent methods. r=smaug (fd4b9beed) - Bug 1086684 - Stash the full path for file inputs to avoid doing IPC at inopportune times. r=ehsan/bent/gps (b843b1efc) - Bug 1143934 - Disallow mozSetFileNameArray in content processes. r=ehsan (42e5c8c6d) - Bug 1143934 - Fix assorted forms mochitests for e10s-compatibility. r=smaug (7a3babfed) - Bug 1143934 - Work around SessionStore dependency on current brokenness. r=ttaubert (5b0fcb5ce) - Bug 956530 - Clear the delayed caret data when clicking on a selected part of a text control if the focus event handler selects the control; r=roc (2859f07b4) - Bug 956530 follow-up: Fix the test failure on Windows 8 caused by the text box having a glowing outline as a result of being clicked on (d34e8da1a) - Bug 1157898 part 1. Make code of the form "return rv.ErrorCode();" where rv is an ErrorResult use StealNSResult instead. r=peterv (800da50e2) - Bug 1157898 part 2. Make code of the form "NS_ENSURE_SUCCESS(rv.ErrorCode(), rv.ErrorCode());" use Failed and StealNSResult instead. r=peterv (472432a83) - Bug 1157898 part 3. Fix the remaining consumers of rv.ErrorCode() in NS_ENSURE_* expressions to not do that. r=peterv (d452807e7) - Bug 1122238 part 1. Switch to using the new stackframe APIs in JSStackFrame. r=bholley (9d87b261a) - Bug 1122238 part 2. Stop caching things in JSStackFrame when we're called over Xrays. r=bholley (83eda7275) - Bug 1122238 part 3. Drop all the DOMException-cloning and sanitization gunk we added in bug 1107592 and bug 1107953 and bug 1117242 . r=bholley (f237aa948) - add support for NetBSD/SPARC64 (065783b70) - Bug 1153484 - Fetch should ignore invalid headers, but still process later headers. r=nsm (8925ddd77) - Bug 1157754 part 2. Convert consumers of ErrorResult::ClearMessage() to the new better APIs we have for suppressing exceptions on ErrorResult. r=bkelly (6519fbd5e) - Bug 1157754 part 3. Make ClearMessage private on ErrorResult. r=peterv (3fb218692) - Bug 1157898 part 4. Add ErrorResult::ErrorCodeIs() and use it in various places to get rid of ErrorCode(). r=peterv (bed7bfb4c) - Bug 1130686 - Refactor PromiseHolder in the service worker clients code. r=nsm (b3dbdcbfe) - Bug 1130686 - Implement client.focus. r=baku (5dee6d850) - Bug 1149163 part 1 - Clean up nsHTMLEditRules::GetInnerContent; r=froydnj (cc8f65b54) - Bug 1149163 part 2 - Make nsDOMIterator infallible; r=froydnj (d975f6c62) - Bug 1149163 part 3 - Clean up nsHTMLEditRules::BustUpInlinesAtBRs; r=froydnj (58155adad) - Bug 1149163 part 4 - Allow use of temporary nsBoolDomIterFunctor; r=froydnj (dbafec00f) - Bug 1149163 part 5 - Clean up nsHTMLEditRules::GetNodesForOperation; r=froydnj (41179d810) - Bug 1149163 part 6 - Clean up nsHTMLEditRules::LookInsideDivBQandList; r=froydnj (0b757bf14) - Bug 1149163 part 7 - Clean up nsHTMLEditRules::PromoteRange; r=froydnj (c49c714b1) - Bug 1149163 part 8 - Clean up nsHTMLEditRules::GetPromotedRanges; r=froydnj (5163a0026) - Bug 1148228 - Stop checking ul twice (43a22088c) - Bug 1141017 - resurrect serif and monospace. r=ehsan (95a1b6fcf) - Bug 1147412 part 1 - Make methods take nsINode*, not just nsIContent*; r=ehsan (7f762cdbe) - Bug 1147412 part 2 - Clean up nsHTMLEditor::SetInlinePropertyOnTextNode; r=ehsan (faf805587) - Bug 1147412 part 3 - Fix completely broken nsHTMLCSSUtils::IsCSSEquivalentToHTMLInlineStyleSet implementation; r=ehsan (73fea67c1) - Bug 1147412 part 4 - Clean up nsHTMLEditor::GetInlinePropertyBase; r=ehsan (3265bfbce) - Bug 1147412 part 5 - Clean up nsHTMLEditor::RemoveInlinePropertyImpl; r=ehsan (0f402bd7e) - Bug 1147412 part 6 - Remove nsHTMLCSSUtils::IsCSSEditableProperty(nsIDOMNode*,...); r=ehsan (100e4038a) - Bug 1147412 part 7 - Remove nsHTMLCSSUtils::GetComputedStyle(nsIDOMElement*); r=ehsan (6c51103bc) - Bug 1147412 part 8 - Clean up nsHTMLCSSUtils::IsCSSInvertible; r=ehsan (01e60c446) - Bug 1147412 part 9 - Convert some nsHTMLEditor members to Element; r=ehsan (e7efb1ac4) - Bug 1147412 part 10 - Clean up nsHTMLCSSUtils::Get*Property, GetCSSInlinePropertyBase; r=ehsan (54154143d) - Bug 1149163 part 9 - Clean up nsHTMLEditRules::GetNodesFromSelection; r=froydnj (5186308b9) - Bug 1154701 part 1 - Clean up nsHTMLEditor::CreateListOfNodesToPaste; r=ehsan (ea95238d5) - Bug 1153629 part 1 - Clean up nsHTMLEditRules::GetListActionNodes; r=ehsan (51f3b3e95) - Bug 1153629 part 2 - Clean up nsHTMLEditRules::GetParagraphFormatNodes; r=ehsan (a27bd7751) - Bug 1153629 part 3 - Clean up nsHTMLEditRules::GetNodesFromPoint; r=ehsan (edc7e4561) - Bug 1153629 part 4 - Clean up nsHTMLEditRules::ListIsEmptyLine; r=ehsan (ce3289bc7) - Bug 1153629 part 5 - Clean up nsHTMLEditRules::GetChildNodesForOperation; r=ehsan (b3a509dbf) - Bug 1153629 part 6 - Clean up nsHTMLEditRules::MakeBlockquote; r=ehsan (cb3808182) - Bug 1153629 part 7 - Clean up nsHTMLEditRules::RemoveBlockStyle, RemovePartOfBlock; r=ehsan (660b9f76e) - Bug 1153629 part 8 - Clean up nsHTMLEditRules::ApplyBlockStyle; r=ehsan (f54f9538c) - Bug 1153629 part 9 - Clean up nsHTMLEditRules::MakeTransitionList; r=ehsan (fb63cf6d8) - Bug 1153629 part 10 - Clean up nsHTMLEditRules::AlignInnerBlocks; r=ehsan (752d2df7a) - Bug 1153629 part 11 - Clean up nsHTMLEditRules::AdjustSpecialBreaks; r=ehsan (16ef0416b) - Bug 1153629 part 12 - Clean up nsHTMLEditRules::RemoveEmptyNodes; r=ehsan (d528e70e6) - Bug 1154701 part 2 - Use more OwningNonNull in editor; r=ehsan (85b1929e6) - Bug 1154701 part 3 - Clean up nsHTMLEditor::GetListAndTableParents, DiscoverPartialListsAndTables, ScanForListAndTableStructure, ReplaceOrphanedStructure; r=ehsan (7fe31f058) - Bug 1154701 part 4 - Switch nsHTMLEditor::mContentFilters to nsTArray; r=ehsan (64e6dd160) - Bug 1154701 part 5 - Switch nsHTMLEditor::objectResizeEventListeners to nsTArray; r=ehsan (036bc65fe) - Bug 1154701 part 6 - Clean up nsHTMLEditor::SetInlinePropertyOnNodeImpl; r=ehsan (2d619ca16) - Bug 1154701 part 7 - Clean up nsHTMLEditor::SetInlineProperty; r=ehsan (7a367d31b) - Bug 1154701 part 8 - Clean up nsHTMLEditor::SetInlinePropertyOnNode; r=ehsan (707c07d93) - Bug 1154701 part 9 - Clean up nsHTMLEditor::RelativeFontChange; r=ehsan (273ae9c64) - Bug 1154701 part 10 - Switch nsEditor::mActionListeners to nsTArray; r=ehsan (d2b5732fe) - Bug 1154701 part 11 - Switch nsEditor::mEditorObservers to nsTArray; r=ehsan (25a5af12e) - Bug 1154701 part 12 - Switch nsEditor::mDocStateListeners to nsTArray; r=ehsan (665af0792) - Bug 1154701 part 13 - Clean up nsHTMLEditor::SetCSSBackgroundColor; r=ehsan (ba424ade8) - Bug 1154701 part 14 - Remove unused nsCOMArray cruft; r=ehsan (3a8679a67) - Bug 1101651 - Part 1: xpcomrt version of dom media library need for standalone webrtcs. r=jesup (ae37b5464) - Bug 1137447 - New app update telemetry for patch type (complete or partial), extended error codes, and general cleanup. r=bbondy (c736ae502)
1502 lines
40 KiB
C++
1502 lines
40 KiB
C++
/* -*- Mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; tab-width: 40 -*- */
|
|
/* vim: set ts=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 "DataStoreService.h"
|
|
|
|
#include "DataStoreCallbacks.h"
|
|
#include "DataStoreDB.h"
|
|
#include "DataStoreRevision.h"
|
|
#include "mozilla/dom/DataStore.h"
|
|
#include "mozilla/dom/DataStoreBinding.h"
|
|
#include "mozilla/dom/DataStoreImplBinding.h"
|
|
#include "nsIDataStore.h"
|
|
|
|
#include "mozilla/Preferences.h"
|
|
#include "mozilla/Services.h"
|
|
#include "mozilla/StaticPtr.h"
|
|
#include "mozilla/dom/ContentChild.h"
|
|
#include "mozilla/dom/ContentParent.h"
|
|
#include "mozilla/dom/DOMError.h"
|
|
#include "mozilla/dom/indexedDB/IDBCursor.h"
|
|
#include "mozilla/dom/indexedDB/IDBObjectStore.h"
|
|
#include "mozilla/dom/indexedDB/IDBRequest.h"
|
|
#include "mozilla/dom/indexedDB/IDBTransaction.h"
|
|
#include "mozilla/dom/PermissionMessageUtils.h"
|
|
#include "mozilla/dom/Promise.h"
|
|
#include "mozilla/unused.h"
|
|
|
|
#include "mozIApplication.h"
|
|
#include "mozIApplicationClearPrivateDataParams.h"
|
|
#include "nsIAppsService.h"
|
|
#include "nsIDOMEvent.h"
|
|
#include "nsIDocument.h"
|
|
#include "nsIDOMGlobalPropertyInitializer.h"
|
|
#include "nsIIOService.h"
|
|
#include "nsIMutableArray.h"
|
|
#include "nsIObserverService.h"
|
|
#include "nsIPermissionManager.h"
|
|
#include "nsIScriptSecurityManager.h"
|
|
#include "nsISupportsPrimitives.h"
|
|
#include "nsIUUIDGenerator.h"
|
|
#include "nsPIDOMWindow.h"
|
|
#include "nsIURI.h"
|
|
|
|
#include "nsContentUtils.h"
|
|
#include "nsNetCID.h"
|
|
#include "nsServiceManagerUtils.h"
|
|
#include "nsThreadUtils.h"
|
|
#include "nsXULAppAPI.h"
|
|
|
|
#define ASSERT_PARENT_PROCESS() \
|
|
AssertIsInMainProcess(); \
|
|
if (NS_WARN_IF(!IsMainProcess())) { \
|
|
return NS_ERROR_FAILURE; \
|
|
}
|
|
|
|
namespace mozilla {
|
|
namespace dom {
|
|
|
|
using namespace indexedDB;
|
|
|
|
// This class contains all the information about a DataStore.
|
|
class DataStoreInfo
|
|
{
|
|
public:
|
|
DataStoreInfo()
|
|
: mReadOnly(true)
|
|
, mEnabled(false)
|
|
{}
|
|
|
|
DataStoreInfo(const nsAString& aName,
|
|
const nsAString& aOriginURL,
|
|
const nsAString& aManifestURL,
|
|
bool aReadOnly,
|
|
bool aEnabled)
|
|
{
|
|
Init(aName, aOriginURL, aManifestURL, aReadOnly, aEnabled);
|
|
}
|
|
|
|
void Init(const nsAString& aName,
|
|
const nsAString& aOriginURL,
|
|
const nsAString& aManifestURL,
|
|
bool aReadOnly,
|
|
bool aEnabled)
|
|
{
|
|
mName = aName;
|
|
mOriginURL = aOriginURL;
|
|
mManifestURL = aManifestURL;
|
|
mReadOnly = aReadOnly;
|
|
mEnabled = aEnabled;
|
|
}
|
|
|
|
void Update(const nsAString& aName,
|
|
const nsAString& aOriginURL,
|
|
const nsAString& aManifestURL,
|
|
bool aReadOnly)
|
|
{
|
|
mName = aName;
|
|
mOriginURL = aOriginURL;
|
|
mManifestURL = aManifestURL;
|
|
mReadOnly = aReadOnly;
|
|
}
|
|
|
|
void Enable()
|
|
{
|
|
mEnabled = true;
|
|
}
|
|
|
|
nsString mName;
|
|
nsString mOriginURL;
|
|
nsString mManifestURL;
|
|
bool mReadOnly;
|
|
|
|
// A DataStore is enabled when it has its first revision.
|
|
bool mEnabled;
|
|
};
|
|
|
|
namespace {
|
|
|
|
// Singleton for DataStoreService.
|
|
StaticRefPtr<DataStoreService> gDataStoreService;
|
|
static uint64_t gCounterID = 0;
|
|
|
|
typedef nsClassHashtable<nsUint32HashKey, DataStoreInfo> HashApp;
|
|
|
|
bool
|
|
IsMainProcess()
|
|
{
|
|
static const bool isMainProcess =
|
|
XRE_GetProcessType() == GeckoProcessType_Default;
|
|
return isMainProcess;
|
|
}
|
|
|
|
void
|
|
AssertIsInMainProcess()
|
|
{
|
|
MOZ_ASSERT(IsMainProcess());
|
|
}
|
|
|
|
void
|
|
RejectPromise(nsPIDOMWindow* aWindow, Promise* aPromise, nsresult aRv)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
MOZ_ASSERT(NS_FAILED(aRv));
|
|
|
|
nsRefPtr<DOMError> error;
|
|
if (aRv == NS_ERROR_DOM_SECURITY_ERR) {
|
|
error = new DOMError(aWindow, NS_LITERAL_STRING("SecurityError"),
|
|
NS_LITERAL_STRING("Access denied"));
|
|
} else {
|
|
error = new DOMError(aWindow, NS_LITERAL_STRING("InternalError"),
|
|
NS_LITERAL_STRING("An error occurred"));
|
|
}
|
|
|
|
aPromise->MaybeRejectBrokenly(error);
|
|
}
|
|
|
|
void
|
|
DeleteDatabase(const nsAString& aName,
|
|
const nsAString& aManifestURL)
|
|
{
|
|
AssertIsInMainProcess();
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
nsRefPtr<DataStoreDB> db = new DataStoreDB(aManifestURL, aName);
|
|
db->Delete();
|
|
}
|
|
|
|
PLDHashOperator
|
|
DeleteDataStoresAppEnumerator(
|
|
const uint32_t& aAppId,
|
|
nsAutoPtr<DataStoreInfo>& aInfo,
|
|
void* aUserData)
|
|
{
|
|
AssertIsInMainProcess();
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
auto* appId = static_cast<uint32_t*>(aUserData);
|
|
if (*appId != aAppId) {
|
|
return PL_DHASH_NEXT;
|
|
}
|
|
|
|
DeleteDatabase(aInfo->mName, aInfo->mManifestURL);
|
|
return PL_DHASH_REMOVE;
|
|
}
|
|
|
|
PLDHashOperator
|
|
DeleteDataStoresEnumerator(const nsAString& aName,
|
|
nsAutoPtr<HashApp>& aApps,
|
|
void* aUserData)
|
|
{
|
|
AssertIsInMainProcess();
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
aApps->Enumerate(DeleteDataStoresAppEnumerator, aUserData);
|
|
return aApps->Count() ? PL_DHASH_NEXT : PL_DHASH_REMOVE;
|
|
}
|
|
|
|
void
|
|
GeneratePermissionName(nsAString& aPermission,
|
|
const nsAString& aName,
|
|
const nsAString& aManifestURL)
|
|
{
|
|
aPermission.AssignLiteral("indexedDB-chrome-");
|
|
aPermission.Append(aName);
|
|
aPermission.Append('|');
|
|
aPermission.Append(aManifestURL);
|
|
}
|
|
|
|
nsresult
|
|
ResetPermission(uint32_t aAppId, const nsAString& aOriginURL,
|
|
const nsAString& aManifestURL,
|
|
const nsAString& aPermission,
|
|
bool aReadOnly)
|
|
{
|
|
AssertIsInMainProcess();
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
nsresult rv;
|
|
nsCOMPtr<nsIIOService> ioService(do_GetService(NS_IOSERVICE_CONTRACTID, &rv));
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
nsCOMPtr<nsIURI> uri;
|
|
rv = ioService->NewURI(NS_ConvertUTF16toUTF8(aOriginURL), nullptr, nullptr,
|
|
getter_AddRefs(uri));
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
nsIScriptSecurityManager* ssm = nsContentUtils::GetSecurityManager();
|
|
if (!ssm) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
nsCOMPtr<nsIPrincipal> principal;
|
|
rv = ssm->GetAppCodebasePrincipal(uri, aAppId, false,
|
|
getter_AddRefs(principal));
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
nsCOMPtr<nsIPermissionManager> pm =
|
|
do_GetService(NS_PERMISSIONMANAGER_CONTRACTID);
|
|
if (!pm) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
nsCString basePermission;
|
|
basePermission.Append(NS_ConvertUTF16toUTF8(aPermission));
|
|
|
|
// Write permission
|
|
{
|
|
nsCString permission;
|
|
permission.Append(basePermission);
|
|
permission.AppendLiteral("-write");
|
|
|
|
uint32_t perm = nsIPermissionManager::UNKNOWN_ACTION;
|
|
rv = pm->TestExactPermissionFromPrincipal(principal, permission.get(),
|
|
&perm);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
if (aReadOnly && perm == nsIPermissionManager::ALLOW_ACTION) {
|
|
rv = pm->RemoveFromPrincipal(principal, permission.get());
|
|
}
|
|
else if (!aReadOnly && perm != nsIPermissionManager::ALLOW_ACTION) {
|
|
rv = pm->AddFromPrincipal(principal, permission.get(),
|
|
nsIPermissionManager::ALLOW_ACTION,
|
|
nsIPermissionManager::EXPIRE_NEVER, 0);
|
|
}
|
|
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
}
|
|
|
|
// Read permission
|
|
{
|
|
nsCString permission;
|
|
permission.Append(basePermission);
|
|
permission.AppendLiteral("-read");
|
|
|
|
uint32_t perm = nsIPermissionManager::UNKNOWN_ACTION;
|
|
rv = pm->TestExactPermissionFromPrincipal(principal, permission.get(),
|
|
&perm);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
if (perm != nsIPermissionManager::ALLOW_ACTION) {
|
|
rv = pm->AddFromPrincipal(principal, permission.get(),
|
|
nsIPermissionManager::ALLOW_ACTION,
|
|
nsIPermissionManager::EXPIRE_NEVER, 0);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Generic permission
|
|
uint32_t perm = nsIPermissionManager::UNKNOWN_ACTION;
|
|
rv = pm->TestExactPermissionFromPrincipal(principal, basePermission.get(),
|
|
&perm);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
if (perm != nsIPermissionManager::ALLOW_ACTION) {
|
|
rv = pm->AddFromPrincipal(principal, basePermission.get(),
|
|
nsIPermissionManager::ALLOW_ACTION,
|
|
nsIPermissionManager::EXPIRE_NEVER, 0);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
class MOZ_STACK_CLASS GetDataStoreInfosData
|
|
{
|
|
public:
|
|
GetDataStoreInfosData(nsClassHashtable<nsStringHashKey, HashApp>& aAccessStores,
|
|
const nsAString& aName, const nsAString& aManifestURL,
|
|
uint32_t aAppId, nsTArray<DataStoreInfo>& aStores)
|
|
: mAccessStores(aAccessStores)
|
|
, mName(aName)
|
|
, mManifestURL(aManifestURL)
|
|
, mAppId(aAppId)
|
|
, mStores(aStores)
|
|
{}
|
|
|
|
nsClassHashtable<nsStringHashKey, HashApp>& mAccessStores;
|
|
nsString mName;
|
|
nsString mManifestURL;
|
|
uint32_t mAppId;
|
|
nsTArray<DataStoreInfo>& mStores;
|
|
};
|
|
|
|
PLDHashOperator
|
|
GetDataStoreInfosEnumerator(const uint32_t& aAppId,
|
|
DataStoreInfo* aInfo,
|
|
void* aUserData)
|
|
{
|
|
AssertIsInMainProcess();
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
auto* data = static_cast<GetDataStoreInfosData*>(aUserData);
|
|
if (aAppId == data->mAppId) {
|
|
return PL_DHASH_NEXT;
|
|
}
|
|
|
|
HashApp* apps;
|
|
if (!data->mAccessStores.Get(data->mName, &apps)) {
|
|
return PL_DHASH_NEXT;
|
|
}
|
|
|
|
if (!data->mManifestURL.IsEmpty() &&
|
|
!data->mManifestURL.Equals(aInfo->mManifestURL)) {
|
|
return PL_DHASH_NEXT;
|
|
}
|
|
|
|
DataStoreInfo* accessInfo = nullptr;
|
|
if (!apps->Get(data->mAppId, &accessInfo)) {
|
|
return PL_DHASH_NEXT;
|
|
}
|
|
|
|
bool readOnly = aInfo->mReadOnly || accessInfo->mReadOnly;
|
|
DataStoreInfo* accessStore = data->mStores.AppendElement();
|
|
accessStore->Init(aInfo->mName, aInfo->mOriginURL,
|
|
aInfo->mManifestURL, readOnly,
|
|
aInfo->mEnabled);
|
|
|
|
return PL_DHASH_NEXT;
|
|
}
|
|
|
|
PLDHashOperator
|
|
GetAppManifestURLsEnumerator(const uint32_t& aAppId,
|
|
DataStoreInfo* aInfo,
|
|
void* aUserData)
|
|
{
|
|
AssertIsInMainProcess();
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
auto* manifestURLs = static_cast<nsIMutableArray*>(aUserData);
|
|
nsCOMPtr<nsISupportsString> manifestURL(do_CreateInstance(NS_SUPPORTS_STRING_CONTRACTID));
|
|
if (manifestURL) {
|
|
manifestURL->SetData(aInfo->mManifestURL);
|
|
manifestURLs->AppendElement(manifestURL, false);
|
|
}
|
|
|
|
return PL_DHASH_NEXT;
|
|
}
|
|
|
|
// This class is useful to enumerate the add permissions for each app.
|
|
class MOZ_STACK_CLASS AddPermissionsData
|
|
{
|
|
public:
|
|
AddPermissionsData(const nsAString& aPermission, bool aReadOnly)
|
|
: mPermission(aPermission)
|
|
, mReadOnly(aReadOnly)
|
|
, mResult(NS_OK)
|
|
{}
|
|
|
|
nsString mPermission;
|
|
bool mReadOnly;
|
|
nsresult mResult;
|
|
};
|
|
|
|
PLDHashOperator
|
|
AddPermissionsEnumerator(const uint32_t& aAppId,
|
|
DataStoreInfo* aInfo,
|
|
void* userData)
|
|
{
|
|
AssertIsInMainProcess();
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
auto* data = static_cast<AddPermissionsData*>(userData);
|
|
|
|
// ReadOnly is decided by the owner first.
|
|
bool readOnly = data->mReadOnly || aInfo->mReadOnly;
|
|
|
|
data->mResult = ResetPermission(aAppId, aInfo->mOriginURL,
|
|
aInfo->mManifestURL,
|
|
data->mPermission,
|
|
readOnly);
|
|
return NS_FAILED(data->mResult) ? PL_DHASH_STOP : PL_DHASH_NEXT;
|
|
}
|
|
|
|
// This class is useful to enumerate the add permissions for each app.
|
|
class MOZ_STACK_CLASS AddAccessPermissionsData
|
|
{
|
|
public:
|
|
AddAccessPermissionsData(uint32_t aAppId, const nsAString& aName,
|
|
const nsAString& aOriginURL, bool aReadOnly)
|
|
: mAppId(aAppId)
|
|
, mName(aName)
|
|
, mOriginURL(aOriginURL)
|
|
, mReadOnly(aReadOnly)
|
|
, mResult(NS_OK)
|
|
{}
|
|
|
|
uint32_t mAppId;
|
|
nsString mName;
|
|
nsString mOriginURL;
|
|
bool mReadOnly;
|
|
nsresult mResult;
|
|
};
|
|
|
|
PLDHashOperator
|
|
AddAccessPermissionsEnumerator(const uint32_t& aAppId,
|
|
DataStoreInfo* aInfo,
|
|
void* userData)
|
|
{
|
|
AssertIsInMainProcess();
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
auto* data = static_cast<AddAccessPermissionsData*>(userData);
|
|
|
|
nsString permission;
|
|
GeneratePermissionName(permission, data->mName, aInfo->mManifestURL);
|
|
|
|
// ReadOnly is decided by the owner first.
|
|
bool readOnly = aInfo->mReadOnly || data->mReadOnly;
|
|
|
|
data->mResult = ResetPermission(data->mAppId, data->mOriginURL,
|
|
aInfo->mManifestURL,
|
|
permission, readOnly);
|
|
return NS_FAILED(data->mResult) ? PL_DHASH_STOP : PL_DHASH_NEXT;
|
|
}
|
|
|
|
} /* anonymous namespace */
|
|
|
|
// A PendingRequest is created when a content code wants a list of DataStores
|
|
// but some of them are not enabled yet.
|
|
class PendingRequest
|
|
{
|
|
public:
|
|
void Init(nsPIDOMWindow* aWindow, Promise* aPromise,
|
|
const nsTArray<DataStoreInfo>& aStores,
|
|
const nsTArray<nsString>& aPendingDataStores)
|
|
{
|
|
mWindow = aWindow;
|
|
mPromise = aPromise;
|
|
mStores = aStores;
|
|
mPendingDataStores = aPendingDataStores;
|
|
}
|
|
|
|
nsCOMPtr<nsPIDOMWindow> mWindow;
|
|
nsRefPtr<Promise> mPromise;
|
|
nsTArray<DataStoreInfo> mStores;
|
|
|
|
// This array contains the list of manifestURLs of the DataStores that are
|
|
// not enabled yet.
|
|
nsTArray<nsString> mPendingDataStores;
|
|
};
|
|
|
|
// This callback is used to enable a DataStore when its first revisionID is
|
|
// created.
|
|
class RevisionAddedEnableStoreCallback final :
|
|
public DataStoreRevisionCallback
|
|
{
|
|
private:
|
|
~RevisionAddedEnableStoreCallback() {}
|
|
public:
|
|
NS_INLINE_DECL_REFCOUNTING(RevisionAddedEnableStoreCallback);
|
|
|
|
RevisionAddedEnableStoreCallback(uint32_t aAppId,
|
|
const nsAString& aName,
|
|
const nsAString& aManifestURL)
|
|
: mAppId(aAppId)
|
|
, mName(aName)
|
|
, mManifestURL(aManifestURL)
|
|
{
|
|
AssertIsInMainProcess();
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
}
|
|
|
|
void
|
|
Run(const nsAString& aRevisionId)
|
|
{
|
|
AssertIsInMainProcess();
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
nsRefPtr<DataStoreService> service = DataStoreService::Get();
|
|
MOZ_ASSERT(service);
|
|
|
|
service->EnableDataStore(mAppId, mName, mManifestURL);
|
|
}
|
|
|
|
private:
|
|
uint32_t mAppId;
|
|
nsString mName;
|
|
nsString mManifestURL;
|
|
};
|
|
|
|
// This DataStoreDBCallback is called when DataStoreDB opens the DataStore DB.
|
|
// Then the first revision will be created if it's needed.
|
|
class FirstRevisionIdCallback final : public DataStoreDBCallback
|
|
, public nsIDOMEventListener
|
|
{
|
|
public:
|
|
NS_DECL_ISUPPORTS
|
|
|
|
FirstRevisionIdCallback(uint32_t aAppId, const nsAString& aName,
|
|
const nsAString& aManifestURL)
|
|
: mAppId(aAppId)
|
|
, mName(aName)
|
|
, mManifestURL(aManifestURL)
|
|
{
|
|
AssertIsInMainProcess();
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
}
|
|
|
|
void
|
|
Run(DataStoreDB* aDb, RunStatus aStatus) override
|
|
{
|
|
AssertIsInMainProcess();
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
MOZ_ASSERT(aDb);
|
|
|
|
if (aStatus == Error) {
|
|
NS_WARNING("Failed to create the first revision.");
|
|
return;
|
|
}
|
|
|
|
ErrorResult error;
|
|
|
|
if (aStatus == Success) {
|
|
mTxn = aDb->Transaction();
|
|
|
|
nsRefPtr<IDBObjectStore> store =
|
|
mTxn->ObjectStore(NS_LITERAL_STRING(DATASTOREDB_REVISION), error);
|
|
if (NS_WARN_IF(error.Failed())) {
|
|
return;
|
|
}
|
|
|
|
AutoSafeJSContext cx;
|
|
mRequest = store->OpenCursor(cx, JS::UndefinedHandleValue,
|
|
IDBCursorDirection::Prev, error);
|
|
if (NS_WARN_IF(error.Failed())) {
|
|
return;
|
|
}
|
|
|
|
nsresult rv;
|
|
rv = mRequest->EventTarget::AddEventListener(NS_LITERAL_STRING("success"),
|
|
this, false);
|
|
if (NS_FAILED(rv)) {
|
|
NS_WARNING("Failed to add an EventListener.");
|
|
return;
|
|
}
|
|
|
|
return;
|
|
}
|
|
|
|
// The DB has just been created.
|
|
|
|
error = CreateFirstRevision(aDb->Transaction());
|
|
if (error.Failed()) {
|
|
NS_WARNING("Failed to add a revision to a DataStore.");
|
|
}
|
|
}
|
|
|
|
nsresult
|
|
CreateFirstRevision(IDBTransaction* aTxn)
|
|
{
|
|
MOZ_ASSERT(aTxn);
|
|
|
|
ErrorResult error;
|
|
nsRefPtr<IDBObjectStore> store =
|
|
aTxn->ObjectStore(NS_LITERAL_STRING(DATASTOREDB_REVISION), error);
|
|
if (NS_WARN_IF(error.Failed())) {
|
|
return error.StealNSResult();
|
|
}
|
|
MOZ_ASSERT(store);
|
|
|
|
nsRefPtr<RevisionAddedEnableStoreCallback> callback =
|
|
new RevisionAddedEnableStoreCallback(mAppId, mName, mManifestURL);
|
|
|
|
// Note: this cx is only used for rooting and AddRevision, neither of which
|
|
// actually care which compartment we're in.
|
|
AutoSafeJSContext cx;
|
|
|
|
// If the revision doesn't exist, let's create it.
|
|
nsRefPtr<DataStoreRevision> revision = new DataStoreRevision();
|
|
nsresult rv = revision->AddRevision(cx, store, 0,
|
|
DataStoreRevision::RevisionVoid,
|
|
callback);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
// nsIDOMEventListener
|
|
NS_IMETHOD
|
|
HandleEvent(nsIDOMEvent* aEvent) override
|
|
{
|
|
AssertIsInMainProcess();
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
nsRefPtr<IDBRequest> request;
|
|
request.swap(mRequest);
|
|
|
|
nsRefPtr<IDBTransaction> txn;
|
|
txn.swap(mTxn);
|
|
|
|
request->RemoveEventListener(NS_LITERAL_STRING("success"), this, false);
|
|
|
|
nsString type;
|
|
nsresult rv = aEvent->GetType(type);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
#ifdef DEBUG
|
|
MOZ_ASSERT(type.EqualsASCII("success"));
|
|
#endif
|
|
|
|
AutoSafeJSContext cx;
|
|
|
|
ErrorResult error;
|
|
JS::Rooted<JS::Value> result(cx);
|
|
request->GetResult(cx, &result, error);
|
|
if (NS_WARN_IF(error.Failed())) {
|
|
return error.StealNSResult();
|
|
}
|
|
|
|
// This means that the content is a IDBCursor, so the first revision already
|
|
// exists.
|
|
if (result.isObject()) {
|
|
#ifdef DEBUG
|
|
IDBCursor* cursor = nullptr;
|
|
error = UNWRAP_OBJECT(IDBCursor, &result.toObject(), cursor);
|
|
MOZ_ASSERT(!error.Failed());
|
|
#endif
|
|
|
|
nsRefPtr<DataStoreService> service = DataStoreService::Get();
|
|
MOZ_ASSERT(service);
|
|
|
|
return service->EnableDataStore(mAppId, mName, mManifestURL);
|
|
}
|
|
|
|
rv = CreateFirstRevision(txn);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
private:
|
|
~FirstRevisionIdCallback() {}
|
|
|
|
nsRefPtr<IDBRequest> mRequest;
|
|
nsRefPtr<IDBTransaction> mTxn;
|
|
|
|
uint32_t mAppId;
|
|
nsString mName;
|
|
nsString mManifestURL;
|
|
};
|
|
|
|
NS_IMPL_ISUPPORTS(FirstRevisionIdCallback, nsIDOMEventListener)
|
|
|
|
// This class calls the 'retrieveRevisionId' method of the DataStore object for
|
|
// any DataStore in the 'mResults' array. When all of them are called, the
|
|
// promise is resolved with 'mResults'.
|
|
// The reson why this has to be done is because DataStore are object that can be
|
|
// created in any thread and in any process. The first revision has been
|
|
// created, but they don't know its value yet.
|
|
class RetrieveRevisionsCounter
|
|
{
|
|
private:
|
|
~RetrieveRevisionsCounter() {}
|
|
public:
|
|
NS_INLINE_DECL_REFCOUNTING(RetrieveRevisionsCounter);
|
|
|
|
RetrieveRevisionsCounter(uint32_t aId, Promise* aPromise, uint32_t aCount)
|
|
: mPromise(aPromise)
|
|
, mId(aId)
|
|
, mCount(aCount)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
}
|
|
|
|
void
|
|
AppendDataStore(JSContext* aCx, DataStore* aDataStore,
|
|
nsIDataStore* aDataStoreIf)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
mResults.AppendElement(aDataStore);
|
|
|
|
// DataStore will run this callback when the revisionID is retrieved.
|
|
JSFunction* func = js::NewFunctionWithReserved(aCx, JSCallback,
|
|
0 /* nargs */, 0 /* flags */,
|
|
nullptr);
|
|
if (!func) {
|
|
return;
|
|
}
|
|
|
|
JS::Rooted<JSObject*> obj(aCx, JS_GetFunctionObject(func));
|
|
if (!obj) {
|
|
return;
|
|
}
|
|
|
|
// We use the ID to know which counter is this. The service keeps all of
|
|
// these counters alive with their own IDs in an hashtable.
|
|
js::SetFunctionNativeReserved(obj, 0, JS::Int32Value(mId));
|
|
|
|
JS::Rooted<JS::Value> value(aCx, JS::ObjectValue(*obj));
|
|
nsresult rv = aDataStoreIf->RetrieveRevisionId(value);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return;
|
|
}
|
|
}
|
|
|
|
private:
|
|
static bool
|
|
JSCallback(JSContext* aCx, unsigned aArgc, JS::Value* aVp)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
JS::CallArgs args = CallArgsFromVp(aArgc, aVp);
|
|
|
|
JS::Rooted<JS::Value> value(aCx,
|
|
js::GetFunctionNativeReserved(&args.callee(), 0));
|
|
uint32_t id = value.toInt32();
|
|
|
|
nsRefPtr<DataStoreService> service = DataStoreService::Get();
|
|
MOZ_ASSERT(service);
|
|
|
|
nsRefPtr<RetrieveRevisionsCounter> counter = service->GetCounter(id);
|
|
MOZ_ASSERT(counter);
|
|
|
|
// When all the callbacks are called, we can resolve the promise and remove
|
|
// the counter from the service.
|
|
--counter->mCount;
|
|
if (!counter->mCount) {
|
|
service->RemoveCounter(id);
|
|
counter->mPromise->MaybeResolve(counter->mResults);
|
|
}
|
|
|
|
return true;
|
|
}
|
|
|
|
nsRefPtr<Promise> mPromise;
|
|
nsTArray<nsRefPtr<DataStore>> mResults;
|
|
|
|
uint32_t mId;
|
|
uint32_t mCount;
|
|
};
|
|
|
|
/* static */ already_AddRefed<DataStoreService>
|
|
DataStoreService::GetOrCreate()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
if (!gDataStoreService) {
|
|
nsRefPtr<DataStoreService> service = new DataStoreService();
|
|
if (NS_WARN_IF(NS_FAILED(service->Init()))) {
|
|
return nullptr;
|
|
}
|
|
|
|
gDataStoreService = service;
|
|
}
|
|
|
|
nsRefPtr<DataStoreService> service = gDataStoreService.get();
|
|
return service.forget();
|
|
}
|
|
|
|
/* static */ already_AddRefed<DataStoreService>
|
|
DataStoreService::Get()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
nsRefPtr<DataStoreService> service = gDataStoreService.get();
|
|
return service.forget();
|
|
}
|
|
|
|
/* static */ void
|
|
DataStoreService::Shutdown()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
if (gDataStoreService) {
|
|
if (IsMainProcess()) {
|
|
nsCOMPtr<nsIObserverService> obs = mozilla::services::GetObserverService();
|
|
if (obs) {
|
|
obs->RemoveObserver(gDataStoreService, "webapps-clear-data");
|
|
}
|
|
}
|
|
|
|
gDataStoreService = nullptr;
|
|
}
|
|
}
|
|
|
|
NS_INTERFACE_MAP_BEGIN(DataStoreService)
|
|
NS_INTERFACE_MAP_ENTRY_AMBIGUOUS(nsISupports, nsIDataStoreService)
|
|
NS_INTERFACE_MAP_ENTRY(nsIDataStoreService)
|
|
NS_INTERFACE_MAP_ENTRY(nsIObserver)
|
|
NS_INTERFACE_MAP_END
|
|
|
|
NS_IMPL_ADDREF(DataStoreService)
|
|
NS_IMPL_RELEASE(DataStoreService)
|
|
|
|
DataStoreService::DataStoreService()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
}
|
|
|
|
DataStoreService::~DataStoreService()
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
}
|
|
|
|
nsresult
|
|
DataStoreService::Init()
|
|
{
|
|
if (!IsMainProcess()) {
|
|
return NS_OK;
|
|
}
|
|
|
|
nsCOMPtr<nsIObserverService> obs = mozilla::services::GetObserverService();
|
|
if (!obs) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
nsresult rv = obs->AddObserver(this, "webapps-clear-data", false);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataStoreService::InstallDataStore(uint32_t aAppId,
|
|
const nsAString& aName,
|
|
const nsAString& aOriginURL,
|
|
const nsAString& aManifestURL,
|
|
bool aReadOnly)
|
|
{
|
|
ASSERT_PARENT_PROCESS()
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
HashApp* apps = nullptr;
|
|
if (!mStores.Get(aName, &apps)) {
|
|
apps = new HashApp();
|
|
mStores.Put(aName, apps);
|
|
}
|
|
|
|
DataStoreInfo* info = nullptr;
|
|
if (!apps->Get(aAppId, &info)) {
|
|
info = new DataStoreInfo(aName, aOriginURL, aManifestURL, aReadOnly, false);
|
|
apps->Put(aAppId, info);
|
|
} else {
|
|
info->Update(aName, aOriginURL, aManifestURL, aReadOnly);
|
|
}
|
|
|
|
nsresult rv = AddPermissions(aAppId, aName, aOriginURL, aManifestURL,
|
|
aReadOnly);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
// Immediately create the first revision.
|
|
return CreateFirstRevisionId(aAppId, aName, aManifestURL);
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataStoreService::InstallAccessDataStore(uint32_t aAppId,
|
|
const nsAString& aName,
|
|
const nsAString& aOriginURL,
|
|
const nsAString& aManifestURL,
|
|
bool aReadOnly)
|
|
{
|
|
ASSERT_PARENT_PROCESS()
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
HashApp* apps = nullptr;
|
|
if (!mAccessStores.Get(aName, &apps)) {
|
|
apps = new HashApp();
|
|
mAccessStores.Put(aName, apps);
|
|
}
|
|
|
|
DataStoreInfo* info = nullptr;
|
|
if (!apps->Get(aAppId, &info)) {
|
|
info = new DataStoreInfo(aName, aOriginURL, aManifestURL, aReadOnly, false);
|
|
apps->Put(aAppId, info);
|
|
} else {
|
|
info->Update(aName, aOriginURL, aManifestURL, aReadOnly);
|
|
}
|
|
|
|
return AddAccessPermissions(aAppId, aName, aOriginURL, aManifestURL,
|
|
aReadOnly);
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataStoreService::GetDataStores(nsIDOMWindow* aWindow,
|
|
const nsAString& aName,
|
|
const nsAString& aOwner,
|
|
nsISupports** aDataStores)
|
|
{
|
|
// FIXME This will be a thread-safe method.
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
nsCOMPtr<nsPIDOMWindow> window = do_QueryInterface(aWindow);
|
|
if (!window) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
nsCOMPtr<nsIGlobalObject> global = do_QueryInterface(window);
|
|
ErrorResult rv;
|
|
nsRefPtr<Promise> promise = Promise::Create(global, rv);
|
|
if (rv.Failed()) {
|
|
return rv.StealNSResult();
|
|
}
|
|
|
|
nsCOMPtr<nsIDocument> document = window->GetDoc();
|
|
MOZ_ASSERT(document);
|
|
|
|
nsCOMPtr<nsIPrincipal> principal = document->NodePrincipal();
|
|
MOZ_ASSERT(principal);
|
|
|
|
nsTArray<DataStoreInfo> stores;
|
|
|
|
// If this request comes from the main process, we have access to the
|
|
// window, so we can skip the ipc communication.
|
|
if (IsMainProcess()) {
|
|
uint32_t appId;
|
|
nsresult rv = principal->GetAppId(&appId);
|
|
if (NS_FAILED(rv)) {
|
|
RejectPromise(window, promise, rv);
|
|
promise.forget(aDataStores);
|
|
return NS_OK;
|
|
}
|
|
|
|
rv = GetDataStoreInfos(aName, aOwner, appId, principal, stores);
|
|
if (NS_FAILED(rv)) {
|
|
RejectPromise(window, promise, rv);
|
|
promise.forget(aDataStores);
|
|
return NS_OK;
|
|
}
|
|
}
|
|
|
|
else {
|
|
// This method can be called in the child so we need to send a request
|
|
// to the parent and create DataStore object here.
|
|
ContentChild* contentChild = ContentChild::GetSingleton();
|
|
|
|
nsTArray<DataStoreSetting> array;
|
|
if (!contentChild->SendDataStoreGetStores(nsAutoString(aName),
|
|
nsAutoString(aOwner),
|
|
IPC::Principal(principal),
|
|
&array)) {
|
|
RejectPromise(window, promise, NS_ERROR_FAILURE);
|
|
promise.forget(aDataStores);
|
|
return NS_OK;
|
|
}
|
|
|
|
for (uint32_t i = 0; i < array.Length(); ++i) {
|
|
DataStoreInfo* info = stores.AppendElement();
|
|
info->Init(array[i].name(), array[i].originURL(),
|
|
array[i].manifestURL(), array[i].readOnly(),
|
|
array[i].enabled());
|
|
}
|
|
}
|
|
|
|
GetDataStoresCreate(window, promise, stores);
|
|
promise.forget(aDataStores);
|
|
return NS_OK;
|
|
}
|
|
|
|
void
|
|
DataStoreService::GetDataStoresCreate(nsPIDOMWindow* aWindow, Promise* aPromise,
|
|
const nsTArray<DataStoreInfo>& aStores)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
if (!aStores.Length()) {
|
|
GetDataStoresResolve(aWindow, aPromise, aStores);
|
|
return;
|
|
}
|
|
|
|
nsTArray<nsString> pendingDataStores;
|
|
for (uint32_t i = 0; i < aStores.Length(); ++i) {
|
|
if (!aStores[i].mEnabled) {
|
|
pendingDataStores.AppendElement(aStores[i].mManifestURL);
|
|
}
|
|
}
|
|
|
|
if (!pendingDataStores.Length()) {
|
|
GetDataStoresResolve(aWindow, aPromise, aStores);
|
|
return;
|
|
}
|
|
|
|
PendingRequests* requests;
|
|
if (!mPendingRequests.Get(aStores[0].mName, &requests)) {
|
|
requests = new PendingRequests();
|
|
mPendingRequests.Put(aStores[0].mName, requests);
|
|
}
|
|
|
|
PendingRequest* request = requests->AppendElement();
|
|
request->Init(aWindow, aPromise, aStores, pendingDataStores);
|
|
}
|
|
|
|
void
|
|
DataStoreService::GetDataStoresResolve(nsPIDOMWindow* aWindow,
|
|
Promise* aPromise,
|
|
const nsTArray<DataStoreInfo>& aStores)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
if (!aStores.Length()) {
|
|
nsTArray<nsRefPtr<DataStore>> results;
|
|
aPromise->MaybeResolve(results);
|
|
return;
|
|
}
|
|
|
|
AutoSafeJSContext cx;
|
|
|
|
// The counter will finish this task once all the DataStores will know their
|
|
// first revision Ids.
|
|
nsRefPtr<RetrieveRevisionsCounter> counter =
|
|
new RetrieveRevisionsCounter(++gCounterID, aPromise, aStores.Length());
|
|
mPendingCounters.Put(gCounterID, counter);
|
|
|
|
for (uint32_t i = 0; i < aStores.Length(); ++i) {
|
|
nsCOMPtr<nsIDataStore> dataStore =
|
|
do_CreateInstance("@mozilla.org/dom/datastore;1");
|
|
if (NS_WARN_IF(!dataStore)) {
|
|
return;
|
|
}
|
|
|
|
nsresult rv = dataStore->Init(aWindow, aStores[i].mName,
|
|
aStores[i].mManifestURL,
|
|
aStores[i].mReadOnly);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return;
|
|
}
|
|
|
|
nsCOMPtr<nsIXPConnectWrappedJS> xpcwrappedjs = do_QueryInterface(dataStore);
|
|
if (NS_WARN_IF(!xpcwrappedjs)) {
|
|
return;
|
|
}
|
|
|
|
JS::Rooted<JSObject*> dataStoreJS(cx, xpcwrappedjs->GetJSObject());
|
|
if (NS_WARN_IF(!dataStoreJS)) {
|
|
return;
|
|
}
|
|
|
|
nsCOMPtr<nsIGlobalObject> global = do_QueryInterface(aWindow);
|
|
MOZ_ASSERT(global);
|
|
|
|
JSAutoCompartment ac(cx, dataStoreJS);
|
|
nsRefPtr<DataStoreImpl> dataStoreObj = new DataStoreImpl(dataStoreJS,
|
|
global);
|
|
|
|
nsRefPtr<DataStore> exposedStore = new DataStore(aWindow);
|
|
|
|
ErrorResult error;
|
|
exposedStore->SetDataStoreImpl(*dataStoreObj, error);
|
|
if (error.Failed()) {
|
|
return;
|
|
}
|
|
|
|
JS::Rooted<JS::Value> exposedObject(cx);
|
|
if (!GetOrCreateDOMReflector(cx, exposedStore, &exposedObject)) {
|
|
JS_ClearPendingException(cx);
|
|
return;
|
|
}
|
|
|
|
dataStore->SetExposedObject(exposedObject);
|
|
|
|
counter->AppendDataStore(cx, exposedStore, dataStore);
|
|
}
|
|
}
|
|
|
|
// Thie method populates 'aStores' with the list of DataStores with 'aName' as
|
|
// name and available for this 'aAppId'.
|
|
nsresult
|
|
DataStoreService::GetDataStoreInfos(const nsAString& aName,
|
|
const nsAString& aOwner,
|
|
uint32_t aAppId,
|
|
nsIPrincipal* aPrincipal,
|
|
nsTArray<DataStoreInfo>& aStores)
|
|
{
|
|
AssertIsInMainProcess();
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
nsCOMPtr<nsIAppsService> appsService =
|
|
do_GetService("@mozilla.org/AppsService;1");
|
|
if (NS_WARN_IF(!appsService)) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
nsCOMPtr<mozIApplication> app;
|
|
nsresult rv = appsService->GetAppByLocalId(aAppId, getter_AddRefs(app));
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
if (!app) {
|
|
return NS_ERROR_DOM_SECURITY_ERR;
|
|
}
|
|
|
|
if (!DataStoreService::CheckPermission(aPrincipal)) {
|
|
return NS_ERROR_DOM_SECURITY_ERR;
|
|
}
|
|
|
|
aStores.Clear();
|
|
|
|
HashApp* apps = nullptr;
|
|
if (!mStores.Get(aName, &apps)) {
|
|
return NS_OK;
|
|
}
|
|
|
|
DataStoreInfo* info = nullptr;
|
|
if (apps->Get(aAppId, &info) &&
|
|
(aOwner.IsEmpty() || aOwner.Equals(info->mManifestURL))) {
|
|
DataStoreInfo* owned = aStores.AppendElement();
|
|
owned->Init(info->mName, info->mOriginURL, info->mManifestURL, false,
|
|
info->mEnabled);
|
|
}
|
|
|
|
GetDataStoreInfosData data(mAccessStores, aName, aOwner, aAppId, aStores);
|
|
apps->EnumerateRead(GetDataStoreInfosEnumerator, &data);
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataStoreService::GetAppManifestURLsForDataStore(const nsAString& aName,
|
|
nsIArray** aManifestURLs)
|
|
{
|
|
ASSERT_PARENT_PROCESS()
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
nsCOMPtr<nsIMutableArray> manifestURLs = do_CreateInstance(NS_ARRAY_CONTRACTID);
|
|
if (!manifestURLs) {
|
|
return NS_ERROR_OUT_OF_MEMORY;
|
|
}
|
|
|
|
HashApp* apps = nullptr;
|
|
if (mStores.Get(aName, &apps)) {
|
|
apps->EnumerateRead(GetAppManifestURLsEnumerator, manifestURLs.get());
|
|
}
|
|
if (mAccessStores.Get(aName, &apps)) {
|
|
apps->EnumerateRead(GetAppManifestURLsEnumerator, manifestURLs.get());
|
|
}
|
|
|
|
manifestURLs.forget(aManifestURLs);
|
|
return NS_OK;
|
|
}
|
|
|
|
bool
|
|
DataStoreService::CheckPermission(nsIPrincipal* aPrincipal)
|
|
{
|
|
// First of all, the general pref has to be turned on.
|
|
bool enabled = false;
|
|
Preferences::GetBool("dom.datastore.enabled", &enabled);
|
|
if (!enabled) {
|
|
return false;
|
|
}
|
|
|
|
// Just for testing, we can enable DataStore for any kind of app.
|
|
if (Preferences::GetBool("dom.testing.datastore_enabled_for_hosted_apps", false)) {
|
|
return true;
|
|
}
|
|
|
|
if (!aPrincipal) {
|
|
return false;
|
|
}
|
|
|
|
uint16_t status;
|
|
if (NS_FAILED(aPrincipal->GetAppStatus(&status))) {
|
|
return false;
|
|
}
|
|
|
|
// Only support DataStore API for certified apps for now.
|
|
return status == nsIPrincipal::APP_STATUS_CERTIFIED;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataStoreService::CheckPermission(nsIPrincipal* aPrincipal,
|
|
bool* aResult)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
*aResult = DataStoreService::CheckPermission(aPrincipal);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
// This method is called when an app with DataStores is deleted.
|
|
void
|
|
DataStoreService::DeleteDataStores(uint32_t aAppId)
|
|
{
|
|
AssertIsInMainProcess();
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
mStores.Enumerate(DeleteDataStoresEnumerator, &aAppId);
|
|
mAccessStores.Enumerate(DeleteDataStoresEnumerator, &aAppId);
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataStoreService::Observe(nsISupports* aSubject,
|
|
const char* aTopic,
|
|
const char16_t* aData)
|
|
{
|
|
AssertIsInMainProcess();
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
if (strcmp(aTopic, "webapps-clear-data")) {
|
|
return NS_OK;
|
|
}
|
|
|
|
nsCOMPtr<mozIApplicationClearPrivateDataParams> params =
|
|
do_QueryInterface(aSubject);
|
|
MOZ_ASSERT(params);
|
|
|
|
// DataStore is explosed to apps, not browser content.
|
|
bool browserOnly;
|
|
nsresult rv = params->GetBrowserOnly(&browserOnly);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
if (browserOnly) {
|
|
return NS_OK;
|
|
}
|
|
|
|
uint32_t appId;
|
|
rv = params->GetAppId(&appId);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
DeleteDataStores(appId);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
DataStoreService::AddPermissions(uint32_t aAppId,
|
|
const nsAString& aName,
|
|
const nsAString& aOriginURL,
|
|
const nsAString& aManifestURL,
|
|
bool aReadOnly)
|
|
{
|
|
AssertIsInMainProcess();
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
// This is the permission name.
|
|
nsString permission;
|
|
GeneratePermissionName(permission, aName, aManifestURL);
|
|
|
|
// When a new DataStore is installed, the permissions must be set for the
|
|
// owner app.
|
|
nsresult rv = ResetPermission(aAppId, aOriginURL, aManifestURL, permission,
|
|
aReadOnly);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
// For any app that wants to have access to this DataStore we add the
|
|
// permissions.
|
|
HashApp* apps;
|
|
if (!mAccessStores.Get(aName, &apps)) {
|
|
return NS_OK;
|
|
}
|
|
|
|
AddPermissionsData data(permission, aReadOnly);
|
|
apps->EnumerateRead(AddPermissionsEnumerator, &data);
|
|
return data.mResult;
|
|
}
|
|
|
|
nsresult
|
|
DataStoreService::AddAccessPermissions(uint32_t aAppId, const nsAString& aName,
|
|
const nsAString& aOriginURL,
|
|
const nsAString& aManifestURL,
|
|
bool aReadOnly)
|
|
{
|
|
AssertIsInMainProcess();
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
// When an app wants to have access to a DataStore, the permissions must be
|
|
// set.
|
|
HashApp* apps = nullptr;
|
|
if (!mStores.Get(aName, &apps)) {
|
|
return NS_OK;
|
|
}
|
|
|
|
AddAccessPermissionsData data(aAppId, aName, aOriginURL, aReadOnly);
|
|
apps->EnumerateRead(AddAccessPermissionsEnumerator, &data);
|
|
return data.mResult;
|
|
}
|
|
|
|
// This method starts the operation to create the first revision for a DataStore
|
|
// if needed.
|
|
nsresult
|
|
DataStoreService::CreateFirstRevisionId(uint32_t aAppId,
|
|
const nsAString& aName,
|
|
const nsAString& aManifestURL)
|
|
{
|
|
AssertIsInMainProcess();
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
nsRefPtr<DataStoreDB> db = new DataStoreDB(aManifestURL, aName);
|
|
|
|
nsRefPtr<FirstRevisionIdCallback> callback =
|
|
new FirstRevisionIdCallback(aAppId, aName, aManifestURL);
|
|
|
|
Sequence<nsString> dbs;
|
|
dbs.AppendElement(NS_LITERAL_STRING(DATASTOREDB_REVISION));
|
|
|
|
return db->Open(IDBTransactionMode::Readwrite, dbs, callback);
|
|
}
|
|
|
|
nsresult
|
|
DataStoreService::EnableDataStore(uint32_t aAppId, const nsAString& aName,
|
|
const nsAString& aManifestURL)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
{
|
|
HashApp* apps = nullptr;
|
|
DataStoreInfo* info = nullptr;
|
|
if (mStores.Get(aName, &apps) && apps->Get(aAppId, &info)) {
|
|
info->Enable();
|
|
}
|
|
}
|
|
|
|
// Notify the child processes.
|
|
if (IsMainProcess()) {
|
|
nsTArray<ContentParent*> children;
|
|
ContentParent::GetAll(children);
|
|
for (uint32_t i = 0; i < children.Length(); i++) {
|
|
if (children[i]->NeedsDataStoreInfos()) {
|
|
unused << children[i]->SendDataStoreNotify(aAppId, nsAutoString(aName),
|
|
nsAutoString(aManifestURL));
|
|
}
|
|
}
|
|
}
|
|
|
|
// Maybe we have some pending request waiting for this DataStore.
|
|
PendingRequests* requests;
|
|
if (!mPendingRequests.Get(aName, &requests)) {
|
|
return NS_OK;
|
|
}
|
|
|
|
for (uint32_t i = 0; i < requests->Length();) {
|
|
PendingRequest& request = requests->ElementAt(i);
|
|
nsTArray<nsString>::index_type pos =
|
|
request.mPendingDataStores.IndexOf(aManifestURL);
|
|
if (pos != request.mPendingDataStores.NoIndex) {
|
|
request.mPendingDataStores.RemoveElementAt(pos);
|
|
|
|
// No other pending dataStores.
|
|
if (request.mPendingDataStores.IsEmpty()) {
|
|
GetDataStoresResolve(request.mWindow, request.mPromise,
|
|
request.mStores);
|
|
requests->RemoveElementAt(i);
|
|
continue;
|
|
}
|
|
}
|
|
|
|
++i;
|
|
}
|
|
|
|
// No other pending requests for this name.
|
|
if (requests->IsEmpty()) {
|
|
mPendingRequests.Remove(aName);
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
already_AddRefed<RetrieveRevisionsCounter>
|
|
DataStoreService::GetCounter(uint32_t aId) const
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
nsRefPtr<RetrieveRevisionsCounter> counter;
|
|
return mPendingCounters.Get(aId, getter_AddRefs(counter))
|
|
? counter.forget() : nullptr;
|
|
}
|
|
|
|
void
|
|
DataStoreService::RemoveCounter(uint32_t aId)
|
|
{
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
mPendingCounters.Remove(aId);
|
|
}
|
|
|
|
nsresult
|
|
DataStoreService::GetDataStoresFromIPC(const nsAString& aName,
|
|
const nsAString& aOwner,
|
|
nsIPrincipal* aPrincipal,
|
|
nsTArray<DataStoreSetting>* aValue)
|
|
{
|
|
MOZ_ASSERT(IsMainProcess());
|
|
MOZ_ASSERT(NS_IsMainThread());
|
|
|
|
uint32_t appId;
|
|
nsresult rv = aPrincipal->GetAppId(&appId);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
nsTArray<DataStoreInfo> stores;
|
|
rv = GetDataStoreInfos(aName, aOwner, appId, aPrincipal, stores);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
for (uint32_t i = 0; i < stores.Length(); ++i) {
|
|
DataStoreSetting* data = aValue->AppendElement();
|
|
data->name() = stores[i].mName;
|
|
data->originURL() = stores[i].mOriginURL;
|
|
data->manifestURL() = stores[i].mManifestURL;
|
|
data->readOnly() = stores[i].mReadOnly;
|
|
data->enabled() = stores[i].mEnabled;
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
DataStoreService::GenerateUUID(nsAString& aID)
|
|
{
|
|
nsresult rv;
|
|
|
|
if (!mUUIDGenerator) {
|
|
mUUIDGenerator = do_GetService("@mozilla.org/uuid-generator;1", &rv);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
}
|
|
|
|
nsID id;
|
|
rv = mUUIDGenerator->GenerateUUIDInPlace(&id);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
return rv;
|
|
}
|
|
|
|
char chars[NSID_LENGTH];
|
|
id.ToProvidedString(chars);
|
|
CopyASCIItoUTF16(chars, aID);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
} // namespace dom
|
|
} // namespace mozilla
|