diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-02-09 10:56:33 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-02-09 10:56:33 +0100 |
commit | ba0b4d6110e5b50c15ce722a5a123bcf26bafe3e (patch) | |
tree | f3605fc899db3152068f9c4bfc6f840ea198b11d /lib/xmlrpc.js | |
parent | cc50408c9661d35a81f921ff6347eee3c1781d0f (diff) | |
download | bugzilla-triage-ba0b4d6110e5b50c15ce722a5a123bcf26bafe3e.tar.gz |
Mainly add XML-RPC handling
In details:
* add libbugzilla.makeXMLRPCCall
* rewrite addAttachment and fixAttachById to use it
* add RHOnMessageHandler to process RHBZ-specific RPC messages
* fix the mess around getting passwords and not-provided passwords
(there should be no password in a content script)
* add libbugzilla.openURLinPanel and make showAttachment to use it
* fix indentation of switch statements
* remove JSLint strings, we need to fix the script, no screw up my ones
Diffstat (limited to 'lib/xmlrpc.js')
-rw-r--r-- | lib/xmlrpc.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/xmlrpc.js b/lib/xmlrpc.js index e883d91..0b84c07 100644 --- a/lib/xmlrpc.js +++ b/lib/xmlrpc.js @@ -1,4 +1,3 @@ -/*jslint rhino: true, forin: true, onevar: false, browser: true */ /*global exports: false */ "use strict"; // Modification of Matěj Cepl released under the MIT/X11 license |