mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
5e85317f94
- Bug 1214048 - Improve callee-not-a-function error for spread calls. (r=jorendorff) (f47489e821) - Bug 1202561 - Mark no-longer-used constants in jsversion.h. r=jorendorff. (dd9a29e777) - Bug 995610 - Part 0: Add release property to getBuildConfiguration(). r=evilpie (9aff95b34a) - Bug 995610 - Part 1: Show deprecated warning for expression closure. r=evilpie (740af95e85) - Bug 1167029 - Followup: remove now-unused DeprecatedLetBlock telemetry. (rs=efaust) (dc3293d70f) - Bug 1201740 - Prevent interception if the request is a System XHR. r=bkelly (eea213dcc2) - Bug 1182571: Make nsXMLHttpRequest use AsyncOpen2. r=ehsan (15089bb64b) - Back out bug 1149127 because of Thunderbird insanity (2047b66990) - Bug 1187404 - Allow tab to select an option from a select element in e10s r=Enn (e2c98e7c0f) - Mac v2 signing - Bug 1047738 - Make distribution code look for the distribution directory under Contents/Resources due to v2 signing requirements. r=bsmedberg # Please enter the commit message for your changes. Lines starting (4d6f19f952) - Bug 1176703 - load default theme manifest in safe mode, r=bsmedberg (374f8f6ca3) - misc path and import fixes (4547430310) - bug 1174704 - Implement GetUserDataDirectoryHome for iOS. r=froydnj (886abeed30) - Bug 1177819. Replace the warning about anon content being passed into frame construction with an assert plus whitelisting of the known-OK cases. r=dholbert (9d9354f0af) - Bug 1034110 - Provide a way to observe mutations for ::before/::after pseudo elements;r=smaug (48560d44b6) - Bug 1205635: Don't define methods of Bluetooth backend interfaces in header, r=btian (a30773e87e) - Bug 1181482 - Patch1: Refine some data types in gecko backend for GATT server read/write request APIs. r=btian (12921ff365) - Bug 1181479: Refine StringToUuid; r=jocelyn (68ca54278a) - Bug 1181479: Refine GenerateUuid(); r=jocelyn (dd91af86c9) - Bug 1140952 - Implement read/write value of a descriptor for GATT client API (webapi part). f=jocelyn, r=btian, r=mrbkap (276d63e128) - misspatch (87e07ca21f) - Bug 1181479: Implement GATT Server service management; r=jocelyn, r=mrbkap (1abb22088d) - Bug 1161939 - Correct bitwise checking on GATT characteristic write properties. r=jocelyn (fd0c6f1358) - Bug 1181482 - Patch2: Revise read/write characteristic/descriptor value to cover both GATT client and GATT server role. r=btian, r=bz (658efbd941) - Bug 1181479: Sync the coding style; r=jocelyn (ab0f1509c1) - Bug 1181482 - Patch3: Implement |sendResponse| and BluetoothGattAttributeEvent for GATT server read/write requests. r=btian, r=bz (c50c93a6a3) - Bug 1211140 - Remove telemetry for RegExpSourceProperty. r=till (faa512402e) - Bug 1208835 - Add telemetry for RegExp static property access after String.prototype.replace with function argument and RegExp static property is changed inside it. r=till,bsmedberg (c412b13e4c) - Bug 683218 - Remove non-standard __noSuchMethod__ feature. r=efaust (a3a567d797) - Bug 1201460: Disallow asm.js compilation for class/methods; r=luke (963644c32f) - Bug 1214013 - Remove drainGlobalOrEvalBindings and use generateBindings for all kinds of scripts. (r=efaust) (338778ce73) - Bug 1214050 - Don't give overwritten non-deoptimized function bindings slots in global scripts. (r=efaust) (3e95d0ba46) - Bug 1214013 - Parse global scripts non-incrementally. (r=efaust) (33a378413b) - Bug 1214013 - Remove funky Maybe<ParseContext> logic in BytecodeCompiler. (r=efaust) (0f02d0e3da) - Bug 1212719 - Throw SyntaxError immediately for unexpected TOK_TRIPLEDOT. r=Waldo (769ab2403d) - Bug 1218204 - Remove else after return from Parser<ParseHandler>::maybeParseDirective. r=arai (519b748a63) - Bug 1216966 - Part 1: Splurge and use separate error messages for generator comprehensions that need more parentheses and yield expressions that need more parentheses. r=efaust. (fcb6b0a5d2) - Bug 1216966 - Part 2: Tweak a comment about comprehension syntax. r=efaust. (59670db722) - Bug 1216966 - Part 3: Remove redundant method Parser::parenExprOrGeneratorComprehension. r=efaust. (e2a5d76e35) - Bug 1216966 - Part 4: Update a big comment about for-loops in Parser.cpp. r=efaust. (ac28e492db) - Bug 1216966 - Part 5: Code organization and comments around parsing comprehensions. r=efaust. (e5533b379b) - Bug 1216623 - Part 1: Rename some loop variables to avoid conflicts with ES6 scoping rules. r=fitzgen, r=ttaubert, r=MattN, r=gps. (daf7d973b0) - Bug 932517 - Treat let as a contextual keyword in sloppy mode and make it versionless. (r=jorendorff) (c95a8c115f) - align to TFF (e27ad0cc42) - Bug 1217001 - Refactor BytecodeEmitter::variables. Part 1: preliminaries. r=shu. (dad313be3e) - Bug 1217001 - Part 2: Rename two local variables and improve some old comments. r=shu. (8f050c8d34) - Bug 1217001 - Part 3: Remove one goto statement. r=shu. (6ff8f4d4de) - Bug 1217001 - Part 4: Improve the comments on VarEmitOption. r=shu. (6396585f04) - Bug 1217001 - Part 5: Further revise control structure in BytecodeEmitter::emitVariables(). r=shu. (e671d81923) - Bug 1217001 - Part 6: Eliminate some continue statements. r=shu. (80a7767e89) - Bug 1217001 - Part 7: Change BytecodeEmitter::emitNormalFor() to decouple it from weird expectations about BytecodeEmitter::emitVariables(). r=shu. (557a9249a8) - Bug 1217001 - Part 8: Eliminate all uses of PNX_POPVAR. r=shu. (c9c27b5072) - Bug 1217001 - Part 9: Remove PNX_POPVAR. r=shu. (012e716653) - Bug 1217001 - Part 10: Delete redundant boolean argument. r=shu. (5f528ed198) - Bug 1217001 - Part 11: Get rid of the last goto in BytecodeEmitter::emitVariables(). r=shu. (0d11883f9e) - Fix a broken JS test. It landed in rev 093802a6d8ae (bug 1003554) and was apparently fine until it was merged to m-c/m-i, where it probably collided with rev bug 1217099 or bug 1217001. no_r=bustage to a CLOSED TREE. (12470085c8) - Bug 1217099 - Stop emitting pointless JSOP_GETLOCAL; JSOP_POP bytecode sequence for `var x;`. r=shu. (9c69ca3bd3) - Bug 1217110 - Remove unnecessary opcode JSOP_BINDINTRINSIC. r=shu. (58e4f74fd1)
356 lines
12 KiB
JavaScript
356 lines
12 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/. */
|
|
|
|
this.EXPORTED_SYMBOLS = [ "DistributionCustomizer" ];
|
|
|
|
var Ci = Components.interfaces;
|
|
var Cc = Components.classes;
|
|
var Cr = Components.results;
|
|
var Cu = Components.utils;
|
|
|
|
const DISTRIBUTION_CUSTOMIZATION_COMPLETE_TOPIC =
|
|
"distribution-customization-complete";
|
|
|
|
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
|
|
XPCOMUtils.defineLazyModuleGetter(this, "PlacesUtils",
|
|
"resource://gre/modules/PlacesUtils.jsm");
|
|
|
|
this.DistributionCustomizer = function DistributionCustomizer() {
|
|
let dirSvc = Cc["@mozilla.org/file/directory_service;1"].
|
|
getService(Ci.nsIProperties);
|
|
let iniFile = dirSvc.get("XREExeF", Ci.nsIFile);
|
|
iniFile.leafName = "distribution";
|
|
iniFile.append("distribution.ini");
|
|
if (iniFile.exists())
|
|
this._iniFile = iniFile;
|
|
}
|
|
|
|
DistributionCustomizer.prototype = {
|
|
_iniFile: null,
|
|
|
|
get _ini() {
|
|
let ini = Cc["@mozilla.org/xpcom/ini-parser-factory;1"].
|
|
getService(Ci.nsIINIParserFactory).
|
|
createINIParser(this._iniFile);
|
|
this.__defineGetter__("_ini", function() ini);
|
|
return this._ini;
|
|
},
|
|
|
|
get _locale() {
|
|
let locale;
|
|
try {
|
|
locale = this._prefs.getCharPref("general.useragent.locale");
|
|
}
|
|
catch (e) {
|
|
locale = "en-US";
|
|
}
|
|
this.__defineGetter__("_locale", function() locale);
|
|
return this._locale;
|
|
},
|
|
|
|
get _prefSvc() {
|
|
let svc = Cc["@mozilla.org/preferences-service;1"].
|
|
getService(Ci.nsIPrefService);
|
|
this.__defineGetter__("_prefSvc", function() svc);
|
|
return this._prefSvc;
|
|
},
|
|
|
|
get _prefs() {
|
|
let branch = this._prefSvc.getBranch(null);
|
|
this.__defineGetter__("_prefs", function() branch);
|
|
return this._prefs;
|
|
},
|
|
|
|
get _ioSvc() {
|
|
let svc = Cc["@mozilla.org/network/io-service;1"].
|
|
getService(Ci.nsIIOService);
|
|
this.__defineGetter__("_ioSvc", function() svc);
|
|
return this._ioSvc;
|
|
},
|
|
|
|
_makeURI: function DIST__makeURI(spec) {
|
|
return this._ioSvc.newURI(spec, null, null);
|
|
},
|
|
|
|
_parseBookmarksSection:
|
|
function DIST_parseBookmarksSection(parentId, section) {
|
|
let keys = [];
|
|
for (let i in enumerate(this._ini.getKeys(section)))
|
|
keys.push(i);
|
|
keys.sort();
|
|
|
|
let items = {};
|
|
let defaultItemId = -1;
|
|
let maxItemId = -1;
|
|
|
|
for (let i = 0; i < keys.length; i++) {
|
|
let m = /^item\.(\d+)\.(\w+)\.?(\w*)/.exec(keys[i]);
|
|
if (m) {
|
|
let [foo, iid, iprop, ilocale] = m;
|
|
iid = parseInt(iid);
|
|
|
|
if (ilocale)
|
|
continue;
|
|
|
|
if (!items[iid])
|
|
items[iid] = {};
|
|
if (keys.indexOf(keys[i] + "." + this._locale) >= 0) {
|
|
items[iid][iprop] = this._ini.getString(section, keys[i] + "." +
|
|
this._locale);
|
|
} else {
|
|
items[iid][iprop] = this._ini.getString(section, keys[i]);
|
|
}
|
|
|
|
if (iprop == "type" && items[iid]["type"] == "default")
|
|
defaultItemId = iid;
|
|
|
|
if (maxItemId < iid)
|
|
maxItemId = iid;
|
|
} else {
|
|
dump("Key did not match: " + keys[i] + "\n");
|
|
}
|
|
}
|
|
|
|
let prependIndex = 0;
|
|
for (let iid = 0; iid <= maxItemId; iid++) {
|
|
if (!items[iid])
|
|
continue;
|
|
|
|
let index = PlacesUtils.bookmarks.DEFAULT_INDEX;
|
|
let newId;
|
|
|
|
switch (items[iid]["type"]) {
|
|
case "default":
|
|
break;
|
|
|
|
case "folder":
|
|
if (iid < defaultItemId)
|
|
index = prependIndex++;
|
|
|
|
newId = PlacesUtils.bookmarks.createFolder(parentId,
|
|
items[iid]["title"],
|
|
index);
|
|
|
|
this._parseBookmarksSection(newId, "BookmarksFolder-" +
|
|
items[iid]["folderId"]);
|
|
|
|
if (items[iid]["description"])
|
|
PlacesUtils.annotations.setItemAnnotation(newId,
|
|
"bookmarkProperties/description",
|
|
items[iid]["description"], 0,
|
|
PlacesUtils.annotations.EXPIRE_NEVER);
|
|
|
|
break;
|
|
|
|
case "separator":
|
|
if (iid < defaultItemId)
|
|
index = prependIndex++;
|
|
PlacesUtils.bookmarks.insertSeparator(parentId, index);
|
|
break;
|
|
|
|
case "livemark":
|
|
if (iid < defaultItemId)
|
|
index = prependIndex++;
|
|
|
|
// Don't bother updating the livemark contents on creation.
|
|
PlacesUtils.livemarks.addLivemark({ title: items[iid]["title"]
|
|
, parentId: parentId
|
|
, index: index
|
|
, feedURI: this._makeURI(items[iid]["feedLink"])
|
|
, siteURI: this._makeURI(items[iid]["siteLink"])
|
|
}).then(null, Cu.reportError);
|
|
break;
|
|
|
|
case "bookmark":
|
|
default:
|
|
if (iid < defaultItemId)
|
|
index = prependIndex++;
|
|
|
|
newId = PlacesUtils.bookmarks.insertBookmark(parentId,
|
|
this._makeURI(items[iid]["link"]),
|
|
index, items[iid]["title"]);
|
|
|
|
if (items[iid]["description"])
|
|
PlacesUtils.annotations.setItemAnnotation(newId,
|
|
"bookmarkProperties/description",
|
|
items[iid]["description"], 0,
|
|
PlacesUtils.annotations.EXPIRE_NEVER);
|
|
|
|
break;
|
|
}
|
|
}
|
|
},
|
|
|
|
_customizationsApplied: false,
|
|
applyCustomizations: function DIST_applyCustomizations() {
|
|
this._customizationsApplied = true;
|
|
if (!this._iniFile)
|
|
return this._checkCustomizationComplete();
|
|
|
|
// nsPrefService loads very early. Reload prefs so we can set
|
|
// distribution defaults during the prefservice:after-app-defaults
|
|
// notification (see applyPrefDefaults below)
|
|
this._prefSvc.QueryInterface(Ci.nsIObserver);
|
|
this._prefSvc.observe(null, "reload-default-prefs", null);
|
|
},
|
|
|
|
_bookmarksApplied: false,
|
|
applyBookmarks: function DIST_applyBookmarks() {
|
|
this._bookmarksApplied = true;
|
|
if (!this._iniFile)
|
|
return this._checkCustomizationComplete();
|
|
|
|
let sections = enumToObject(this._ini.getSections());
|
|
|
|
// The global section, and several of its fields, is required
|
|
// (we also check here to be consistent with applyPrefDefaults below)
|
|
if (!sections["Global"])
|
|
return this._checkCustomizationComplete();
|
|
let globalPrefs = enumToObject(this._ini.getKeys("Global"));
|
|
if (!(globalPrefs["id"] && globalPrefs["version"] && globalPrefs["about"]))
|
|
return this._checkCustomizationComplete();
|
|
|
|
let bmProcessedPref;
|
|
try {
|
|
bmProcessedPref = this._ini.getString("Global",
|
|
"bookmarks.initialized.pref");
|
|
}
|
|
catch (e) {
|
|
bmProcessedPref = "distribution." +
|
|
this._ini.getString("Global", "id") + ".bookmarksProcessed";
|
|
}
|
|
|
|
let bmProcessed = false;
|
|
try {
|
|
bmProcessed = this._prefs.getBoolPref(bmProcessedPref);
|
|
}
|
|
catch (e) {}
|
|
|
|
if (!bmProcessed) {
|
|
if (sections["BookmarksMenu"])
|
|
this._parseBookmarksSection(PlacesUtils.bookmarksMenuFolderId,
|
|
"BookmarksMenu");
|
|
if (sections["BookmarksToolbar"])
|
|
this._parseBookmarksSection(PlacesUtils.toolbarFolderId,
|
|
"BookmarksToolbar");
|
|
this._prefs.setBoolPref(bmProcessedPref, true);
|
|
}
|
|
return this._checkCustomizationComplete();
|
|
},
|
|
|
|
_prefDefaultsApplied: false,
|
|
applyPrefDefaults: function DIST_applyPrefDefaults() {
|
|
this._prefDefaultsApplied = true;
|
|
if (!this._iniFile)
|
|
return this._checkCustomizationComplete();
|
|
|
|
let sections = enumToObject(this._ini.getSections());
|
|
|
|
// The global section, and several of its fields, is required
|
|
if (!sections["Global"])
|
|
return this._checkCustomizationComplete();
|
|
let globalPrefs = enumToObject(this._ini.getKeys("Global"));
|
|
if (!(globalPrefs["id"] && globalPrefs["version"] && globalPrefs["about"]))
|
|
return this._checkCustomizationComplete();
|
|
|
|
let defaults = this._prefSvc.getDefaultBranch(null);
|
|
|
|
// Global really contains info we set as prefs. They're only
|
|
// separate because they are "special" (read: required)
|
|
|
|
defaults.setCharPref("distribution.id", this._ini.getString("Global", "id"));
|
|
defaults.setCharPref("distribution.version",
|
|
this._ini.getString("Global", "version"));
|
|
|
|
let partnerAbout = Cc["@mozilla.org/supports-string;1"].
|
|
createInstance(Ci.nsISupportsString);
|
|
try {
|
|
if (globalPrefs["about." + this._locale]) {
|
|
partnerAbout.data = this._ini.getString("Global", "about." + this._locale);
|
|
} else {
|
|
partnerAbout.data = this._ini.getString("Global", "about");
|
|
}
|
|
defaults.setComplexValue("distribution.about",
|
|
Ci.nsISupportsString, partnerAbout);
|
|
} catch (e) {
|
|
/* ignore bad prefs due to bug 895473 and move on */
|
|
Cu.reportError(e);
|
|
}
|
|
|
|
if (sections["Preferences"]) {
|
|
for (let key in enumerate(this._ini.getKeys("Preferences"))) {
|
|
try {
|
|
let value = eval(this._ini.getString("Preferences", key));
|
|
switch (typeof value) {
|
|
case "boolean":
|
|
defaults.setBoolPref(key, value);
|
|
break;
|
|
case "number":
|
|
defaults.setIntPref(key, value);
|
|
break;
|
|
case "string":
|
|
defaults.setCharPref(key, value);
|
|
break;
|
|
case "undefined":
|
|
defaults.setCharPref(key, value);
|
|
break;
|
|
}
|
|
} catch (e) { /* ignore bad prefs and move on */ }
|
|
}
|
|
}
|
|
|
|
// We eval() the localizable prefs as well (even though they'll
|
|
// always get set as a string) to keep the INI format consistent:
|
|
// string prefs always need to be in quotes
|
|
|
|
let localizedStr = Cc["@mozilla.org/pref-localizedstring;1"].
|
|
createInstance(Ci.nsIPrefLocalizedString);
|
|
|
|
if (sections["LocalizablePreferences"]) {
|
|
for (let key in enumerate(this._ini.getKeys("LocalizablePreferences"))) {
|
|
try {
|
|
let value = eval(this._ini.getString("LocalizablePreferences", key));
|
|
value = value.replace(/%LOCALE%/g, this._locale);
|
|
localizedStr.data = "data:text/plain," + key + "=" + value;
|
|
defaults.setComplexValue(key, Ci.nsIPrefLocalizedString, localizedStr);
|
|
} catch (e) { /* ignore bad prefs and move on */ }
|
|
}
|
|
}
|
|
|
|
if (sections["LocalizablePreferences-" + this._locale]) {
|
|
for (let key in enumerate(this._ini.getKeys("LocalizablePreferences-" + this._locale))) {
|
|
try {
|
|
let value = eval(this._ini.getString("LocalizablePreferences-" + this._locale, key));
|
|
localizedStr.data = "data:text/plain," + key + "=" + value;
|
|
defaults.setComplexValue(key, Ci.nsIPrefLocalizedString, localizedStr);
|
|
} catch (e) { /* ignore bad prefs and move on */ }
|
|
}
|
|
}
|
|
|
|
return this._checkCustomizationComplete();
|
|
},
|
|
|
|
_checkCustomizationComplete: function DIST__checkCustomizationComplete() {
|
|
let prefDefaultsApplied = this._prefDefaultsApplied || !this._iniFile;
|
|
if (this._customizationsApplied && this._bookmarksApplied &&
|
|
prefDefaultsApplied) {
|
|
let os = Cc["@mozilla.org/observer-service;1"].
|
|
getService(Ci.nsIObserverService);
|
|
os.notifyObservers(null, DISTRIBUTION_CUSTOMIZATION_COMPLETE_TOPIC, null);
|
|
}
|
|
}
|
|
};
|
|
|
|
function enumerate(UTF8Enumerator) {
|
|
while (UTF8Enumerator.hasMore())
|
|
yield UTF8Enumerator.getNext();
|
|
}
|
|
|
|
function enumToObject(UTF8Enumerator) {
|
|
let ret = {};
|
|
for (let i in enumerate(UTF8Enumerator))
|
|
ret[i] = 1;
|
|
return ret;
|
|
}
|