Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Really Eclipseize formatting. | Matěj Cepl | 2011-05-13 | 1 | -10/+10 |
| | |||||
* | Reformatting to MoFo coding style | Matěj Cepl | 2011-04-28 | 1 | -39/+44 |
| | |||||
* | Auch! Say NO to the copy&paste inheritance! | Matěj Cepl | 2011-04-17 | 1 | -6/+18 |
| | | | | | | * leadingZero made into special function exported from xmlrpc module (it is now able to accept either number of string as its parameter) * added tests for leadingZero | ||||
* | Generate better <title> for the timesheet. | Matěj Cepl | 2011-04-16 | 1 | -20/+23 |
| | |||||
* | 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 |