summaryrefslogtreecommitdiff
path: root/common/modules/overlay.jsm
Commit message (Collapse)AuthorAge
* Replace expression closures (function expressions - named and dynamic this).Doug Kearns2015-06-06
| | | | | | | Expression closures are to be axed. See https://bugzil.la/1083458. Leaving deprecated() and literal() calls and method shorthand syntax conversions until after the ESR overlap.
* Replace expression closures (getters).Doug Kearns2015-05-27
| | | | Expression closures are to be axed. See https://bugzil.la/1083458.
* Add missing semicolons.Doug Kearns2015-05-25
|
* Fix :rehash/updating.Kris Maglione2015-05-12
|
* Rename 'array' class 'Ary'.Kris Maglione2015-03-04
|
* Cleanup crufty `apply` code.Kris Maglione2015-02-21
|
* Fix all the things. And break most of the other things, in all likelihood.Kris Maglione2015-02-21
|
* Use `dash` for `sh` where available.Kris Maglione2014-03-29
|
* Death to `for each`.Kris Maglione2014-02-24
|
* Fix potential races.Kris Maglione2014-02-23
|
* Make overlay.windows a set.Kris Maglione2014-02-22
|
* Use builtin String.startsWith, String.endsWith, and String.contains methods ↵Kris Maglione2014-02-22
| | | | where appropriate.
* Refactor storage observers to be less dodgy and stupid.Kris Maglione2014-02-17
|
* Make the status bar properly customizable and remove some useless vertical ↵Kris Maglione2014-02-16
| | | | space in the navbar.
* Remove compatiblity cruft.Kris Maglione2014-02-16
|
* More pointification and general code cleanup. Also massive, crazy, ↵Kris Maglione2013-09-21
| | | | conflict-ridden merge.
* Convert expression closures to arrow syntax.Doug Kearns2013-09-15
|
* Add missing semicolons, fix whitespace and normalise Vim modelines.Doug Kearns2013-08-03
|
* Death to E4X and stuff.Kris Maglione2012-12-17
|
* Death to E4X and stuff.Kris Maglione2012-12-17
|
* Add cheap HTML prettifier.Kris Maglione2012-12-16
|
* Death to E4X and stuff.Kris Maglione2012-11-30
|
* Death to E4X and stuff.Kris Maglione2012-11-27
|
* WeakMaps ftw.Kris Maglione2012-10-21
|
* Merge addon-common module loading code to fix Minefield.Kris Maglione2012-05-07
| | | | | --HG-- extra : rebase_source : 6b5f0dc0a575a6d21892e18cbb56ab0230382356
* Kill strict mode for the moment.Kris Maglione2011-11-27
|
* XUL cache prevents DOMContentLoaded. Grr. Closes issue #649.Kris Maglione2011-10-06
|
* Add util.weakReference that won't crash if you pass null.Kris Maglione2011-10-01
|
* Add cache module. Cleanup help and DTD generation. Fix :help version ↵Kris Maglione2011-09-30
| | | | generation issues. Fix other assorted issues.
* Add first crude binary module implementation.Kris Maglione2011-09-22
|
* Fix link listing in :hi output.Kris Maglione2011-09-12
|
* Don't Be Evil.Kris Maglione2011-09-11
| | | | | --HG-- rename : pentadactyl/skin/icon.png => pentadactyl/icon16.png
* Minorish refactoring.Kris Maglione2011-09-08
|
* Move stuff from overlay.jsm to main.jsm.Kris Maglione2011-09-08
|
* Fix crappy add-on manager icons.Kris Maglione2011-09-03
|
* More minorish changes.Kris Maglione2011-09-03
|
* Minorish changes.Kris Maglione2011-09-03
|
* Remove dead protocols.js symlinks.Kris Maglione2011-08-28
|
* Backed out changeset ccb7eca3e069Kris Maglione2011-08-23
|
* First work towards group-local option values.Kris Maglione2011-08-23
|
* Add dom.jsm. And stuff.Kris Maglione2011-08-22
|
* Defer some initialization until the first window is visible.Kris Maglione2011-08-21
|
* Because I can.Kris Maglione2011-08-21
|
* Fix :rehash.Kris Maglione2011-08-15
|
* Move overlay magic from util to overlay module.Kris Maglione2011-08-15
|
* Move DOM and config properties from the util namespace to the DOM and config ↵Kris Maglione2011-08-14
| | | | namespaces, respectively.
* s/\bset\b/Set/gKris Maglione2011-07-16
|
* More polyglotization.Kris Maglione2011-04-29
|
* Localizify sanitizer descriptions.Kris Maglione2011-03-07
|
* Fix live update issues.Kris Maglione2011-03-07
|