Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All functions should be (theoretically) either working or commented out. | Matěj Cepl | 2011-02-10 | 1 | -22/+66 |
| | |||||
* | Mainly add XML-RPC handling | Matěj Cepl | 2011-02-09 | 1 | -25/+83 |
| | | | | | | | | | | | | 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 | ||||
* | Bit of cleaning of logger | Matěj Cepl | 2011-02-01 | 1 | -3/+3 |
| | |||||
* | This actually almost looks like working, so much I can file bugs. | Matěj Cepl | 2011-02-01 | 1 | -26/+17 |
| | |||||
* | Tons of fixes, we are almost in state that the primitive run is possible. | Matěj Cepl | 2011-01-31 | 1 | -6/+30 |
| | | | | | | TOOD: * The most important part is we have to run libbz.initialize() and wait until it is done. | ||||
* | bzpage.js mostly done | Matěj Cepl | 2011-01-28 | 1 | -0/+273 |
Also: * created libbugzilla.js for putting aside most RPCed functions * utils.js and color.js moved to data * tons and tons of restructing to make things work via RPC |