skia2/site/docs/dev/tools/codesearch.md
Eric Boren 04fe267ab9 Fix some master -> main references in docs
Bug: skia:12478
Change-Id: I4e2bc1eb441c19d7b4cf2bcea65b852f7f0aa59b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/453136
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
2021-09-27 14:52:24 +00:00

2.6 KiB


title: "Code Search" linkTitle: "Code Search"


There are a number of ways to search the Skia codebase, each with advantages and disadvantages.

cs.skia.org redirects to Chromium code search restricted to the Skia portion of the Chromium tree. You can add a query after the slash; e.g. cs.skia.org/foo will search for "foo" within the Skia tree. Chromium code search provides cross-references.

For Googlers, there is also the option of the skia depot in internal Code Search. In addition to the main skia repo, internal Code Search indexes the buildbot, common, and skia_internal repos. However, cross-references and code analysis are not available.

The GitHub mirrors of the skia and skia-buildbot repos are useful for investigating history and blame, or for exploring release branches or other branches. However, the search functionality is fairly limited, cross-references are not available, and in history the original committer's username is replaced with that person's GitHub username.

You can also navigate through the Skia repos on googlesource.com. All commits appear here first.

Code search option Search XRef History Repos Branches Freshness
cs.skia.org regexp yes yes skia buildbot main last DEPS roll
Internal regexp no yes skia buildbot common internal main hours
GitHub basic no yes skia buildbot all hour
googlesource none no yes all all N/A

There is an internal tool for Googlers to make it easier to search the repos of Skia clients, e.g. Chromium, Android, and Mozilla. If you use it and have suggestions, please let brianosman know.