Code Search for Chromium

Search, view, and navigate Chromium code:

Current Offering

The service currently supports the following:

  • Code covered, see build/scripts/slave/recipes/chromium_codesearch.py for included repos.
  • Search for all covered code.
  • Code Visualization, that is, syntax highlighting and formatting, for C++, Python, JavaScript, Java, ObjC, Go, and Proto files.
  • Cross-references, that is, use-def navigational links, for C++/Linux.

If you experience problems with code search, please report issues to chrome-troopers. If you have a feature request, please file a bug in the Codesearch component.

Current Work and Road Map

Our first priority is to keep the current offering stable, see stability bugs.

Second to stability, we want to improve the service. For the next generation, we are working on:

  • Git integration (see git bugs),
  • C++ cross references on more platforms (see xrefs bugs),
  • Performance improvements in the backend.