we could make pickResult a pass-through... Something like: let where = openWhere || this._whereToOpen(event); ... let value = this.pickResult(event, result, where, openParams); if (!value) { // pickResult has handled the load. return; } let url = this._maybeCanonizeURL ... I think this would look and work more similarly to the old urlbar.
Bug 1521702 Comment 6 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
we could make pickResult a pass-through... Something like: let where = openWhere || this._whereToOpen(event); ... let value = this.pickResult(event, result, where, openParams); if (!value) { // pickResult has handled the load. return; } let url = this._maybeCanonizeURL ... I think this would look and work more similarly to the old urlbar.