summaryrefslogtreecommitdiff
path: root/common/modules/services.jsm
Commit message (Expand)AuthorAge
* Use Object.defineProperty instead of __defineGetter__/__defineSetter__Zheng Chaoping2016-05-04
* Update curl plugin.Kris Maglione2015-12-30
* Get rid of most remaining comprehensions.Kris Maglione2015-12-20
* Support Firefox 45 (without e10s).Kris Maglione2015-12-19
* Replace expression closures (methods).Doug Kearns2015-07-23
* Replace expression closures (function expressions - named and dynamic this).Doug Kearns2015-06-06
* Remove obsolete global private browsing code.Kris Maglione2015-03-09
* Cleanup crufty `apply` code.Kris Maglione2015-02-21
* Update :pageinfo to use the new HTTP cache API.Doug Kearns2014-10-02
* Remove references to `services.debugger` and `services.charset`.Kris Maglione2014-08-02
* Use less shady method of pdf printing; support Windows.Kris Maglione2014-05-15
* Death to `for each`.Kris Maglione2014-02-24
* Fix merge botch.Kris Maglione2014-02-16
* Make stuff mostly work on Australis.Kris Maglione2014-02-16
* Fix new buffer.prefs.*Doug Kearns2014-02-16
* Use real Sets rather than objects in most places.Kris Maglione2014-02-15
* Fix CSS selector validation on FF26+.Doug Kearns2013-10-08
* 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
* Hello strange new syntax. Can we be friends?Kris Maglione2013-08-21
* Add missing semicolons, fix whitespace and normalise Vim modelines.Doug Kearns2013-08-03
* Workaround QueryInterface not properly mutating services.contentPrefs.Kris Maglione2013-07-06
* Change class name for history service.Anthony Martin2013-06-27
* [PWPBM] Make Personas work in private windows.Kris Maglione2013-04-26
* Death to E4X and stuff.Kris Maglione2012-12-17
* Fix some more CPG breakage.Kris Maglione2012-12-16
* Death to E4X and stuff. Also fix some bugs.Kris Maglione2012-11-30
* Death to E4X and stuff.Kris Maglione2012-11-28
* Closes issue #925.Kris Maglione2012-10-02
* Use <Mouse2> rather than <C-Mouse1> in buffer.followLink to open in new tab.Kris Maglione2012-06-02
* Merge addon-common module loading code to fix Minefield.Kris Maglione2012-05-07
* Allow passing strings or arrays as postData parameters to dactyl.open.Kris Maglione2012-03-13
* Kill strict mode for the moment.Kris Maglione2011-11-27
* Liberate Buffer from the tyrany of the current window. Add DOM#contextmenu ev...Kris Maglione2011-10-01
* Fix some early instantiation.Kris Maglione2011-09-30
* Add cache module. Cleanup help and DTD generation. Fix :help version generati...Kris Maglione2011-09-30
* Add params and data parameters to util.httpRequest params object. Add docs.Kris Maglione2011-09-27
* Make 'cpt' a stringlist. Add support for native autocomplete providers.Kris Maglione2011-09-26
* Add first crude binary module implementation.Kris Maglione2011-09-22
* Add third argument to dactyl.clipboardWrite.Kris Maglione2011-09-19
* Dequote preference names in :set!Kris Maglione2011-09-07
* Fix REPL with foreign window contexts. Other general cleanup.Kris Maglione2011-09-05
* Minorish changes.Kris Maglione2011-09-03
* Fix services.history on Minefield.Kris Maglione2011-08-23
* After some profiling, give all modules a common prototype.Kris Maglione2011-08-22
* Bump JSMLoader.bump.Kris Maglione2011-08-21
* Deprecate services.{get,create}.Kris Maglione2011-08-21
* Mention removal of the chrome-data: protocol in BREAKING_CHANGES.Kris Maglione2011-08-21
* Because I can.Kris Maglione2011-08-21
* Add 'spelllang'. Closes issue #530.Kris Maglione2011-08-06