Commit 675c4804 authored by preed%sigkill.com's avatar preed%sigkill.com

Bug 95759: localconfig.js contains strings of equals signs (===). Patch by…

Bug 95759: localconfig.js contains strings of equals signs (===). Patch by jocuri@softhome.net (Vlad Dascalu), r=kiko, a=justdave
parent bc447ad3
...@@ -9,7 +9,7 @@ var bugzilla = ""; ...@@ -9,7 +9,7 @@ var bugzilla = "";
//var bugzilla = "http://bugzilla.mozilla.org/"; //var bugzilla = "http://bugzilla.mozilla.org/";
// Status and Resolution // Status and Resolution
// ===================== // ---------------------
var statuses_open = new Array("UNCONFIRMED","NEW","ASSIGNED","REOPENED"); var statuses_open = new Array("UNCONFIRMED","NEW","ASSIGNED","REOPENED");
var statuses_resolved = new Array("RESOLVED","VERIFIED","CLOSED"); var statuses_resolved = new Array("RESOLVED","VERIFIED","CLOSED");
...@@ -17,7 +17,7 @@ var resolutions = new Array("FIXED","INVALID","WONTFIX","LATER", ...@@ -17,7 +17,7 @@ var resolutions = new Array("FIXED","INVALID","WONTFIX","LATER",
"REMIND","DUPLICATE","WORKSFORME","MOVED"); "REMIND","DUPLICATE","WORKSFORME","MOVED");
// Keywords // Keywords
// ======== // --------
// //
// Enumerate all your keywords here. This is necessary to avoid // Enumerate all your keywords here. This is necessary to avoid
// "foo is not a legal keyword" errors. This makes it possible // "foo is not a legal keyword" errors. This makes it possible
...@@ -28,7 +28,7 @@ var keywords = new Array( ...@@ -28,7 +28,7 @@ var keywords = new Array(
); );
// Platforms // Platforms
// ========= // ---------
// //
// A list of words <w> (substrings of platform values) // A list of words <w> (substrings of platform values)
// that will automatically be translated to "platform:<w>" // that will automatically be translated to "platform:<w>"
...@@ -44,7 +44,7 @@ var platforms = new Array( ...@@ -44,7 +44,7 @@ var platforms = new Array(
); );
// Severities // Severities
// ========== // ----------
// //
// A list of words <w> (substrings of severity values) // A list of words <w> (substrings of severity values)
// that will automatically be translated to "severity:<w>" // that will automatically be translated to "severity:<w>"
...@@ -54,7 +54,7 @@ var platforms = new Array( ...@@ -54,7 +54,7 @@ var platforms = new Array(
var severities = new Array("blo","cri","maj","nor","min","tri","enh"); var severities = new Array("blo","cri","maj","nor","min","tri","enh");
// Products and Components // Products and Components
// ======================= // -----------------------
// //
// It is not necessary to list all products and components here. // It is not necessary to list all products and components here.
// Instead, you can define a "blacklist" for some commonly used // Instead, you can define a "blacklist" for some commonly used
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment