Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Side by Side Diff: docs/useful_urls.md

Issue 1319543002: A batch of docs style fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: addressed comments Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Introduction 1 # Useful URLs
2 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. 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.
4 5
5 ## Build Status 6 ## Build Status
6 7
7 | http://build.chromium.org/p/chromium/console | Main buildbot waterfall | 8 | http://build.chromium.org/p/chromium/console | Main buildbot waterfall |
8 |:---------------------------------------------|:------------------------| 9 |:---------------------------------------------|:------------------------|
9 | http://chromium-status.appspot.com/lkgr | Last Known Good Revision. Trybo ts pull this revision from trunk. | 10 | 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://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/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://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-status.appspot.com/status_viewer | Tree uptime stats |
14 | http://chromium-cq-status.appspot.com | Commit queue status | 15 | 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://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/ | 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 | http://chromium-build-logs.appspot.com/list | Filterable list of most recent build logs |
18 19
19 ## For Sheriffs 20 ## For Sheriffs
21
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) | 22 | 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 |:------------------------------------------------------------------------------ ---------------------------|:--------------------------------------------------- ----------------------| 23 |:------------------------------------------------------------------------------ ---------------------------|:--------------------------------------------------- ----------------------|
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) | 24 | 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) | 25 | 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 | 26 | 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 | 27 | http://test-results.appspot.com/dashboards/flakiness_dashboard.html | Lists historical test results for the bots |
26 28
27 ## Release Information 29 ## Release Information
30
28 | https://omahaproxy.appspot.com/viewer | Current release versions of Chrome on all channels | 31 | https://omahaproxy.appspot.com/viewer | Current release versions of Chrome on all channels |
29 |:--------------------------------------|:-------------------------------------- -------------| 32 |:--------------------------------------|:-------------------------------------- -------------|
30 | https://omahaproxy.appspot.com/ | Looks up the revision of a build/relea se version | 33 | https://omahaproxy.appspot.com/ | Looks up the revision of a build/relea se version |
31 34
32 ## Source Information 35 ## Source Information
36
33 | http://cs.chromium.org/ | Code Search | 37 | http://cs.chromium.org/ | Code Search |
34 |:------------------------|:------------| 38 |:------------------------|:------------|
35 | http://cs.chromium.org/SEARCH_TERM | Code Search for a specific SEARCH\_TERM | 39 | http://cs.chromium.org/SEARCH_TERM | Code Search for a specific SEARCH\_TERM |
36 | http://src.chromium.org/viewvc/chrome/ | ViewVC History Viewer | 40 | http://src.chromium.org/viewvc/chrome/ | ViewVC History Viewer |
37 | http://git.chromium.org/gitweb/?p=chromium.git;a=summary | Gitweb History View er | 41 | 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) | 42 | 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 | 43 | 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 | 44 | 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 45
42 ## Communication 46 ## Communication
47
43 | http://groups.google.com/a/chromium.org/group/chromium-dev/topics | Chromium D evelopers List | 48 | http://groups.google.com/a/chromium.org/group/chromium-dev/topics | Chromium D evelopers List |
44 |:------------------------------------------------------------------|:---------- ---------------| 49 |:------------------------------------------------------------------|:---------- ---------------|
45 | http://groups.google.com/a/chromium.org/group/chromium-discuss/topics | Chromi um Users List | 50 | 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) | 51 | 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 | 52 | http://code.google.com/p/chromium/wiki/UserHandleMapping | Chromium U ser Mapping |
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698