interactive_context: construct with `new' instead of ad-hoc
commitb26bd26ea491b560bc08044d3136adc8b5640ea3
authorJohn Foerch <jjfoerch@earthlink.net>
Fri, 29 May 2009 19:23:18 +0000 (29 15:23 -0400)
committerJohn Foerch <jjfoerch@earthlink.net>
Wed, 3 Jun 2009 14:57:22 +0000 (3 10:57 -0400)
tree6ca954b94f490704b153c6f7f09660e0d4cbb0f1
parentc98e0785bafb5f22ae6dca253638855b3f6066fc
interactive_context: construct with `new' instead of ad-hoc

keypress_handler: rename `ctx' to `I'

meta_x: first arg is now buffer instead of window

command-line: -uu changed to +u

command-line: -f and +u use get_recent_conkeror_window() instead of window_watcher

command-line: do not pass config/cwd to new windows

Normal command-line switches (other than -q and -E) can be invoked with a + instead
of a - character.  This allows us to use command-line switches like `u' which Mozilla
otherwise consumes.
modules/command-line.js
modules/commands.js
modules/interactive.js
modules/keyboard.js