Port search() to UrlbarInput.jsm
Categories
(Firefox :: Address Bar, enhancement, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: rrosario, Assigned: rrosario)
References
Details
Attachments
(1 file)
Bug 1480503 added the search() function (for search shortcuts) to urlbarBindings.xml but that's going away. That code needs to be ported to UrlbarInput.jsm.
Assignee | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Would be nice to unify this with typeRestrictToken. The differences seem somewhat arbitrary.
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
I thought this would be quick to do but, after looking at it, I realize it depends on things in in UrlbarInput.jsm yet.
Assignee | ||
Comment 4•6 years ago
|
||
(In reply to Dão Gottwald [::dao] from comment #3)
What things specifically?
The first things I ran into were this.whichSearchSuggestionsNotification
and this.popup
. I'm not very familiar with everything going on there but I'm willing to help out with some guidance.
Comment 5•6 years ago
|
||
The search suggestion notification isn't implemented yet, so that whole block can be disregarded for now. It doesn't seem crucial to the main purpose of this method.
Assignee | ||
Comment 6•6 years ago
|
||
In that case, I'll have a patch shortly :)
Assignee | ||
Comment 7•6 years ago
|
||
MozReview-Commit-ID: 70RV8IdoAKc
Comment 9•6 years ago
|
||
bugherder |
Description
•