nodir | 06cbaa0 | 2015-08-25 17:15:24 | [diff] [blame] | 1 | # Useful URLs |
andybons | 3322f76 | 2015-08-24 21:37:09 | [diff] [blame] | 2 | |
nodir | 06cbaa0 | 2015-08-25 17:15:24 | [diff] [blame] | 3 | Chromium has a lot of different pages for a lot of different things. |
| 4 | This page aims to be a repository of useful links that people may find useful. |
andybons | 3322f76 | 2015-08-24 21:37:09 | [diff] [blame] | 5 | |
| 6 | ## Build Status |
| 7 | |
xiaoyin.l | 1003c0b | 2016-12-06 02:51:17 | [diff] [blame] | 8 | * [Main buildbot waterfall](https://build.chromium.org/p/chromium/console) |
qyearsley | c0dc6f4 | 2016-12-02 22:13:39 | [diff] [blame] | 9 | * [Last Known Good Revision](http://chromium-status.appspot.com/lkgr) : Try bots pull this revision from trunk |
sangwoo108 | 82d873a | 2016-06-18 06:57:53 | [diff] [blame] | 10 | * [List of the last 100 potential LKGRs](http://chromium-status.appspot.com/revisions) |
xiaoyin.l | 1003c0b | 2016-12-06 02:51:17 | [diff] [blame] | 11 | * [Status dashboard for LKGR](https://build.chromium.org/p/chromium/lkgr-status/) |
| 12 | * https://build.chromium.org/p/tryserver.chromium/[email protected] : Try bot runs, by developer |
lgarron | 90c8bc34 | 2017-02-07 03:27:18 | [diff] [blame] | 13 | * [Tree uptime stats](https://chromium-status.appspot.com/status_viewer) |
| 14 | * [Commit queue status](https://chromium-cq-status.appspot.com) |
xiaoyin.l | 1003c0b | 2016-12-06 02:51:17 | [diff] [blame] | 15 | * [Pending commit queue jobs](https://codereview.chromium.org/search?closed=3&commit=2&limit=50) |
andybons | 3322f76 | 2015-08-24 21:37:09 | [diff] [blame] | 16 | |
| 17 | ## For Sheriffs |
nodir | 06cbaa0 | 2015-08-25 17:15:24 | [diff] [blame] | 18 | |
Wei-Yin Chen (陳威尹) | d27fb38 | 2017-07-19 20:18:20 | [diff] [blame] | 19 | * https://sheriff-o-matic.appspot.com/ : Sheriff-o-Matic |
xiaoyin.l | 1003c0b | 2016-12-06 02:51:17 | [diff] [blame] | 20 | * https://build.chromium.org/p/chromium.chromiumos/waterfall?show_events=true&reload=120&failures_only=true : List of failing bots for a waterfall(chromium.chromiumos as an example) |
| 21 | * https://build.chromium.org/p/chromium.linux/waterfall?show_events=true&reload=120&builder=Linux%20Builder%20x64&builder=Linux%20Builder%20(dbg) : Monitor one or multiple bots(Linux Builder x64 and Linux Builder (dbg) on chromium.linux as an example) |
| 22 | * https://build.chromium.org/p/chromium.win/waterfall/help : Customize the waterfall view for a waterfall(using chromium.win as an example) |
lgarron | 90c8bc34 | 2017-02-07 03:27:18 | [diff] [blame] | 23 | * [Lists historical test results for the bots](https://test-results.appspot.com/dashboards/flakiness_dashboard.html) |
andybons | 3322f76 | 2015-08-24 21:37:09 | [diff] [blame] | 24 | |
| 25 | ## Release Information |
nodir | 06cbaa0 | 2015-08-25 17:15:24 | [diff] [blame] | 26 | |
sangwoo108 | 82d873a | 2016-06-18 06:57:53 | [diff] [blame] | 27 | * [Current release versions of Chrome on all channels](https://omahaproxy.appspot.com/viewer) |
| 28 | * [Looks up the revision of a build/release version](https://omahaproxy.appspot.com/) |
andybons | 3322f76 | 2015-08-24 21:37:09 | [diff] [blame] | 29 | |
| 30 | ## Source Information |
nodir | 06cbaa0 | 2015-08-25 17:15:24 | [diff] [blame] | 31 | |
xiaoyin.l | 1003c0b | 2016-12-06 02:51:17 | [diff] [blame] | 32 | * [Code Search](https://cs.chromium.org/) |
| 33 | * https://cs.chromium.org/SEARCH_TERM : Code Search for a specific SEARCH\_TERM |
sangwoo108 | 82d873a | 2016-06-18 06:57:53 | [diff] [blame] | 34 | * [Gitiles Source Code Browser](https://chromium.googlesource.com/chromium/src/) |
| 35 | * https://chromium.googlesource.com/chromium/src/+log/b6cfa6a..9a2e0a8?pretty=fuller : Git changes in revision range(also works for build numbers) |
xiaoyin.l | 1003c0b | 2016-12-06 02:51:17 | [diff] [blame] | 36 | * https://build.chromium.org/f/chromium/perf/dashboard/ui/changelog.html?url=/trunk/src&mode=html&range=SUCCESS_REV:FAILURE_REV : SVN changes in revision range |
| 37 | * https://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&mode=html&range=SUCCESS_REV:FAILURE_REV : Blink changes in revision range |
andybons | 3322f76 | 2015-08-24 21:37:09 | [diff] [blame] | 38 | |
| 39 | ## Communication |
nodir | 06cbaa0 | 2015-08-25 17:15:24 | [diff] [blame] | 40 | |
xiaoyin.l | 1003c0b | 2016-12-06 02:51:17 | [diff] [blame] | 41 | * [Chromium Developers List](https://groups.google.com/a/chromium.org/group/chromium-dev/topics) |
| 42 | * [Chromium Users List](https://groups.google.com/a/chromium.org/group/chromium-discuss/topics) |