Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All XML-RPC calls are rewritten as JSON-RPC ones. | Matěj Cepl | 2011-06-05 | 1 | -6/+26 |
| | | | | | * also MakeJSONRPCall is a functional call now * reorganization for dealing with the history. | ||||
* | Reformatting to MoFo coding style | Matěj Cepl | 2011-06-05 | 1 | -15/+17 |
| | |||||
* | Use self.on and self.postMessage instead of global on and postMessage. | Matěj Cepl | 2011-06-05 | 1 | -1/+1 |
| | | | | | The reason is https://bugzilla.mozilla.org/show_bug.cgi?id=635748 and effort to save the world from global variables in content scripts. | ||||
* | Cut out general bugzilla functions to a special module. | Matěj Cepl | 2011-06-05 | 1 | -0/+41 |