Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | protocol: make RedirectChannel compatible with PM 28.5 | Jack Rosenthal | 2019-05-12 |
| | | | | | | | | | | | | | | | | | | The sketchy meta-redirect previously used was no longer working with Palemoon 28.5. This is an even more sketchy version that uses a JavaScript redirect, but seems to work. This redirect screws up the history, so this introduces a new bug as well :/ My XPCOM-fu isn't quite good enough to figure out a nice way to redirect a channel without this crap, so open to suggestions on a more elegant way to solve this. BUG=madand#9 TEST=visited dactyl://help-tag/starting and got to the correct page Signed-off-by: Jack Rosenthal <jack@rosenth.al> | ||
* | Fix can't access lexical declaration `locale' before initialization | Zheng Chaoping | 2016-10-25 |
| | |||
* | Ugh. | Kris Maglione | 2015-12-20 |
| | |||
* | Support Firefox 45 (without e10s). | Kris Maglione | 2015-12-19 |
| | |||
* | Replace expression closures (methods). | Doug Kearns | 2015-07-23 |
| | | | | Expression closures are to be axed. See https://bugzil.la/1083458. | ||
* | Replace expression closures (getters). | Doug Kearns | 2015-05-27 |
| | | | | Expression closures are to be axed. See https://bugzil.la/1083458. | ||
* | Fix all the things. And break most of the other things, in all likelihood. | Kris Maglione | 2015-02-21 |
| | |||
* | Hackier but more reliable `literal()` stuff. | Kris Maglione | 2014-06-18 |
| | |||
* | Death to `for each`. | Kris Maglione | 2014-02-24 |
| | |||
* | Add missing semicolons, fix whitespace and normalise Vim modelines. | Doug Kearns | 2013-08-03 |
| | |||
* | Death to E4X and stuff. | Kris Maglione | 2012-12-17 |
| | |||
* | Death to E4X and stuff. | Kris Maglione | 2012-12-16 |
| | |||
* | Death to E4X and stuff. | Kris Maglione | 2012-11-30 |
| | |||
* | Death to E4X and stuff. | Kris Maglione | 2012-11-28 |
| | |||
* | Merge addon-common module loading code to fix Minefield. | Kris Maglione | 2012-05-07 |
| | | | | | --HG-- extra : rebase_source : 6b5f0dc0a575a6d21892e18cbb56ab0230382356 | ||
* | Fix help. | Kris Maglione | 2012-01-30 |
| | |||
* | Fix bug. | Kris Maglione | 2012-01-26 |
| | |||
* | No more randomly generated package subtree paths. | Kris Maglione | 2012-01-13 |
| | |||
* | Kill strict mode for the moment. | Kris Maglione | 2011-11-27 |
| | |||
* | Add 'set ft=javascript' to the new .jsm files. | Štěpán Němec | 2011-10-03 |
| | |||
* | Make 'cpt' a stringlist. Add support for native autocomplete providers. | Kris Maglione | 2011-09-26 |
| | |||
* | Move stuff from overlay.jsm to main.jsm. | Kris Maglione | 2011-09-08 |
| | |||
* | Fix crappy add-on manager icons. | Kris Maglione | 2011-09-03 |
| | |||
* | Add dom.jsm. And stuff. | Kris Maglione | 2011-08-22 |
| | |||
* | Fix some cleanup issues. Better error pages for bad dactyl: URLs. Remove ↵ | Kris Maglione | 2011-08-21 |
| | | | | some dead code. Other cleanup. | ||
* | Minor cleanup: | Kris Maglione | 2011-08-21 |
| | | | | | | | • Add some docs. • Don't close over the bootstrap global in the persistent storage singleton. • Don't load overlay until we have the addon object for util.addon (experimental). • Other minor cleanup. | ||
* | Bump JSMLoader.bump. | Kris Maglione | 2011-08-21 |
| | |||
* | Mention removal of the chrome-data: protocol in BREAKING_CHANGES. | Kris Maglione | 2011-08-21 |
| | |||
* | Because I can. | Kris Maglione | 2011-08-21 |