the iframe that we put inside the autocomplete dropdown
npm install -g harp
harp server
- navigate to http://localhost:9000/
- make sure the server is running with
harp server
- build gecko-dev following the instructions
- when the custom nightly opens up, add prefs:
- surf to
about:config
- create a new pref (right-click in the main pref area, then choose New > String)
- name it
services.universalSearch.frameURL
- set its value to the complete path to the iframe URL, for example,
http://localhost/iframe.html
- create another new String pref
- name it
services.universalSearch.baseURL
- set its value to the scheme and domain part of the iframe URL, for example,
http://localhost
- bask in our collective glory