load-spec refactoring
commit6c90a662949ed2a16b77e06adbcc78aa2d3d58e3
authorJohn Foerch <jjfoerch@earthlink.net>
Wed, 4 Feb 2009 00:17:21 +0000 (3 19:17 -0500)
committerJohn Foerch <jjfoerch@earthlink.net>
Wed, 4 Feb 2009 19:05:29 +0000 (4 14:05 -0500)
tree631adb82042940954e12b33fe15604bc59a9e5e8
parent537924ab2c8c039ed6523c08ce8337cd3035457e
load-spec refactoring

load_spec is now a normal datatype.  All load-specs are `instanceof
load_spec'.  Specifically, strings are no longer a type of load_spec.
Webjumps are now resolved at construction-time of the load_spec,
which allows webjumps to return load_spec parameters.  This makes
it possible (more elegantly with the earlier implementation) to make
webjumps that POST.

make_post_data: new util function for defining POST webjumps
modules/clicks-in-new-buffer.js
modules/commands.js
modules/element.js
modules/extensions/adblockplus.js
modules/hints.js
modules/load-spec.js
modules/media.js
modules/search-engine.js
modules/suggest-file-name.js
modules/utils.js