mozilla / universal-search

Completed Test Pilot experiment: add-on that inserts server recommendations into the Awesome Bar
https://wiki.mozilla.org/Test_Pilot/Universal_Search
Mozilla Public License 2.0
28 stars 16 forks source link

One-off search buttons missing on Nightly #294

Closed jaredhirsch closed 7 years ago

jaredhirsch commented 8 years ago

Nightly now expects the one-off search XUL element to be present in the popup when it's shown:

https://dxr.mozilla.org/mozilla-central/source/browser/base/content/urlbarBindings.xml#1296-1301

Adding that element to our XBL overlay does allow the popup to appear at all, which is good. Unfortunately, in our one-off search box, none of the individual search buttons are actually rendered:


Nightly


This add-on, with the one-off-search-element copy-pasted into the XBL binding footer:


Need to figure out what else has to be changed for the one-off search buttons to work properly.