зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1731645 - Fix non-unified build errors in caps/. r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D126135
This commit is contained in:
Родитель
c992be97de
Коммит
f7be2ba306
|
@ -8,6 +8,7 @@
|
|||
#include "mozilla/dom/ContentParent.h"
|
||||
#include "mozilla/ipc/URIUtils.h"
|
||||
#include "mozilla/Unused.h"
|
||||
#include "nsIURIMutator.h"
|
||||
#include "nsScriptSecurityManager.h"
|
||||
|
||||
namespace mozilla {
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#include "nsIObjectInputStream.h"
|
||||
#include "nsReadableUtils.h"
|
||||
#include "mozilla/Base64.h"
|
||||
#include "json/json.h"
|
||||
|
||||
using namespace mozilla;
|
||||
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
#include "mozilla/dom/quota/QuotaManager.h"
|
||||
#include "nsIEffectiveTLDService.h"
|
||||
#include "nsIURI.h"
|
||||
#include "nsNetCID.h"
|
||||
#include "nsNetUtil.h"
|
||||
#include "nsURLHelper.h"
|
||||
|
||||
static const char kSourceChar = ':';
|
||||
|
|
|
@ -77,5 +77,3 @@ FINAL_LIBRARY = "xul"
|
|||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "Security: CAPS")
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -12,14 +12,17 @@
|
|||
#include "nsMemory.h"
|
||||
#include "nsStringBuffer.h"
|
||||
#include "mozilla/BasePrincipal.h"
|
||||
#include "mozilla/StaticPtr.h"
|
||||
#include "mozilla/dom/StructuredCloneTags.h"
|
||||
// for mozilla::dom::workerinternals::kJSPrincipalsDebugToken
|
||||
#include "mozilla/dom/workerinternals/JSSettings.h"
|
||||
// for mozilla::dom::worklet::kJSPrincipalsDebugToken
|
||||
#include "mozilla/dom/WorkletPrincipals.h"
|
||||
#include "mozilla/ipc/BackgroundUtils.h"
|
||||
#include "mozilla/ipc/PBackgroundSharedTypes.h"
|
||||
|
||||
using namespace mozilla;
|
||||
using namespace mozilla::dom;
|
||||
using namespace mozilla::ipc;
|
||||
|
||||
NS_IMETHODIMP_(MozExternalRefCountType)
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
#include "nsAboutProtocolUtils.h"
|
||||
#include "nsIClassInfo.h"
|
||||
#include "nsIURIFixup.h"
|
||||
#include "nsIURIMutator.h"
|
||||
#include "nsIChromeRegistry.h"
|
||||
#include "nsIResProtocolHandler.h"
|
||||
#include "nsIContentSecurityPolicy.h"
|
||||
|
@ -62,6 +63,7 @@
|
|||
#include "mozilla/dom/nsCSPContext.h"
|
||||
#include "mozilla/dom/ScriptSettings.h"
|
||||
#include "mozilla/ClearOnShutdown.h"
|
||||
#include "mozilla/ExtensionPolicyService.h"
|
||||
#include "mozilla/ResultExtensions.h"
|
||||
#include "mozilla/StaticPtr.h"
|
||||
#include "mozilla/dom/WorkerCommon.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче