Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Introduction | |
|
Robert Sesek
2015/08/24 18:07:43
Nasty filename. useful_urls.md ?
| |
| 2 | |
| 3 Chromium has a lot of different pages for a lot of different things. This page a ims to be a repository of useful links that people may find useful. | |
| 4 | |
| 5 ## Build Status | |
| 6 | |
| 7 | http://build.chromium.org/p/chromium/console | Main buildbot waterfall | | |
| 8 |:---------------------------------------------|:------------------------| | |
| 9 | http://chromium-status.appspot.com/lkgr | Last Known Good Revision. Trybo ts pull this revision from trunk. | | |
| 10 | http://chromium-status.appspot.com/revisions | List of the last 100 potential LKGRs | | |
| 11 | http://build.chromium.org/p/chromium/lkgr-status/ | Status dashboard for LKGR | | |
| 12 | http://build.chromium.org/p/tryserver.chromium/waterfall?committer=developer@c hromium.org | Trybot runs, by developer | | |
| 13 | http://chromium-status.appspot.com/status_viewer | Tree uptime stats | | |
| 14 | http://chromium-cq-status.appspot.com | Commit queue status | | |
| 15 | http://codereview.chromium.org/search?closed=3&commit=2&limit=50 | Pending com mit queue jobs | | |
| 16 | http://chromium-build-logs.appspot.com/ | Search for historical test fail ures by test name | | |
| 17 | http://chromium-build-logs.appspot.com/list | Filterable list of most recent build logs | | |
| 18 | |
| 19 ## For Sheriffs | |
| 20 | http://build.chromium.org/p/chromium.chromiumos/waterfall?show_events=true&rel oad=120&failures_only=true | List of failing bots for a waterfall (chromium.chro miumos as an example) | | |
| 21 |:------------------------------------------------------------------------------ ---------------------------|:--------------------------------------------------- ----------------------| | |
| 22 | http://build.chromium.org/p/chromium.linux/waterfall?show_events=true&reload=1 20&builder=Linux%20Builder%20x64&builder=Linux%20Builder%20(dbg) | Monitor one o r multiple bots (Linux Builder x64 and Linux Builder (dbg) on chromium.linux as an example) | | |
| 23 | http://build.chromium.org/p/chromium.win/waterfall/help | Customize the waterfall view for a waterfall (using chromium.win as an example) | | |
| 24 | http://chromium-sheriffing.appspot.com | Alternate waterfall view that helps with test failu re triage | | |
| 25 | http://test-results.appspot.com/dashboards/flakiness_dashboard.html | Lists historical test results for the bots | | |
| 26 | |
| 27 ## Release Information | |
| 28 | https://omahaproxy.appspot.com/viewer | Current release versions of Chrome on all channels | | |
| 29 |:--------------------------------------|:-------------------------------------- -------------| | |
| 30 | https://omahaproxy.appspot.com/ | Looks up the revision of a build/relea se version | | |
| 31 | |
| 32 ## Source Information | |
| 33 | http://cs.chromium.org/ | Code Search | | |
| 34 |:------------------------|:------------| | |
| 35 | http://cs.chromium.org/SEARCH_TERM | Code Search for a specific SEARCH\_TERM | | |
| 36 | http://src.chromium.org/viewvc/chrome/ | ViewVC History Viewer | | |
| 37 | http://git.chromium.org/gitweb/?p=chromium.git;a=summary | Gitweb History View er | | |
| 38 | https://chromium.googlesource.com/chromium/src/+log/b6cfa6a..9a2e0a8?pretty=fu ller | Git changes in revision range (also works for build numbers) | | |
| 39 | http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog.html?url=/tru nk/src&mode=html&range=SUCCESS_REV:FAILURE_REV | SVN changes in revision range | | |
| 40 | http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?ur l=/trunk&mode=html&range=SUCCESS_REV:FAILURE_REV | Blink changes in revision ran ge | | |
| 41 | |
| 42 ## Communication | |
| 43 | http://groups.google.com/a/chromium.org/group/chromium-dev/topics | Chromium D evelopers List | | |
| 44 |:------------------------------------------------------------------|:---------- ---------------| | |
| 45 | http://groups.google.com/a/chromium.org/group/chromium-discuss/topics | Chromi um Users List | | |
| 46 | http://code.google.com/p/chromium/source/list | Wiki Histo ry (SVN-based) | | |
| 47 | http://code.google.com/p/chromium/wiki/UserHandleMapping | Chromium U ser Mapping | | |
| OLD | NEW |