aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmlrpc.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix indentation and else for Mozilla coding guidelines.Matěj Cepl2011-03-231-114/+117
|
* Mainly add XML-RPC handlingMatěj Cepl2011-02-091-1/+0
| | | | | | | | | | | | 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
* Fix arrays in xmlrpc module0.24Matěj Cepl2010-09-241-48/+66
|
* Move all constant data out of the main JSONMatěj Cepl2010-06-271-1/+1
|
* Make fixing MIME type again (includes creation of util.httpPOST)Matěj Cepl2010-06-221-1/+1
| | | | | | | | | - it is useful to have variable in the same module where the function using it is. - a lot of this magic and mystery - add this.win property - yuhooo, we have timer module, so I don't have to fish it from this.doc.defaultView (which doesn't work anyway)
* Write HACKING document with coding guidelines and actually fix theMatěj Cepl2010-06-181-22/+22
| | | | code to follow it.
* Inheritance works, now there are jetpack-prototype-related bugsMatěj Cepl2010-06-171-0/+168
|
* More cleanup to make a simple reproducerMatěj Cepl2010-06-111-168/+0
|
* Adding unit tests for xmlrpc.jsMatěj Cepl2010-06-011-1/+1
|
* First attempt to split main script into modules.Matěj Cepl2010-05-311-0/+168