minibuffer.read_url: return load_spec instead of simple string
commit3acce745ab4475bd02c5043d4e5cd73fbdf6db4b
authorJohn Foerch <jjfoerch@earthlink.net>
Thu, 25 Feb 2010 19:05:19 +0000 (25 14:05 -0500)
committerJohn Foerch <jjfoerch@earthlink.net>
Thu, 25 Feb 2010 19:05:19 +0000 (25 14:05 -0500)
tree93e7b8bc1a2c76656ad660e5e514bab04da9a820
parent7eb4f716eab964a83e69f22834ee353530d075be
minibuffer.read_url: return load_spec instead of simple string

the browser-object system depends on being able to use type-dispatch
to take action on browser objects.  in the case of the copy command,
we need to be able to distinguish an url from a string.

resolves issue251
modules/content-buffer.js
modules/extensions/adblockplus.js