From 0a59cf049b19f7697ae4ef52894f8e0f62c55dc4 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 6 May 2010 15:42:11 +0200 Subject: removed trailing space at EOL create a special getPassword method even F12 bugs should have indication of Triaged keyword --- bugzillaBugTriage.js | 220 +++++++++++++++++++++++++++------------------------ 1 file changed, 117 insertions(+), 103 deletions(-) (limited to 'bugzillaBugTriage.js') diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js index 410ca08..0c21118 100644 --- a/bugzillaBugTriage.js +++ b/bugzillaBugTriage.js @@ -98,17 +98,17 @@ var bottomRow = {}; // console.log("Now we are calling XMLHTTPRequest to load xmlrpc.js"); // req.send(""); /* - * + * * xmlrpc.js beta version 1 Tool for creating XML-RPC formatted requests in * JavaScript - * + * * Copyright 2001 Scott Andrew LePera scott@scottandrew.com * http://www.scottandrew.com/xml-rpc - * + * * License: You are granted the right to use and/or redistribute this code only * if this license and the copyright notice are included and you accept that no * warranty of any kind is made or implied by the author. - * + * */ function XMLRPCMessage(methodname) { @@ -207,11 +207,11 @@ XMLRPCMessage.prototype.doDateXML = function(data) { var time = this.leadingZero(new String(date.getHours())) + ":" + this.leadingZero(new String(date.getMinutes())) + ":" + this.leadingZero(new String(date.getSeconds())); - + var converted = year + month + day + "T" + time; return converted; }; - + var xml = ""; xml += dateToISO8601(data); xml += ""; @@ -267,7 +267,7 @@ XMLRPCMessage.prototype.getParamXML = function(type, data) { ///* // * Create and return an object that has p as its prototype -// * +// * // * @param p parent Object // * @return child Object // */ @@ -315,7 +315,7 @@ hlpr.addCSVValue = function addCSVValue(str, value) { /** * Check whether an item is member of the list. Idea is just to make long if * commands slightly more readable. - * + * * @param mbr * string to be searched in the list * @param list @@ -363,7 +363,7 @@ hlpr.loadText = function(URL, cb_function, what) { /** * Converts attributes value of the given list of elements to the Javascript * list. - * + * * @param list * array of elements * @return array of values @@ -427,7 +427,7 @@ hlpr.loadJSON(PCIIDsURL, function(response) { function Color(r, g, b) { this.Luminosity = 0.85; this.Desaturated = 0.4; - + if (r instanceof Array) { this.r = r[0]; this.g = r[1]; @@ -466,7 +466,7 @@ Color.prototype.toString = function() { * Converts an RGB color value to HSL. Conversion formula adapted from * http://en.wikipedia.org/wiki/HSL_color_space. Assumes r, g, and b are * contained in the set [0, 255] and returns h, s, and l in the set [0, 1].4343 - * + * * @param Number * r The red color value * @param Number @@ -508,7 +508,7 @@ Color.prototype.hsl = function() { * Converts an HSL color value to RGB. Conversion formula adapted from * http://en.wikipedia.org/wiki/HSL_color_space. Assumes h, s, and l are * contained in the set [0, 1] and returns r, g, and b in the set [0, 255]. - * + * * @param Number * h The hue * @param Number @@ -556,7 +556,7 @@ Color.prototype.hslToRgb = function(h, s, l) { * Converts an RGB color value to HSV. Conversion formula adapted from * http://en.wikipedia.org/wiki/HSV_color_space. Assumes r, g, and b are * contained in the set [0, 255] and returns h, s, and v in the set [0, 1]. - * + * * @param Number * r The red color value * @param Number @@ -599,7 +599,7 @@ Color.prototype.hsv = function() { * Converts an HSV color value to RGB. Conversion formula adapted from * http://en.wikipedia.org/wiki/HSV_color_space. Assumes h, s, and v are * contained in the set [0, 1] and returns r, g, and b in the set [0, 255]. - * + * * @param Number * h The hue * @param Number @@ -669,18 +669,18 @@ Color.prototype.lightColor = function() { // BZPage's methods function BZPage(doc) { - + } /** * Select option with given label on the