aboutsummaryrefslogtreecommitdiffstats
path: root/bugzillaBugTriage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-01-01 17:12:08 +0100
committerMatěj Cepl <mcepl@redhat.com>2010-01-01 17:12:08 +0100
commit4c17cc8b3a6f71750b7aeaeb564889511c30c683 (patch)
tree99627891012b7d6067bb24c40b93c5cfd7b74aaf /bugzillaBugTriage.js
parent64692372e6f70a0225e32b606c093f4cacbf347b (diff)
downloadbugzilla-triage-4c17cc8b3a6f71750b7aeaeb564889511c30c683.tar.gz
Remove unnecessary FIXME
Diffstat (limited to 'bugzillaBugTriage.js')
-rw-r--r--bugzillaBugTriage.js15
1 files changed, 2 insertions, 13 deletions
diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js
index 6a4089a..8ab3914 100644
--- a/bugzillaBugTriage.js
+++ b/bugzillaBugTriage.js
@@ -3,11 +3,6 @@ f/*jslint onevar: false, browser: true, evil: true, laxbreak: true, undef: true,
// Released under the MIT/X11 license
// http://www.opensource.org/licenses/mit-license.php
-/* FIXME
- - settings to https://wiki.mozilla.org/Labs/Jetpack/JEP/24 instead of
- jetpack.storage.simple; make conversion from the current system
- */
-
"use strict";
jetpack.future.import("pageMods");
jetpack.future.import("storage.simple");
@@ -32,10 +27,7 @@ var myConfig = jetpack.storage.simple;
var badMIMEArray = ["application/octet-stream","text/x-log","undefined"];
//==============================================================
-// FIXME CONFIGURE: The easiest method how to set up the configuration
-// value is to uncomment the following line with proper URL as
-// the second parameter. Then reload the bug page and comment out
-// again.
+// TODO https://wiki.mozilla.org/Labs/Jetpack/JEP/24
var manifest = {
settings: [
{ name: "BZpassword", type: "password", label: "Bugzilla password" },
@@ -53,7 +45,6 @@ var jsonDataURL = myConfig.JSONURL ? myConfig.JSONURL :
var PCIIDsURL = "http://mcepl.fedorapeople.org/scripts/drm_pciids.json";
var abrtQueryURL = "https://bugzilla.redhat.com/buglist.cgi?"+
"cmdtype=dorem&remaction=run&namedcmd=all%20NEW%20abrt%20crashes&sharer_id=74116";
-//var debug = GM_getValue("debug",false);
var reqCounter = 0;
var msgStrs = {};
@@ -863,7 +854,6 @@ BzPage.prototype.fillInChipMagic = function () {
* @param product (optional) string with the product name
* @return None
*
- * FIXME search only in the same version &version=11
*/
BzPage.prototype.queryInNewTab = function(text,component,product) {
// Optional parameter
@@ -1198,7 +1188,6 @@ BzPage.prototype.fixAllAttachments = function(list) {
*
* @param list Array of all bad attachmentss
* @return button fixing all bad Attachments
- * FIXME deJQuerize!!!
*/
BzPage.prototype.createFixAllButton = function (list) {
var that = this;
@@ -1465,7 +1454,7 @@ BzPage.prototype.buildButtons = function (above,below) {
this.addNewButton(brElementPlacer,"sendupstream",
"Send upstream","","SENDUPSTREAM","",false);
}
- // FIXME Get compiz bugs as well
+ // TODO Get compiz bugs as well
if ((chipIDsGroupings.length >0) &&
this.maintCCAddr === "xgl-maint@redhat.com") {
// Add find chip magic button