tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

index.rst (612B)


      1 Search
      2 ======
      3 
      4 This document describes the implementation of parts of Firefox's search interfaces.
      5 
      6 The search area covers:
      7 
      8  * Search bar on the toolbar
      9  * In-content search
     10  * One-off search buttons on both the search and address bars
     11 
     12 Search Engine handling is taken care of with the `toolkit Search Service`_.
     13 
     14 Most of the search code lives in `browser/components/search`_.
     15 
     16 .. toctree::
     17 
     18   application-search-engines
     19   Preferences
     20   telemetry
     21 
     22 .. _toolkit Search Service: /toolkit/search/index.html
     23 .. _browser/components/search: https://searchfox.org/mozilla-central/source/browser/components/search