Sync Pale Moon code

This commit is contained in:
NTD 2018-04-04 03:17:39 -04:00 committed by Roy Tam
commit a5f9344426
15 changed files with 108 additions and 16 deletions

View file

@ -1213,7 +1213,7 @@ BrowserGlue.prototype = {
},
_migrateUI: function BG__migrateUI() {
const UI_VERSION = 14;
const UI_VERSION = 15;
const BROWSER_DOCURL = "chrome://browser/content/browser.xul#";
let currentUIVersion = 0;
try {
@ -1395,7 +1395,7 @@ BrowserGlue.prototype = {
}
}
if (currentUIVersion < 14) {
if (currentUIVersion < 16) {
// Migrate Sync from pmsync.palemoon.net to pmsync.palemoon.org
try {
let syncURL = Services.prefs.getCharPref("services.sync.clusterURL");