summaryrefslogtreecommitdiff
path: root/common/modules/config.jsm
Commit message (Expand)AuthorAge
* Fix some startup bottlenecks.Kris Maglione2015-12-21
* Fix some issues with loading from an XPI.Kris Maglione2015-12-20
* ES6-ify some things. Still a long way to go...Kris Maglione2015-12-20
* Support Firefox 45 (without e10s).Kris Maglione2015-12-19
* Replace expression closures (methods).Doug Kearns2015-07-23
* Fix toolbar commands for the Navbar.Doug Kearns2015-06-11
* Replace expression closures (function expressions - named and dynamic this).Doug Kearns2015-06-06
* Replace expression closures (getters).Doug Kearns2015-05-27
* Replace expression closures (function declarations).Doug Kearns2015-05-25
* Rename 'array' class 'Ary'.Kris Maglione2015-03-04
* Promises cleanup.Kris Maglione2015-03-02
* Fix all the things. And break most of the other things, in all likelihood.Kris Maglione2015-02-21
* Bump minVersion to the latest ESR of 31.Doug Kearns2014-10-04
* Fix styling of help pages on first run.Kris Maglione2014-08-14
* Hackier but more reliable `literal()` stuff.Kris Maglione2014-06-18
* TypeError: Constructor Image requires 'new'Kris Maglione2014-04-03
* Don't fight stuff for focus. Maybe closes #982.Kris Maglione2014-03-13
* Don't screw with tab height on non-Australis themes, provided that the stars ...Kris Maglione2014-02-25
* Death to `for each`.Kris Maglione2014-02-24
* Use builtin Array.find rather than array.nth where applicable.Kris Maglione2014-02-22
* Refactor cache module to avoid using zip store for smaller items.Kris Maglione2014-02-17
* Promisify some callbackish functions, and remove spaces around = in default a...Kris Maglione2014-02-15
* Use real Sets rather than objects in most places.Kris Maglione2014-02-15
* Update downloads.jsm to use Downloads.jsm rather than defunct downloads service.Kris Maglione2014-02-15
* Remove some redundant version-specific code.Doug Kearns2014-02-08
* Temporarily disable loading of the downloads module in FF26.Doug Kearns2013-12-17
* 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
* Fix temporary file filename extensions and host annotation.Doug Kearns2013-09-05
* Add missing semicolons, fix whitespace and normalise Vim modelines.Doug Kearns2013-08-03
* Make sure bookmarkcache is always loaded. Closes issue #966.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-30
* Death to E4X and stuff. Also fix some bugs.Kris Maglione2012-11-30
* Death to E4X and stuff.Kris Maglione2012-11-28
* Death to E4X and stuff.Kris Maglione2012-11-28
* Closes issue #846.Kris Maglione2012-05-08
* Merge addon-common module loading code to fix Minefield.Kris Maglione2012-05-07
* s/dactyl.sf.net/5digits.org/gKris Maglione2012-04-05
* No more randomly generated package subtree paths.Kris Maglione2012-01-13
* Kill strict mode for the moment.Kris Maglione2011-11-27
* Better temp file names for gF and friends.Kris Maglione2011-10-06
* Kill :dia import.Kris Maglione2011-10-05
* Add a conditional clause because conditional clauses are awesome.Kris Maglione2011-10-03
* Liberate Buffer from the tyrany of the current window. Add DOM#contextmenu ev...Kris Maglione2011-10-01
* Add +purgecaches startup flag. Process startup flags in :restart. Don't purge...Kris Maglione2011-10-01
* Add cache module. Cleanup help and DTD generation. Fix :help version generati...Kris Maglione2011-09-30
* More cleanup. Fix some Teledactyl bugginess.Kris Maglione2011-09-29
* Add 'linenumbers'.Kris Maglione2011-09-27