//var bugzilla = "http://bugzilla.mozilla.org/";
// Status and Resolution
-// =====================
+// ---------------------
var statuses_open = new Array("UNCONFIRMED","NEW","ASSIGNED","REOPENED");
var statuses_resolved = new Array("RESOLVED","VERIFIED","CLOSED");
"REMIND","DUPLICATE","WORKSFORME","MOVED");
// Keywords
-// ========
+// --------
//
// Enumerate all your keywords here. This is necessary to avoid
// "foo is not a legal keyword" errors. This makes it possible
);
// Platforms
-// =========
+// ---------
//
// A list of words <w> (substrings of platform values)
// that will automatically be translated to "platform:<w>"
);
// Severities
-// ==========
+// ----------
//
// A list of words <w> (substrings of severity values)
// that will automatically be translated to "severity:<w>"
var severities = new Array("blo","cri","maj","nor","min","tri","enh");
// Products and Components
-// =======================
+// -----------------------
//
// It is not necessary to list all products and components here.
// Instead, you can define a "blacklist" for some commonly used