Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix indentation and else for Mozilla coding guidelines. | Matěj Cepl | 2011-03-23 | 1 | -114/+117 |
| | |||||
* | Mainly add XML-RPC handling | Matěj Cepl | 2011-02-09 | 1 | -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.24 | Matěj Cepl | 2010-09-24 | 1 | -48/+66 |
| | |||||
* | Move all constant data out of the main JSON | Matěj Cepl | 2010-06-27 | 1 | -1/+1 |
| | |||||
* | Make fixing MIME type again (includes creation of util.httpPOST) | Matěj Cepl | 2010-06-22 | 1 | -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 the | Matěj Cepl | 2010-06-18 | 1 | -22/+22 |
| | | | | code to follow it. | ||||
* | Inheritance works, now there are jetpack-prototype-related bugs | Matěj Cepl | 2010-06-17 | 1 | -0/+168 |
| | |||||
* | More cleanup to make a simple reproducer | Matěj Cepl | 2010-06-11 | 1 | -168/+0 |
| | |||||
* | Adding unit tests for xmlrpc.js | Matěj Cepl | 2010-06-01 | 1 | -1/+1 |
| | |||||
* | First attempt to split main script into modules. | Matěj Cepl | 2010-05-31 | 1 | -0/+168 |