Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change how modules are imported | Alessio Vanni | 2019-07-04 | 1 | -1/+1 |
| | | | | | | | | I can't really find a reason why the returned value is preferred over the normal importing process. Additionally, there's a good chance importing Services.jsm can be done only once at the start of everything, instead of binding each object to a separate closure. | ||||
* | Remove some comments | Alessio Vanni | 2019-06-23 | 1 | -3/+0 |
| | | | | | | While they are technically informative, the splitting makes things easier to follow already (somewhat) and there's not really a need to list each global variable (there aren't many anyway.) | ||||
* | Minor refactoring | Alessio Vanni | 2019-06-22 | 1 | -1/+1 |
| | |||||
* | Put window management into its own file | Alessio Vanni | 2019-06-22 | 1 | -0/+191 |