backing bug 272046 out since it caused tinderbox to go orange

git-svn-id: svn://10.0.0.236/trunk@167081 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2004-12-29 04:24:42 +00:00
parent ea4fc61205
commit 1ab0801128

View File

@@ -75,7 +75,6 @@ const FILE_CHROME_MANIFEST = "contents.rdf";
const FILE_WASINSAFEMODE = "Safe Mode";
const FILE_INSTALLED_EXTENSIONS = "installed-extensions.txt"
const FILE_INSTALLED_EXTENSIONS_PROCESSED = "installed-extensions-processed.txt"
#expand const TARGET_OS = "__OSARCH__";
const KEY_PROFILEDIR = "ProfD";
const KEY_APPDIR = "XCurProcD";
@@ -3113,7 +3112,6 @@ nsRDFItemUpdater.prototype = {
dsURI = dsURI.replace(/%APP_ID%/g, this._updater._appID);
dsURI = dsURI.replace(/%APP_VERSION%/g, this._updater._appVersion);
dsURI = dsURI.replace(/%REQ_VERSION%/g, 1);
dsURI = dsURI.replace(/%APP_OS%/g, TARGET_OS);
// escape() does not properly encode + symbols in any embedded FVF strings.
dsURI = dsURI.replace(/\+/g, "%2B");