| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
code to follow it.
|
| |
|
| |
|
| |
|
|
|