It downloads things in a background thread; the background thread puts downloaded objects onto downloadQueue as they arrive. The queue is checked in the step method.
A custom start page is provided for. It's not as convenient as bookmarks are, but it does have a lot of flexibility--the user can put anything on the start page that is desired.
There is a hook for displaying the "lint" of a page; currently it's not a very effective linter.
Selector was just chosen from a menu by a user. If can respond, then
perform it on myself. If not, send it to otherTarget, presumably the
editPane from which the menu was invoked.
Remove references to objects that may refer to the receiver. This message
should be overridden by subclasses with any cycles, in which case the
subclass should also include the expression super release.