2009-09-09 22:00:14 +00:00
|
|
|
/* -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 8 -*- */
|
2009-08-18 19:05:15 +00:00
|
|
|
/* vim: set sw=4 ts=8 et tw=80 ft=cpp : */
|
2012-05-21 11:12:37 +00:00
|
|
|
/* 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/. */
|
2009-07-11 06:33:10 +00:00
|
|
|
|
2013-11-18 21:49:53 +00:00
|
|
|
include protocol PAsmJSCacheEntry;
|
2013-11-27 07:59:41 +00:00
|
|
|
include protocol PBackground;
|
2012-08-02 06:02:29 +00:00
|
|
|
include protocol PBlob;
|
2012-09-13 16:37:14 +00:00
|
|
|
include protocol PBluetooth;
|
2010-07-19 18:33:33 +00:00
|
|
|
include protocol PBrowser;
|
2014-08-18 09:06:11 +00:00
|
|
|
include protocol PCellBroadcast;
|
2012-07-17 23:59:45 +00:00
|
|
|
include protocol PCompositor;
|
2014-06-11 05:44:13 +00:00
|
|
|
include protocol PContentBridge;
|
2014-05-13 17:13:00 +00:00
|
|
|
include protocol PCycleCollectWithLogs;
|
2010-11-24 14:15:03 +00:00
|
|
|
include protocol PCrashReporter;
|
2014-03-07 21:35:19 +00:00
|
|
|
include protocol PDocAccessible;
|
2010-09-15 22:55:08 +00:00
|
|
|
include protocol PExternalHelperApp;
|
2012-06-19 23:14:39 +00:00
|
|
|
include protocol PDeviceStorageRequest;
|
2014-03-25 18:37:13 +00:00
|
|
|
include protocol PFileDescriptorSet;
|
2013-09-03 22:28:06 +00:00
|
|
|
include protocol PFMRadio;
|
2014-03-05 03:25:40 +00:00
|
|
|
include protocol PFileSystemRequest;
|
2011-10-05 22:15:45 +00:00
|
|
|
include protocol PHal;
|
2015-01-07 06:53:21 +00:00
|
|
|
include protocol PIcc;
|
2015-01-17 02:34:47 +00:00
|
|
|
include protocol PProcessHangMonitor;
|
2012-08-29 12:24:48 +00:00
|
|
|
include protocol PImageBridge;
|
2011-02-16 18:43:23 +00:00
|
|
|
include protocol PMemoryReportRequest;
|
2014-07-01 10:09:08 +00:00
|
|
|
include protocol PMobileConnection;
|
2011-10-05 22:15:45 +00:00
|
|
|
include protocol PNecko;
|
2015-02-10 10:49:03 +00:00
|
|
|
// FIXME This is pretty ridiculous, but we have to keep the order of the
|
|
|
|
// following 4 includes, or the parser is confused about PGMPContent
|
|
|
|
// bridging PContent and PGMP. As soon as it registers the bridge between
|
|
|
|
// PContent and PPluginModule it seems to think that PContent's parent and
|
|
|
|
// child live in the same process!
|
|
|
|
include protocol PGMPContent;
|
|
|
|
include protocol PGMPService;
|
2014-10-29 15:05:36 +00:00
|
|
|
include protocol PPluginModule;
|
2015-02-10 10:49:03 +00:00
|
|
|
include protocol PGMP;
|
2014-10-28 15:59:08 +00:00
|
|
|
include protocol PPrinting;
|
2014-11-13 00:31:00 +00:00
|
|
|
include protocol POfflineCacheUpdate;
|
2014-07-14 17:22:26 +00:00
|
|
|
include protocol PScreenManager;
|
2014-05-01 01:52:00 +00:00
|
|
|
include protocol PSharedBufferManager;
|
2011-11-20 22:40:53 +00:00
|
|
|
include protocol PSms;
|
2013-04-03 22:13:17 +00:00
|
|
|
include protocol PSpeechSynthesis;
|
2011-10-05 22:15:45 +00:00
|
|
|
include protocol PStorage;
|
2013-09-07 06:19:50 +00:00
|
|
|
include protocol PTelephony;
|
2011-10-05 22:15:45 +00:00
|
|
|
include protocol PTestShell;
|
2014-09-26 05:00:24 +00:00
|
|
|
include protocol PVoicemail;
|
2013-07-03 07:24:32 +00:00
|
|
|
include protocol PJavaScript;
|
2014-07-01 22:24:27 +00:00
|
|
|
include protocol PRemoteSpellcheckEngine;
|
2012-08-23 19:33:46 +00:00
|
|
|
include DOMTypes;
|
2013-07-10 22:05:39 +00:00
|
|
|
include JavaScriptTypes;
|
2013-01-17 20:17:33 +00:00
|
|
|
include InputStreamParams;
|
2013-07-10 17:07:50 +00:00
|
|
|
include PTabContext;
|
2012-08-23 19:33:46 +00:00
|
|
|
include URIParams;
|
2014-10-29 15:05:36 +00:00
|
|
|
include PluginTypes;
|
2013-06-03 10:14:40 +00:00
|
|
|
include ProtocolTypes;
|
2009-09-09 22:00:14 +00:00
|
|
|
|
2014-08-18 09:06:11 +00:00
|
|
|
// Workaround to prevent error if PContentChild.cpp & PContentBridgeParent.cpp
|
|
|
|
// are put into different UnifiedProtocolsXX.cpp files.
|
|
|
|
// XXX Remove this once bug 1069073 is fixed
|
|
|
|
include "mozilla/dom/PContentBridgeParent.h";
|
|
|
|
|
2014-09-26 23:21:57 +00:00
|
|
|
include "mozilla/dom/indexedDB/SerializationHelpers.h";
|
|
|
|
|
2013-10-01 19:25:07 +00:00
|
|
|
using GeoPosition from "nsGeoPositionIPCSerialiser.h";
|
2010-09-21 04:16:37 +00:00
|
|
|
|
2013-10-01 19:25:07 +00:00
|
|
|
using struct ChromePackage from "mozilla/chrome/RegistryMessageUtils.h";
|
|
|
|
using struct ResourceMapping from "mozilla/chrome/RegistryMessageUtils.h";
|
|
|
|
using struct OverrideMapping from "mozilla/chrome/RegistryMessageUtils.h";
|
|
|
|
using base::ChildPrivileges from "base/process_util.h";
|
2014-12-29 23:13:54 +00:00
|
|
|
using base::ProcessId from "base/process.h";
|
2013-10-01 19:25:07 +00:00
|
|
|
using struct IPC::Permission from "mozilla/net/NeckoMessageUtils.h";
|
|
|
|
using class IPC::Principal from "mozilla/dom/PermissionMessageUtils.h";
|
|
|
|
using struct mozilla::null_t from "ipc/IPCMessageUtils.h";
|
|
|
|
using struct mozilla::void_t from "ipc/IPCMessageUtils.h";
|
2013-11-18 21:49:53 +00:00
|
|
|
using mozilla::dom::asmjscache::OpenMode from "mozilla/dom/asmjscache/AsmJSCache.h";
|
2013-12-05 04:32:52 +00:00
|
|
|
using mozilla::dom::asmjscache::WriteParams from "mozilla/dom/asmjscache/AsmJSCache.h";
|
2014-04-10 17:39:20 +00:00
|
|
|
using mozilla::dom::AudioChannel from "mozilla/dom/AudioChannelBinding.h";
|
2013-10-01 19:25:07 +00:00
|
|
|
using mozilla::dom::AudioChannelState from "AudioChannelCommon.h";
|
|
|
|
using mozilla::dom::NativeThreadId from "mozilla/dom/TabMessageUtils.h";
|
2014-09-26 23:21:57 +00:00
|
|
|
using mozilla::dom::quota::PersistenceType from "mozilla/dom/quota/PersistenceType.h";
|
2013-10-01 19:25:07 +00:00
|
|
|
using mozilla::hal::ProcessPriority from "mozilla/HalTypes.h";
|
|
|
|
using gfxIntSize from "nsSize.h";
|
2014-10-29 18:11:00 +00:00
|
|
|
using mozilla::dom::TabId from "mozilla/dom/ipc/IdType.h";
|
2014-10-24 00:28:00 +00:00
|
|
|
using mozilla::dom::ContentParentId from "mozilla/dom/ipc/IdType.h";
|
2009-09-09 22:00:14 +00:00
|
|
|
|
2014-07-25 20:17:36 +00:00
|
|
|
union ChromeRegistryItem
|
|
|
|
{
|
|
|
|
ChromePackage;
|
|
|
|
OverrideMapping;
|
2014-10-07 17:29:40 +00:00
|
|
|
ResourceMapping;
|
2014-07-25 20:17:36 +00:00
|
|
|
};
|
|
|
|
|
2009-07-11 06:33:10 +00:00
|
|
|
namespace mozilla {
|
2009-09-09 22:00:14 +00:00
|
|
|
namespace dom {
|
2009-07-11 06:33:10 +00:00
|
|
|
|
2011-01-13 04:04:42 +00:00
|
|
|
struct FontListEntry {
|
2011-09-23 11:15:36 +00:00
|
|
|
nsString familyName;
|
|
|
|
nsString faceName;
|
2011-01-13 04:04:42 +00:00
|
|
|
nsCString filepath;
|
2012-08-22 15:56:38 +00:00
|
|
|
uint16_t weight;
|
|
|
|
int16_t stretch;
|
|
|
|
uint8_t italic;
|
|
|
|
uint8_t index;
|
2014-06-30 18:05:29 +00:00
|
|
|
bool isHidden;
|
2011-01-13 04:04:42 +00:00
|
|
|
};
|
|
|
|
|
2013-01-25 19:05:24 +00:00
|
|
|
struct DeviceStorageFreeSpaceParams
|
2012-07-31 19:28:23 +00:00
|
|
|
{
|
2012-08-30 22:17:37 +00:00
|
|
|
nsString type;
|
2013-05-11 09:10:18 +00:00
|
|
|
nsString storageName;
|
2012-07-31 19:28:23 +00:00
|
|
|
};
|
|
|
|
|
2013-01-25 19:05:24 +00:00
|
|
|
struct DeviceStorageUsedSpaceParams
|
|
|
|
{
|
|
|
|
nsString type;
|
2013-05-11 09:10:18 +00:00
|
|
|
nsString storageName;
|
2013-01-25 19:05:24 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
struct DeviceStorageAvailableParams
|
|
|
|
{
|
|
|
|
nsString type;
|
2013-05-11 09:10:18 +00:00
|
|
|
nsString storageName;
|
2013-01-25 19:05:24 +00:00
|
|
|
};
|
|
|
|
|
2014-02-19 02:48:05 +00:00
|
|
|
struct DeviceStorageStatusParams
|
|
|
|
{
|
|
|
|
nsString type;
|
|
|
|
nsString storageName;
|
|
|
|
};
|
|
|
|
|
2013-09-06 06:11:58 +00:00
|
|
|
struct DeviceStorageFormatParams
|
|
|
|
{
|
|
|
|
nsString type;
|
|
|
|
nsString storageName;
|
|
|
|
};
|
|
|
|
|
2014-03-04 11:24:19 +00:00
|
|
|
struct DeviceStorageMountParams
|
|
|
|
{
|
|
|
|
nsString type;
|
|
|
|
nsString storageName;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct DeviceStorageUnmountParams
|
|
|
|
{
|
|
|
|
nsString type;
|
|
|
|
nsString storageName;
|
|
|
|
};
|
|
|
|
|
2012-06-19 23:14:39 +00:00
|
|
|
struct DeviceStorageAddParams
|
|
|
|
{
|
2012-08-30 22:17:37 +00:00
|
|
|
nsString type;
|
2013-05-11 09:10:18 +00:00
|
|
|
nsString storageName;
|
2013-04-18 14:13:23 +00:00
|
|
|
nsString relpath;
|
2012-08-09 22:41:18 +00:00
|
|
|
PBlob blob;
|
2012-06-19 23:14:39 +00:00
|
|
|
};
|
|
|
|
|
2014-06-10 08:51:28 +00:00
|
|
|
struct DeviceStorageAppendParams
|
|
|
|
{
|
|
|
|
nsString type;
|
|
|
|
nsString storageName;
|
|
|
|
nsString relpath;
|
|
|
|
PBlob blob;
|
|
|
|
};
|
|
|
|
|
2014-01-17 01:01:27 +00:00
|
|
|
struct DeviceStorageCreateFdParams
|
|
|
|
{
|
|
|
|
nsString type;
|
|
|
|
nsString storageName;
|
|
|
|
nsString relpath;
|
|
|
|
};
|
|
|
|
|
2012-06-19 23:14:39 +00:00
|
|
|
struct DeviceStorageGetParams
|
|
|
|
{
|
2012-08-30 22:17:37 +00:00
|
|
|
nsString type;
|
2013-05-11 09:10:18 +00:00
|
|
|
nsString storageName;
|
2013-04-18 14:13:23 +00:00
|
|
|
nsString rootDir;
|
|
|
|
nsString relpath;
|
2012-06-19 23:14:39 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
struct DeviceStorageDeleteParams
|
|
|
|
{
|
2012-08-30 22:17:37 +00:00
|
|
|
nsString type;
|
2013-05-11 09:10:18 +00:00
|
|
|
nsString storageName;
|
2013-04-18 14:13:23 +00:00
|
|
|
nsString relpath;
|
2012-06-19 23:14:39 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
struct DeviceStorageEnumerationParams
|
|
|
|
{
|
2012-08-30 22:17:37 +00:00
|
|
|
nsString type;
|
2013-05-11 09:10:18 +00:00
|
|
|
nsString storageName;
|
|
|
|
nsString rootdir;
|
2012-08-22 15:56:38 +00:00
|
|
|
uint64_t since;
|
2012-06-19 23:14:39 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
union DeviceStorageParams
|
|
|
|
{
|
|
|
|
DeviceStorageAddParams;
|
2014-06-10 08:51:28 +00:00
|
|
|
DeviceStorageAppendParams;
|
2014-01-17 01:01:27 +00:00
|
|
|
DeviceStorageCreateFdParams;
|
2012-06-19 23:14:39 +00:00
|
|
|
DeviceStorageGetParams;
|
|
|
|
DeviceStorageDeleteParams;
|
|
|
|
DeviceStorageEnumerationParams;
|
2013-01-25 19:05:24 +00:00
|
|
|
DeviceStorageFreeSpaceParams;
|
|
|
|
DeviceStorageUsedSpaceParams;
|
|
|
|
DeviceStorageAvailableParams;
|
2014-02-19 02:48:05 +00:00
|
|
|
DeviceStorageStatusParams;
|
2013-09-06 06:11:58 +00:00
|
|
|
DeviceStorageFormatParams;
|
2014-03-04 11:24:19 +00:00
|
|
|
DeviceStorageMountParams;
|
|
|
|
DeviceStorageUnmountParams;
|
2012-06-19 23:14:39 +00:00
|
|
|
};
|
2012-08-02 06:02:29 +00:00
|
|
|
|
2013-09-03 22:28:06 +00:00
|
|
|
struct FMRadioRequestEnableParams
|
|
|
|
{
|
|
|
|
double frequency;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct FMRadioRequestDisableParams
|
|
|
|
{
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
struct FMRadioRequestSetFrequencyParams
|
|
|
|
{
|
|
|
|
double frequency;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct FMRadioRequestSeekParams
|
|
|
|
{
|
|
|
|
bool upward;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct FMRadioRequestCancelSeekParams
|
|
|
|
{
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
union FMRadioRequestParams
|
|
|
|
{
|
|
|
|
FMRadioRequestEnableParams;
|
|
|
|
FMRadioRequestDisableParams;
|
|
|
|
FMRadioRequestSetFrequencyParams;
|
|
|
|
FMRadioRequestSeekParams;
|
|
|
|
FMRadioRequestCancelSeekParams;
|
|
|
|
};
|
|
|
|
|
2014-03-05 03:25:40 +00:00
|
|
|
struct FileSystemCreateDirectoryParams
|
|
|
|
{
|
|
|
|
nsString filesystem;
|
|
|
|
nsString realPath;
|
|
|
|
};
|
|
|
|
|
2014-03-05 08:40:48 +00:00
|
|
|
union FileSystemFileDataValue
|
|
|
|
{
|
|
|
|
uint8_t[];
|
|
|
|
PBlob;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct FileSystemCreateFileParams
|
|
|
|
{
|
|
|
|
nsString filesystem;
|
|
|
|
nsString realPath;
|
|
|
|
FileSystemFileDataValue data;
|
|
|
|
bool replace;
|
|
|
|
};
|
|
|
|
|
2014-03-05 03:25:40 +00:00
|
|
|
struct FileSystemGetFileOrDirectoryParams
|
|
|
|
{
|
|
|
|
nsString filesystem;
|
|
|
|
nsString realPath;
|
|
|
|
};
|
|
|
|
|
2014-03-12 06:30:21 +00:00
|
|
|
union FileSystemPathOrFileValue
|
|
|
|
{
|
|
|
|
nsString;
|
|
|
|
PBlob;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct FileSystemRemoveParams
|
|
|
|
{
|
|
|
|
nsString filesystem;
|
|
|
|
nsString directory;
|
|
|
|
FileSystemPathOrFileValue target;
|
|
|
|
bool recursive;
|
|
|
|
};
|
|
|
|
|
2014-03-05 03:25:40 +00:00
|
|
|
union FileSystemParams
|
|
|
|
{
|
|
|
|
FileSystemCreateDirectoryParams;
|
2014-03-05 08:40:48 +00:00
|
|
|
FileSystemCreateFileParams;
|
2014-03-05 03:25:40 +00:00
|
|
|
FileSystemGetFileOrDirectoryParams;
|
2014-03-12 06:30:21 +00:00
|
|
|
FileSystemRemoveParams;
|
2014-03-05 03:25:40 +00:00
|
|
|
};
|
|
|
|
|
2012-08-22 20:00:21 +00:00
|
|
|
union PrefValue {
|
|
|
|
nsCString;
|
|
|
|
int32_t;
|
|
|
|
bool;
|
|
|
|
};
|
|
|
|
|
|
|
|
union MaybePrefValue {
|
|
|
|
PrefValue;
|
|
|
|
null_t;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct PrefSetting {
|
|
|
|
nsCString name;
|
|
|
|
MaybePrefValue defaultValue;
|
|
|
|
MaybePrefValue userValue;
|
|
|
|
};
|
|
|
|
|
2014-06-03 14:36:46 +00:00
|
|
|
struct DataStoreSetting {
|
|
|
|
nsString name;
|
|
|
|
nsString originURL;
|
|
|
|
nsString manifestURL;
|
|
|
|
bool readOnly;
|
|
|
|
bool enabled;
|
|
|
|
};
|
|
|
|
|
2014-09-15 18:51:25 +00:00
|
|
|
// Note: Any changes to this structure should also be changed in
|
|
|
|
// FileSystemUpdate below.
|
|
|
|
struct VolumeInfo {
|
|
|
|
nsString name;
|
|
|
|
nsString mountPoint;
|
|
|
|
int32_t volState;
|
|
|
|
int32_t mountGeneration;
|
|
|
|
bool isMediaPresent;
|
|
|
|
bool isSharing;
|
|
|
|
bool isFormatting;
|
|
|
|
bool isFake;
|
2014-09-22 03:42:33 +00:00
|
|
|
bool isUnmounting;
|
2014-12-22 02:33:33 +00:00
|
|
|
bool isRemovable;
|
|
|
|
bool isHotSwappable;
|
2014-09-15 18:51:25 +00:00
|
|
|
};
|
|
|
|
|
2014-10-22 09:50:00 +00:00
|
|
|
struct ClipboardCapabilities {
|
|
|
|
bool supportsSelectionClipboard;
|
|
|
|
bool supportsFindClipboard;
|
|
|
|
};
|
|
|
|
|
2014-09-18 15:59:00 +00:00
|
|
|
union MaybeFileDesc {
|
|
|
|
FileDescriptor;
|
|
|
|
void_t;
|
|
|
|
};
|
|
|
|
|
2015-03-10 09:32:00 +00:00
|
|
|
union FileDescOrError {
|
|
|
|
FileDescriptor;
|
|
|
|
nsresult;
|
|
|
|
};
|
|
|
|
|
2014-12-06 15:31:53 +00:00
|
|
|
union OptionalContentId
|
|
|
|
{
|
|
|
|
ContentParentId;
|
|
|
|
void_t;
|
|
|
|
};
|
|
|
|
|
2015-03-24 14:29:16 +00:00
|
|
|
struct DomainPolicyClone
|
|
|
|
{
|
|
|
|
bool active;
|
|
|
|
URIParams[] blacklist;
|
|
|
|
URIParams[] whitelist;
|
|
|
|
URIParams[] superBlacklist;
|
|
|
|
URIParams[] superWhitelist;
|
|
|
|
};
|
|
|
|
|
2015-01-28 19:53:46 +00:00
|
|
|
prio(normal upto urgent) sync protocol PContent
|
2009-07-11 06:33:10 +00:00
|
|
|
{
|
2014-10-29 15:05:36 +00:00
|
|
|
parent spawns PPluginModule;
|
|
|
|
|
2012-07-17 23:59:45 +00:00
|
|
|
parent opens PCompositor;
|
2015-01-17 02:34:47 +00:00
|
|
|
parent opens PProcessHangMonitor;
|
2014-05-01 01:52:00 +00:00
|
|
|
parent opens PSharedBufferManager;
|
2012-08-29 12:24:48 +00:00
|
|
|
parent opens PImageBridge;
|
2015-02-10 10:49:03 +00:00
|
|
|
parent opens PGMPService;
|
2013-11-27 07:59:41 +00:00
|
|
|
child opens PBackground;
|
2012-07-17 23:59:45 +00:00
|
|
|
|
2013-11-18 21:49:53 +00:00
|
|
|
manages PAsmJSCacheEntry;
|
2012-08-02 06:02:29 +00:00
|
|
|
manages PBlob;
|
2012-09-13 16:37:14 +00:00
|
|
|
manages PBluetooth;
|
2010-07-19 18:33:33 +00:00
|
|
|
manages PBrowser;
|
2014-08-18 09:06:11 +00:00
|
|
|
manages PCellBroadcast;
|
2010-11-24 14:15:03 +00:00
|
|
|
manages PCrashReporter;
|
2014-05-13 17:13:00 +00:00
|
|
|
manages PCycleCollectWithLogs;
|
2014-03-07 21:35:19 +00:00
|
|
|
manages PDocAccessible;
|
2012-06-19 23:14:39 +00:00
|
|
|
manages PDeviceStorageRequest;
|
2014-03-05 03:25:40 +00:00
|
|
|
manages PFileSystemRequest;
|
2010-09-15 22:55:08 +00:00
|
|
|
manages PExternalHelperApp;
|
2014-03-25 18:37:13 +00:00
|
|
|
manages PFileDescriptorSet;
|
2013-09-03 22:28:06 +00:00
|
|
|
manages PFMRadio;
|
2011-10-05 22:15:45 +00:00
|
|
|
manages PHal;
|
2015-01-07 06:53:21 +00:00
|
|
|
manages PIcc;
|
2011-02-16 18:43:23 +00:00
|
|
|
manages PMemoryReportRequest;
|
2014-07-01 10:09:08 +00:00
|
|
|
manages PMobileConnection;
|
2011-10-05 22:15:45 +00:00
|
|
|
manages PNecko;
|
2014-11-13 00:31:00 +00:00
|
|
|
manages POfflineCacheUpdate;
|
2014-10-28 15:59:08 +00:00
|
|
|
manages PPrinting;
|
2014-07-14 17:22:26 +00:00
|
|
|
manages PScreenManager;
|
2011-11-20 22:40:53 +00:00
|
|
|
manages PSms;
|
2013-04-03 22:13:17 +00:00
|
|
|
manages PSpeechSynthesis;
|
2011-10-05 22:15:45 +00:00
|
|
|
manages PStorage;
|
2013-09-07 06:19:50 +00:00
|
|
|
manages PTelephony;
|
2011-10-05 22:15:45 +00:00
|
|
|
manages PTestShell;
|
2014-09-26 05:00:24 +00:00
|
|
|
manages PVoicemail;
|
2013-07-03 07:24:32 +00:00
|
|
|
manages PJavaScript;
|
2014-07-01 22:24:27 +00:00
|
|
|
manages PRemoteSpellcheckEngine;
|
2009-08-25 23:07:22 +00:00
|
|
|
|
2012-06-12 22:01:25 +00:00
|
|
|
both:
|
|
|
|
// Depending on exactly how the new browser is being created, it might be
|
|
|
|
// created from either the child or parent process!
|
|
|
|
//
|
|
|
|
// The child creates the PBrowser as part of
|
Bug 802366 - The main event: Let a browser process inherit its app's id. r=bz,cjones
The main bug fixed here is that in half of our interfaces, we use "is browser frame/element" to mean "browser or app", and in the other half, we use it to mean "is browser not app".
There's a related, functional bug also fixed here, which is that a browser process doesn't inherit its parent's app-id. This causes problems e.g. for IndexedDB: If a browser inside an app uses IndexedDB, the DB should have the app's app-id.
I also modified Tab{Parent,Child} and nsFrameLoader to call "app" "ownOrContainingApp", to emphasize that we might have inherited the app from a parent process. I left nsIDocShell::appId alone, because changing that would have necessitated changing nsILoadGroup and therefore a /lot/ of users in Necko; it's also not clear it would have clarified anything in those cases.
2012-11-10 18:32:37 +00:00
|
|
|
// TabChild::BrowserFrameProvideWindow (which happens when the child's
|
|
|
|
// content calls window.open()), and the parent creates the PBrowser as part
|
2013-06-20 22:54:01 +00:00
|
|
|
// of ContentParent::CreateBrowserOrApp.
|
Bug 802366 - The main event: Let a browser process inherit its app's id. r=bz,cjones
The main bug fixed here is that in half of our interfaces, we use "is browser frame/element" to mean "browser or app", and in the other half, we use it to mean "is browser not app".
There's a related, functional bug also fixed here, which is that a browser process doesn't inherit its parent's app-id. This causes problems e.g. for IndexedDB: If a browser inside an app uses IndexedDB, the DB should have the app's app-id.
I also modified Tab{Parent,Child} and nsFrameLoader to call "app" "ownOrContainingApp", to emphasize that we might have inherited the app from a parent process. I left nsIDocShell::appId alone, because changing that would have necessitated changing nsILoadGroup and therefore a /lot/ of users in Necko; it's also not clear it would have clarified anything in those cases.
2012-11-10 18:32:37 +00:00
|
|
|
//
|
|
|
|
// When the parent constructs a PBrowser, the child trusts the app token it
|
|
|
|
// receives from the parent. In that case, context can be any of the
|
|
|
|
// IPCTabContext subtypes.
|
|
|
|
//
|
|
|
|
// When the child constructs a PBrowser, the parent doesn't trust the app
|
|
|
|
// token it receives from the child. In this case, context must have type
|
|
|
|
// PopupIPCTabContext. The browser created using a PopupIPCTabContext has
|
|
|
|
// the opener PBrowser's app-id and containing-app-id. The parent checks
|
|
|
|
// that if the opener is a browser element, the context is also for a
|
|
|
|
// browser element.
|
2012-08-09 02:58:06 +00:00
|
|
|
//
|
Bug 802366 - The main event: Let a browser process inherit its app's id. r=bz,cjones
The main bug fixed here is that in half of our interfaces, we use "is browser frame/element" to mean "browser or app", and in the other half, we use it to mean "is browser not app".
There's a related, functional bug also fixed here, which is that a browser process doesn't inherit its parent's app-id. This causes problems e.g. for IndexedDB: If a browser inside an app uses IndexedDB, the DB should have the app's app-id.
I also modified Tab{Parent,Child} and nsFrameLoader to call "app" "ownOrContainingApp", to emphasize that we might have inherited the app from a parent process. I left nsIDocShell::appId alone, because changing that would have necessitated changing nsILoadGroup and therefore a /lot/ of users in Necko; it's also not clear it would have clarified anything in those cases.
2012-11-10 18:32:37 +00:00
|
|
|
// This allows the parent to prevent a malicious child from escalating its
|
|
|
|
// privileges by requesting a PBrowser corresponding to a highly-privileged
|
|
|
|
// app; the child can only request privileges for an app which the child has
|
|
|
|
// access to (in the form of a TabChild).
|
2014-06-03 21:15:27 +00:00
|
|
|
//
|
|
|
|
// Keep the last 3 attributes in sync with GetProcessAttributes!
|
2014-10-29 18:11:00 +00:00
|
|
|
async PBrowser(TabId tabId, IPCTabContext context, uint32_t chromeFlags,
|
2014-10-24 00:28:00 +00:00
|
|
|
ContentParentId cpId, bool isForApp, bool isForBrowser);
|
2009-08-25 23:07:22 +00:00
|
|
|
|
2012-08-02 06:02:29 +00:00
|
|
|
async PBlob(BlobConstructorParams params);
|
|
|
|
|
2014-03-25 18:37:28 +00:00
|
|
|
PFileDescriptorSet(FileDescriptor fd);
|
|
|
|
|
2012-06-12 22:01:25 +00:00
|
|
|
child:
|
2013-01-17 20:06:36 +00:00
|
|
|
/**
|
2014-03-12 22:48:15 +00:00
|
|
|
* Enable system-level sandboxing features, if available. Can
|
|
|
|
* usually only be performed zero or one times. The child may
|
|
|
|
* abnormally exit if this fails; the details are OS-specific.
|
2013-01-17 20:06:36 +00:00
|
|
|
*/
|
2014-03-12 22:48:15 +00:00
|
|
|
async SetProcessSandbox();
|
2013-01-17 20:06:36 +00:00
|
|
|
|
2014-05-21 06:06:54 +00:00
|
|
|
PMemoryReportRequest(uint32_t generation, bool anonymize,
|
2014-09-18 15:59:00 +00:00
|
|
|
bool minimizeMemoryUsage, MaybeFileDesc DMDFile);
|
2011-02-16 18:43:23 +00:00
|
|
|
|
2012-12-06 03:01:58 +00:00
|
|
|
/**
|
|
|
|
* Notify the AudioChannelService in the child processes.
|
|
|
|
*/
|
|
|
|
async AudioChannelNotify();
|
|
|
|
|
2013-11-24 23:50:03 +00:00
|
|
|
async SpeakerManagerNotify();
|
|
|
|
|
2014-06-03 14:36:46 +00:00
|
|
|
async DataStoreNotify(uint32_t aAppId, nsString aName,
|
|
|
|
nsString aManifestURL);
|
|
|
|
|
2012-10-16 02:12:14 +00:00
|
|
|
/**
|
2014-05-13 17:13:00 +00:00
|
|
|
* Dump this process's GC and CC logs to the provided files.
|
2012-10-16 02:12:14 +00:00
|
|
|
*
|
2014-05-13 17:13:00 +00:00
|
|
|
* For documentation on the other args, see dumpGCAndCCLogsToFile in
|
2014-03-05 02:27:13 +00:00
|
|
|
* nsIMemoryInfoDumper.idl
|
2012-10-16 02:12:14 +00:00
|
|
|
*/
|
2014-05-13 17:13:00 +00:00
|
|
|
PCycleCollectWithLogs(bool dumpAllTraces,
|
|
|
|
FileDescriptor gcLog,
|
|
|
|
FileDescriptor ccLog);
|
2012-10-16 02:12:14 +00:00
|
|
|
|
2009-09-09 22:00:14 +00:00
|
|
|
PTestShell();
|
2009-08-25 23:07:22 +00:00
|
|
|
|
2010-03-11 05:33:00 +00:00
|
|
|
RegisterChrome(ChromePackage[] packages, ResourceMapping[] resources,
|
2014-07-25 20:17:36 +00:00
|
|
|
OverrideMapping[] overrides, nsCString locale, bool reset);
|
|
|
|
RegisterChromeItem(ChromeRegistryItem item);
|
2010-03-11 05:33:00 +00:00
|
|
|
|
2011-09-29 06:19:26 +00:00
|
|
|
async SetOffline(bool offline);
|
2010-05-11 12:44:12 +00:00
|
|
|
|
2012-08-23 19:33:46 +00:00
|
|
|
async NotifyVisited(URIParams uri);
|
2010-07-02 15:50:41 +00:00
|
|
|
|
2014-05-21 05:49:36 +00:00
|
|
|
async SystemMemoryAvailable(uint64_t getterId, uint32_t memoryAvailable);
|
|
|
|
|
2012-08-22 20:00:21 +00:00
|
|
|
PreferenceUpdate(PrefSetting pref);
|
2010-05-26 00:13:47 +00:00
|
|
|
|
2010-09-15 16:44:57 +00:00
|
|
|
NotifyAlertsObserver(nsCString topic, nsString data);
|
|
|
|
|
2010-09-21 04:16:37 +00:00
|
|
|
GeolocationUpdate(GeoPosition somewhere);
|
|
|
|
|
2014-10-23 18:31:00 +00:00
|
|
|
GeolocationError(uint16_t errorCode);
|
|
|
|
|
2014-10-03 14:52:37 +00:00
|
|
|
UpdateDictionaryList(nsString[] dictionaries);
|
|
|
|
|
2010-10-09 18:07:38 +00:00
|
|
|
// nsIPermissionManager messages
|
|
|
|
AddPermission(Permission permission);
|
|
|
|
|
2010-11-24 18:22:40 +00:00
|
|
|
ScreenSizeChanged(gfxIntSize size);
|
|
|
|
|
2015-01-28 05:54:10 +00:00
|
|
|
Volumes(VolumeInfo[] volumes);
|
|
|
|
|
2010-12-11 22:36:08 +00:00
|
|
|
FlushMemory(nsString reason);
|
|
|
|
|
2011-09-13 17:53:51 +00:00
|
|
|
GarbageCollect();
|
|
|
|
CycleCollect();
|
2014-10-03 14:52:37 +00:00
|
|
|
|
2011-07-21 04:37:32 +00:00
|
|
|
/**
|
|
|
|
* Start accessibility engine in content process.
|
|
|
|
*/
|
|
|
|
ActivateA11y();
|
|
|
|
|
2014-09-24 06:14:55 +00:00
|
|
|
AppInfo(nsCString version, nsCString buildID, nsCString name, nsCString UAName,
|
|
|
|
nsCString ID, nsCString vendor);
|
2011-10-04 20:31:00 +00:00
|
|
|
|
2012-04-20 00:13:20 +00:00
|
|
|
// Notify child that last-pb-context-exited notification was observed
|
|
|
|
LastPrivateDocShellDestroyed();
|
|
|
|
|
2013-05-11 09:10:18 +00:00
|
|
|
FilePathUpdate(nsString storageType, nsString storageName, nsString filepath,
|
|
|
|
nsCString reasons);
|
2012-08-02 06:32:04 +00:00
|
|
|
|
2014-09-15 18:51:25 +00:00
|
|
|
// Note: Any changes to this structure should also be changed in
|
|
|
|
// VolumeInfo above.
|
2012-12-15 00:01:34 +00:00
|
|
|
FileSystemUpdate(nsString fsName, nsString mountPoint, int32_t fsState,
|
2013-08-22 23:12:25 +00:00
|
|
|
int32_t mountGeneration, bool isMediaPresent,
|
2014-12-22 02:33:33 +00:00
|
|
|
bool isSharing, bool isFormatting, bool isFake,
|
|
|
|
bool isUnmounting, bool isRemovable, bool isHotSwappable);
|
2012-08-03 23:48:58 +00:00
|
|
|
|
2013-06-03 10:14:40 +00:00
|
|
|
// Ask the Nuwa process to create a new child process.
|
|
|
|
NuwaFork();
|
|
|
|
|
2013-04-26 00:53:26 +00:00
|
|
|
NotifyProcessPriorityChanged(ProcessPriority priority);
|
|
|
|
MinimizeMemoryUsage();
|
|
|
|
|
2013-08-27 17:10:39 +00:00
|
|
|
/**
|
|
|
|
* Used to manage nsIStyleSheetService across processes.
|
|
|
|
*/
|
|
|
|
async LoadAndRegisterSheet(URIParams uri, uint32_t type);
|
|
|
|
async UnregisterSheet(URIParams uri, uint32_t type);
|
|
|
|
|
2013-09-13 08:51:45 +00:00
|
|
|
NotifyPhoneStateChange(nsString newState);
|
2013-12-13 16:28:46 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Notify idle observers in the child
|
|
|
|
*/
|
|
|
|
NotifyIdleObserver(uint64_t observerId, nsCString topic, nsString str);
|
2014-08-29 00:20:27 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Notify windows in the child to apply a new app style.
|
|
|
|
*/
|
|
|
|
OnAppThemeChanged();
|
|
|
|
|
2014-12-29 23:13:54 +00:00
|
|
|
/**
|
|
|
|
* Called during plugin initialization to map a plugin id to a child process
|
|
|
|
* id.
|
|
|
|
*/
|
|
|
|
async AssociatePluginId(uint32_t aPluginId, ProcessId aProcessId);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* This call is used by async plugin initialization to notify the
|
|
|
|
* PluginModuleContentParent that the PluginModuleChromeParent's async
|
|
|
|
* init has completed.
|
|
|
|
*/
|
|
|
|
async LoadPluginResult(uint32_t aPluginId, bool aResult);
|
|
|
|
|
2014-11-18 17:50:25 +00:00
|
|
|
/**
|
|
|
|
* Control the Gecko Profiler in the child process.
|
|
|
|
*/
|
|
|
|
async StartProfiler(uint32_t aEntries, double aInterval, nsCString[] aFeatures,
|
|
|
|
nsCString[] aThreadNameFilters);
|
|
|
|
async StopProfiler();
|
2014-12-19 01:36:17 +00:00
|
|
|
prio(high) sync GetProfile()
|
2014-11-18 17:50:25 +00:00
|
|
|
returns (nsCString aProfile);
|
|
|
|
|
2014-12-18 09:01:04 +00:00
|
|
|
NuwaFreeze();
|
2015-01-10 18:18:59 +00:00
|
|
|
|
2015-03-24 14:29:16 +00:00
|
|
|
async DomainSetChanged(uint32_t aSetType, uint32_t aChangeType, OptionalURIParams aDomain);
|
|
|
|
|
2015-01-10 18:18:59 +00:00
|
|
|
/**
|
|
|
|
* Notify the child to shutdown. The child will in turn call FinishShutdown
|
|
|
|
* and let the parent close the channel.
|
|
|
|
*/
|
|
|
|
async Shutdown();
|
|
|
|
|
2015-02-20 01:13:02 +00:00
|
|
|
async LoadProcessScript(nsString url);
|
|
|
|
|
2009-08-18 19:05:15 +00:00
|
|
|
parent:
|
2014-03-07 21:35:19 +00:00
|
|
|
/**
|
|
|
|
* Tell the parent process a new accessible document has been created.
|
|
|
|
* aParentDoc is the accessible document it was created in if any, and
|
|
|
|
* aParentAcc is the id of the accessible in that document the new document
|
|
|
|
* is a child of.
|
|
|
|
*/
|
|
|
|
PDocAccessible(nullable PDocAccessible aParentDoc, uint64_t aParentAcc);
|
|
|
|
|
2012-09-05 00:36:16 +00:00
|
|
|
/**
|
|
|
|
* Tell the content process some attributes of itself. This is
|
|
|
|
* among the first information queried by content processes after
|
|
|
|
* startup. (The message is sync to allow the content process to
|
|
|
|
* control when it receives the information.)
|
|
|
|
*
|
|
|
|
* |id| is a unique ID among all subprocesses. When |isForApp &&
|
|
|
|
* isForBrowser|, we're loading <browser> for an app. When
|
|
|
|
* |isForBrowser|, we're loading <browser>. When |!isForApp &&
|
|
|
|
* !isForBrowser|, we're probably loading <xul:browser remote>.
|
2014-06-03 21:15:27 +00:00
|
|
|
*
|
|
|
|
* Keep the return values in sync with PBrowser()!
|
2012-09-05 00:36:16 +00:00
|
|
|
*/
|
|
|
|
sync GetProcessAttributes()
|
2014-10-24 00:28:00 +00:00
|
|
|
returns (ContentParentId cpId, bool isForApp, bool isForBrowser);
|
2012-11-08 21:09:39 +00:00
|
|
|
sync GetXPCOMProcessAttributes()
|
2014-10-22 09:50:00 +00:00
|
|
|
returns (bool isOffline, nsString[] dictionaries,
|
2015-03-24 14:29:16 +00:00
|
|
|
ClipboardCapabilities clipboardCaps,
|
|
|
|
DomainPolicyClone domainPolicy);
|
2012-09-05 00:36:16 +00:00
|
|
|
|
2014-06-11 05:44:13 +00:00
|
|
|
sync CreateChildProcess(IPCTabContext context,
|
2014-10-29 18:11:00 +00:00
|
|
|
ProcessPriority priority,
|
|
|
|
TabId openerTabId)
|
|
|
|
returns (ContentParentId cpId, bool isForApp, bool isForBrowser, TabId tabId);
|
2014-12-19 01:35:48 +00:00
|
|
|
sync BridgeToChildProcess(ContentParentId cpId);
|
2014-06-11 05:44:13 +00:00
|
|
|
|
2015-02-10 10:49:03 +00:00
|
|
|
async CreateGMPService();
|
|
|
|
sync GetGMPPluginVersionForAPI(nsCString api, nsCString[] tags)
|
|
|
|
returns (bool hasPlugin, nsCString version);
|
|
|
|
|
2014-10-29 15:05:36 +00:00
|
|
|
/**
|
|
|
|
* This call connects the content process to a plugin process. While this
|
|
|
|
* call runs, a new PluginModuleParent will be created in the ContentChild
|
|
|
|
* via bridging. The corresponding PluginModuleChild will live in the plugin
|
2015-03-26 07:04:00 +00:00
|
|
|
* process.
|
2014-10-29 15:05:36 +00:00
|
|
|
*/
|
2015-01-30 16:37:03 +00:00
|
|
|
sync LoadPlugin(uint32_t pluginId) returns (nsresult rv);
|
2014-10-29 15:05:36 +00:00
|
|
|
|
2015-01-16 21:03:27 +00:00
|
|
|
/**
|
|
|
|
* This call is used by asynchronous plugin instantiation to notify the
|
|
|
|
* content parent that it is now safe to initiate the plugin bridge for
|
|
|
|
* the specified plugin id. When this call returns, the requested bridge
|
|
|
|
* connection has been made.
|
|
|
|
*/
|
2015-01-30 16:37:03 +00:00
|
|
|
sync ConnectPluginBridge(uint32_t aPluginId) returns (nsresult rv);
|
2015-01-16 21:03:27 +00:00
|
|
|
|
2014-10-29 15:05:36 +00:00
|
|
|
/**
|
|
|
|
* This call returns the set of plugins loaded in the chrome
|
|
|
|
* process. However, in many cases this set will not have changed since the
|
|
|
|
* last FindPlugins message. Consequently, the chrome process increments an
|
|
|
|
* epoch number every time the set of plugins changes. The content process
|
|
|
|
* sends up the last epoch it observed. If the epochs are the same, the
|
|
|
|
* chrome process returns no plugins. Otherwise it returns a complete list.
|
|
|
|
*
|
|
|
|
* |pluginEpoch| is the epoch last observed by the content
|
|
|
|
* process. |newPluginEpoch| is the current epoch in the chrome process. If
|
|
|
|
* |pluginEpoch == newPluginEpoch|, then |plugins| will be left empty.
|
|
|
|
*/
|
|
|
|
sync FindPlugins(uint32_t pluginEpoch) returns (PluginTag[] plugins, uint32_t newPluginEpoch);
|
|
|
|
|
2014-05-08 22:43:53 +00:00
|
|
|
async PJavaScript();
|
|
|
|
|
2014-07-01 22:24:27 +00:00
|
|
|
sync PRemoteSpellcheckEngine();
|
2012-06-19 23:14:39 +00:00
|
|
|
PDeviceStorageRequest(DeviceStorageParams params);
|
|
|
|
|
2014-03-05 03:25:40 +00:00
|
|
|
PFileSystemRequest(FileSystemParams params);
|
|
|
|
|
2012-08-22 15:56:38 +00:00
|
|
|
sync PCrashReporter(NativeThreadId tid, uint32_t processType);
|
2011-06-08 19:56:31 +00:00
|
|
|
|
2013-02-27 20:31:19 +00:00
|
|
|
sync GetRandomValues(uint32_t length)
|
|
|
|
returns (uint8_t[] randomValues);
|
|
|
|
|
2014-05-21 05:49:36 +00:00
|
|
|
async GetSystemMemory(uint64_t getterId);
|
|
|
|
|
2014-07-22 12:17:45 +00:00
|
|
|
sync IsSecureURI(uint32_t type, URIParams uri, uint32_t flags)
|
|
|
|
returns (bool isSecureURI);
|
|
|
|
|
2011-10-05 22:15:45 +00:00
|
|
|
PHal();
|
|
|
|
|
2015-01-07 06:53:21 +00:00
|
|
|
PIcc(uint32_t serviceId);
|
|
|
|
|
2014-07-01 10:09:08 +00:00
|
|
|
PMobileConnection(uint32_t clientId);
|
|
|
|
|
2011-10-05 22:15:45 +00:00
|
|
|
PNecko();
|
2011-11-20 22:40:53 +00:00
|
|
|
|
2014-10-28 15:59:08 +00:00
|
|
|
PPrinting();
|
|
|
|
|
2014-10-08 04:32:45 +00:00
|
|
|
prio(high) sync PScreenManager()
|
2014-07-14 17:22:26 +00:00
|
|
|
returns (uint32_t numberOfScreens,
|
|
|
|
float systemDefaultScale,
|
|
|
|
bool success);
|
|
|
|
|
2014-08-18 09:06:11 +00:00
|
|
|
PCellBroadcast();
|
|
|
|
|
2011-11-20 22:40:53 +00:00
|
|
|
PSms();
|
2013-04-03 22:13:17 +00:00
|
|
|
|
|
|
|
PSpeechSynthesis();
|
2013-04-10 12:18:38 +00:00
|
|
|
|
2013-04-15 12:38:48 +00:00
|
|
|
PStorage();
|
2011-10-05 22:15:45 +00:00
|
|
|
|
2013-09-07 06:19:50 +00:00
|
|
|
PTelephony();
|
|
|
|
|
2014-09-26 05:00:24 +00:00
|
|
|
PVoicemail();
|
|
|
|
|
2012-09-13 16:37:14 +00:00
|
|
|
PBluetooth();
|
|
|
|
|
2013-09-03 22:28:06 +00:00
|
|
|
PFMRadio();
|
|
|
|
|
2013-12-05 04:32:52 +00:00
|
|
|
PAsmJSCacheEntry(OpenMode openMode, WriteParams write, Principal principal);
|
2013-11-18 21:49:53 +00:00
|
|
|
|
2010-07-15 14:04:25 +00:00
|
|
|
// Services remoting
|
|
|
|
|
2012-08-23 19:33:46 +00:00
|
|
|
async StartVisitedQuery(URIParams uri);
|
|
|
|
async VisitURI(URIParams uri, OptionalURIParams referrer, uint32_t flags);
|
|
|
|
async SetURITitle(URIParams uri, nsString title);
|
2010-07-02 15:50:41 +00:00
|
|
|
|
2012-08-23 19:33:46 +00:00
|
|
|
async LoadURIExternal(URIParams uri);
|
2010-08-10 17:14:45 +00:00
|
|
|
|
2010-10-19 20:35:08 +00:00
|
|
|
// PrefService message
|
2012-08-22 20:00:21 +00:00
|
|
|
sync ReadPrefsArray() returns (PrefSetting[] prefs);
|
2010-07-15 14:04:25 +00:00
|
|
|
|
2011-01-13 04:04:42 +00:00
|
|
|
sync ReadFontList() returns (FontListEntry[] retValue);
|
|
|
|
|
2013-11-06 17:21:15 +00:00
|
|
|
sync SyncMessage(nsString aMessage, ClonedMessageData aData,
|
|
|
|
CpowEntry[] aCpows, Principal aPrincipal)
|
2010-08-31 18:58:35 +00:00
|
|
|
returns (nsString[] retval);
|
|
|
|
|
2014-10-08 04:32:45 +00:00
|
|
|
prio(high) sync RpcMessage(nsString aMessage, ClonedMessageData aData,
|
|
|
|
CpowEntry[] aCpows, Principal aPrincipal)
|
2013-10-01 16:15:06 +00:00
|
|
|
returns (nsString[] retval);
|
|
|
|
|
2013-03-18 13:24:53 +00:00
|
|
|
ShowAlertNotification(nsString imageUrl,
|
|
|
|
nsString title,
|
|
|
|
nsString text,
|
2011-09-29 06:19:26 +00:00
|
|
|
bool textClickable,
|
2010-09-15 16:44:57 +00:00
|
|
|
nsString cookie,
|
2013-03-18 13:24:53 +00:00
|
|
|
nsString name,
|
|
|
|
nsString bidi,
|
2013-11-11 23:56:21 +00:00
|
|
|
nsString lang,
|
2014-08-21 00:56:12 +00:00
|
|
|
nsString data,
|
2014-11-28 19:08:29 +00:00
|
|
|
Principal principal,
|
|
|
|
bool inPrivateBrowsing);
|
2013-03-18 13:24:53 +00:00
|
|
|
|
2013-11-11 23:56:21 +00:00
|
|
|
CloseAlert(nsString name, Principal principal);
|
2010-09-15 16:44:57 +00:00
|
|
|
|
2014-08-18 09:06:11 +00:00
|
|
|
PExternalHelperApp(OptionalURIParams uri,
|
2014-02-13 22:43:58 +00:00
|
|
|
nsCString aMimeContentType,
|
2014-08-18 09:06:11 +00:00
|
|
|
nsCString aContentDisposition,
|
|
|
|
uint32_t aContentDispositionHint,
|
|
|
|
nsString aContentDispositionFilename,
|
2014-02-13 22:43:58 +00:00
|
|
|
bool aForceSave,
|
|
|
|
int64_t aContentLength,
|
|
|
|
OptionalURIParams aReferrer,
|
2013-09-12 19:24:10 +00:00
|
|
|
nullable PBrowser aBrowser);
|
2012-08-23 19:33:46 +00:00
|
|
|
|
2013-02-26 17:27:31 +00:00
|
|
|
AddGeolocationListener(Principal principal, bool highAccuracy);
|
2010-11-05 17:43:13 +00:00
|
|
|
RemoveGeolocationListener();
|
2012-12-31 16:36:46 +00:00
|
|
|
SetGeolocationHigherAccuracy(bool enable);
|
2010-09-15 22:55:08 +00:00
|
|
|
|
2010-09-24 01:39:32 +00:00
|
|
|
ConsoleMessage(nsString message);
|
|
|
|
ScriptError(nsString message, nsString sourceName, nsString sourceLine,
|
2012-08-22 15:56:38 +00:00
|
|
|
uint32_t lineNumber, uint32_t colNumber, uint32_t flags,
|
2014-08-18 09:06:11 +00:00
|
|
|
nsCString category);
|
2010-09-24 01:39:32 +00:00
|
|
|
|
2010-10-09 18:07:38 +00:00
|
|
|
// nsIPermissionManager messages
|
|
|
|
sync ReadPermissions() returns (Permission[] permissions);
|
|
|
|
|
2012-08-22 15:56:38 +00:00
|
|
|
SetClipboardText(nsString text, bool isPrivateData, int32_t whichClipboard);
|
|
|
|
sync GetClipboardText(int32_t whichClipboard)
|
2011-03-01 05:36:43 +00:00
|
|
|
returns (nsString text);
|
2014-02-10 00:13:10 +00:00
|
|
|
EmptyClipboard(int32_t whichClipboard);
|
|
|
|
sync ClipboardHasText(int32_t whichClipboard)
|
2011-09-29 06:19:26 +00:00
|
|
|
returns (bool hasText);
|
2011-03-01 05:36:43 +00:00
|
|
|
|
2012-08-22 15:56:38 +00:00
|
|
|
sync GetSystemColors(uint32_t colorsCount)
|
|
|
|
returns (uint32_t[] colors);
|
2011-03-30 18:04:41 +00:00
|
|
|
|
2012-08-22 15:56:38 +00:00
|
|
|
sync GetIconForExtension(nsCString aFileExt, uint32_t aIconSize)
|
|
|
|
returns (uint8_t[] bits);
|
2011-06-13 21:02:13 +00:00
|
|
|
|
2011-07-27 01:14:52 +00:00
|
|
|
sync GetShowPasswordSetting()
|
2011-09-29 06:19:26 +00:00
|
|
|
returns (bool showPassword);
|
2011-07-27 01:14:52 +00:00
|
|
|
|
2012-04-20 00:13:20 +00:00
|
|
|
// Notify the parent of the presence or absence of private docshells
|
|
|
|
PrivateDocShellsExist(bool aExist);
|
|
|
|
|
2012-10-09 04:46:19 +00:00
|
|
|
// Tell the parent that the child has gone idle for the first time
|
|
|
|
async FirstIdle();
|
|
|
|
|
2012-12-06 03:01:58 +00:00
|
|
|
// Get Muted from the main AudioChannelService.
|
2014-04-10 17:39:20 +00:00
|
|
|
sync AudioChannelGetState(AudioChannel aChannel, bool aElementHidden,
|
2013-01-09 07:18:16 +00:00
|
|
|
bool aElementWasHidden)
|
2013-09-02 09:45:44 +00:00
|
|
|
returns (AudioChannelState value);
|
2012-12-06 03:01:58 +00:00
|
|
|
|
2014-04-10 17:39:20 +00:00
|
|
|
sync AudioChannelRegisterType(AudioChannel aChannel, bool aWithVideo);
|
|
|
|
sync AudioChannelUnregisterType(AudioChannel aChannel,
|
2013-09-18 03:46:22 +00:00
|
|
|
bool aElementHidden,
|
|
|
|
bool aWithVideo);
|
2013-01-09 07:18:16 +00:00
|
|
|
|
|
|
|
async AudioChannelChangedNotification();
|
2014-04-10 17:39:20 +00:00
|
|
|
async AudioChannelChangeDefVolChannel(int32_t aChannel, bool aHidden);
|
2012-12-06 03:01:58 +00:00
|
|
|
|
2014-07-17 03:53:23 +00:00
|
|
|
sync DataStoreGetStores(nsString aName, nsString aOwner, Principal aPrincipal)
|
2014-06-03 14:36:46 +00:00
|
|
|
returns (DataStoreSetting[] dataStores);
|
|
|
|
|
2013-01-09 15:03:28 +00:00
|
|
|
async FilePathUpdateNotify(nsString aType,
|
2013-05-11 09:10:18 +00:00
|
|
|
nsString aStorageName,
|
2013-01-09 15:03:28 +00:00
|
|
|
nsString aFilepath,
|
|
|
|
nsCString aReason);
|
2014-09-15 18:51:25 +00:00
|
|
|
|
2013-02-14 20:41:30 +00:00
|
|
|
// Notify the parent that the child has finished handling a system message.
|
|
|
|
async SystemMessageHandled();
|
|
|
|
|
2013-06-03 10:14:40 +00:00
|
|
|
NuwaReady();
|
2014-12-18 09:01:04 +00:00
|
|
|
// Sent when nuwa finished its initialization process and is waiting for
|
|
|
|
// parent's signal to make it freeze.
|
|
|
|
NuwaWaitForFreeze();
|
2013-06-03 10:14:40 +00:00
|
|
|
|
|
|
|
sync AddNewProcess(uint32_t pid, ProtocolFdMapping[] aFds);
|
|
|
|
|
2013-07-09 06:37:47 +00:00
|
|
|
// called by the child (test code only) to propagate volume changes to the parent
|
|
|
|
async CreateFakeVolume(nsString fsName, nsString mountPoint);
|
|
|
|
async SetFakeVolumeState(nsString fsName, int32_t fsState);
|
|
|
|
|
2013-08-16 17:59:31 +00:00
|
|
|
sync KeywordToURI(nsCString keyword)
|
2014-09-11 13:50:55 +00:00
|
|
|
returns (nsString providerName, OptionalInputStreamParams postData, OptionalURIParams uri);
|
|
|
|
|
|
|
|
sync NotifyKeywordSearchLoading(nsString providerName, nsString keyword);
|
2013-08-16 17:59:31 +00:00
|
|
|
|
2014-06-11 05:44:39 +00:00
|
|
|
// Tell the compositor to allocate a layer tree id for nested remote mozbrowsers.
|
|
|
|
sync AllocateLayerTreeId()
|
|
|
|
returns (uint64_t id);
|
|
|
|
async DeallocateLayerTreeId(uint64_t id);
|
|
|
|
|
2013-11-24 23:50:03 +00:00
|
|
|
sync SpeakerManagerForceSpeaker(bool aEnable);
|
|
|
|
|
|
|
|
sync SpeakerManagerGetSpeakerStatus()
|
|
|
|
returns (bool value);
|
|
|
|
|
2013-11-24 09:06:27 +00:00
|
|
|
/**
|
|
|
|
* Notifies the parent about a recording device is starting or shutdown.
|
|
|
|
* @param recordingStatus starting or shutdown
|
|
|
|
* @param pageURL URL that request that changing the recording status
|
|
|
|
* @param isAudio recording start with microphone
|
|
|
|
* @param isVideo recording start with camera
|
|
|
|
*/
|
|
|
|
async RecordingDeviceEvents(nsString recordingStatus,
|
|
|
|
nsString pageURL,
|
|
|
|
bool isAudio,
|
|
|
|
bool isVideo);
|
|
|
|
|
2014-01-11 01:09:20 +00:00
|
|
|
sync GetGraphicsFeatureStatus(int32_t aFeature) returns (int32_t aStatus, bool aSuccess);
|
|
|
|
|
2013-12-13 16:28:46 +00:00
|
|
|
AddIdleObserver(uint64_t observerId, uint32_t idleTimeInS);
|
|
|
|
RemoveIdleObserver(uint64_t observerId, uint32_t idleTimeInS);
|
2014-02-05 16:37:26 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* This message is only used on X11 platforms.
|
|
|
|
*
|
|
|
|
* Send a dup of the plugin process's X socket to the parent
|
|
|
|
* process. In theory, this scheme keeps the plugin's X resources
|
|
|
|
* around until after both the plugin process shuts down *and* the
|
|
|
|
* parent process closes the dup fd. This is used to prevent the
|
|
|
|
* parent process from crashing on X errors if, e.g., the plugin
|
|
|
|
* crashes *just before* a repaint and the parent process tries to
|
|
|
|
* use the newly-invalid surface.
|
|
|
|
*/
|
|
|
|
BackUpXResources(FileDescriptor aXSocketFd);
|
|
|
|
|
2015-03-10 09:32:00 +00:00
|
|
|
sync OpenAnonymousTemporaryFile() returns (FileDescOrError aFD);
|
2014-06-24 17:11:36 +00:00
|
|
|
|
2014-11-26 22:28:28 +00:00
|
|
|
/**
|
|
|
|
* Keygen requires us to call it after a <keygen> element is parsed and
|
|
|
|
* before one is submitted. This is urgent because an extension might use
|
|
|
|
* a CPOW to synchronously submit a keygen element.
|
|
|
|
*/
|
2014-12-19 17:07:04 +00:00
|
|
|
prio(urgent) sync KeygenProcessValue(nsString oldValue,
|
|
|
|
nsString challenge,
|
|
|
|
nsString keytype,
|
|
|
|
nsString keyparams)
|
2014-11-26 22:28:28 +00:00
|
|
|
returns (nsString newValue);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Called to provide the options for <keygen> elements.
|
|
|
|
*/
|
2014-12-19 17:07:04 +00:00
|
|
|
sync KeygenProvideContent()
|
|
|
|
returns (nsString aAttribute, nsString[] aContent);
|
2014-11-26 22:28:28 +00:00
|
|
|
|
2014-09-26 23:21:57 +00:00
|
|
|
// Use only for testing!
|
|
|
|
sync GetFileReferences(PersistenceType persistenceType,
|
|
|
|
nsCString origin,
|
|
|
|
nsString databaseName,
|
|
|
|
int64_t fileId)
|
|
|
|
returns (int32_t refCnt, int32_t dBRefCnt, int32_t sliceRefCnt,
|
|
|
|
bool result);
|
|
|
|
|
2014-10-29 18:11:00 +00:00
|
|
|
/**
|
|
|
|
* Tell the chrome process there is an creation of PBrowser.
|
|
|
|
* return a system-wise unique Id.
|
|
|
|
*/
|
|
|
|
sync AllocateTabId(TabId openerTabId, IPCTabContext context, ContentParentId cpId)
|
|
|
|
returns (TabId tabId);
|
|
|
|
async DeallocateTabId(TabId tabId);
|
|
|
|
|
2014-11-13 00:31:00 +00:00
|
|
|
/**
|
|
|
|
* Starts an offline application cache update.
|
|
|
|
* @param manifestURI
|
|
|
|
* URI of the manifest to fetch, the application cache group ID
|
|
|
|
* @param documentURI
|
|
|
|
* URI of the document that referred the manifest
|
|
|
|
* @param stickDocument
|
|
|
|
* True if the update was initiated by a document load that referred
|
|
|
|
* a manifest.
|
|
|
|
* False if the update was initiated by applicationCache.update() call.
|
|
|
|
*
|
|
|
|
* Tells the update to carry the documentURI to a potential separate
|
|
|
|
* update of implicit (master) items.
|
|
|
|
*
|
|
|
|
* Why this argument? If the document was not found in an offline cache
|
|
|
|
* before load and refers a manifest and this manifest itself has not
|
|
|
|
* been changed since the last fetch, we will not do the application
|
|
|
|
* cache group update. But we must cache the document (identified by the
|
|
|
|
* documentURI). This argument will ensure that a previously uncached
|
|
|
|
* document will get cached and that we don't re-cache a document that
|
|
|
|
* has already been cached (stickDocument=false).
|
|
|
|
* @param tabId
|
|
|
|
* To identify which tab owns the app.
|
|
|
|
*/
|
|
|
|
POfflineCacheUpdate(URIParams manifestURI, URIParams documentURI,
|
|
|
|
bool stickDocument, TabId tabId);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Sets "offline-app" permission for the principal. Called when we hit
|
|
|
|
* a web app with the manifest attribute in <html> and
|
|
|
|
* offline-apps.allow_by_default is set to true.
|
|
|
|
*/
|
|
|
|
SetOfflinePermission(Principal principal);
|
|
|
|
|
2015-01-10 18:18:59 +00:00
|
|
|
/**
|
|
|
|
* Notifies the parent to continue shutting down after the child performs
|
|
|
|
* its shutdown tasks.
|
|
|
|
*/
|
|
|
|
async FinishShutdown();
|
|
|
|
|
2010-08-31 18:58:35 +00:00
|
|
|
both:
|
2013-11-06 17:21:15 +00:00
|
|
|
AsyncMessage(nsString aMessage, ClonedMessageData aData,
|
|
|
|
CpowEntry[] aCpows, Principal aPrincipal);
|
2009-07-11 06:33:10 +00:00
|
|
|
};
|
|
|
|
|
2009-09-09 22:00:14 +00:00
|
|
|
}
|
2012-08-29 12:24:48 +00:00
|
|
|
}
|