Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#include "mozilla/dom/PInProcessParent.h"
#include "mozilla/GfxMessageUtils.h"
#include "mozilla/RemoteLazyInputStream.h"
#include "mozilla/dom/CSPMessageUtils.h"
#include "mozilla/dom/DocShellMessageUtils.h"
#include "mozilla/dom/InProcessParent.h"
#include "mozilla/dom/PermissionMessageUtils.h"
#include "mozilla/dom/PropertyBagUtils.h"
#include "mozilla/dom/ReferrerInfoUtils.h"
#include "mozilla/dom/SessionHistoryEntry.h"
#include "mozilla/dom/TabMessageUtils.h"
#include "mozilla/ipc/BigBuffer.h"
#include "mozilla/ipc/IPCCore.h"
#include "mozilla/ipc/IPCStreamUtils.h"
#include "mozilla/ipc/SerializedStructuredCloneBuffer.h"
#include "mozilla/ipc/URIUtils.h"
#include "mozilla/layers/LayersMessageUtils.h"
#include "mozilla/net/ClassOfService.h"
#include "nsIContentSecurityPolicy.h"
#include "nsIPrincipal.h"
#include "nsIReferrerInfo.h"
#include "nsIURI.h"
#include "nsIVariant.h"
#include "mozilla/extensions/PExtensionsParent.h"
#include "mozilla/dom/PSessionStoreParent.h"
#include "mozilla/dom/PWindowGlobalParent.h"
#include "ipc/IPCMessageUtils.h"
#include "ipc/IPCMessageUtilsSpecializations.h"
#include "nsIFile.h"
#include "mozilla/ipc/Endpoint.h"
#include "mozilla/ipc/ProtocolMessageUtils.h"
#include "mozilla/ipc/ProtocolUtils.h"
#include "mozilla/ipc/ShmemMessageUtils.h"
#include "mozilla/ipc/TaintingIPCUtils.h"
namespace mozilla {
namespace dom {
auto PInProcessParent::ProcessingError(
Result aCode,
const char* aReason) -> void
{
}
auto PInProcessParent::ShouldContinueFromReplyTimeout() -> bool
{
return true;
}
MOZ_IMPLICIT PInProcessParent::PInProcessParent() :
mozilla::ipc::IToplevelProtocol("PInProcessParent", PInProcessMsgStart, mozilla::ipc::ParentSide)
{
MOZ_COUNT_CTOR(PInProcessParent);
}
PInProcessParent::~PInProcessParent()
{
MOZ_COUNT_DTOR(PInProcessParent);
}
auto PInProcessParent::ActorAlloc() -> void
{
MOZ_RELEASE_ASSERT(XRE_IsParentProcess(), "Invalid process for `PInProcessParent'");
AddRef();
}
auto PInProcessParent::ActorDealloc() -> void
{
Release();
}
auto PInProcessParent::ManagedPExtensionsParent(nsTArray<PExtensionsParent*>& aArr) const -> void
{
mManagedPExtensionsParent.ToArray(aArr);
}
auto PInProcessParent::ManagedPExtensionsParent() const -> const ManagedContainer<PExtensionsParent>&
{
return mManagedPExtensionsParent;
}
auto PInProcessParent::ManagedPSessionStoreParent(nsTArray<PSessionStoreParent*>& aArr) const -> void
{
mManagedPSessionStoreParent.ToArray(aArr);
}
auto PInProcessParent::ManagedPSessionStoreParent() const -> const ManagedContainer<PSessionStoreParent>&
{
return mManagedPSessionStoreParent;
}
auto PInProcessParent::ManagedPWindowGlobalParent(nsTArray<PWindowGlobalParent*>& aArr) const -> void
{
mManagedPWindowGlobalParent.ToArray(aArr);
}
auto PInProcessParent::ManagedPWindowGlobalParent() const -> const ManagedContainer<PWindowGlobalParent>&
{
return mManagedPWindowGlobalParent;
}
auto PInProcessParent::AllManagedActorsCount() const -> uint32_t
{
uint32_t total = 0;
total += mManagedPExtensionsParent.Count();
total += mManagedPSessionStoreParent.Count();
total += mManagedPWindowGlobalParent.Count();
return total;
}
auto PInProcessParent::OpenPExtensionsEndpoint(PExtensionsParent* aActor) -> ManagedEndpoint<PExtensionsChild>
{
if (!aActor) {
NS_WARNING("Cannot bind null PExtensionsParent actor");
return ManagedEndpoint<PExtensionsChild>();
}
if (aActor->SetManagerAndRegister(this)) {
mManagedPExtensionsParent.Insert(aActor);
} else {
NS_WARNING("Failed to bind PExtensionsParent actor");
return ManagedEndpoint<PExtensionsChild>();
}
// Mark our actor as awaiting the other side to be bound. This will
// be cleared when a `MANAGED_ENDPOINT_{DROPPED,BOUND}` message is
// received.
aActor->mAwaitingManagedEndpointBind = true;
return ManagedEndpoint<PExtensionsChild>(mozilla::ipc::PrivateIPDLInterface(), aActor);
}
auto PInProcessParent::BindPExtensionsEndpoint(
ManagedEndpoint<PExtensionsParent> aEndpoint,
PExtensionsParent* aActor) -> bool
{
return aEndpoint.Bind(mozilla::ipc::PrivateIPDLInterface(), aActor, this, mManagedPExtensionsParent);
}
auto PInProcessParent::OpenPSessionStoreEndpoint(PSessionStoreParent* aActor) -> ManagedEndpoint<PSessionStoreChild>
{
if (!aActor) {
NS_WARNING("Cannot bind null PSessionStoreParent actor");
return ManagedEndpoint<PSessionStoreChild>();
}
if (aActor->SetManagerAndRegister(this)) {
mManagedPSessionStoreParent.Insert(aActor);
} else {
NS_WARNING("Failed to bind PSessionStoreParent actor");
return ManagedEndpoint<PSessionStoreChild>();
}
// Mark our actor as awaiting the other side to be bound. This will
// be cleared when a `MANAGED_ENDPOINT_{DROPPED,BOUND}` message is
// received.
aActor->mAwaitingManagedEndpointBind = true;
return ManagedEndpoint<PSessionStoreChild>(mozilla::ipc::PrivateIPDLInterface(), aActor);
}
auto PInProcessParent::BindPSessionStoreEndpoint(
ManagedEndpoint<PSessionStoreParent> aEndpoint,
PSessionStoreParent* aActor) -> bool
{
return aEndpoint.Bind(mozilla::ipc::PrivateIPDLInterface(), aActor, this, mManagedPSessionStoreParent);
}
auto PInProcessParent::OpenPWindowGlobalEndpoint(PWindowGlobalParent* aActor) -> ManagedEndpoint<PWindowGlobalChild>
{
if (!aActor) {
NS_WARNING("Cannot bind null PWindowGlobalParent actor");
return ManagedEndpoint<PWindowGlobalChild>();
}
if (aActor->SetManagerAndRegister(this)) {
mManagedPWindowGlobalParent.Insert(aActor);
} else {
NS_WARNING("Failed to bind PWindowGlobalParent actor");
return ManagedEndpoint<PWindowGlobalChild>();
}
// Mark our actor as awaiting the other side to be bound. This will
// be cleared when a `MANAGED_ENDPOINT_{DROPPED,BOUND}` message is
// received.
aActor->mAwaitingManagedEndpointBind = true;
return ManagedEndpoint<PWindowGlobalChild>(mozilla::ipc::PrivateIPDLInterface(), aActor);
}
auto PInProcessParent::BindPWindowGlobalEndpoint(
ManagedEndpoint<PWindowGlobalParent> aEndpoint,
PWindowGlobalParent* aActor) -> bool
{
return aEndpoint.Bind(mozilla::ipc::PrivateIPDLInterface(), aActor, this, mManagedPWindowGlobalParent);
}
auto PInProcessParent::RemoveManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
switch (aProtocolId) {
case PExtensionsMsgStart:
MOZ_ALWAYS_TRUE(mManagedPExtensionsParent.EnsureRemoved(static_cast<PExtensionsParent*>(aListener)));
return;
case PSessionStoreMsgStart:
MOZ_ALWAYS_TRUE(mManagedPSessionStoreParent.EnsureRemoved(static_cast<PSessionStoreParent*>(aListener)));
return;
case PWindowGlobalMsgStart:
MOZ_ALWAYS_TRUE(mManagedPWindowGlobalParent.EnsureRemoved(static_cast<PWindowGlobalParent*>(aListener)));
return;
default:
FatalError("unreached");
return; }
}
auto PInProcessParent::DeallocManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
switch (aProtocolId) {
default:
FatalError("unreached");
return;
}
}
auto PInProcessParent::OnMessageReceived(const Message& msg__) -> PInProcessParent::Result
{
int32_t route__ = msg__.routing_id();
if (MSG_ROUTING_CONTROL != route__) {
IProtocol* routed__ = Lookup(route__);
if (!routed__ || !routed__->GetLifecycleProxy()) {
if (mozilla::ipc::LoggingEnabledFor("PInProcess", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PInProcessParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Ignored message for dead actor",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eSending);
}
return MsgProcessed;
}
RefPtr<mozilla::ipc::ActorLifecycleProxy> proxy__ =
routed__->GetLifecycleProxy();
return proxy__->Get()->OnMessageReceived(msg__);
}
switch (msg__.type()) {
default:
return MsgNotKnown;
case SHMEM_CREATED_MESSAGE_TYPE:
{
if (!ShmemCreated(msg__)) {
return MsgPayloadError;
}
return MsgProcessed;
}
case SHMEM_DESTROYED_MESSAGE_TYPE:
{
if (!ShmemDestroyed(msg__)) {
return MsgPayloadError;
}
return MsgProcessed;
}
}
}
auto PInProcessParent::OnMessageReceived(
const Message& msg__,
UniquePtr<Message>& reply__) -> PInProcessParent::Result
{
MOZ_ASSERT_UNREACHABLE("message protocol not supported");
return MsgNotKnown;
}
auto PInProcessParent::DoomSubtree() -> void
{
for (auto* key : mManagedPExtensionsParent) {
key->DoomSubtree();
}
for (auto* key : mManagedPSessionStoreParent) {
key->DoomSubtree();
}
for (auto* key : mManagedPWindowGlobalParent) {
key->DoomSubtree();
}
SetDoomed();
}
auto PInProcessParent::PeekManagedActor() -> IProtocol*
{
if (IProtocol* actor = mManagedPExtensionsParent.Peek()) {
return actor;
}
if (IProtocol* actor = mManagedPSessionStoreParent.Peek()) {
return actor;
}
if (IProtocol* actor = mManagedPWindowGlobalParent.Peek()) {
return actor;
}
return nullptr;
}
} // namespace dom
} // namespace mozilla
namespace IPC {
auto ParamTraits<::mozilla::dom::PInProcessParent*>::Write(
IPC::MessageWriter* aWriter,
const paramType& aVar) -> void
{
MOZ_RELEASE_ASSERT(
aWriter->GetActor(),
"Cannot serialize managed actors without an actor");
int32_t id;
if (!aVar) {
id = 0; // kNullActorId
} else {
id = aVar->Id();
if (id == 1) { // kFreedActorId
aVar->FatalError("Actor has been |delete|d");
}
MOZ_RELEASE_ASSERT(
aWriter->GetActor()->GetIPCChannel() == aVar->GetIPCChannel(),
"Actor must be from the same channel as the"
" actor it's being sent over");
MOZ_RELEASE_ASSERT(
aVar->CanSend(),
"Actor must still be open when sending");
}
IPC::WriteParam(aWriter, id);
}
auto ParamTraits<::mozilla::dom::PInProcessParent*>::Read(IPC::MessageReader* aReader) -> IPC::ReadResult<paramType>
{
MOZ_RELEASE_ASSERT(
aReader->GetActor(),
"Cannot deserialize managed actors without an actor");
mozilla::Maybe<mozilla::ipc::IProtocol*> actor = aReader->GetActor()
->ReadActor(aReader, true, "PInProcess", PInProcessMsgStart);
if (actor.isSome()) {
return static_cast<::mozilla::dom::PInProcessParent*>(actor.ref());
}
return {};
}
} // namespace IPC