mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-06 08:48:32 +00:00
Issue #80 - De-unify dom/quota
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
#include "ActorsChild.h"
|
||||
#include "nsIQuotaCallbacks.h"
|
||||
#include "nsIVariant.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#define mozilla_dom_quota_QuotaResults_h
|
||||
|
||||
#include "nsIQuotaResults.h"
|
||||
#include "nsString.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
|
||||
@@ -13,9 +13,12 @@
|
||||
#include "mozilla/ErrorResult.h"
|
||||
#include "nsIQuotaCallbacks.h"
|
||||
#include "nsIQuotaRequests.h"
|
||||
#include "nsIQuotaResults.h"
|
||||
#include "nsPIDOMWindow.h"
|
||||
#include "QuotaManagerService.h"
|
||||
|
||||
using namespace mozilla::dom::workers;
|
||||
using namespace mozilla::dom::quota;
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
|
||||
@@ -7,8 +7,10 @@
|
||||
#ifndef mozilla_dom_StorageManager_h
|
||||
#define mozilla_dom_StorageManager_h
|
||||
|
||||
#include "mozilla/ErrorResult.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsCycleCollectionParticipant.h"
|
||||
#include "nsIGlobalObject.h"
|
||||
#include "nsISupports.h"
|
||||
#include "nsWrapperCache.h"
|
||||
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ EXPORTS.mozilla.dom.quota += [
|
||||
'UsageInfo.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'ActorsChild.cpp',
|
||||
'ActorsParent.cpp',
|
||||
'FileStreams.cpp',
|
||||
|
||||
Reference in New Issue
Block a user