summaryrefslogtreecommitdiff
path: root/common/content/browser.js
Commit message (Expand)AuthorAge
* Move statusline.losslessDecodeURI to util.Kris Maglione2011-07-22
* Fix typo in browser.js.Kris Maglione2011-06-20
* Fix sticky network status.Kris Maglione2011-06-18
* More assorted map aliases.Doug Kearns2011-06-16
* Fix mode name generated for longer names in mapping serialization. Closes iss...Kris Maglione2011-06-11
* Add <win> parameter to load autocmds.Kris Maglione2011-06-08
* Don't strip spaces from URLs in :open (grr!), poke 'urlsep' value a bit, mode...Kris Maglione2011-05-05
* Move some more message strings to the properties file.Doug Kearns2011-03-08
* Fix local mapping bug. Change statusline API slightly.Kris Maglione2011-02-28
* Move some event-based code into observers in the modules it affects.Kris Maglione2011-02-27
* Move some messages to properties file. Local and modules directories still to...Kris Maglione2011-02-25
* Fix confusing, duplicate help index entries.Kris Maglione2011-02-22
* Give up and add key chains to 'passkeys'. Also add <A-b> to execute a builtin...Kris Maglione2011-02-19
* Fix some completion issues. Make async search suggestion completions somewhat...Kris Maglione2011-02-18
* Add abbreviation hives and fix some apparently long standing abbreviation bug...Kris Maglione2011-02-11
* Fix bugs yay.Kris Maglione2011-02-10
* Fix bug in last commit.Kris Maglione2011-02-09
* Move some things around. Fix bug in last commit (I've already forgotten which).Kris Maglione2011-02-09
* Add macro utility bindings. Add named aliases for some mappings.Kris Maglione2011-01-26
* First work towards cleaning up the commandline.js rat's nest. Don't expect an...Kris Maglione2011-01-26
* Update copyright headers.Kris Maglione2011-01-23
* Add an experimental prototype download manager replacement. Fix some bugs.Kris Maglione2011-01-16
* Make buffer.URL a string again. Use buffer.uri and buffer.documentURI interna...Kris Maglione2011-01-16
* Fix gu on Gecko 2. Closes issue #244.Kris Maglione2011-01-06
* Make buffer.UR[LI] nsIURI objects. Fix bug in chrome-data:.Kris Maglione2011-01-03
* Replace weird mystery meat args of mapping actions with a proper object.Kris Maglione2010-12-29
* Fix gU for URLs containing //.Kris Maglione2010-12-27
* Merge changes from bootstrapped.Kris Maglione2010-12-25
* Fix some bugs.Kris Maglione2010-12-22
* Typo and general idiocy fixes. Kill 'linksearch'.Kris Maglione2010-12-17
* Add missing semicolons.Doug Kearns2010-11-05
* Handle sane shells on Windows somewhat better.Kris Maglione2010-11-05
* Add missing 'let'.Kris Maglione2010-11-04
* Make Browser.incrementURL a little more readable.Doug Kearns2010-11-05
* Small change to Browser.climbUrlPath.Kris Maglione2010-10-21
* Don't reload the page on gU when we're already there.Doug Kearns2010-10-21
* Implement (with an e) an experimental ‘ex’ namespace.Kris Maglione2010-10-17
* Refactor :open action.Doug Kearns2010-10-18
* Refactor the gu mapping action again.Doug Kearns2010-10-17
* Refactor the gu mapping action.Doug Kearns2010-10-16
* Rename stringToURLArray ⇒ parseURLs.Kris Maglione2010-10-11
* Fix n_~. Closes issue #68.Kris Maglione2010-10-11
* Clean up some crufty comments.Doug Kearns2010-10-09
* Make | the default 'urlseparator'.Kris Maglione2010-10-05
* Remove bare references to 'content'.Kris Maglione2010-10-04
* Use temp files rather than URL arguments for :viewsource!. Also update the st...Kris Maglione2010-10-03
* Don't use modes.clear() to clear the last message and some collateral fixes.Kris Maglione2010-09-28
* Auto-hide the command-line by default; allow showing messages/mode/command-li...Kris Maglione2010-09-27
* Clean up so loose ends from the recent Command#execute refactoring.Doug Kearns2010-09-26
* Purge unnecessary uses of args.string.Kris Maglione2010-09-25