mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
54262da9aa
- Bug 915880 - Add onclose event handlers in the MozInterAppMessagePort. r=ehsan,fabrice (5c57a3d571) - Bug 1227206 - Location.assign and Location.replace should use USVStrings instead DOMStrings, r=bz (5069baa300) - Bug 912342 - Add MediaStreamTrack.applyConstraints webidl. r=smaug (b43b0e0533) - Bug 1160123 - Add support for LTE/WCDMA only network selection. r=hsinyi (82f0d18d75) - Bug 993311 - Convert Network Stats API to WebIDL. r=bzbarsky. (4815cd4b57) - Bug 993311 - Followup to fix b2g builds r=khuey (1294ac6d8e) - Bug 1224944 - Improve the comments in NavigatorLanguage interface, r=bz (767104d09f) - Bug 1233702 - Remove dom.permissions.enabled pref. r=baku (fc6a65d714) - Bug 1224892 - Caching oscpu' and buildID' like other attributes related to User Agent. r=smaug (2e815d46af) - Bug 1238205 - Mark Navigator.serviceWorker as SameObject; r=baku (66be34314b) - Bug 1167541 - Implemented SpeechSynthesisEvent::utterance. r=smaug (eb2239ec4f) - Bug 1167542 - Implement SpeechSynthesisErrorEvent. r=smaug (bd01bdb144) - Bug 1238680 - Make dictionary arguments where a dictionary has a required member non-optional; r=bzbarsky (26a34e5279) - fix tests (0198243cef) - Bug 1192492 - Support masking of passwords in XUL tree columns. r=Enn,smaug (8594fafcb7) - Bug 1170452 - Remove constants for texture swizzle and prim restart. r=smaug (16e00c7565) - Bug 1237783 - Make sure we correctly turn off appcache. r=ehsan (49f25a95ee) - Bug 1218152 - Make Window.caches and WorkerGlobalScope.caches SameObject; r=bzbarsky (adf893fdb5) - Bug 1137398 - disallow creating nested workers from ServiceWorker. r=baku (d720f362eb) - Bug 931243 - Remove the XMLHttpRequest APIs from ServiceWorkerGlobalScope; r=bzbarsky (52110da15d) - Bug 1238576 - disable mozApps API on desktop/Android; r=ehsan,ochameau,bz,mcmanus,jmaher,marco (79143c24b3) - Bug 1233234 - part 1 - use UniquePtr<T[]> instead of nsAutoArrayPtr<T> in openPrefFile; r=njn (9b2d083dd0) - Bug 1233234 - part 2 - use UniquePtr<T[]> instead of nsAutoArrayPtr<T> in pref_savePrefs; r=njn (4946a07998) - Bug 1244982 - Fix minor double-reporting of memory in prefs code. r=erahm. (872c2c9b32) - Bug 1233234 - part 3 - clean up UniquePtr usage in WritePrefFile; r=njn (1a37c3dca1) - Bug 1241549 - Annotate intentional switch fallthrough in hal/linux/UPowerClient.cpp. r=gsvelto (7072ad9642) - Bug 1167581 - Inconsistent pre-zeroing of ioctl buffers in gecko/hal/gonk/GonkFMRadio.cpp. r=mwu. (9e529cb0ac) - Bug 1194721: Support Gonk sensors daemon, r=gsvelto (f2f47914ed) - Bug 1137151: Marked destructors of ref-counted GonkHAL classes as protected, r=dhylands (7fb6a4792f) - Bug 1116368 - Implementation of battery charging remaining time. r=dhylands (9b04442b6a) - Bug 1163245 - [Battery][Gonk] Implementation of battery discharging remaining time. r=dhylands (96fb254ae9) - Bug 1125084 - Uninitialised value use in mozilla::hal_impl::SetScreenBrightness(double). r=dhylands. (41f37994e5) - Bug 1123628 - mozilla::hal_impl::PriorityClass::~PriorityClass() closes not-open files. r=dhylands. (4ae357d587) - Bug 1208418: Shut down UeventPoller on XPCOM shutdown to fix the crash when the chrome process exits. r=dhylands (5b1192f310) - Bug 1194721: Add registry interface and module for Gonk sensors, r=gsvelto (3936dcf96a) - Bug 1194721: Add poll interface and module for Gonk sensors, r=gsvelto (101c0a2cf2) - Bug 1194721: Add interface for Gonk sensors daemon, r=gsvelto (5a8ea8e2ad) - Bug 1150232 - Stop gap solution until we can integrate the graphics docs. r=mstange (5a77195fb2) - Bug 1235740 - Remove warning for missing Oculus VR Library from terminal output, as it is spammy and not necessary r=dholbert (628eaddc43) - Bug 1235803 - Remove erroneous assertion r=dholbert (68287ff5ca) - Bug 1222569 - remove unused variable in gfxDWriteFonts.cpp; r=Bas (c940b5f1e4) - Bug 1212731 p1 - move GetSampleLangForGroup into base class. r=m_kato (a3cc3da7a7) - Bug 1212731 p2 - add system font cascade to fontlist for -apple-system generic. r=m_kato (18056700de) - Bug 1212731 p3 - reftest for system generic handling. r=m_kato (9aa64348b3) - bit of Bug 1212731 p2 (0a0be8302c) - Bug 1244017 - remove system font cascade for OSX. r=m_kato (742097b19e) - Bug 1251995 part 1 - Add helper functions to simplify code. r=jfkthame (f533af33bb) - Bug 1240739 - Support opacity when rendering color fonts (e.g. emoji). r=jdaggett (27c87cb70b) - Bug 1251995 part 2 - Add gfxTextRun::Range to replace parameter pairs like (offset, length) and (start, end). r=jfkthame (e87c55be94) - Bug 1251995 part 3 - Use struct to pass params for gfxTextRun::Draw. r=jfkthame (fbe0cc3f7d) - Bug 1251995 part 4 - Use struct to pass params for nsTextFrame::DrawText* functions. r=jfkthame (7d78727d65) - Remove an extra assignment from gfxSparseBitSet::TestRange, no bug (065a8c74e1) - Bug 1239603 - don't reject format 12 cmap with odd encoding. r=jfkthame (448ec8ab5e) - Bug 724538 - When ICU is available in the build, replace most of nsCharProps2 fields with ICU property accessors. r=emk (3578679d8e) - Bug 1228540 - pt 2 - Remove our HBGetGlyphHOrigin callback, as the default behavior is sufficient. r=jdaggett (9af85e376d) - Bug 1235407 - Part 1: Add telemetry probe to record forced resets. r=milan (fd1fee75a4) - Bug 1235407 - Part 2: Add ability to force device resets through gfxWindowsPlatform. r=milan (18479d140c) - TenFourFox backport of font stuff in attempt of 10.5 support (f9a55f3978) - Bug 1249212 part 2 - Fix infinity handling in StickyTimeDurationValueCalculator::Multiply; r=froydnj (e696303246) - Bug 1184695 - Fix some indentation in nsHashPropertyBag. r=poiru (6c1bed1ecd) - Bug 1182926 - Fix "observer-service-suspect" bustage. r=poiru. (25964b3802) - Bug 1234542 - Don't use fallible Add in SetStringProperty. r=froydnj (2c9b93264a) - Bug 1233566: Drop unnecessary newline character from NS_WARNING in nsPersistentProperties. r=froydnj (4ed1b9680d) - Bug 1193564 - Check result of Read32 in nsSupportsArray::Read. r=erahm (b6983798f9) - Bug 996105 - Added tests for registry access. Fixed wrong condition in ReadStringValue code. r=bsmedberxg (5945256572)
281 lines
8.7 KiB
JavaScript
281 lines
8.7 KiB
JavaScript
/* 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/. */
|
|
|
|
// TODO Bug 907060 Per off-line discussion, after the MessagePort is done
|
|
// at Bug 643325, we will start to refactorize the common logic of both
|
|
// Inter-App Communication and Shared Worker. For now, we hope to design an
|
|
// MozInterAppMessagePort to meet the timeline, which still follows exactly
|
|
// the same interface and semantic as the MessagePort is. In the future,
|
|
// we can then align it back to MessagePort with backward compatibility.
|
|
|
|
"use strict";
|
|
|
|
const { classes: Cc, interfaces: Ci, utils: Cu, results: Cr } = Components;
|
|
|
|
Cu.import("resource://gre/modules/Services.jsm");
|
|
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
|
|
Cu.import("resource://gre/modules/DOMRequestHelper.jsm");
|
|
|
|
const DEBUG = false;
|
|
function debug(aMsg) {
|
|
dump("-- InterAppMessagePort: " + Date.now() + ": " + aMsg + "\n");
|
|
}
|
|
|
|
XPCOMUtils.defineLazyServiceGetter(this, "cpmm",
|
|
"@mozilla.org/childprocessmessagemanager;1",
|
|
"nsIMessageSender");
|
|
|
|
XPCOMUtils.defineLazyServiceGetter(this, "appsService",
|
|
"@mozilla.org/AppsService;1",
|
|
"nsIAppsService");
|
|
|
|
const kMessages = ["InterAppMessagePort:OnClose",
|
|
"InterAppMessagePort:OnMessage",
|
|
"InterAppMessagePort:Shutdown"];
|
|
|
|
function InterAppMessagePort() {
|
|
if (DEBUG) debug("InterAppMessagePort()");
|
|
};
|
|
|
|
InterAppMessagePort.prototype = {
|
|
__proto__: DOMRequestIpcHelper.prototype,
|
|
|
|
classDescription: "MozInterAppMessagePort",
|
|
|
|
classID: Components.ID("{c66e0f8c-e3cb-11e2-9e85-43ef6244b884}"),
|
|
|
|
contractID: "@mozilla.org/dom/inter-app-message-port;1",
|
|
|
|
QueryInterface: XPCOMUtils.generateQI([Ci.nsIDOMGlobalPropertyInitializer,
|
|
Ci.nsISupportsWeakReference,
|
|
Ci.nsIObserver]),
|
|
|
|
// Ci.nsIDOMGlobalPropertyInitializer implementation.
|
|
init: function(aWindow) {
|
|
if (DEBUG) debug("Calling init().");
|
|
|
|
this.initDOMRequestHelper(aWindow, kMessages);
|
|
|
|
let principal = aWindow.document.nodePrincipal;
|
|
this._manifestURL = appsService.getManifestURLByLocalId(principal.appId);
|
|
this._pageURL = principal.URI.specIgnoringRef;
|
|
|
|
// Remove query string.
|
|
this._pageURL = this._pageURL.split("?")[0];
|
|
|
|
this._started = false;
|
|
this._closed = false;
|
|
this._messageQueue = [];
|
|
this._deferredClose = false;
|
|
},
|
|
|
|
// WebIDL implementation for constructor.
|
|
__init: function(aMessagePortID) {
|
|
if (DEBUG) {
|
|
debug("Calling __init(): aMessagePortID: " + aMessagePortID);
|
|
}
|
|
|
|
this._messagePortID = aMessagePortID;
|
|
|
|
cpmm.sendAsyncMessage("InterAppMessagePort:Register",
|
|
{ messagePortID: this._messagePortID,
|
|
manifestURL: this._manifestURL,
|
|
pageURL: this._pageURL });
|
|
},
|
|
|
|
// DOMRequestIpcHelper implementation.
|
|
uninit: function() {
|
|
if (DEBUG) debug("Calling uninit().");
|
|
|
|
// When the message port is uninitialized, we need to disentangle the
|
|
// coupling ports, as if the close() method had been called.
|
|
if (this._closed) {
|
|
if (DEBUG) debug("close() has been called. Don't need to close again.");
|
|
return;
|
|
}
|
|
|
|
this.close();
|
|
},
|
|
|
|
postMessage: function(aMessage) {
|
|
if (DEBUG) debug("Calling postMessage().");
|
|
|
|
if (this._closed) {
|
|
if (DEBUG) debug("close() has been called. Cannot post message.");
|
|
return;
|
|
}
|
|
|
|
cpmm.sendAsyncMessage("InterAppMessagePort:PostMessage",
|
|
{ messagePortID: this._messagePortID,
|
|
manifestURL: this._manifestURL,
|
|
message: aMessage });
|
|
},
|
|
|
|
start: function() {
|
|
// Begin dispatching messages received on the port.
|
|
if (DEBUG) debug("Calling start().");
|
|
|
|
if (this._closed) {
|
|
if (DEBUG) debug("close() has been called. Cannot call start().");
|
|
return;
|
|
}
|
|
|
|
if (this._started) {
|
|
if (DEBUG) debug("start() has been called. Don't need to start again.");
|
|
return;
|
|
}
|
|
|
|
// When a port's port message queue is enabled, the event loop must use it
|
|
// as one of its task sources.
|
|
this._started = true;
|
|
while (this._messageQueue.length) {
|
|
let message = this._messageQueue.shift();
|
|
this._dispatchMessage(message);
|
|
}
|
|
|
|
if (this._deferredClose) {
|
|
this._dispatchClose();
|
|
}
|
|
},
|
|
|
|
close: function() {
|
|
// Disconnecting the port, so that it is no longer active.
|
|
if (DEBUG) debug("Calling close().");
|
|
|
|
if (this._closed) {
|
|
if (DEBUG) debug("close() has been called. Don't need to close again.");
|
|
return;
|
|
}
|
|
|
|
this._closed = true;
|
|
this._deferredClose = false;
|
|
this._messageQueue.length = 0;
|
|
|
|
// When this method called on a local port that is entangled with another
|
|
// port, must cause the user agent to disentangle the coupling ports.
|
|
cpmm.sendAsyncMessage("InterAppMessagePort:Unregister",
|
|
{ messagePortID: this._messagePortID,
|
|
manifestURL: this._manifestURL });
|
|
|
|
this.removeMessageListeners(kMessages);
|
|
|
|
this._dispatchClose();
|
|
},
|
|
|
|
get onmessage() {
|
|
if (DEBUG) debug("Getting onmessage handler.");
|
|
|
|
return this.__DOM_IMPL__.getEventHandler("onmessage");
|
|
},
|
|
|
|
set onmessage(aHandler) {
|
|
if (DEBUG) debug("Setting onmessage handler.");
|
|
|
|
this.__DOM_IMPL__.setEventHandler("onmessage", aHandler);
|
|
|
|
// The first time a MessagePort object's onmessage IDL attribute is set,
|
|
// the port's message queue must be enabled, as if the start() method had
|
|
// been called.
|
|
if (this._started) {
|
|
if (DEBUG) debug("start() has been called. Don't need to start again.");
|
|
return;
|
|
}
|
|
|
|
this.start();
|
|
},
|
|
|
|
get onclose() {
|
|
if (DEBUG) debug("Getting onclose handler.");
|
|
return this.__DOM_IMPL__.getEventHandler("onclose");
|
|
},
|
|
|
|
set onclose(aHandler) {
|
|
if (DEBUG) debug("Setting onclose handler.");
|
|
this.__DOM_IMPL__.setEventHandler("onclose", aHandler);
|
|
},
|
|
|
|
_dispatchMessage: function _dispatchMessage(aMessage) {
|
|
let wrappedMessage = Cu.cloneInto(aMessage, this._window);
|
|
if (DEBUG) {
|
|
debug("_dispatchMessage: wrappedMessage: " +
|
|
JSON.stringify(wrappedMessage));
|
|
}
|
|
|
|
let event = new this._window
|
|
.MozInterAppMessageEvent("message",
|
|
{ data: wrappedMessage });
|
|
this.__DOM_IMPL__.dispatchEvent(event);
|
|
},
|
|
|
|
_dispatchClose() {
|
|
if (DEBUG) debug("_dispatchClose");
|
|
let event = new this._window.Event("close", {
|
|
bubbles: true,
|
|
cancelable: true
|
|
});
|
|
this.__DOM_IMPL__.dispatchEvent(event);
|
|
},
|
|
|
|
receiveMessage: function(aMessage) {
|
|
if (DEBUG) debug("receiveMessage: name: " + aMessage.name);
|
|
|
|
let message = aMessage.json;
|
|
if (message.manifestURL != this._manifestURL ||
|
|
message.pageURL != this._pageURL ||
|
|
message.messagePortID != this._messagePortID) {
|
|
if (DEBUG) debug("The message doesn't belong to this page. Returning. " +
|
|
uneval(message));
|
|
return;
|
|
}
|
|
|
|
switch (aMessage.name) {
|
|
case "InterAppMessagePort:OnMessage":
|
|
if (this._closed) {
|
|
if (DEBUG) debug("close() has been called. Drop the message.");
|
|
return;
|
|
}
|
|
|
|
if (!this._started) {
|
|
if (DEBUG) debug("Not yet called start(). Queue up the message.");
|
|
this._messageQueue.push(message.message);
|
|
return;
|
|
}
|
|
|
|
this._dispatchMessage(message.message);
|
|
break;
|
|
|
|
case "InterAppMessagePort:OnClose":
|
|
if (this._closed) {
|
|
if (DEBUG) debug("close() has been called. Drop the message.");
|
|
return;
|
|
}
|
|
|
|
// It is possible that one side of the port posts messages and calls
|
|
// close() before calling start() or setting the onmessage handler. In
|
|
// that case we need to queue the messages and defer the onclose event
|
|
// until the messages are delivered to the other side of the port.
|
|
if (!this._started) {
|
|
if (DEBUG) debug("Not yet called start(). Defer close notification.");
|
|
this._deferredClose = true;
|
|
return;
|
|
}
|
|
|
|
this._dispatchClose();
|
|
break;
|
|
|
|
case "InterAppMessagePort:Shutdown":
|
|
this.close();
|
|
break;
|
|
|
|
default:
|
|
dump("WARNING - Invalid InterAppMessagePort message type " +
|
|
aMessage.name + "\n");
|
|
break;
|
|
}
|
|
}
|
|
};
|
|
|
|
this.NSGetFactory = XPCOMUtils.generateNSGetFactory([InterAppMessagePort]);
|
|
|