2009-09-10 02:00:14 +04:00
|
|
|
/* -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 8 -*- */
|
2009-08-18 23:05:15 +04:00
|
|
|
/* vim: set sw=4 ts=8 et tw=80 ft=cpp : */
|
2012-05-21 15:12:37 +04: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 10:33:10 +04:00
|
|
|
|
2016-01-08 22:17:39 +03:00
|
|
|
include protocol PAPZ;
|
2013-11-27 11:59:41 +04:00
|
|
|
include protocol PBackground;
|
2012-08-02 10:02:29 +04:00
|
|
|
include protocol PBlob;
|
2012-09-13 20:37:14 +04:00
|
|
|
include protocol PBluetooth;
|
2010-07-19 22:33:33 +04:00
|
|
|
include protocol PBrowser;
|
2014-08-18 13:06:11 +04:00
|
|
|
include protocol PCellBroadcast;
|
2016-03-22 21:07:08 +03:00
|
|
|
include protocol PCompositorBridge;
|
2014-06-11 09:44:13 +04:00
|
|
|
include protocol PContentBridge;
|
2015-04-14 04:08:00 +03:00
|
|
|
include protocol PContentPermissionRequest;
|
2014-05-13 21:13:00 +04:00
|
|
|
include protocol PCycleCollectWithLogs;
|
2010-11-24 17:15:03 +03:00
|
|
|
include protocol PCrashReporter;
|
2015-04-22 22:55:23 +03:00
|
|
|
include protocol PPSMContentDownloader;
|
2010-09-16 02:55:08 +04:00
|
|
|
include protocol PExternalHelperApp;
|
2015-08-26 02:42:21 +03:00
|
|
|
include protocol PHandlerService;
|
2012-06-20 03:14:39 +04:00
|
|
|
include protocol PDeviceStorageRequest;
|
2014-03-25 22:37:13 +04:00
|
|
|
include protocol PFileDescriptorSet;
|
2013-09-04 02:28:06 +04:00
|
|
|
include protocol PFMRadio;
|
2011-10-06 02:15:45 +04:00
|
|
|
include protocol PHal;
|
2015-09-22 22:09:42 +03:00
|
|
|
include protocol PHeapSnapshotTempFileHelper;
|
2015-01-07 09:53:21 +03:00
|
|
|
include protocol PIcc;
|
2015-01-17 05:34:47 +03:00
|
|
|
include protocol PProcessHangMonitor;
|
2012-08-29 16:24:48 +04:00
|
|
|
include protocol PImageBridge;
|
2015-06-18 18:46:36 +03:00
|
|
|
include protocol PMedia;
|
2011-02-16 21:43:23 +03:00
|
|
|
include protocol PMemoryReportRequest;
|
2014-07-01 14:09:08 +04:00
|
|
|
include protocol PMobileConnection;
|
2011-10-06 02:15:45 +04:00
|
|
|
include protocol PNecko;
|
2015-02-10 13:49:03 +03: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 18:05:36 +03:00
|
|
|
include protocol PPluginModule;
|
2015-02-10 13:49:03 +03:00
|
|
|
include protocol PGMP;
|
2014-10-28 18:59:08 +03:00
|
|
|
include protocol PPrinting;
|
2014-11-13 03:31:00 +03:00
|
|
|
include protocol POfflineCacheUpdate;
|
2016-03-29 21:32:41 +03:00
|
|
|
include protocol PRenderFrame;
|
2014-07-14 21:22:26 +04:00
|
|
|
include protocol PScreenManager;
|
2014-05-01 05:52:00 +04:00
|
|
|
include protocol PSharedBufferManager;
|
2011-11-21 02:40:53 +04:00
|
|
|
include protocol PSms;
|
2013-04-04 02:13:17 +04:00
|
|
|
include protocol PSpeechSynthesis;
|
2011-10-06 02:15:45 +04:00
|
|
|
include protocol PStorage;
|
2013-09-07 10:19:50 +04:00
|
|
|
include protocol PTelephony;
|
2011-10-06 02:15:45 +04:00
|
|
|
include protocol PTestShell;
|
2014-09-26 09:00:24 +04:00
|
|
|
include protocol PVoicemail;
|
2013-07-03 11:24:32 +04:00
|
|
|
include protocol PJavaScript;
|
2014-07-02 02:24:27 +04:00
|
|
|
include protocol PRemoteSpellcheckEngine;
|
2015-09-21 15:54:00 +03:00
|
|
|
include protocol PWebBrowserPersistDocument;
|
2015-04-22 01:29:18 +03:00
|
|
|
include protocol PWebrtcGlobal;
|
2015-03-26 06:16:21 +03:00
|
|
|
include protocol PPresentation;
|
2015-09-18 00:23:13 +03:00
|
|
|
include protocol PVRManager;
|
2012-08-23 23:33:46 +04:00
|
|
|
include DOMTypes;
|
2013-07-11 02:05:39 +04:00
|
|
|
include JavaScriptTypes;
|
2013-01-18 00:17:33 +04:00
|
|
|
include InputStreamParams;
|
2013-07-10 21:07:50 +04:00
|
|
|
include PTabContext;
|
2012-08-23 23:33:46 +04:00
|
|
|
include URIParams;
|
2014-10-29 18:05:36 +03:00
|
|
|
include PluginTypes;
|
2013-06-03 14:14:40 +04:00
|
|
|
include ProtocolTypes;
|
2015-10-02 19:13:52 +03:00
|
|
|
include PBackgroundSharedTypes;
|
2015-04-14 04:08:00 +03:00
|
|
|
include PContentPermission;
|
2015-04-24 02:41:00 +03:00
|
|
|
include BrowserConfiguration;
|
2015-08-02 23:59:33 +03:00
|
|
|
include GraphicsMessages;
|
2015-08-11 21:26:27 +03:00
|
|
|
include ProfilerTypes;
|
2009-09-10 02:00:14 +04:00
|
|
|
|
2014-08-18 13:06:11 +04: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";
|
|
|
|
|
2013-10-01 23:25:07 +04:00
|
|
|
using GeoPosition from "nsGeoPositionIPCSerialiser.h";
|
2015-12-31 22:04:24 +03:00
|
|
|
using AlertNotificationType from "mozilla/AlertNotificationIPCSerializer.h";
|
2010-09-21 08:16:37 +04:00
|
|
|
|
2013-10-01 23:25:07 +04:00
|
|
|
using struct ChromePackage from "mozilla/chrome/RegistryMessageUtils.h";
|
2015-07-17 01:50:07 +03:00
|
|
|
using struct SubstitutionMapping from "mozilla/chrome/RegistryMessageUtils.h";
|
2013-10-01 23:25:07 +04:00
|
|
|
using struct OverrideMapping from "mozilla/chrome/RegistryMessageUtils.h";
|
|
|
|
using base::ChildPrivileges from "base/process_util.h";
|
2014-12-30 02:13:54 +03:00
|
|
|
using base::ProcessId from "base/process.h";
|
2013-10-01 23:25:07 +04: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";
|
|
|
|
using mozilla::dom::NativeThreadId from "mozilla/dom/TabMessageUtils.h";
|
|
|
|
using mozilla::hal::ProcessPriority from "mozilla/HalTypes.h";
|
2015-09-23 21:49:05 +03:00
|
|
|
using mozilla::gfx::IntSize from "mozilla/gfx/2D.h";
|
2014-10-29 21:11:00 +03:00
|
|
|
using mozilla::dom::TabId from "mozilla/dom/ipc/IdType.h";
|
2014-10-24 04:28:00 +04:00
|
|
|
using mozilla::dom::ContentParentId from "mozilla/dom/ipc/IdType.h";
|
2015-04-22 17:58:15 +03:00
|
|
|
using struct LookAndFeelInt from "mozilla/widget/WidgetMessageUtils.h";
|
2015-09-10 23:50:58 +03:00
|
|
|
using class mozilla::dom::ipc::StructuredCloneData from "ipc/IPCMessageUtils.h";
|
2015-10-30 22:30:00 +03:00
|
|
|
using mozilla::DataStorageType from "ipc/DataStorageIPCUtils.h";
|
2016-02-18 11:33:07 +03:00
|
|
|
using mozilla::DocShellOriginAttributes from "mozilla/ipc/BackgroundUtils.h";
|
2016-03-29 21:32:41 +03:00
|
|
|
using struct mozilla::layers::TextureFactoryIdentifier from "mozilla/layers/CompositorTypes.h";
|
2009-09-10 02:00:14 +04:00
|
|
|
|
2014-07-26 00:17:36 +04:00
|
|
|
union ChromeRegistryItem
|
|
|
|
{
|
|
|
|
ChromePackage;
|
|
|
|
OverrideMapping;
|
2015-07-17 01:50:07 +03:00
|
|
|
SubstitutionMapping;
|
2014-07-26 00:17:36 +04:00
|
|
|
};
|
|
|
|
|
2009-07-11 10:33:10 +04:00
|
|
|
namespace mozilla {
|
2009-09-10 02:00:14 +04:00
|
|
|
namespace dom {
|
2009-07-11 10:33:10 +04:00
|
|
|
|
2011-01-13 07:04:42 +03:00
|
|
|
struct FontListEntry {
|
2011-09-23 15:15:36 +04:00
|
|
|
nsString familyName;
|
|
|
|
nsString faceName;
|
2011-01-13 07:04:42 +03:00
|
|
|
nsCString filepath;
|
2012-08-22 19:56:38 +04:00
|
|
|
uint16_t weight;
|
|
|
|
int16_t stretch;
|
|
|
|
uint8_t italic;
|
|
|
|
uint8_t index;
|
2014-06-30 22:05:29 +04:00
|
|
|
bool isHidden;
|
2011-01-13 07:04:42 +03:00
|
|
|
};
|
|
|
|
|
2013-01-25 23:05:24 +04:00
|
|
|
struct DeviceStorageFreeSpaceParams
|
2012-07-31 23:28:23 +04:00
|
|
|
{
|
2012-08-31 02:17:37 +04:00
|
|
|
nsString type;
|
2013-05-11 13:10:18 +04:00
|
|
|
nsString storageName;
|
2012-07-31 23:28:23 +04:00
|
|
|
};
|
|
|
|
|
2013-01-25 23:05:24 +04:00
|
|
|
struct DeviceStorageUsedSpaceParams
|
|
|
|
{
|
|
|
|
nsString type;
|
2013-05-11 13:10:18 +04:00
|
|
|
nsString storageName;
|
2013-01-25 23:05:24 +04:00
|
|
|
};
|
|
|
|
|
|
|
|
struct DeviceStorageAvailableParams
|
|
|
|
{
|
|
|
|
nsString type;
|
2013-05-11 13:10:18 +04:00
|
|
|
nsString storageName;
|
2013-01-25 23:05:24 +04:00
|
|
|
};
|
|
|
|
|
2014-02-19 06:48:05 +04:00
|
|
|
struct DeviceStorageStatusParams
|
|
|
|
{
|
|
|
|
nsString type;
|
|
|
|
nsString storageName;
|
|
|
|
};
|
|
|
|
|
2013-09-06 10:11:58 +04:00
|
|
|
struct DeviceStorageFormatParams
|
|
|
|
{
|
|
|
|
nsString type;
|
|
|
|
nsString storageName;
|
|
|
|
};
|
|
|
|
|
2014-03-04 15:24:19 +04:00
|
|
|
struct DeviceStorageMountParams
|
|
|
|
{
|
|
|
|
nsString type;
|
|
|
|
nsString storageName;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct DeviceStorageUnmountParams
|
|
|
|
{
|
|
|
|
nsString type;
|
|
|
|
nsString storageName;
|
|
|
|
};
|
|
|
|
|
2012-06-20 03:14:39 +04:00
|
|
|
struct DeviceStorageAddParams
|
|
|
|
{
|
2012-08-31 02:17:37 +04:00
|
|
|
nsString type;
|
2013-05-11 13:10:18 +04:00
|
|
|
nsString storageName;
|
2013-04-18 18:13:23 +04:00
|
|
|
nsString relpath;
|
2012-08-10 02:41:18 +04:00
|
|
|
PBlob blob;
|
2012-06-20 03:14:39 +04:00
|
|
|
};
|
|
|
|
|
2014-06-10 12:51:28 +04:00
|
|
|
struct DeviceStorageAppendParams
|
|
|
|
{
|
|
|
|
nsString type;
|
|
|
|
nsString storageName;
|
|
|
|
nsString relpath;
|
|
|
|
PBlob blob;
|
|
|
|
};
|
|
|
|
|
2014-01-17 05:01:27 +04:00
|
|
|
struct DeviceStorageCreateFdParams
|
|
|
|
{
|
|
|
|
nsString type;
|
|
|
|
nsString storageName;
|
|
|
|
nsString relpath;
|
|
|
|
};
|
|
|
|
|
2012-06-20 03:14:39 +04:00
|
|
|
struct DeviceStorageGetParams
|
|
|
|
{
|
2012-08-31 02:17:37 +04:00
|
|
|
nsString type;
|
2013-05-11 13:10:18 +04:00
|
|
|
nsString storageName;
|
2013-04-18 18:13:23 +04:00
|
|
|
nsString rootDir;
|
|
|
|
nsString relpath;
|
2012-06-20 03:14:39 +04:00
|
|
|
};
|
|
|
|
|
|
|
|
struct DeviceStorageDeleteParams
|
|
|
|
{
|
2012-08-31 02:17:37 +04:00
|
|
|
nsString type;
|
2013-05-11 13:10:18 +04:00
|
|
|
nsString storageName;
|
2013-04-18 18:13:23 +04:00
|
|
|
nsString relpath;
|
2012-06-20 03:14:39 +04:00
|
|
|
};
|
|
|
|
|
|
|
|
struct DeviceStorageEnumerationParams
|
|
|
|
{
|
2012-08-31 02:17:37 +04:00
|
|
|
nsString type;
|
2013-05-11 13:10:18 +04:00
|
|
|
nsString storageName;
|
|
|
|
nsString rootdir;
|
2012-08-22 19:56:38 +04:00
|
|
|
uint64_t since;
|
2012-06-20 03:14:39 +04:00
|
|
|
};
|
|
|
|
|
|
|
|
union DeviceStorageParams
|
|
|
|
{
|
|
|
|
DeviceStorageAddParams;
|
2014-06-10 12:51:28 +04:00
|
|
|
DeviceStorageAppendParams;
|
2014-01-17 05:01:27 +04:00
|
|
|
DeviceStorageCreateFdParams;
|
2012-06-20 03:14:39 +04:00
|
|
|
DeviceStorageGetParams;
|
|
|
|
DeviceStorageDeleteParams;
|
|
|
|
DeviceStorageEnumerationParams;
|
2013-01-25 23:05:24 +04:00
|
|
|
DeviceStorageFreeSpaceParams;
|
|
|
|
DeviceStorageUsedSpaceParams;
|
|
|
|
DeviceStorageAvailableParams;
|
2014-02-19 06:48:05 +04:00
|
|
|
DeviceStorageStatusParams;
|
2013-09-06 10:11:58 +04:00
|
|
|
DeviceStorageFormatParams;
|
2014-03-04 15:24:19 +04:00
|
|
|
DeviceStorageMountParams;
|
|
|
|
DeviceStorageUnmountParams;
|
2012-06-20 03:14:39 +04:00
|
|
|
};
|
2012-08-02 10:02:29 +04:00
|
|
|
|
2015-12-19 04:17:46 +03:00
|
|
|
struct DeviceStorageLocationInfo {
|
|
|
|
nsString music;
|
|
|
|
nsString pictures;
|
|
|
|
nsString videos;
|
|
|
|
nsString sdcard;
|
|
|
|
nsString apps;
|
|
|
|
nsString crashes;
|
|
|
|
};
|
|
|
|
|
2013-09-04 02:28:06 +04:00
|
|
|
struct FMRadioRequestEnableParams
|
|
|
|
{
|
|
|
|
double frequency;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct FMRadioRequestDisableParams
|
|
|
|
{
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
struct FMRadioRequestSetFrequencyParams
|
|
|
|
{
|
|
|
|
double frequency;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct FMRadioRequestSeekParams
|
|
|
|
{
|
|
|
|
bool upward;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct FMRadioRequestCancelSeekParams
|
|
|
|
{
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
union FMRadioRequestParams
|
|
|
|
{
|
|
|
|
FMRadioRequestEnableParams;
|
|
|
|
FMRadioRequestDisableParams;
|
|
|
|
FMRadioRequestSetFrequencyParams;
|
|
|
|
FMRadioRequestSeekParams;
|
|
|
|
FMRadioRequestCancelSeekParams;
|
|
|
|
};
|
|
|
|
|
2012-08-23 00:00:21 +04:00
|
|
|
union PrefValue {
|
|
|
|
nsCString;
|
|
|
|
int32_t;
|
|
|
|
bool;
|
|
|
|
};
|
|
|
|
|
|
|
|
union MaybePrefValue {
|
|
|
|
PrefValue;
|
|
|
|
null_t;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct PrefSetting {
|
|
|
|
nsCString name;
|
|
|
|
MaybePrefValue defaultValue;
|
|
|
|
MaybePrefValue userValue;
|
|
|
|
};
|
|
|
|
|
2015-10-30 22:30:00 +03:00
|
|
|
struct DataStorageItem {
|
|
|
|
nsCString key;
|
|
|
|
nsCString value;
|
|
|
|
DataStorageType type;
|
|
|
|
};
|
|
|
|
|
2014-06-03 18:36:46 +04:00
|
|
|
struct DataStoreSetting {
|
|
|
|
nsString name;
|
|
|
|
nsString originURL;
|
|
|
|
nsString manifestURL;
|
|
|
|
bool readOnly;
|
|
|
|
bool enabled;
|
|
|
|
};
|
|
|
|
|
2014-09-15 22:51:25 +04: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 07:42:33 +04:00
|
|
|
bool isUnmounting;
|
2014-12-22 05:33:33 +03:00
|
|
|
bool isRemovable;
|
|
|
|
bool isHotSwappable;
|
2014-09-15 22:51:25 +04:00
|
|
|
};
|
|
|
|
|
2014-10-22 13:50:00 +04:00
|
|
|
struct ClipboardCapabilities {
|
|
|
|
bool supportsSelectionClipboard;
|
|
|
|
bool supportsFindClipboard;
|
|
|
|
};
|
|
|
|
|
2014-09-18 19:59:00 +04:00
|
|
|
union MaybeFileDesc {
|
|
|
|
FileDescriptor;
|
|
|
|
void_t;
|
|
|
|
};
|
|
|
|
|
2015-03-10 12:32:00 +03:00
|
|
|
union FileDescOrError {
|
|
|
|
FileDescriptor;
|
|
|
|
nsresult;
|
|
|
|
};
|
|
|
|
|
2014-12-06 18:31:53 +03:00
|
|
|
union OptionalContentId
|
|
|
|
{
|
|
|
|
ContentParentId;
|
|
|
|
void_t;
|
|
|
|
};
|
|
|
|
|
2015-03-24 17:29:16 +03:00
|
|
|
struct DomainPolicyClone
|
|
|
|
{
|
|
|
|
bool active;
|
|
|
|
URIParams[] blacklist;
|
|
|
|
URIParams[] whitelist;
|
|
|
|
URIParams[] superBlacklist;
|
|
|
|
URIParams[] superWhitelist;
|
|
|
|
};
|
|
|
|
|
2015-04-24 01:05:29 +03:00
|
|
|
struct GamepadAdded {
|
|
|
|
nsString id;
|
|
|
|
uint32_t index;
|
|
|
|
uint32_t mapping;
|
|
|
|
uint32_t num_buttons;
|
|
|
|
uint32_t num_axes;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct GamepadRemoved {
|
|
|
|
uint32_t index;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct GamepadAxisInformation {
|
|
|
|
uint32_t index;
|
|
|
|
uint32_t axis;
|
|
|
|
double value;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct GamepadButtonInformation {
|
|
|
|
uint32_t index;
|
|
|
|
uint32_t button;
|
|
|
|
bool pressed;
|
|
|
|
double value;
|
|
|
|
};
|
|
|
|
|
|
|
|
union GamepadChangeEvent {
|
|
|
|
GamepadAdded;
|
|
|
|
GamepadRemoved;
|
|
|
|
GamepadAxisInformation;
|
|
|
|
GamepadButtonInformation;
|
|
|
|
};
|
|
|
|
|
2015-10-30 02:30:57 +03:00
|
|
|
struct FrameScriptInfo
|
|
|
|
{
|
|
|
|
nsString url;
|
|
|
|
bool runInGlobalScope;
|
|
|
|
};
|
|
|
|
|
2015-11-04 22:08:14 +03:00
|
|
|
struct AndroidSystemInfo
|
|
|
|
{
|
|
|
|
nsString device;
|
|
|
|
nsString manufacturer;
|
|
|
|
nsString release_version;
|
|
|
|
nsString hardware;
|
|
|
|
uint32_t sdk_version;
|
|
|
|
bool isTablet;
|
|
|
|
};
|
|
|
|
|
2015-01-28 22:53:46 +03:00
|
|
|
prio(normal upto urgent) sync protocol PContent
|
2009-07-11 10:33:10 +04:00
|
|
|
{
|
2014-10-29 18:05:36 +03:00
|
|
|
parent spawns PPluginModule;
|
|
|
|
|
2016-03-22 21:07:08 +03:00
|
|
|
parent opens PCompositorBridge;
|
2015-01-17 05:34:47 +03:00
|
|
|
parent opens PProcessHangMonitor;
|
2014-05-01 05:52:00 +04:00
|
|
|
parent opens PSharedBufferManager;
|
2012-08-29 16:24:48 +04:00
|
|
|
parent opens PImageBridge;
|
2015-02-10 13:49:03 +03:00
|
|
|
parent opens PGMPService;
|
2015-09-18 00:23:13 +03:00
|
|
|
parent opens PVRManager;
|
2013-11-27 11:59:41 +04:00
|
|
|
child opens PBackground;
|
2012-07-18 03:59:45 +04:00
|
|
|
|
2016-01-08 22:17:39 +03:00
|
|
|
manages PAPZ;
|
2012-08-02 10:02:29 +04:00
|
|
|
manages PBlob;
|
2012-09-13 20:37:14 +04:00
|
|
|
manages PBluetooth;
|
2010-07-19 22:33:33 +04:00
|
|
|
manages PBrowser;
|
2014-08-18 13:06:11 +04:00
|
|
|
manages PCellBroadcast;
|
2015-04-14 04:08:00 +03:00
|
|
|
manages PContentPermissionRequest;
|
2010-11-24 17:15:03 +03:00
|
|
|
manages PCrashReporter;
|
2014-05-13 21:13:00 +04:00
|
|
|
manages PCycleCollectWithLogs;
|
2012-06-20 03:14:39 +04:00
|
|
|
manages PDeviceStorageRequest;
|
2015-04-22 22:55:23 +03:00
|
|
|
manages PPSMContentDownloader;
|
2010-09-16 02:55:08 +04:00
|
|
|
manages PExternalHelperApp;
|
2014-03-25 22:37:13 +04:00
|
|
|
manages PFileDescriptorSet;
|
2013-09-04 02:28:06 +04:00
|
|
|
manages PFMRadio;
|
2011-10-06 02:15:45 +04:00
|
|
|
manages PHal;
|
2015-08-26 02:42:21 +03:00
|
|
|
manages PHandlerService;
|
2015-09-22 22:09:42 +03:00
|
|
|
manages PHeapSnapshotTempFileHelper;
|
2015-01-07 09:53:21 +03:00
|
|
|
manages PIcc;
|
2015-06-18 18:46:36 +03:00
|
|
|
manages PMedia;
|
2011-02-16 21:43:23 +03:00
|
|
|
manages PMemoryReportRequest;
|
2014-07-01 14:09:08 +04:00
|
|
|
manages PMobileConnection;
|
2011-10-06 02:15:45 +04:00
|
|
|
manages PNecko;
|
2014-11-13 03:31:00 +03:00
|
|
|
manages POfflineCacheUpdate;
|
2014-10-28 18:59:08 +03:00
|
|
|
manages PPrinting;
|
2014-07-14 21:22:26 +04:00
|
|
|
manages PScreenManager;
|
2011-11-21 02:40:53 +04:00
|
|
|
manages PSms;
|
2013-04-04 02:13:17 +04:00
|
|
|
manages PSpeechSynthesis;
|
2011-10-06 02:15:45 +04:00
|
|
|
manages PStorage;
|
2013-09-07 10:19:50 +04:00
|
|
|
manages PTelephony;
|
2011-10-06 02:15:45 +04:00
|
|
|
manages PTestShell;
|
2014-09-26 09:00:24 +04:00
|
|
|
manages PVoicemail;
|
2013-07-03 11:24:32 +04:00
|
|
|
manages PJavaScript;
|
2014-07-02 02:24:27 +04:00
|
|
|
manages PRemoteSpellcheckEngine;
|
2015-09-21 15:54:00 +03:00
|
|
|
manages PWebBrowserPersistDocument;
|
2015-04-22 01:29:18 +03:00
|
|
|
manages PWebrtcGlobal;
|
2015-03-26 06:16:21 +03:00
|
|
|
manages PPresentation;
|
2009-08-26 03:07:22 +04:00
|
|
|
|
2012-06-13 02:01:25 +04: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 22:32:37 +04:00
|
|
|
// TabChild::BrowserFrameProvideWindow (which happens when the child's
|
|
|
|
// content calls window.open()), and the parent creates the PBrowser as part
|
2013-06-21 02:54:01 +04: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 22:32:37 +04:00
|
|
|
//
|
2015-10-07 06:47:46 +03:00
|
|
|
// When the parent constructs a PBrowser, the child trusts the app token and
|
|
|
|
// other attributes it receives from the parent. In that case, the
|
|
|
|
// context should be FrameIPCTabContext.
|
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 22:32:37 +04:00
|
|
|
//
|
|
|
|
// 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 06:58:06 +04: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 22:32:37 +04: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-04 01:15:27 +04:00
|
|
|
//
|
|
|
|
// Keep the last 3 attributes in sync with GetProcessAttributes!
|
2014-10-29 21:11:00 +03:00
|
|
|
async PBrowser(TabId tabId, IPCTabContext context, uint32_t chromeFlags,
|
2014-10-24 04:28:00 +04:00
|
|
|
ContentParentId cpId, bool isForApp, bool isForBrowser);
|
2009-08-26 03:07:22 +04:00
|
|
|
|
2012-08-02 10:02:29 +04:00
|
|
|
async PBlob(BlobConstructorParams params);
|
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PFileDescriptorSet(FileDescriptor fd);
|
2014-03-25 22:37:28 +04:00
|
|
|
|
2015-09-21 15:54:00 +03:00
|
|
|
// For parent->child, aBrowser must be non-null; aOuterWindowID can
|
|
|
|
// be 0 to indicate the browser's current root document, or nonzero
|
|
|
|
// to persist a subdocument. For child->parent, arguments are
|
|
|
|
// ignored and should be null/zero.
|
2016-01-27 00:51:53 +03:00
|
|
|
async PWebBrowserPersistDocument(nullable PBrowser aBrowser,
|
|
|
|
uint64_t aOuterWindowID);
|
2015-09-21 15:54:00 +03:00
|
|
|
|
2012-06-13 02:01:25 +04:00
|
|
|
child:
|
2013-01-18 00:06:36 +04:00
|
|
|
/**
|
2014-03-13 02:48:15 +04: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-18 00:06:36 +04:00
|
|
|
*/
|
2015-10-08 08:13:09 +03:00
|
|
|
async SetProcessSandbox(MaybeFileDesc aBroker);
|
2013-01-18 00:06:36 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PMemoryReportRequest(uint32_t generation, bool anonymize,
|
|
|
|
bool minimizeMemoryUsage, MaybeFileDesc DMDFile);
|
2011-02-16 21:43:23 +03:00
|
|
|
|
2013-11-25 03:50:03 +04:00
|
|
|
async SpeakerManagerNotify();
|
|
|
|
|
2015-04-11 01:18:05 +03:00
|
|
|
/**
|
|
|
|
* Communication between the PuppetBidiKeyboard and the actual
|
|
|
|
* BidiKeyboard hosted by the parent
|
|
|
|
*/
|
|
|
|
async BidiKeyboardNotify(bool isLangRTL);
|
|
|
|
|
2014-06-03 18:36:46 +04:00
|
|
|
async DataStoreNotify(uint32_t aAppId, nsString aName,
|
|
|
|
nsString aManifestURL);
|
|
|
|
|
2012-10-16 06:12:14 +04:00
|
|
|
/**
|
2014-05-13 21:13:00 +04:00
|
|
|
* Dump this process's GC and CC logs to the provided files.
|
2012-10-16 06:12:14 +04:00
|
|
|
*
|
2014-05-13 21:13:00 +04:00
|
|
|
* For documentation on the other args, see dumpGCAndCCLogsToFile in
|
2014-03-05 06:27:13 +04:00
|
|
|
* nsIMemoryInfoDumper.idl
|
2012-10-16 06:12:14 +04:00
|
|
|
*/
|
2016-01-27 00:51:53 +03:00
|
|
|
async PCycleCollectWithLogs(bool dumpAllTraces,
|
|
|
|
FileDescriptor gcLog,
|
|
|
|
FileDescriptor ccLog);
|
2012-10-16 06:12:14 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PTestShell();
|
2009-08-26 03:07:22 +04:00
|
|
|
|
2016-01-08 22:17:39 +03:00
|
|
|
async PAPZ(TabId tabId);
|
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async RegisterChrome(ChromePackage[] packages, SubstitutionMapping[] substitutions,
|
|
|
|
OverrideMapping[] overrides, nsCString locale, bool reset);
|
|
|
|
async RegisterChromeItem(ChromeRegistryItem item);
|
2010-03-11 08:33:00 +03:00
|
|
|
|
2011-09-29 10:19:26 +04:00
|
|
|
async SetOffline(bool offline);
|
2015-05-02 00:14:39 +03:00
|
|
|
async SetConnectivity(bool connectivity);
|
2010-05-11 16:44:12 +04:00
|
|
|
|
2012-08-23 23:33:46 +04:00
|
|
|
async NotifyVisited(URIParams uri);
|
2010-07-02 19:50:41 +04:00
|
|
|
|
2014-05-21 09:49:36 +04:00
|
|
|
async SystemMemoryAvailable(uint64_t getterId, uint32_t memoryAvailable);
|
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PreferenceUpdate(PrefSetting pref);
|
2010-05-26 04:13:47 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async DataStoragePut(nsString aFilename, DataStorageItem aItem);
|
|
|
|
async DataStorageRemove(nsString aFilename, nsCString aKey, DataStorageType aType);
|
|
|
|
async DataStorageClear(nsString aFilename);
|
2015-10-30 22:30:00 +03:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async NotifyAlertsObserver(nsCString topic, nsString data);
|
2010-09-15 20:44:57 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async GeolocationUpdate(GeoPosition somewhere);
|
2010-09-21 08:16:37 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async GeolocationError(uint16_t errorCode);
|
2014-10-23 22:31:00 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async UpdateDictionaryList(nsString[] dictionaries);
|
2014-10-03 18:52:37 +04:00
|
|
|
|
2010-10-09 22:07:38 +04:00
|
|
|
// nsIPermissionManager messages
|
2016-01-27 00:51:53 +03:00
|
|
|
async AddPermission(Permission permission);
|
2010-10-09 22:07:38 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async Volumes(VolumeInfo[] volumes);
|
2015-01-28 08:54:10 +03:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async FlushMemory(nsString reason);
|
2010-12-12 01:36:08 +03:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async GarbageCollect();
|
|
|
|
async CycleCollect();
|
2014-10-03 18:52:37 +04:00
|
|
|
|
2011-07-21 08:37:32 +04:00
|
|
|
/**
|
|
|
|
* Start accessibility engine in content process.
|
|
|
|
*/
|
2016-01-27 00:51:53 +03:00
|
|
|
async ActivateA11y();
|
2011-07-21 08:37:32 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async AppInfo(nsCString version, nsCString buildID, nsCString name, nsCString UAName,
|
|
|
|
nsCString ID, nsCString vendor);
|
|
|
|
async AppInit();
|
2011-10-05 00:31:00 +04:00
|
|
|
|
2012-04-20 04:13:20 +04:00
|
|
|
// Notify child that last-pb-context-exited notification was observed
|
2016-01-27 00:51:53 +03:00
|
|
|
async LastPrivateDocShellDestroyed();
|
2012-04-20 04:13:20 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async FilePathUpdate(nsString storageType, nsString storageName, nsString filepath,
|
|
|
|
nsCString reasons);
|
2012-08-02 10:32:04 +04:00
|
|
|
|
2014-09-15 22:51:25 +04:00
|
|
|
// Note: Any changes to this structure should also be changed in
|
|
|
|
// VolumeInfo above.
|
2016-01-27 00:51:53 +03:00
|
|
|
async FileSystemUpdate(nsString fsName, nsString mountPoint, int32_t fsState,
|
|
|
|
int32_t mountGeneration, bool isMediaPresent,
|
|
|
|
bool isSharing, bool isFormatting, bool isFake,
|
|
|
|
bool isUnmounting, bool isRemovable, bool isHotSwappable);
|
2012-08-04 03:48:58 +04:00
|
|
|
|
2015-05-04 09:11:00 +03:00
|
|
|
// Notify volume is removed.
|
2016-01-27 00:51:53 +03:00
|
|
|
async VolumeRemoved(nsString fsName);
|
2015-05-04 09:11:00 +03:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async NotifyProcessPriorityChanged(ProcessPriority priority);
|
|
|
|
async MinimizeMemoryUsage();
|
2013-04-26 04:53:26 +04:00
|
|
|
|
2013-08-27 21:10:39 +04:00
|
|
|
/**
|
|
|
|
* Used to manage nsIStyleSheetService across processes.
|
|
|
|
*/
|
|
|
|
async LoadAndRegisterSheet(URIParams uri, uint32_t type);
|
|
|
|
async UnregisterSheet(URIParams uri, uint32_t type);
|
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async NotifyPhoneStateChange(nsString newState);
|
2013-12-13 20:28:46 +04:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Notify idle observers in the child
|
|
|
|
*/
|
2016-01-27 00:51:53 +03:00
|
|
|
async NotifyIdleObserver(uint64_t observerId, nsCString topic, nsString str);
|
2014-08-29 04:20:27 +04:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Notify windows in the child to apply a new app style.
|
|
|
|
*/
|
2016-01-27 00:51:53 +03:00
|
|
|
async OnAppThemeChanged();
|
2014-08-29 04:20:27 +04:00
|
|
|
|
2014-12-30 02:13:54 +03: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 20:50:25 +03:00
|
|
|
/**
|
|
|
|
* Control the Gecko Profiler in the child process.
|
|
|
|
*/
|
2015-08-11 21:26:27 +03:00
|
|
|
async StartProfiler(ProfilerInitParams params);
|
2014-11-18 20:50:25 +03:00
|
|
|
async StopProfiler();
|
2015-07-15 19:39:39 +03:00
|
|
|
async PauseProfiler(bool aPause);
|
2015-06-11 00:58:30 +03:00
|
|
|
|
|
|
|
async GatherProfile();
|
2014-11-18 20:50:25 +03:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async InvokeDragSession(IPCDataTransfer[] transfers, uint32_t action);
|
2015-04-08 21:48:11 +03:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async EndDragSession(bool aDoneDrag, bool aUserCancelled);
|
2015-01-10 21:18:59 +03:00
|
|
|
|
2015-03-24 17:29:16 +03:00
|
|
|
async DomainSetChanged(uint32_t aSetType, uint32_t aChangeType, OptionalURIParams aDomain);
|
|
|
|
|
2015-01-10 21:18:59 +03: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 04:13:02 +03:00
|
|
|
async LoadProcessScript(nsString url);
|
|
|
|
|
2015-04-07 16:17:27 +03:00
|
|
|
/**
|
|
|
|
* Requests a full native update of a native plugin child window. This is
|
|
|
|
* a Windows specific call.
|
|
|
|
*/
|
|
|
|
async UpdateWindow(uintptr_t aChildId);
|
|
|
|
|
2015-04-24 01:05:29 +03:00
|
|
|
/**
|
|
|
|
* Send gamepad status update to child.
|
|
|
|
*/
|
2016-01-27 00:51:53 +03:00
|
|
|
async GamepadUpdate(GamepadChangeEvent aGamepadEvent);
|
2015-07-30 10:23:53 +03:00
|
|
|
|
2015-03-26 06:16:21 +03:00
|
|
|
/**
|
|
|
|
* Notify the child that presentation receiver has been launched with the
|
|
|
|
* correspondent iframe.
|
|
|
|
*/
|
|
|
|
async NotifyPresentationReceiverLaunched(PBrowser aIframe, nsString aSessionId);
|
|
|
|
|
2015-08-31 08:24:35 +03:00
|
|
|
/**
|
|
|
|
* Notify the child that the info about a presentation receiver needs to be
|
|
|
|
* cleaned up.
|
|
|
|
*/
|
|
|
|
async NotifyPresentationReceiverCleanUp(nsString aSessionId);
|
|
|
|
|
2015-10-29 11:56:12 +03:00
|
|
|
/**
|
|
|
|
* Notify the child that the Gecko Media Plugins installed changed.
|
|
|
|
*/
|
|
|
|
async NotifyGMPsChanged();
|
|
|
|
|
2016-01-14 08:19:51 +03:00
|
|
|
/**
|
|
|
|
* Send a `push` event without data to a service worker in the child.
|
|
|
|
*/
|
2016-03-28 21:50:39 +03:00
|
|
|
async Push(nsCString scope, Principal principal, nsString messageId);
|
2016-01-14 08:19:51 +03:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Send a `push` event with data to a service worker in the child.
|
|
|
|
*/
|
2016-03-28 21:50:39 +03:00
|
|
|
async PushWithData(nsCString scope, Principal principal,
|
|
|
|
nsString messageId, uint8_t[] data);
|
2016-01-14 08:19:51 +03:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Send a `pushsubscriptionchange` event to a service worker in the child.
|
|
|
|
*/
|
2016-01-27 00:51:53 +03:00
|
|
|
async PushSubscriptionChange(nsCString scope, Principal principal);
|
2016-01-14 08:19:51 +03:00
|
|
|
|
2016-03-28 23:33:20 +03:00
|
|
|
/**
|
|
|
|
* Send a Push error message to all service worker clients in the child.
|
|
|
|
*/
|
|
|
|
async PushError(nsCString scope, nsString message, uint32_t flags);
|
|
|
|
|
2016-03-13 16:25:23 +03:00
|
|
|
/**
|
|
|
|
* Windows specific: associate this content process with the browsers
|
|
|
|
* audio session.
|
|
|
|
*/
|
|
|
|
async SetAudioSessionData(nsID aID,
|
|
|
|
nsString aDisplayName,
|
|
|
|
nsString aIconPath);
|
2009-08-18 23:05:15 +04:00
|
|
|
parent:
|
2012-09-05 04:36:16 +04: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-04 01:15:27 +04:00
|
|
|
*
|
|
|
|
* Keep the return values in sync with PBrowser()!
|
2012-09-05 04:36:16 +04:00
|
|
|
*/
|
|
|
|
sync GetProcessAttributes()
|
2014-10-24 04:28:00 +04:00
|
|
|
returns (ContentParentId cpId, bool isForApp, bool isForBrowser);
|
2012-11-09 01:09:39 +04:00
|
|
|
sync GetXPCOMProcessAttributes()
|
2015-05-02 00:14:39 +03:00
|
|
|
returns (bool isOffline, bool isConnected, bool isLangRTL, nsString[] dictionaries,
|
2015-03-24 17:29:16 +03:00
|
|
|
ClipboardCapabilities clipboardCaps,
|
2015-05-01 04:20:51 +03:00
|
|
|
DomainPolicyClone domainPolicy,
|
2015-09-10 23:50:58 +03:00
|
|
|
StructuredCloneData initialData);
|
2012-09-05 04:36:16 +04:00
|
|
|
|
2014-06-11 09:44:13 +04:00
|
|
|
sync CreateChildProcess(IPCTabContext context,
|
2014-10-29 21:11:00 +03:00
|
|
|
ProcessPriority priority,
|
|
|
|
TabId openerTabId)
|
|
|
|
returns (ContentParentId cpId, bool isForApp, bool isForBrowser, TabId tabId);
|
2014-12-19 04:35:48 +03:00
|
|
|
sync BridgeToChildProcess(ContentParentId cpId);
|
2014-06-11 09:44:13 +04:00
|
|
|
|
2015-02-10 13:49:03 +03:00
|
|
|
async CreateGMPService();
|
|
|
|
sync GetGMPPluginVersionForAPI(nsCString api, nsCString[] tags)
|
|
|
|
returns (bool hasPlugin, nsCString version);
|
2015-09-01 08:31:48 +03:00
|
|
|
sync IsGMPPresentOnDisk(nsString keySystem, nsCString version)
|
|
|
|
returns (bool isPresent, nsCString message);
|
2015-02-10 13:49:03 +03:00
|
|
|
|
2014-10-29 18:05:36 +03: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 10:04:00 +03:00
|
|
|
* process.
|
2014-10-29 18:05:36 +03:00
|
|
|
*/
|
2015-03-17 20:42:34 +03:00
|
|
|
sync LoadPlugin(uint32_t aPluginId) returns (nsresult aResult, uint32_t aRunID);
|
2014-10-29 18:05:36 +03:00
|
|
|
|
2015-01-17 00:03:27 +03: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 19:37:03 +03:00
|
|
|
sync ConnectPluginBridge(uint32_t aPluginId) returns (nsresult rv);
|
2015-01-17 00:03:27 +03:00
|
|
|
|
2015-05-01 18:07:19 +03:00
|
|
|
/**
|
|
|
|
* Return the current blocklist state for a particular plugin.
|
|
|
|
*/
|
|
|
|
sync GetBlocklistState(uint32_t aPluginId) returns (uint32_t aState);
|
|
|
|
|
2014-10-29 18:05:36 +03: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.
|
|
|
|
*/
|
2015-11-11 07:35:00 +03:00
|
|
|
sync FindPlugins(uint32_t pluginEpoch) returns (nsresult aResult, PluginTag[] plugins, uint32_t newPluginEpoch);
|
2014-10-29 18:05:36 +03:00
|
|
|
|
2014-05-09 02:43:53 +04:00
|
|
|
async PJavaScript();
|
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PRemoteSpellcheckEngine();
|
|
|
|
async PDeviceStorageRequest(DeviceStorageParams params);
|
2012-06-20 03:14:39 +04:00
|
|
|
|
2012-08-22 19:56:38 +04:00
|
|
|
sync PCrashReporter(NativeThreadId tid, uint32_t processType);
|
2011-06-08 23:56:31 +04:00
|
|
|
|
2016-04-15 19:29:12 +03:00
|
|
|
/**
|
|
|
|
* Is this token compatible with the provided version?
|
|
|
|
*
|
|
|
|
* |version| The offered version to test
|
|
|
|
* Returns |True| if the offered version is compatible
|
|
|
|
*/
|
|
|
|
sync NSSU2FTokenIsCompatibleVersion(nsString version)
|
|
|
|
returns (bool result);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Return whether the provided KeyHandle belongs to this Token
|
|
|
|
*
|
|
|
|
* |keyHandle| Key Handle to evaluate.
|
|
|
|
* Returns |True| if the Key Handle is ours.
|
|
|
|
*/
|
|
|
|
sync NSSU2FTokenIsRegistered(uint8_t[] keyHandle)
|
|
|
|
returns (bool isValidKeyHandle);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Generates a public/private keypair for the provided application
|
|
|
|
* and challenge, returning the pubkey, challenge response, and
|
|
|
|
* key handle in the registration data.
|
|
|
|
*
|
|
|
|
* |application| The FIDO Application data to associate with the key.
|
|
|
|
* |challenge| The Challenge to satisfy in the response.
|
|
|
|
* |registration| An array containing the pubkey, challenge response,
|
|
|
|
* and key handle.
|
|
|
|
*/
|
|
|
|
sync NSSU2FTokenRegister(uint8_t[] application, uint8_t[] challenge)
|
|
|
|
returns (uint8_t[] registration);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Creates a signature over the "param" arguments using the private key
|
|
|
|
* provided in the key handle argument.
|
|
|
|
*
|
|
|
|
* |application| The FIDO Application data to associate with the key.
|
|
|
|
* |challenge| The Challenge to satisfy in the response.
|
|
|
|
* |keyHandle| The Key Handle opaque object to use.
|
|
|
|
* |signature| The resulting signature.
|
|
|
|
*/
|
|
|
|
sync NSSU2FTokenSign(uint8_t[] application, uint8_t[] challenge,
|
|
|
|
uint8_t[] keyHandle)
|
|
|
|
returns (uint8_t[] signature);
|
|
|
|
|
2014-05-21 09:49:36 +04:00
|
|
|
async GetSystemMemory(uint64_t getterId);
|
|
|
|
|
2014-07-22 16:17:45 +04:00
|
|
|
sync IsSecureURI(uint32_t type, URIParams uri, uint32_t flags)
|
|
|
|
returns (bool isSecureURI);
|
|
|
|
|
2015-09-09 22:14:27 +03:00
|
|
|
async AccumulateMixedContentHSTS(URIParams uri, bool active);
|
|
|
|
|
2015-07-11 00:11:59 +03:00
|
|
|
sync GetLookAndFeelCache()
|
|
|
|
returns (LookAndFeelInt[] lookAndFeelIntCache);
|
2015-04-22 17:58:15 +03:00
|
|
|
|
2015-06-24 00:34:00 +03:00
|
|
|
prio(urgent) async PHal();
|
2011-10-06 02:15:45 +04:00
|
|
|
|
2015-09-22 22:09:42 +03:00
|
|
|
async PHeapSnapshotTempFileHelper();
|
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PIcc(uint32_t serviceId);
|
2015-01-07 09:53:21 +03:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PMobileConnection(uint32_t clientId);
|
2014-07-01 14:09:08 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PNecko();
|
2011-11-21 02:40:53 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PPrinting();
|
2014-10-28 18:59:08 +03:00
|
|
|
|
2014-10-08 08:32:45 +04:00
|
|
|
prio(high) sync PScreenManager()
|
2014-07-14 21:22:26 +04:00
|
|
|
returns (uint32_t numberOfScreens,
|
|
|
|
float systemDefaultScale,
|
|
|
|
bool success);
|
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PCellBroadcast();
|
2014-08-18 13:06:11 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PSms();
|
2013-04-04 02:13:17 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PSpeechSynthesis();
|
2013-04-10 16:18:38 +04:00
|
|
|
|
2015-06-12 04:53:31 +03:00
|
|
|
prio(urgent) async PStorage();
|
2011-10-06 02:15:45 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PTelephony();
|
2013-09-07 10:19:50 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PVoicemail();
|
2014-09-26 09:00:24 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PMedia();
|
2015-06-18 18:46:36 +03:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PBluetooth();
|
2012-09-13 20:37:14 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PFMRadio();
|
2013-09-04 02:28:06 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PWebrtcGlobal();
|
2015-09-09 22:14:27 +03:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PPresentation();
|
2015-04-22 01:29:18 +03:00
|
|
|
|
2010-07-15 18:04:25 +04:00
|
|
|
// Services remoting
|
|
|
|
|
2012-08-23 23:33:46 +04:00
|
|
|
async StartVisitedQuery(URIParams uri);
|
|
|
|
async VisitURI(URIParams uri, OptionalURIParams referrer, uint32_t flags);
|
|
|
|
async SetURITitle(URIParams uri, nsString title);
|
2010-07-02 19:50:41 +04:00
|
|
|
|
2015-12-04 02:04:28 +03:00
|
|
|
async LoadURIExternal(URIParams uri, PBrowser windowContext);
|
2010-08-10 21:14:45 +04:00
|
|
|
|
2010-10-20 00:35:08 +04:00
|
|
|
// PrefService message
|
2012-08-23 00:00:21 +04:00
|
|
|
sync ReadPrefsArray() returns (PrefSetting[] prefs);
|
2010-07-15 18:04:25 +04:00
|
|
|
|
2011-01-13 07:04:42 +03:00
|
|
|
sync ReadFontList() returns (FontListEntry[] retValue);
|
|
|
|
|
2015-10-30 22:30:00 +03:00
|
|
|
sync ReadDataStorageArray(nsString aFilename)
|
|
|
|
returns (DataStorageItem[] retValue);
|
|
|
|
|
2013-11-06 21:21:15 +04:00
|
|
|
sync SyncMessage(nsString aMessage, ClonedMessageData aData,
|
|
|
|
CpowEntry[] aCpows, Principal aPrincipal)
|
2015-09-10 23:50:58 +03:00
|
|
|
returns (StructuredCloneData[] retval);
|
2010-08-31 22:58:35 +04:00
|
|
|
|
2014-10-08 08:32:45 +04:00
|
|
|
prio(high) sync RpcMessage(nsString aMessage, ClonedMessageData aData,
|
|
|
|
CpowEntry[] aCpows, Principal aPrincipal)
|
2015-09-10 23:50:58 +03:00
|
|
|
returns (StructuredCloneData[] retval);
|
2013-10-01 20:15:06 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async ShowAlert(AlertNotificationType alert);
|
2013-03-18 17:24:53 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async CloseAlert(nsString name, Principal principal);
|
2010-09-15 20:44:57 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async DisableNotifications(Principal principal);
|
2015-10-23 00:10:14 +03:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async OpenNotificationSettings(Principal principal);
|
2015-10-23 00:20:51 +03:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PPSMContentDownloader(uint32_t aCertType);
|
2015-04-22 22:55:23 +03:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PExternalHelperApp(OptionalURIParams uri,
|
|
|
|
nsCString aMimeContentType,
|
|
|
|
nsCString aContentDisposition,
|
|
|
|
uint32_t aContentDispositionHint,
|
|
|
|
nsString aContentDispositionFilename,
|
|
|
|
bool aForceSave,
|
|
|
|
int64_t aContentLength,
|
|
|
|
OptionalURIParams aReferrer,
|
|
|
|
nullable PBrowser aBrowser);
|
2012-08-23 23:33:46 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async PHandlerService();
|
2015-08-26 02:42:21 +03:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async AddGeolocationListener(Principal principal, bool highAccuracy);
|
|
|
|
async RemoveGeolocationListener();
|
|
|
|
async SetGeolocationHigherAccuracy(bool enable);
|
2010-09-16 02:55:08 +04:00
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async ConsoleMessage(nsString message);
|
|
|
|
async ScriptError(nsString message, nsString sourceName, nsString sourceLine,
|
|
|
|
uint32_t lineNumber, uint32_t colNumber, uint32_t flags,
|
|
|
|
nsCString category);
|
2010-09-24 05:39:32 +04:00
|
|
|
|
2010-10-09 22:07:38 +04:00
|
|
|
// nsIPermissionManager messages
|
|
|
|
sync ReadPermissions() returns (Permission[] permissions);
|
|
|
|
|
2015-04-16 22:38:12 +03:00
|
|
|
// Places the items within dataTransfer on the clipboard.
|
2016-01-27 00:51:53 +03:00
|
|
|
async SetClipboard(IPCDataTransfer aDataTransfer,
|
|
|
|
bool aIsPrivateData,
|
|
|
|
int32_t aWhichClipboard);
|
2015-04-16 22:38:12 +03:00
|
|
|
|
|
|
|
// Given a list of supported types, returns the clipboard data for the
|
|
|
|
// first type that matches.
|
|
|
|
sync GetClipboard(nsCString[] aTypes, int32_t aWhichClipboard)
|
|
|
|
returns (IPCDataTransfer dataTransfer);
|
|
|
|
|
|
|
|
// Clears the clipboard.
|
2016-01-27 00:51:53 +03:00
|
|
|
async EmptyClipboard(int32_t aWhichClipboard);
|
2015-04-16 22:38:12 +03:00
|
|
|
|
|
|
|
// Returns true if data of one of the specified types is on the clipboard.
|
|
|
|
sync ClipboardHasType(nsCString[] aTypes, int32_t aWhichClipboard)
|
|
|
|
returns (bool hasType);
|
2011-03-01 08:36:43 +03:00
|
|
|
|
2012-08-22 19:56:38 +04:00
|
|
|
sync GetSystemColors(uint32_t colorsCount)
|
|
|
|
returns (uint32_t[] colors);
|
2011-03-30 22:04:41 +04:00
|
|
|
|
2012-08-22 19:56:38 +04:00
|
|
|
sync GetIconForExtension(nsCString aFileExt, uint32_t aIconSize)
|
|
|
|
returns (uint8_t[] bits);
|
2011-06-14 01:02:13 +04:00
|
|
|
|
2011-07-27 05:14:52 +04:00
|
|
|
sync GetShowPasswordSetting()
|
2011-09-29 10:19:26 +04:00
|
|
|
returns (bool showPassword);
|
2011-07-27 05:14:52 +04:00
|
|
|
|
2012-04-20 04:13:20 +04:00
|
|
|
// Notify the parent of the presence or absence of private docshells
|
2016-01-27 00:51:53 +03:00
|
|
|
async PrivateDocShellsExist(bool aExist);
|
2012-04-20 04:13:20 +04:00
|
|
|
|
2012-10-09 08:46:19 +04:00
|
|
|
// Tell the parent that the child has gone idle for the first time
|
|
|
|
async FirstIdle();
|
|
|
|
|
2015-07-10 19:38:46 +03:00
|
|
|
async AudioChannelServiceStatus(bool aActiveTelephonyChannel,
|
|
|
|
bool aContentOrNormalChannel,
|
|
|
|
bool aAnyActiveChannel);
|
|
|
|
|
2014-04-10 21:39:20 +04:00
|
|
|
async AudioChannelChangeDefVolChannel(int32_t aChannel, bool aHidden);
|
2012-12-06 07:01:58 +04:00
|
|
|
|
2014-07-17 07:53:23 +04:00
|
|
|
sync DataStoreGetStores(nsString aName, nsString aOwner, Principal aPrincipal)
|
2014-06-03 18:36:46 +04:00
|
|
|
returns (DataStoreSetting[] dataStores);
|
|
|
|
|
2013-01-09 19:03:28 +04:00
|
|
|
async FilePathUpdateNotify(nsString aType,
|
2013-05-11 13:10:18 +04:00
|
|
|
nsString aStorageName,
|
2013-01-09 19:03:28 +04:00
|
|
|
nsString aFilepath,
|
|
|
|
nsCString aReason);
|
2014-09-15 22:51:25 +04:00
|
|
|
|
2013-02-15 00:41:30 +04:00
|
|
|
// Notify the parent that the child has finished handling a system message.
|
|
|
|
async SystemMessageHandled();
|
|
|
|
|
2013-07-09 10:37:47 +04: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);
|
2015-05-04 09:11:00 +03:00
|
|
|
async RemoveFakeVolume(nsString fsName);
|
2013-07-09 10:37:47 +04:00
|
|
|
|
2013-08-16 21:59:31 +04:00
|
|
|
sync KeywordToURI(nsCString keyword)
|
2014-09-11 17:50:55 +04:00
|
|
|
returns (nsString providerName, OptionalInputStreamParams postData, OptionalURIParams uri);
|
|
|
|
|
|
|
|
sync NotifyKeywordSearchLoading(nsString providerName, nsString keyword);
|
2013-08-16 21:59:31 +04:00
|
|
|
|
2015-11-25 00:31:57 +03:00
|
|
|
async CopyFavicon(URIParams oldURI, URIParams newURI, Principal aLoadingPrincipal, bool isPrivate);
|
2015-04-29 11:57:24 +03:00
|
|
|
|
2014-06-11 09:44:39 +04:00
|
|
|
// Tell the compositor to allocate a layer tree id for nested remote mozbrowsers.
|
2016-01-08 22:17:39 +03:00
|
|
|
sync AllocateLayerTreeId(ContentParentId cpId, TabId tabId)
|
2014-06-11 09:44:39 +04:00
|
|
|
returns (uint64_t id);
|
|
|
|
async DeallocateLayerTreeId(uint64_t id);
|
|
|
|
|
2013-11-25 03:50:03 +04:00
|
|
|
sync SpeakerManagerForceSpeaker(bool aEnable);
|
|
|
|
|
|
|
|
sync SpeakerManagerGetSpeakerStatus()
|
|
|
|
returns (bool value);
|
|
|
|
|
2013-11-24 13:06:27 +04: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);
|
|
|
|
|
2016-04-14 00:12:47 +03:00
|
|
|
sync GetGraphicsFeatureStatus(int32_t aFeature) returns (int32_t aStatus, nsCString aFailureCode,
|
|
|
|
bool aSuccess);
|
2014-01-11 05:09:20 +04:00
|
|
|
|
2016-02-17 02:07:37 +03:00
|
|
|
// Graphics errors
|
|
|
|
async GraphicsError(nsCString aError);
|
|
|
|
|
2015-08-12 06:22:20 +03:00
|
|
|
// Driver crash guards. aGuardType must be a member of CrashGuardType.
|
|
|
|
sync BeginDriverCrashGuard(uint32_t aGuardType) returns (bool crashDetected);
|
|
|
|
sync EndDriverCrashGuard(uint32_t aGuardType);
|
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async AddIdleObserver(uint64_t observerId, uint32_t idleTimeInS);
|
|
|
|
async RemoveIdleObserver(uint64_t observerId, uint32_t idleTimeInS);
|
2014-02-05 20:37:26 +04: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.
|
|
|
|
*/
|
2016-01-27 00:51:53 +03:00
|
|
|
async BackUpXResources(FileDescriptor aXSocketFd);
|
2014-02-05 20:37:26 +04:00
|
|
|
|
2015-03-10 12:32:00 +03:00
|
|
|
sync OpenAnonymousTemporaryFile() returns (FileDescOrError aFD);
|
2014-06-24 21:11:36 +04:00
|
|
|
|
2014-11-27 01:28:28 +03: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 20:07:04 +03:00
|
|
|
prio(urgent) sync KeygenProcessValue(nsString oldValue,
|
|
|
|
nsString challenge,
|
|
|
|
nsString keytype,
|
|
|
|
nsString keyparams)
|
2014-11-27 01:28:28 +03:00
|
|
|
returns (nsString newValue);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Called to provide the options for <keygen> elements.
|
|
|
|
*/
|
2014-12-19 20:07:04 +03:00
|
|
|
sync KeygenProvideContent()
|
|
|
|
returns (nsString aAttribute, nsString[] aContent);
|
2014-11-27 01:28:28 +03:00
|
|
|
|
2014-10-29 21:11:00 +03: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);
|
2015-08-28 10:18:00 +03:00
|
|
|
async DeallocateTabId(TabId tabId,
|
|
|
|
ContentParentId cpId,
|
|
|
|
bool aMarkedDestroying);
|
2014-10-29 21:11:00 +03:00
|
|
|
|
2015-08-28 10:18:00 +03:00
|
|
|
/**
|
|
|
|
* Tell the chrome process there is a destruction of PBrowser(Tab)
|
|
|
|
*/
|
|
|
|
async NotifyTabDestroying(TabId tabId,
|
|
|
|
ContentParentId cpId);
|
2014-11-13 03:31:00 +03: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
|
2015-10-02 19:13:52 +03:00
|
|
|
* @param loadingPrincipal
|
|
|
|
* Principal of the document that referred the manifest
|
2014-11-13 03:31:00 +03:00
|
|
|
* @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.
|
|
|
|
*/
|
2016-01-27 00:51:53 +03:00
|
|
|
async POfflineCacheUpdate(URIParams manifestURI, URIParams documentURI,
|
|
|
|
PrincipalInfo loadingPrincipal, bool stickDocument);
|
2014-11-13 03:31:00 +03:00
|
|
|
|
|
|
|
/**
|
|
|
|
* 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.
|
|
|
|
*/
|
2016-01-27 00:51:53 +03:00
|
|
|
async SetOfflinePermission(Principal principal);
|
2014-11-13 03:31:00 +03:00
|
|
|
|
2015-01-10 21:18:59 +03:00
|
|
|
/**
|
|
|
|
* Notifies the parent to continue shutting down after the child performs
|
|
|
|
* its shutdown tasks.
|
|
|
|
*/
|
|
|
|
async FinishShutdown();
|
|
|
|
|
2016-01-27 00:51:53 +03:00
|
|
|
async UpdateDropEffect(uint32_t aDragAction, uint32_t aDropEffect);
|
2015-04-14 04:08:00 +03:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Initiates an asynchronous request for permission for the
|
|
|
|
* provided principal.
|
|
|
|
*
|
|
|
|
* @param aRequests
|
|
|
|
* The array of permissions to request.
|
|
|
|
* @param aPrincipal
|
|
|
|
* The principal of the request.
|
|
|
|
* @param tabId
|
|
|
|
* To identify which tab issues this request.
|
|
|
|
*
|
|
|
|
* NOTE: The principal is untrusted in the parent process. Only
|
|
|
|
* principals that can live in the content process should
|
|
|
|
* provided.
|
|
|
|
*/
|
2016-01-27 00:51:53 +03:00
|
|
|
async PContentPermissionRequest(PermissionRequest[] aRequests, Principal aPrincipal,
|
|
|
|
TabId tabId);
|
2015-04-14 04:08:00 +03:00
|
|
|
|
2015-04-24 02:41:00 +03:00
|
|
|
/**
|
|
|
|
* Send ServiceWorkerRegistrationData to child process.
|
|
|
|
*/
|
|
|
|
sync GetBrowserConfiguration(nsCString aUri)
|
|
|
|
returns (BrowserConfiguration aConfig);
|
|
|
|
|
2015-04-24 01:05:29 +03:00
|
|
|
/*
|
|
|
|
* Tells the parent to start the gamepad listening service if it hasn't already.
|
|
|
|
*/
|
2016-01-27 00:51:53 +03:00
|
|
|
async GamepadListenerAdded();
|
2015-04-24 01:05:29 +03:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Tells the parent to stop the gamepad listening service if it hasn't already.
|
|
|
|
*/
|
2016-01-27 00:51:53 +03:00
|
|
|
async GamepadListenerRemoved();
|
2015-04-24 01:05:29 +03:00
|
|
|
|
2015-06-11 00:58:30 +03:00
|
|
|
async Profile(nsCString aProfile);
|
|
|
|
|
2015-08-02 23:59:33 +03:00
|
|
|
/**
|
|
|
|
* Request graphics initialization information from the parent.
|
|
|
|
*/
|
|
|
|
sync GetGraphicsDeviceInitData()
|
|
|
|
returns (DeviceInitData aData);
|
|
|
|
|
2015-10-30 02:30:57 +03:00
|
|
|
sync CreateWindow(nullable PBrowser aThisTab,
|
2015-10-30 02:30:57 +03:00
|
|
|
PBrowser aNewTab,
|
2016-03-29 21:32:41 +03:00
|
|
|
PRenderFrame aRenderFrame,
|
2015-10-30 02:30:57 +03:00
|
|
|
uint32_t aChromeFlags,
|
|
|
|
bool aCalledFromJS,
|
|
|
|
bool aPositionSpecified,
|
|
|
|
bool aSizeSpecified,
|
2015-10-30 21:54:52 +03:00
|
|
|
nsCString aURI,
|
2015-10-30 02:30:57 +03:00
|
|
|
nsString aName,
|
|
|
|
nsCString aFeatures,
|
2016-02-18 11:33:07 +03:00
|
|
|
nsCString aBaseURI,
|
2016-03-21 20:55:55 +03:00
|
|
|
DocShellOriginAttributes aOpenerOriginAttributes,
|
|
|
|
float aFullZoom)
|
2015-10-30 02:30:57 +03:00
|
|
|
returns (nsresult rv,
|
|
|
|
bool windowOpened,
|
|
|
|
FrameScriptInfo[] frameScripts,
|
2016-03-29 21:32:41 +03:00
|
|
|
nsCString urlToLoad,
|
|
|
|
TextureFactoryIdentifier textureFactoryIdentifier,
|
|
|
|
uint64_t layersId);
|
2015-10-30 02:30:57 +03:00
|
|
|
|
2015-09-15 21:01:07 +03:00
|
|
|
sync GetDeviceStorageLocation(nsString type)
|
|
|
|
returns (nsString path);
|
|
|
|
|
2015-12-19 04:17:46 +03:00
|
|
|
sync GetDeviceStorageLocations()
|
|
|
|
returns (DeviceStorageLocationInfo info);
|
|
|
|
|
2015-11-04 22:08:14 +03:00
|
|
|
sync GetAndroidSystemInfo()
|
|
|
|
returns (AndroidSystemInfo info);
|
|
|
|
|
2015-11-05 00:46:10 +03:00
|
|
|
/**
|
|
|
|
* Tells the parent to ungrab the pointer on the default display.
|
|
|
|
*
|
|
|
|
* This is for GTK platforms where we have to ensure the pointer ungrab happens in the
|
|
|
|
* chrome process as that's the process that receives the pointer event.
|
|
|
|
*/
|
|
|
|
sync UngrabPointer(uint32_t time);
|
2016-03-03 00:09:48 +03:00
|
|
|
|
|
|
|
sync RemovePermission(Principal principal, nsCString permissionType) returns (nsresult rv);
|
2016-03-17 09:18:35 +03:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Tell the parent that a decoder's' benchmark has been completed.
|
|
|
|
* The result can then be stored in permanent storage.
|
|
|
|
*/
|
|
|
|
async NotifyBenchmarkResult(nsString aCodecName, uint32_t aDecodeFPS);
|
|
|
|
|
2010-08-31 22:58:35 +04:00
|
|
|
both:
|
2016-04-09 16:50:59 +03:00
|
|
|
async AsyncMessage(nsString aMessage, CpowEntry[] aCpows,
|
|
|
|
Principal aPrincipal, ClonedMessageData aData);
|
2009-07-11 10:33:10 +04:00
|
|
|
};
|
|
|
|
|
2009-09-10 02:00:14 +04:00
|
|
|
}
|
2012-08-29 16:24:48 +04:00
|
|
|
}
|