tor-browser

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

searchfox.rst (1081B)


      1 =========
      2 Searchfox
      3 =========
      4 
      5 `Searchfox <https://searchfox.org/>`__ is a source code indexing tool for Mozilla Firefox. It indexes C++. Rust, JavaScript, Python, Java, and some other code.
      6 
      7 .. toctree::
      8   :maxdepth: 1
      9 
     10   searchfox/searchfox_search
     11   searchfox/source_listing
     12   searchfox/context_menu
     13   searchfox/navigation_panel
     14   searchfox/blame
     15   searchfox/diagramming
     16   searchfox/class_field_layout
     17   searchfox/backend
     18 
     19 Repositories
     20 ============
     21 
     22 .. list-table::
     23   :widths: 30 70
     24   :header-rows: 0
     25 
     26   * - `mozsearch <https://github.com/mozsearch/mozsearch>`__
     27     - The main source code of the Searchfox website.
     28 
     29   * - `mozsearch-mozilla <https://github.com/mozsearch/mozsearch-mozilla>`__
     30     - The Mozilla-specific config for Searchfox.
     31 
     32 Get Involved
     33 ============
     34 
     35 .. list-table::
     36   :widths: 30 70
     37   :header-rows: 0
     38 
     39   * - `#searchfox:mozilla.org <https://chat.mozilla.org/#/room/#searchfox:mozilla.org>`__
     40     - Matrix chat room
     41 
     42   * - `Good first bugs <https://codetribute.mozilla.org/projects/searchfox>`__
     43     - List of bugs suitable for newcomers