зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1417365 - Unified build issues in dom/clients. r=baku
This commit is contained in:
Родитель
5ea9cced68
Коммит
35123b4b3b
|
@ -18,7 +18,7 @@ ClientHandleOpChild::ActorDestroy(ActorDestroyReason aReason)
|
|||
}
|
||||
}
|
||||
|
||||
IPCResult
|
||||
mozilla::ipc::IPCResult
|
||||
ClientHandleOpChild::Recv__delete__(const ClientOpResult& aResult)
|
||||
{
|
||||
if (aResult.type() == ClientOpResult::Tnsresult &&
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
|
||||
#include "mozilla/dom/ClientOpPromise.h"
|
||||
#include "mozilla/dom/ClientThing.h"
|
||||
#include "mozilla/ipc/PBackgroundSharedTypes.h"
|
||||
#include "nsIPrincipal.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace ipc {
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
#include "ClientManagerOpChild.h"
|
||||
|
||||
#include "mozilla/ipc/ProtocolUtils.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
|
||||
|
@ -18,7 +20,7 @@ ClientManagerOpChild::ActorDestroy(ActorDestroyReason aReason)
|
|||
}
|
||||
}
|
||||
|
||||
IPCResult
|
||||
mozilla::ipc::IPCResult
|
||||
ClientManagerOpChild::Recv__delete__(const ClientOpResult& aResult)
|
||||
{
|
||||
if (aResult.type() == ClientOpResult::Tnsresult &&
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
#include "ClientManagerOpParent.h"
|
||||
|
||||
#include "ClientManagerService.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
|
||||
|
|
|
@ -6,13 +6,16 @@
|
|||
|
||||
#include "ClientManagerService.h"
|
||||
|
||||
#include "ClientSourceParent.h"
|
||||
#include "mozilla/ipc/BackgroundParent.h"
|
||||
#include "mozilla/ipc/PBackgroundSharedTypes.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
|
||||
using mozilla::ipc::AssertIsOnBackgroundThread;
|
||||
using mozilla::ipc::ContentPrincipalInfo;
|
||||
using mozilla::ipc::PrincipalInfo;
|
||||
|
||||
namespace {
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#ifndef _mozilla_dom_ClientManagerService_h
|
||||
#define _mozilla_dom_ClientManagerService_h
|
||||
|
||||
#include "mozilla/ipc/PBackgroundSharedTypes.h"
|
||||
#include "nsDataHashtable.h"
|
||||
|
||||
namespace mozilla {
|
||||
|
|
|
@ -26,10 +26,10 @@ class ClientSourceParent final : public PClientSourceParent
|
|||
KillInvalidChild();
|
||||
|
||||
// PClientSourceParent
|
||||
IPCResult
|
||||
mozilla::ipc::IPCResult
|
||||
RecvTeardown() override;
|
||||
|
||||
IPCResult
|
||||
mozilla::ipc::IPCResult
|
||||
RecvExecutionReady(const ClientSourceExecutionReadyArgs& aArgs) override;
|
||||
|
||||
void
|
||||
|
|
Загрузка…
Ссылка в новой задаче