Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#include "mozilla/dom/PSessionStoreParent.h"
#include "mozilla/GfxMessageUtils.h"
#include "mozilla/ProfilerLabels.h"
#include "mozilla/dom/SessionStoreMessageUtils.h"
#include "mozilla/dom/SessionStoreParent.h"
#include "nsPoint.h"
#include "mozilla/dom/PBrowserParent.h"
#include "mozilla/dom/PInProcessParent.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 {
MOZ_IMPLICIT PSessionStoreParent::PSessionStoreParent() :
mozilla::ipc::IRefCountedProtocol(PSessionStoreMsgStart, mozilla::ipc::ParentSide)
{
MOZ_COUNT_CTOR(PSessionStoreParent);
}
PSessionStoreParent::~PSessionStoreParent()
{
MOZ_COUNT_DTOR(PSessionStoreParent);
}
auto PSessionStoreParent::ActorAlloc() -> void
{
AddRef();
}
auto PSessionStoreParent::ActorDealloc() -> void
{
Release();
}
auto PSessionStoreParent::AllManagedActorsCount() const -> uint32_t
{
uint32_t total = 0;
return total;
}
auto PSessionStoreParent::SendFlushTabState(
mozilla::ipc::ResolveCallback<bool>&& aResolve,
mozilla::ipc::RejectCallback&& aReject) -> void
{
UniquePtr<IPC::Message> msg__ = PSessionStore::Msg_FlushTabState(Id());
IPC::MessageWriter writer__{
(*(msg__)),
this};
if (mozilla::ipc::LoggingEnabledFor("PSessionStore", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PSessionStoreParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PSessionStore::Msg_FlushTabState", OTHER);
ChannelSend(std::move(msg__), PSessionStore::Reply_FlushTabState__ID, std::move(aResolve), std::move(aReject));
return;
}
auto PSessionStoreParent::SendFlushTabState() -> RefPtr<FlushTabStatePromise>
{
RefPtr<MozPromise<bool, ResponseRejectReason, true>::Private> promise__ = new MozPromise<bool, ResponseRejectReason, true>::Private(__func__);
promise__->UseDirectTaskDispatch(__func__);
SendFlushTabState([promise__](bool&& aValue) {
promise__->Resolve(std::move(aValue), __func__);
}, [promise__](ResponseRejectReason&& aReason) {
promise__->Reject(std::move(aReason), __func__);
});
return promise__;
}
auto PSessionStoreParent::Send__delete__(PSessionStoreParent* actor) -> bool
{
if (!actor || !actor->CanSend()) {
NS_WARNING("Attempt to __delete__ missing or closed actor");
return false;
}
UniquePtr<IPC::Message> msg__ = PSessionStore::Msg___delete__((actor)->Id());
IPC::MessageWriter writer__{
(*(msg__)),
actor};
if (mozilla::ipc::LoggingEnabledFor("PSessionStore", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PSessionStoreParent",
actor->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PSessionStore::Msg___delete__", OTHER);
bool sendok__ = (actor)->ChannelSend(std::move(msg__));
actor->ActorDisconnected(Deletion);
return sendok__;
}
auto PSessionStoreParent::RemoveManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
FatalError("unreached");
return;
}
auto PSessionStoreParent::DeallocManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
FatalError("unreached");
return;
}
auto PSessionStoreParent::OnMessageReceived(const Message& msg__) -> PSessionStoreParent::Result
{
switch (msg__.type()) {
case MANAGED_ENDPOINT_BOUND_MESSAGE_TYPE:
{
if (!mAwaitingManagedEndpointBind) {
NS_WARNING("Unexpected managed endpoint lifecycle message after actor bound!");
return MsgNotAllowed;
}
mAwaitingManagedEndpointBind = false;
return MsgProcessed;
}
case MANAGED_ENDPOINT_DROPPED_MESSAGE_TYPE:
{
if (!mAwaitingManagedEndpointBind) {
NS_WARNING("Unexpected managed endpoint lifecycle message after actor bound!");
return MsgNotAllowed;
}
mAwaitingManagedEndpointBind = false;
this->ActorDisconnected(ManagedEndpointDropped);
return MsgProcessed;
}
case PSessionStore::Msg_SessionStoreUpdate__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PSessionStore", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PSessionStoreParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PSessionStore::Msg_SessionStoreUpdate", OTHER);
IPC::MessageReader reader__{
msg__,
this};
auto maybe__aDocShellCaps = IPC::ReadParam<mozilla::Maybe<nsCString>>((&(reader__)));
if (!maybe__aDocShellCaps) {
FatalError("Error deserializing 'nsCString?'");
return MsgValueError;
}
auto& aDocShellCaps = *maybe__aDocShellCaps;
// Sentinel = 'aDocShellCaps'
if ((!(((&(reader__)))->ReadSentinel(568394999)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'nsCString?'");
return MsgValueError;
}
auto maybe__aPrivateMode = IPC::ReadParam<mozilla::Maybe<bool>>((&(reader__)));
if (!maybe__aPrivateMode) {
FatalError("Error deserializing 'bool?'");
return MsgValueError;
}
auto& aPrivateMode = *maybe__aPrivateMode;
// Sentinel = 'aPrivateMode'
if ((!(((&(reader__)))->ReadSentinel(518194370)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'bool?'");
return MsgValueError;
}
auto maybe__aZoom = IPC::ReadParam<MaybeSessionStoreZoom>((&(reader__)));
if (!maybe__aZoom) {
FatalError("Error deserializing 'MaybeSessionStoreZoom'");
return MsgValueError;
}
auto& aZoom = *maybe__aZoom;
// Sentinel = 'aZoom'
if ((!(((&(reader__)))->ReadSentinel(99222023)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'MaybeSessionStoreZoom'");
return MsgValueError;
}
auto maybe__aNeedCollectSHistory = IPC::ReadParam<bool>((&(reader__)));
if (!maybe__aNeedCollectSHistory) {
FatalError("Error deserializing 'bool'");
return MsgValueError;
}
auto& aNeedCollectSHistory = *maybe__aNeedCollectSHistory;
// Sentinel = 'aNeedCollectSHistory'
if ((!(((&(reader__)))->ReadSentinel(1343490025)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'bool'");
return MsgValueError;
}
auto maybe__aEpoch = IPC::ReadParam<uint32_t>((&(reader__)));
if (!maybe__aEpoch) {
FatalError("Error deserializing 'uint32_t'");
return MsgValueError;
}
auto& aEpoch = *maybe__aEpoch;
// Sentinel = 'aEpoch'
if ((!(((&(reader__)))->ReadSentinel(132121169)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'uint32_t'");
return MsgValueError;
}
reader__.EndRead();
mozilla::ipc::IPCResult __ok = (static_cast<SessionStoreParent*>(this))->RecvSessionStoreUpdate(std::move(aDocShellCaps), std::move(aPrivateMode), std::move(aZoom), std::move(aNeedCollectSHistory), std::move(aEpoch));
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
return MsgProcessed;
}
case PSessionStore::Msg_IncrementalSessionStoreUpdate__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PSessionStore", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PSessionStoreParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PSessionStore::Msg_IncrementalSessionStoreUpdate", OTHER);
IPC::MessageReader reader__{
msg__,
this};
auto maybe__aBrowsingContext = IPC::ReadParam<MaybeDiscardedBrowsingContext>((&(reader__)));
if (!maybe__aBrowsingContext) {
FatalError("Error deserializing 'MaybeDiscardedBrowsingContext'");
return MsgValueError;
}
auto& aBrowsingContext = *maybe__aBrowsingContext;
// Sentinel = 'aBrowsingContext'
if ((!(((&(reader__)))->ReadSentinel(915015314)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'MaybeDiscardedBrowsingContext'");
return MsgValueError;
}
auto maybe__aFormData = IPC::ReadParam<mozilla::Maybe<FormData>>((&(reader__)));
if (!maybe__aFormData) {
FatalError("Error deserializing 'FormData?'");
return MsgValueError;
}
auto& aFormData = *maybe__aFormData;
// Sentinel = 'aFormData'
if ((!(((&(reader__)))->ReadSentinel(284427120)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'FormData?'");
return MsgValueError;
}
auto maybe__aScrollPosition = IPC::ReadParam<mozilla::Maybe<nsPoint>>((&(reader__)));
if (!maybe__aScrollPosition) {
FatalError("Error deserializing 'nsPoint?'");
return MsgValueError;
}
auto& aScrollPosition = *maybe__aScrollPosition;
// Sentinel = 'aScrollPosition'
if ((!(((&(reader__)))->ReadSentinel(806290982)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'nsPoint?'");
return MsgValueError;
}
auto maybe__aEpoch = IPC::ReadParam<uint32_t>((&(reader__)));
if (!maybe__aEpoch) {
FatalError("Error deserializing 'uint32_t'");
return MsgValueError;
}
auto& aEpoch = *maybe__aEpoch;
// Sentinel = 'aEpoch'
if ((!(((&(reader__)))->ReadSentinel(132121169)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'uint32_t'");
return MsgValueError;
}
reader__.EndRead();
mozilla::ipc::IPCResult __ok = (static_cast<SessionStoreParent*>(this))->RecvIncrementalSessionStoreUpdate(std::move(aBrowsingContext), std::move(aFormData), std::move(aScrollPosition), std::move(aEpoch));
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
return MsgProcessed;
}
case PSessionStore::Msg_ResetSessionStore__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PSessionStore", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PSessionStoreParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PSessionStore::Msg_ResetSessionStore", OTHER);
IPC::MessageReader reader__{
msg__,
this};
auto maybe__aBrowsingContext = IPC::ReadParam<MaybeDiscardedBrowsingContext>((&(reader__)));
if (!maybe__aBrowsingContext) {
FatalError("Error deserializing 'MaybeDiscardedBrowsingContext'");
return MsgValueError;
}
auto& aBrowsingContext = *maybe__aBrowsingContext;
// Sentinel = 'aBrowsingContext'
if ((!(((&(reader__)))->ReadSentinel(915015314)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'MaybeDiscardedBrowsingContext'");
return MsgValueError;
}
auto maybe__aEpoch = IPC::ReadParam<uint32_t>((&(reader__)));
if (!maybe__aEpoch) {
FatalError("Error deserializing 'uint32_t'");
return MsgValueError;
}
auto& aEpoch = *maybe__aEpoch;
// Sentinel = 'aEpoch'
if ((!(((&(reader__)))->ReadSentinel(132121169)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'uint32_t'");
return MsgValueError;
}
reader__.EndRead();
mozilla::ipc::IPCResult __ok = (static_cast<SessionStoreParent*>(this))->RecvResetSessionStore(std::move(aBrowsingContext), std::move(aEpoch));
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
return MsgProcessed;
}
case PSessionStore::Reply_FlushTabState__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PSessionStore", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PSessionStoreParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PSessionStore::Msg_FlushTabState", OTHER);
IPC::MessageReader reader__{
msg__,
this};
bool resolve__ = false;
if (!IPC::ReadParam(&reader__, &resolve__)) {
FatalError("Error deserializing bool");
return MsgValueError;
}
UniquePtr<MessageChannel::UntypedCallbackHolder> untypedCallback =
GetIPCChannel()->PopCallback(msg__, Id());
typedef MessageChannel::CallbackHolder<bool> CallbackHolder;
auto* callback = static_cast<CallbackHolder*>(untypedCallback.get());
if (!callback) {
FatalError("Error unknown callback");
return MsgProcessingError;
}
if (resolve__) {
auto maybe__aHadContext = IPC::ReadParam<bool>((&(reader__)));
if (!maybe__aHadContext) {
FatalError("Error deserializing 'bool'");
return MsgValueError;
}
auto& aHadContext = *maybe__aHadContext;
// Sentinel = 'aHadContext'
if ((!(((&(reader__)))->ReadSentinel(411501652)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'bool'");
return MsgValueError;
}
reader__.EndRead();
callback->Resolve(std::move(aHadContext));
} else {
ResponseRejectReason reason__{};
if (!IPC::ReadParam(&reader__, &reason__)) {
FatalError("Error deserializing ResponseRejectReason");
return MsgValueError;
}
reader__.EndRead();
callback->Reject(std::move(reason__));
}
return MsgProcessed;
}
case PSessionStore::Reply___delete____ID:
{
return MsgProcessed;
}
default:
return MsgNotKnown;
}
}
auto PSessionStoreParent::OnMessageReceived(
const Message& msg__,
UniquePtr<Message>& reply__) -> PSessionStoreParent::Result
{
return MsgNotKnown;
}
auto PSessionStoreParent::DoomSubtree() -> void
{
SetDoomed();
}
auto PSessionStoreParent::PeekManagedActor() -> IProtocol*
{
return nullptr;
}
} // namespace dom
} // namespace mozilla
namespace IPC {
auto ParamTraits<::mozilla::dom::PSessionStoreParent*>::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::PSessionStoreParent*>::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, "PSessionStore", PSessionStoreMsgStart);
if (actor.isSome()) {
return static_cast<::mozilla::dom::PSessionStoreParent*>(actor.ref());
}
return {};
}
} // namespace IPC