summaryrefslogtreecommitdiff
path: root/common/modules/cache.jsm
Commit message (Expand)AuthorAge
* Fix some CPOW issues. Everything is still terrible, though.Kris Maglione2015-12-19
* Support Firefox 45 (without e10s).Kris Maglione2015-12-19
* Replace expression closures (methods).Doug Kearns2015-07-23
* Replace expression closures (getters).Doug Kearns2015-05-27
* Clean up some old-style iterator gunk.Kris Maglione2015-02-25
* Fix all the things. And break most of the other things, in all likelihood.Kris Maglione2015-02-21
* Replace calls to octal() with octal integer literals.Doug Kearns2014-06-30
* Death to `for each`.Kris Maglione2014-02-24
* Avoid using delete operator.Kris Maglione2014-02-23
* Use builtin String.startsWith, String.endsWith, and String.contains methods w...Kris Maglione2014-02-22
* Override RealSet#add to match Set.addKris Maglione2014-02-22
* Flush literals from cache on :rehash.Kris Maglione2014-02-17
* Refactor cache module to avoid using zip store for smaller items.Kris Maglione2014-02-17
* Gracefully handle more instances of corrupted cache files.Kris Maglione2014-02-16
* Use real Sets rather than objects in most places.Kris Maglione2014-02-15
* More pointification and general code cleanup. Also massive, crazy, conflict-r...Kris Maglione2013-09-21
* Convert expression closures to arrow syntax.Doug Kearns2013-09-15
* Add missing semicolons, fix whitespace and normalise Vim modelines.Doug Kearns2013-08-03
* Fix bug.Kris Maglione2013-04-27
* Death to E4X and stuff.Kris Maglione2012-12-17
* Fix some more CPG breakage.Kris Maglione2012-12-16
* Death to E4X and stuff.Kris Maglione2012-11-28
* Death to E4X and stuff.Kris Maglione2012-11-28
* Merge addon-common module loading code to fix Minefield.Kris Maglione2012-05-07
* Kill strict mode for the moment.Kris Maglione2011-11-27
* Cleanup main.jsm. Add (currently disabled) command cacheing.Kris Maglione2011-10-06
* Fix completion list sizing issues.Kris Maglione2011-10-03
* Include config.json in XPI. Closes issue \#670.Kris Maglione2011-10-01
* cache.jsm magic.Kris Maglione2011-09-30
* Add cache module. Cleanup help and DTD generation. Fix :help version generati...Kris Maglione2011-09-30