summaryrefslogtreecommitdiff
path: root/common/modules/util.jsm
Commit message (Expand)AuthorAge
* Kill strict mode for the moment.Kris Maglione2011-11-27
* util.httpGet: Document the `quiet' parameter.Štěpán Němec2011-11-14
* RangeFind highlight cleanup stuff and stuff.Kris Maglione2011-10-17
* Try grabbing Content-Disposition from a HEAD request for the save link comple...Kris Maglione2011-10-05
* Automagical macro command completion.Kris Maglione2011-10-04
* Remove beforeunload handler.Kris Maglione2011-10-04
* Kill :bwipeout, :bunload. Change the semantics of :tabc and :bd: the former o...Kris Maglione2011-10-03
* Minor substring completion changes.Kris Maglione2011-10-03
* New prototype ItemList implementation. Faster completion scrolling.Kris Maglione2011-10-02
* Add util.weakReference that won't crash if you pass null.Kris Maglione2011-10-01
* 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
* Flush all caches on :rehash.Kris Maglione2011-09-30
* Cleanup.Kris Maglione2011-09-29
* Gecko developers hate us.Kris Maglione2011-09-29
* Add binary component for Gecko 10/Linux/x86-64.Kris Maglione2011-09-28
* Add params and data parameters to util.httpRequest params object. Add docs.Kris Maglione2011-09-27
* Add first crude binary module implementation.Kris Maglione2011-09-22
* Fixes issue #640. Hopefully. Given that I've never seen it on any of the doze...Kris Maglione2011-09-20
* Fix :js context on Minefield.Kris Maglione2011-09-17
* Fix typo.Kris Maglione2011-09-14
* Minor cleanup.Kris Maglione2011-09-13
* Minorish refactoring.Kris Maglione2011-09-08
* Move stuff from overlay.jsm to main.jsm.Kris Maglione2011-09-08
* Dequote preference names in :set!Kris Maglione2011-09-07
* Fix NEWS munging broken by charset corruption after moving to modules.Kris Maglione2011-09-06
* Fix REPL with foreign window contexts. Other general cleanup.Kris Maglione2011-09-05
* Fix crappy add-on manager icons.Kris Maglione2011-09-03
* Minorish changes.Kris Maglione2011-09-03
* Backed out changeset ccb7eca3e069Kris Maglione2011-08-23
* First work towards group-local option values.Kris Maglione2011-08-23
* objectToString stuff.Kris Maglione2011-08-23
* objectToString stuff.Kris Maglione2011-08-23
* Fix Firefox exploding with OOM errors when stringifying certain functions.Kris Maglione2011-08-23
* After some profiling, give all modules a common prototype.Kris Maglione2011-08-22
* Add dom.jsm. And stuff.Kris Maglione2011-08-22
* Fix some cleanup issues. Better error pages for bad dactyl: URLs. Remove some...Kris Maglione2011-08-21
* Respect <C-t> for a few more key bindings. Add :background.Kris Maglione2011-08-20
* Add canceled property to DOM instances. Remove stray util.haveGecko call.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
* Add dactyl instance tracking.Kris Maglione2011-08-14
* Add experimental jQuery-ish DOM object.Kris Maglione2011-08-14
* Decode URLs in the completion list against my better judgment. Get rid of blo...Kris Maglione2011-08-14
* Fix util.generateXPath for unknown namespaces.Kris Maglione2011-08-07
* Add a basic XPath generator.Kris Maglione2011-08-07
* Flush the startup cache when re-sourcing a JS file.Kris Maglione2011-08-06
* Save option restore data until add-on is disabled. Cleanup preferences on uni...Kris Maglione2011-07-29
* Don't explicitly pop Menu mode on menu_<Esc>. Closes issue #527. Normalize mo...Kris Maglione2011-07-29
* Add {, }, [{arg}, ]{arg}. Closes issue #592.Kris Maglione2011-07-28