mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
b91a6a24cc
- Bug 1001637 - Make math tables implement the nsIAccessibleTable interface. r=surkov (ebbb4325d6) - Bug 1149118 - Expose radio group with the correct role on OS X, r=surkov (4d4a95735c) - Bug 1113153 - use 'paragraph' role for paragraphs only, introduce 'text' role for small text containers, r=marcoz (14c4fa5881) - Bug 1175164 - Do not expose MathML semantics element in the accessibility tree. r=surkov (3945ae0367) - Bug 930843 part.1 Add test for checking isTrust attribute value of DOMActivate event r=smaug (14a49dd447) - Bug 930843 part.2 NS_UI_ACTIVATE event should be trusted event even if it's caused by an untrusted event r=smaug (e0af6165b5) - Bug 1156315 - Call DispatchInputEvent in more places on OS X. r=dvander (e24f42c09f) - Bug 1186015 part.1 Rename nsIMEContext to mozilla::widget::IMEContext r=jimm (077bf6e772) - Bug 1186015 part.2 Rename nsIMM32Handler to mozilla::widget::IMMHandler r=jimm+m_kato (a2098e33b5) - Bug 1184533 Rewrite range check in aOffset of nsIMM32Handler::GetCharacterRectOfSelectedTextAt() r=emk (fb68bc3c56) - Bug 555642 part.1 nsCaret should have a way to override the caret visible state for hiding caret temporarily and nsEditor should hide caret if composition string doesn't have caret information r=roc (9de4aa366c) - Bug 1171847 Remove unnecessary ',' in logging code in nsTextStore::Initialize() r=m_kato (78d0d43625) - Bug 1181714 nsTextStore should store previous focused document manager until new document manager actually gets focus r=m_kato (fd7e820af2) - Bug 1176950 nsTextStore should keep storing locked content until NOTIFY_IME_OF_COMPOSITION_UPDATE is notified r=emk (0a12349575) - Bug 1137539 part.1 Implement TSFStaticSink::IsGoogleJapaneseInputActive() r=emk (68d1f9a0ec) - Bug 1137539 part.2 Implement TSFStaticSink::IsATOKActive() r=emk (51a4208bfa) - Bug 1137539 part.3 Implement TSFStaticSink::IsFreeChangJieActive() r=emk (affbb81b96) - Bug 1137539 part.4 Implement TSFStaticSink::IsEasyChangjeiActive() r=emk (abd3e674b6) - Bug 1186014 Rename nsTextStore to mozilla::widget::TSFTextStore r=jimm+m_kato (ca63351f94) - Bug 1187351 TSFTextStore should forget modified range at notifying TSF of layout change since GetTextExt() shouldn't return TS_E_NOLAYOUT after that r=emk (48878793e0) - Bg 1187367 TSFTextStore shouldn't destroy native caret for ATOK until notifying TSF of layout change r=emk (a2a4022d15) - Bug 1187566 TSFTextStore::Content should compute mMinTextModified Offset only with the latest composition string and original composition string, and also the hack should be enabled on Win10 r=emk (1368885efe) - Bug 1050644 part.1 Add methods to check whether the active TIP is Chinese TIP which deosn't show candidate window in e10s mode r=emk (1b783e682e) - Bug 1050644 part.2 Hack ITextStoreACP::GetTextExt()'s offset for some Chinese TIPs of MS r=emk (c05cec10ce) - Bug 1187579 Enable TSF in e10s mode r=m_kato (1ae106231a) - Bug 555642 part.2 IME handlers on Windows shouldn't append caret range if the caret is in the target clause which doesn't have specific style r=m_kato (88bae2c8da) - Bug 1196124 Fix mismatch of printf style string and following arguments of MOZ_LOG() in IMMHandler::GetCharacterRectOfSelectedTextAt() r=m_kato (0f6debd0d3) - Bug 90712 Cancel composition when Enter key message isn't consumed by IME r=m_kato (0febdb1fd9) - pointer style (6c984274cd) - Bug 1177268 - implement aria-rowcount/index and aria-colcount/index, r=marcoz (92ac300374) - Bug 1153135 - Return possibility PEN working while APZC is enabled. r=jimm (8bc77ff84f) - Bug 1171073 - Suppress content scrolling issue on 64-bit platforms. r=kats (62db0dead3) - Bug 1121946, Implement e10 cursor drag feedback on Windows, r=jmathies (6e8218d202) - Bug 1144650 - Don't dispatch touch-based mouse events when APZ is handling touch. r=jimm (53ebea0d90) - Bug 1163056 - InkCollector activation at first PEN event. r=jimm (b28e0ee58b) - Bug 895274 part.3 Make the enum of event messages a named enum IGNORE IDL r=smaug (32e04a4e90) - spacing (b9249221dc) - Bug 1182966 - Part 3: Add some final annotations to DomainSet. r=mrbkap (3455822e89) - Bug 1050122 - Part 1: Enable Nuwa on debug builds, and kill it if the preference is false. r=khuey (46685a7bf3) - Bug 1146229: Remove calling convention modifier from local variable. r=surkov (e5f4b6e5d5) - bug 1168932 - Implement ProxyCreated and ProxyDestroyed to update mozAccessibles r=tbsaunde (77a007fa21) - Bug 1169701 - Fire native OS X accessibility events for proxied accessibles r=tbsaunde (c4847135a8) - bug 1172523 - fire useful text change events for proxies r=lsock (85b7f995b8) - remove spurious file (229c787360) - bug 1171117 - Fix cairo to build on iOS. r=jrmuizel (45709c8fe3) - Bug 963738 - Annotate XPCNativeMember, r=terrence (d1afdde52b) - Bug 1148383 - Add testcase for previously fixed object metadata issue r=terrence (2c1b762cba) - Bug 1149797 - Update browser jstests to treat ecma_6/extensions tests as 1.8, so that let is interpreted as a statement and not as an expression. r=bustage in a CLOSED TREE (ac6127d6bc) - Bug 1150858 - Unwrap the correct object in ArrayBuffer.transfer (r=sfink) (cf67906802) - Bug 1150380 - IonMonkey: MIPS: Fix JitRuntime::generateProfilerExitFrameTailStub. r=rankov (eeac49ddce) - use RootedValue for POW as in 1135708 (34c1c3d191) - Bug 1196648: IonMonkey - Don't run the lazy link stub for asmjs to jit fastpath, r=nbp (686d495371) - Bug 1121947, Implement e10 cursor drag feedback on Mac, r=smaug (f48df2d1) - and sync widget/TextEvents.h and TextRange.h with AF.
626 lines
16 KiB
C++
626 lines
16 KiB
C++
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
/* vim: set sw=2 ts=2 autoindent cindent expandtab: */
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#include "ProcessUtils.h"
|
|
|
|
#include "nsString.h"
|
|
|
|
#include <sys/prctl.h>
|
|
|
|
#ifdef MOZ_B2G_LOADER
|
|
|
|
#include <sys/types.h>
|
|
#include <unistd.h>
|
|
|
|
#include "nsAutoPtr.h"
|
|
|
|
#include "mozilla/Assertions.h"
|
|
#include "mozilla/ipc/PProcLoaderParent.h"
|
|
#include "mozilla/ipc/PProcLoaderChild.h"
|
|
#include "mozilla/ipc/Transport.h"
|
|
#include "mozilla/ipc/FileDescriptorUtils.h"
|
|
#include "mozilla/ipc/IOThreadChild.h"
|
|
#include "mozilla/dom/ContentProcess.h"
|
|
#include "base/file_descriptor_shuffle.h"
|
|
#include "mozilla/BackgroundHangMonitor.h"
|
|
#include "mozilla/DebugOnly.h"
|
|
#include "mozilla/UniquePtr.h"
|
|
#include "mozilla/unused.h"
|
|
#include "base/process_util.h"
|
|
#include "base/eintr_wrapper.h"
|
|
#include "mozilla/Preferences.h"
|
|
|
|
#include "prenv.h"
|
|
|
|
#include "nsXULAppAPI.h" // export XRE_* functions
|
|
|
|
#include "nsAppRunner.h"
|
|
|
|
int content_process_main(int argc, char *argv[]);
|
|
|
|
typedef mozilla::Vector<int> FdArray;
|
|
|
|
#endif /* MOZ_B2G_LOADER */
|
|
|
|
namespace mozilla {
|
|
|
|
namespace ipc {
|
|
|
|
void SetThisProcessName(const char *aName)
|
|
{
|
|
prctl(PR_SET_NAME, (unsigned long)aName, 0uL, 0uL, 0uL);
|
|
}
|
|
|
|
#ifdef MOZ_B2G_LOADER
|
|
/**
|
|
* How does B2G Loader Work?
|
|
*
|
|
* <<parent process>> <<child process>>
|
|
* ProcLoaderParent -----> ProcLoaderChild
|
|
* ^ |
|
|
* | load() | content_process_main()
|
|
* | V
|
|
* ProcLoaderClient Nuwa/plugin-container
|
|
* ^
|
|
* | ProcLoaderLoad()
|
|
* ...
|
|
* ContentParent
|
|
*
|
|
*
|
|
* B2G loader includes an IPC protocol PProcLoader for communication
|
|
* between client (parent) and server (child). The b2g process is the
|
|
* client. It requests the server to load/start the Nuwa process with
|
|
* the given arguments, env variables, and file descriptors.
|
|
*
|
|
* ProcLoaderClientInit() is called by B2G loader to initialize the
|
|
* client side, the b2g process. Then the b2g_main() is called to
|
|
* start b2g process.
|
|
*
|
|
* ProcLoaderClientGeckoInit() is called by XRE_main() to create the
|
|
* parent actor, |ProcLoaderParent|, of PProcLoader for servicing the
|
|
* request to run Nuwa process later once Gecko has been initialized.
|
|
*
|
|
* ProcLoaderServiceRun() is called by the server process. It starts
|
|
* an IOThread and event loop to serve the |ProcLoaderChild|
|
|
* implmentation of PProcLoader protocol as the child actor. Once it
|
|
* recieves a load() request, it stops the IOThread and event loop,
|
|
* then starts running the main function of the content process with
|
|
* the given arguments.
|
|
*
|
|
* NOTE: The server process serves at most one load() request.
|
|
*/
|
|
|
|
using namespace mozilla::dom;
|
|
|
|
using base::ChildPrivileges;
|
|
using base::InjectionArc;
|
|
using base::InjectiveMultimap;
|
|
using base::ProcessHandle;
|
|
using base::ProcessId;
|
|
using base::SetCurrentProcessPrivileges;
|
|
using base::ShuffleFileDescriptors;
|
|
using base::file_handle_mapping_vector;
|
|
|
|
static bool sProcLoaderClientOnDeinit = false;
|
|
static DebugOnly<bool> sProcLoaderClientInitialized = false;
|
|
static DebugOnly<bool> sProcLoaderClientGeckoInitialized = false;
|
|
static pid_t sProcLoaderPid = 0;
|
|
static int sProcLoaderChannelFd = -1;
|
|
static PProcLoaderParent *sProcLoaderParent = nullptr;
|
|
static MessageLoop *sProcLoaderLoop = nullptr;
|
|
static mozilla::UniquePtr<FdArray> sReservedFds;
|
|
|
|
static void ProcLoaderClientDeinit();
|
|
|
|
/**
|
|
* Some file descriptors, like the child IPC channel FD, must be opened at
|
|
* specific numbers. To ensure this, we pre-reserve kReservedFileDescriptors FDs
|
|
* starting from kBeginReserveFileDescriptor so that operations like
|
|
* __android_log_print() won't take these magic FDs.
|
|
*/
|
|
static const size_t kReservedFileDescriptors = 5;
|
|
static const int kBeginReserveFileDescriptor = STDERR_FILENO + 1;
|
|
|
|
class ProcLoaderParent : public PProcLoaderParent
|
|
{
|
|
public:
|
|
ProcLoaderParent() {}
|
|
virtual ~ProcLoaderParent() {}
|
|
|
|
virtual void ActorDestroy(ActorDestroyReason aWhy) override;
|
|
|
|
virtual bool RecvLoadComplete(const int32_t &aPid,
|
|
const int32_t &aCookie) override;
|
|
};
|
|
|
|
void
|
|
ProcLoaderParent::ActorDestroy(ActorDestroyReason aWhy)
|
|
{
|
|
if (aWhy == AbnormalShutdown) {
|
|
NS_WARNING("ProcLoaderParent is destroyed abnormally.");
|
|
}
|
|
|
|
if (sProcLoaderClientOnDeinit) {
|
|
// Get error for closing while the channel is already error.
|
|
return;
|
|
}
|
|
|
|
// Destroy self asynchronously.
|
|
ProcLoaderClientDeinit();
|
|
}
|
|
|
|
static void
|
|
_ProcLoaderParentDestroy(PProcLoaderParent *aLoader)
|
|
{
|
|
delete aLoader;
|
|
sProcLoaderClientOnDeinit = false;
|
|
}
|
|
|
|
bool
|
|
ProcLoaderParent::RecvLoadComplete(const int32_t &aPid,
|
|
const int32_t &aCookie)
|
|
{
|
|
return true;
|
|
}
|
|
|
|
static void
|
|
CloseFileDescriptors(FdArray& aFds)
|
|
{
|
|
for (size_t i = 0; i < aFds.length(); i++) {
|
|
unused << HANDLE_EINTR(close(aFds[i]));
|
|
}
|
|
}
|
|
|
|
/**
|
|
* Initialize the client of B2G loader for loader itself.
|
|
*
|
|
* The initialization of B2G loader are divided into two stages. First
|
|
* stage is to collect child info passed from the main program of the
|
|
* loader. Second stage is to initialize Gecko according to info from the
|
|
* first stage and make the client of loader service ready.
|
|
*
|
|
* \param aPeerPid is the pid of the child.
|
|
* \param aChannelFd is the file descriptor of the socket used for IPC.
|
|
*/
|
|
static void
|
|
ProcLoaderClientInit(pid_t aPeerPid, int aChannelFd)
|
|
{
|
|
MOZ_ASSERT(!sProcLoaderClientInitialized, "call ProcLoaderClientInit() more than once");
|
|
MOZ_ASSERT(aPeerPid != 0 && aChannelFd != -1, "invalid argument");
|
|
sProcLoaderPid = aPeerPid;
|
|
sProcLoaderChannelFd = aChannelFd;
|
|
sProcLoaderClientInitialized = true;
|
|
}
|
|
|
|
/**
|
|
* Initialize the client of B2G loader for Gecko.
|
|
*/
|
|
void
|
|
ProcLoaderClientGeckoInit()
|
|
{
|
|
MOZ_ASSERT(sProcLoaderClientInitialized, "call ProcLoaderClientInit() at first");
|
|
MOZ_ASSERT(!sProcLoaderClientGeckoInitialized,
|
|
"call ProcLoaderClientGeckoInit() more than once");
|
|
|
|
if (!Preferences::GetBool("dom.ipc.processPrelaunch.enabled", false)) {
|
|
kill(sProcLoaderPid, SIGKILL);
|
|
sProcLoaderPid = 0;
|
|
close(sProcLoaderChannelFd);
|
|
sProcLoaderChannelFd = -1;
|
|
return;
|
|
}
|
|
|
|
sProcLoaderClientGeckoInitialized = true;
|
|
|
|
TransportDescriptor fd;
|
|
fd.mFd = base::FileDescriptor(sProcLoaderChannelFd, /*auto_close=*/ false);
|
|
sProcLoaderChannelFd = -1;
|
|
Transport *transport = OpenDescriptor(fd, Transport::MODE_CLIENT);
|
|
sProcLoaderParent = new ProcLoaderParent();
|
|
sProcLoaderParent->Open(transport,
|
|
sProcLoaderPid,
|
|
XRE_GetIOMessageLoop(),
|
|
ParentSide);
|
|
sProcLoaderLoop = MessageLoop::current();
|
|
}
|
|
|
|
/**
|
|
* Shutdown and destroy the client of B2G loader service.
|
|
*/
|
|
static void
|
|
ProcLoaderClientDeinit()
|
|
{
|
|
MOZ_ASSERT(sProcLoaderClientGeckoInitialized && sProcLoaderClientInitialized);
|
|
sProcLoaderClientGeckoInitialized = false;
|
|
sProcLoaderClientInitialized = false;
|
|
|
|
sProcLoaderClientOnDeinit = true;
|
|
|
|
MOZ_ASSERT(sProcLoaderParent != nullptr);
|
|
PProcLoaderParent *procLoaderParent = sProcLoaderParent;
|
|
sProcLoaderParent = nullptr;
|
|
sProcLoaderLoop = nullptr;
|
|
|
|
MessageLoop::current()->
|
|
PostTask(FROM_HERE,
|
|
NewRunnableFunction(&_ProcLoaderParentDestroy,
|
|
procLoaderParent));
|
|
}
|
|
|
|
struct AsyncSendLoadData
|
|
{
|
|
nsTArray<nsCString> mArgv;
|
|
nsTArray<nsCString> mEnv;
|
|
nsTArray<FDRemap> mFdsremap;
|
|
ChildPrivileges mPrivs;
|
|
int mCookie;
|
|
};
|
|
|
|
static void
|
|
AsyncSendLoad(AsyncSendLoadData *aLoad)
|
|
{
|
|
PProcLoaderParent *loader = sProcLoaderParent;
|
|
DebugOnly<bool> ok =
|
|
loader->SendLoad(aLoad->mArgv, aLoad->mEnv, aLoad->mFdsremap,
|
|
aLoad->mPrivs, aLoad->mCookie);
|
|
MOZ_ASSERT(ok);
|
|
delete aLoad;
|
|
}
|
|
|
|
/**
|
|
* Request the loader service, the server, to load Nuwa.
|
|
*/
|
|
bool
|
|
ProcLoaderLoad(const char *aArgv[],
|
|
const char *aEnvp[],
|
|
const file_handle_mapping_vector &aFdsRemap,
|
|
const ChildPrivileges aPrivs,
|
|
ProcessHandle *aProcessHandle)
|
|
{
|
|
static int cookie=0;
|
|
int i;
|
|
|
|
if (sProcLoaderParent == nullptr || sProcLoaderPid == 0) {
|
|
return false;
|
|
}
|
|
|
|
AsyncSendLoadData *load = new AsyncSendLoadData();
|
|
nsTArray<nsCString> &argv = load->mArgv;
|
|
for (i = 0; aArgv[i] != nullptr; i++) {
|
|
argv.AppendElement(nsCString(aArgv[i]));
|
|
}
|
|
nsTArray<nsCString> &env = load->mEnv;
|
|
for (i = 0; aEnvp[i] != nullptr; i++) {
|
|
env.AppendElement(nsCString(aEnvp[i]));
|
|
}
|
|
nsTArray<FDRemap> &fdsremap = load->mFdsremap;
|
|
for (file_handle_mapping_vector::const_iterator fdmap =
|
|
aFdsRemap.begin();
|
|
fdmap != aFdsRemap.end();
|
|
fdmap++) {
|
|
fdsremap.AppendElement(FDRemap(FileDescriptor(fdmap->first), fdmap->second));
|
|
}
|
|
load->mPrivs = aPrivs;
|
|
load->mCookie = cookie++;
|
|
|
|
*aProcessHandle = sProcLoaderPid;
|
|
sProcLoaderPid = 0;
|
|
|
|
sProcLoaderLoop->PostTask(FROM_HERE,
|
|
NewRunnableFunction(AsyncSendLoad, load));
|
|
return true;
|
|
}
|
|
|
|
|
|
class ProcLoaderRunnerBase;
|
|
|
|
static bool sProcLoaderServing = false;
|
|
static ProcLoaderRunnerBase *sProcLoaderDispatchedTask = nullptr;
|
|
|
|
class ProcLoaderRunnerBase
|
|
{
|
|
public:
|
|
virtual int DoWork() = 0;
|
|
virtual ~ProcLoaderRunnerBase() {}
|
|
};
|
|
|
|
|
|
class ProcLoaderNoopRunner : public ProcLoaderRunnerBase {
|
|
public:
|
|
virtual int DoWork();
|
|
};
|
|
|
|
int
|
|
ProcLoaderNoopRunner::DoWork() {
|
|
return 0;
|
|
}
|
|
|
|
/**
|
|
* The runner to load Nuwa at the current process.
|
|
*/
|
|
class ProcLoaderLoadRunner : public ProcLoaderRunnerBase {
|
|
private:
|
|
const nsTArray<nsCString> mArgv;
|
|
const nsTArray<nsCString> mEnv;
|
|
const nsTArray<FDRemap> mFdsRemap;
|
|
const ChildPrivileges mPrivs;
|
|
|
|
void ShuffleFds();
|
|
|
|
public:
|
|
ProcLoaderLoadRunner(const InfallibleTArray<nsCString>& aArgv,
|
|
const InfallibleTArray<nsCString>& aEnv,
|
|
const InfallibleTArray<FDRemap>& aFdsRemap,
|
|
const ChildPrivileges aPrivs)
|
|
: mArgv(aArgv)
|
|
, mEnv(aEnv)
|
|
, mFdsRemap(aFdsRemap)
|
|
, mPrivs(aPrivs) {}
|
|
|
|
int DoWork();
|
|
};
|
|
|
|
void
|
|
ProcLoaderLoadRunner::ShuffleFds()
|
|
{
|
|
unsigned int i;
|
|
|
|
MOZ_ASSERT(mFdsRemap.Length() <= kReservedFileDescriptors);
|
|
|
|
InjectiveMultimap fd_shuffle1, fd_shuffle2;
|
|
fd_shuffle1.reserve(mFdsRemap.Length());
|
|
fd_shuffle2.reserve(mFdsRemap.Length());
|
|
|
|
for (i = 0; i < mFdsRemap.Length(); i++) {
|
|
const FDRemap *map = &mFdsRemap[i];
|
|
int fd = map->fd().PlatformHandle();
|
|
int tofd = map->mapto();
|
|
|
|
fd_shuffle1.push_back(InjectionArc(fd, tofd, false));
|
|
fd_shuffle2.push_back(InjectionArc(fd, tofd, false));
|
|
|
|
// Erase from sReservedFds we will use.
|
|
for (int* toErase = sReservedFds->begin();
|
|
toErase < sReservedFds->end();
|
|
toErase++) {
|
|
if (tofd == *toErase) {
|
|
sReservedFds->erase(toErase);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
|
|
DebugOnly<bool> ok = ShuffleFileDescriptors(&fd_shuffle1);
|
|
|
|
// Close the FDs that are reserved but not used after
|
|
// ShuffleFileDescriptors().
|
|
MOZ_ASSERT(sReservedFds);
|
|
CloseFileDescriptors(*sReservedFds);
|
|
sReservedFds = nullptr;
|
|
|
|
// Note that we don'e call ::base::CloseSuperfluousFds() here, assuming that
|
|
// The file descriptor inherited from the parent are also necessary for us.
|
|
}
|
|
|
|
int
|
|
ProcLoaderLoadRunner::DoWork()
|
|
{
|
|
unsigned int i;
|
|
|
|
ShuffleFds();
|
|
|
|
unsigned int argc = mArgv.Length();
|
|
char **argv = new char *[argc + 1];
|
|
for (i = 0; i < argc; i++) {
|
|
argv[i] = ::strdup(mArgv[i].get());
|
|
}
|
|
argv[argc] = nullptr;
|
|
|
|
unsigned int envc = mEnv.Length();
|
|
for (i = 0; i < envc; i++) {
|
|
PR_SetEnv(mEnv[i].get());
|
|
}
|
|
|
|
SetCurrentProcessPrivileges(mPrivs);
|
|
|
|
// Start Nuwa (main function)
|
|
int ret = content_process_main(argc, argv);
|
|
|
|
for (i = 0; i < argc; i++) {
|
|
free(argv[i]);
|
|
}
|
|
delete[] argv;
|
|
|
|
return ret;
|
|
}
|
|
|
|
|
|
class ProcLoaderChild : public PProcLoaderChild
|
|
{
|
|
pid_t mPeerPid;
|
|
|
|
public:
|
|
ProcLoaderChild(pid_t aPeerPid) : mPeerPid(aPeerPid) {}
|
|
|
|
virtual void ActorDestroy(ActorDestroyReason aWhy) override;
|
|
|
|
virtual bool RecvLoad(InfallibleTArray<nsCString>&& aArgv,
|
|
InfallibleTArray<nsCString>&& aEnv,
|
|
InfallibleTArray<FDRemap>&& aFdsremap,
|
|
const uint32_t& aPrivs,
|
|
const int32_t& aCookie);
|
|
|
|
virtual void OnChannelError();
|
|
};
|
|
|
|
void
|
|
ProcLoaderChild::ActorDestroy(ActorDestroyReason aWhy)
|
|
{
|
|
}
|
|
|
|
static void
|
|
_ProcLoaderChildDestroy(ProcLoaderChild *aChild)
|
|
{
|
|
aChild->Close();
|
|
delete aChild;
|
|
MessageLoop::current()->Quit();
|
|
}
|
|
|
|
bool
|
|
ProcLoaderChild::RecvLoad(InfallibleTArray<nsCString>&& aArgv,
|
|
InfallibleTArray<nsCString>&& aEnv,
|
|
InfallibleTArray<FDRemap>&& aFdsRemap,
|
|
const uint32_t& aPrivs,
|
|
const int32_t& aCookie) {
|
|
if (!sProcLoaderServing) {
|
|
return true;
|
|
}
|
|
sProcLoaderServing = false;
|
|
|
|
MOZ_ASSERT(sProcLoaderDispatchedTask == nullptr);
|
|
ChildPrivileges privs = static_cast<ChildPrivileges>(aPrivs);
|
|
sProcLoaderDispatchedTask =
|
|
new ProcLoaderLoadRunner(aArgv, aEnv, aFdsRemap, privs);
|
|
|
|
SendLoadComplete(mPeerPid, aCookie);
|
|
|
|
MessageLoop::current()->PostTask(FROM_HERE,
|
|
NewRunnableFunction(_ProcLoaderChildDestroy,
|
|
this));
|
|
return true;
|
|
}
|
|
|
|
void
|
|
ProcLoaderChild::OnChannelError()
|
|
{
|
|
if (!sProcLoaderServing) {
|
|
return;
|
|
}
|
|
sProcLoaderServing = false;
|
|
|
|
PProcLoaderChild::OnChannelError();
|
|
|
|
MOZ_ASSERT(sProcLoaderDispatchedTask == nullptr);
|
|
sProcLoaderDispatchedTask = new ProcLoaderNoopRunner();
|
|
|
|
MessageLoop::current()->PostTask(FROM_HERE,
|
|
NewRunnableFunction(_ProcLoaderChildDestroy,
|
|
this));
|
|
}
|
|
|
|
/**
|
|
* A helper class which calls NS_LogInit/NS_LogTerm in its scope.
|
|
*/
|
|
class ScopedLogging
|
|
{
|
|
public:
|
|
ScopedLogging() { NS_LogInit(); }
|
|
~ScopedLogging() { NS_LogTerm(); }
|
|
};
|
|
|
|
/**
|
|
* Run service of ProcLoader.
|
|
*
|
|
* \param aPeerPid is the pid of the parent.
|
|
* \param aFd is the file descriptor of the socket for IPC.
|
|
*
|
|
* See the comment near the head of this file.
|
|
*/
|
|
static int
|
|
ProcLoaderServiceRun(pid_t aPeerPid, int aFd,
|
|
int aArgc, const char *aArgv[],
|
|
FdArray& aReservedFds)
|
|
{
|
|
// Make a copy of aReservedFds. It will be used when we dup() the magic file
|
|
// descriptors when ProcLoaderChild::RecvLoad() runs.
|
|
sReservedFds = MakeUnique<FdArray>(mozilla::Move(aReservedFds));
|
|
|
|
ScopedLogging logging;
|
|
|
|
char **_argv;
|
|
_argv = new char *[aArgc + 1];
|
|
for (int i = 0; i < aArgc; i++) {
|
|
_argv[i] = ::strdup(aArgv[i]);
|
|
MOZ_ASSERT(_argv[i] != nullptr);
|
|
}
|
|
_argv[aArgc] = nullptr;
|
|
|
|
gArgv = _argv;
|
|
gArgc = aArgc;
|
|
|
|
{
|
|
nsresult rv = XRE_InitCommandLine(aArgc, _argv);
|
|
if (NS_FAILED(rv)) {
|
|
MOZ_CRASH();
|
|
}
|
|
|
|
TransportDescriptor fd;
|
|
fd.mFd = base::FileDescriptor(aFd, /*auto_close =*/false);
|
|
|
|
MOZ_ASSERT(!sProcLoaderServing);
|
|
MessageLoop loop;
|
|
|
|
nsAutoPtr<ContentProcess> process;
|
|
process = new ContentProcess(aPeerPid);
|
|
ChildThread *iothread = process->child_thread();
|
|
|
|
Transport *transport = OpenDescriptor(fd, Transport::MODE_CLIENT);
|
|
ProcLoaderChild *loaderChild = new ProcLoaderChild(aPeerPid);
|
|
// Pass a message loop to initialize (connect) the channel
|
|
// (connection).
|
|
loaderChild->Open(transport, aPeerPid, iothread->message_loop());
|
|
|
|
BackgroundHangMonitor::Prohibit();
|
|
|
|
sProcLoaderServing = true;
|
|
loop.Run();
|
|
|
|
BackgroundHangMonitor::Allow();
|
|
|
|
XRE_DeinitCommandLine();
|
|
}
|
|
|
|
MOZ_ASSERT(sProcLoaderDispatchedTask != nullptr);
|
|
ProcLoaderRunnerBase *task = sProcLoaderDispatchedTask;
|
|
sProcLoaderDispatchedTask = nullptr;
|
|
int ret = task->DoWork();
|
|
delete task;
|
|
|
|
for (int i = 0; i < aArgc; i++) {
|
|
free(_argv[i]);
|
|
}
|
|
delete[] _argv;
|
|
|
|
return ret;
|
|
}
|
|
|
|
#endif /* MOZ_B2G_LOADER */
|
|
|
|
} // namespace ipc
|
|
} // namespace mozilla
|
|
|
|
#ifdef MOZ_B2G_LOADER
|
|
void
|
|
XRE_ProcLoaderClientInit(pid_t aPeerPid, int aChannelFd, FdArray& aReservedFds)
|
|
{
|
|
// We already performed fork(). It's safe to free the "danger zone" of file
|
|
// descriptors .
|
|
mozilla::ipc::CloseFileDescriptors(aReservedFds);
|
|
|
|
mozilla::ipc::ProcLoaderClientInit(aPeerPid, aChannelFd);
|
|
}
|
|
|
|
int
|
|
XRE_ProcLoaderServiceRun(pid_t aPeerPid, int aFd,
|
|
int aArgc, const char *aArgv[],
|
|
FdArray& aReservedFds)
|
|
{
|
|
return mozilla::ipc::ProcLoaderServiceRun(aPeerPid, aFd,
|
|
aArgc, aArgv,
|
|
aReservedFds);
|
|
}
|
|
#endif /* MOZ_B2G_LOADER */
|