Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(148)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Unified Diff: milo/frontend/view_frontpage.go
Issue
2977863002
:
[milo] Refactor all html knowledge out of backends. (Closed)
Patch Set: now with case insensitivity
Created 3 years, 5 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:
milo/buildsource/buildbot/build.go
milo/buildsource/buildbot/build_test.go
milo/buildsource/buildbot/builder.go
milo/buildsource/buildbot/builder_test.go
milo/buildsource/buildbot/buildinfo.go
milo/buildsource/buildbot/datastore.go
milo/buildsource/buildbot/grpc.go
milo/buildsource/buildbot/html.go
milo/buildsource/buildbot/html_test.go
milo/buildsource/buildbot/master.go
milo/buildsource/buildbucket/builder.go
milo/buildsource/buildbucket/builder_test.go
milo/buildsource/buildbucket/html.go
milo/buildsource/buildbucket/pubsub.go
milo/buildsource/buildbucket/struct.go
milo/buildsource/builder.go
milo/buildsource/id.go
milo/buildsource/rawpresentation/build.go
milo/buildsource/rawpresentation/html.go
milo/buildsource/swarming/build.go
milo/buildsource/swarming/html.go
milo/buildsource/swarming/html_test.go
milo/common/error.go
milo/common/funcs.go
milo/common/funcs_test.go
milo/common/middleware.go
milo/common/utils.go
milo/frontend/buildbot_data.go
milo/frontend/config.go
milo/frontend/console/console.go
milo/frontend/console/html.go
milo/frontend/console/html_data.go
milo/frontend/frontpage.go
milo/frontend/main.go
milo/frontend/main_test.go
milo/frontend/middleware.go
milo/frontend/middleware_test.go
milo/frontend/routes.go
milo/frontend/routes_test.go
milo/frontend/view_build.go
milo/frontend/view_builder.go
milo/frontend/view_config.go
milo/frontend/view_console.go
milo/frontend/view_error.go
milo/frontend/view_frontpage.go
milo/frontend/view_logs.go
milo/logs/main.go
View side-by-side diff with in-line comments
Download patch
« no previous file with comments
|
« milo/frontend/view_error.go
('k') |
milo/frontend/view_logs.go »
('j') |
no next file with comments »
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: milo/frontend/view_frontpage.go
diff --git a/milo/frontend/frontpage.go b/milo/frontend/view_frontpage.go
similarity index 100%
rename from milo/frontend/frontpage.go
rename to milo/frontend/view_frontpage.go
« no previous file with comments
|
« milo/frontend/view_error.go
('k') |
milo/frontend/view_logs.go »
('j') |
no next file with comments »
Issue 2977863002: [milo] Refactor all html knowledge out of backends. (Closed)
Created 3 years, 5 months ago by iannucci
Modified 3 years, 5 months ago
Reviewers: hinoka, estaab, Ryan Tseng
Base URL:
Comments: 21
This is Rietveld
408576698