Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
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
(190)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: appengine/static/include.yaml
Issue
1695893004
:
RPC Explorer (Closed)
Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@rpcepxlorer-deps
Patch Set:
Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
appengine/static/include.yaml
server/static/rpcexplorer/README.md
server/static/rpcexplorer/index.html
server/static/rpcexplorer/rpc-call.html
server/static/rpcexplorer/rpc-codes.html
server/static/rpcexplorer/rpc-completer.html
server/static/rpcexplorer/rpc-descriptor-util.html
server/static/rpcexplorer/rpc-editor.html
server/static/rpcexplorer/rpc-error.html
server/static/rpcexplorer/rpc-explorer.html
server/static/rpcexplorer/rpc-method.html
server/static/rpcexplorer/rpc-service.html
server/static/rpcexplorer/rpc-service-list.html
server/static/rpcexplorer/third_party/ace/README.md
server/static/rpcexplorer/third_party/ace/ace.js
server/static/rpcexplorer/third_party/ace/ext-language_tools.js
server/static/rpcexplorer/third_party/ace/mode-json.js
server/static/upload/rpcexplorer
View unified diff
|
Download patch
« no previous file with comments
|
« no previous file
|
server/static/rpcexplorer/README.md »
('j') |
server/static/rpcexplorer/index.html »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 handlers:
1 handlers:
2
2
3
# RPC Explorer.
4
- url: /rpcexplorer/
5
static_files: includes/static/upload/rpcexplorer/index.html
6
upload: includes/static/upload/rpcexplorer/.+
7
secure: always
8
- url: /rpcexplorer/(.+)
9
static_files: includes/static/upload/rpcexplorer/\1
10
upload: includes/static/upload/rpcexplorer/.+
11
secure: always
12
13
# Common files.
3 - url: /static/common/
14 - url: /static/common/
4 static_dir: includes/static/upload
15 static_dir: includes/static/upload
5 secure: always
16 secure: always
OLD
NEW
« no previous file with comments
|
« no previous file
|
server/static/rpcexplorer/README.md »
('j') |
server/static/rpcexplorer/index.html »
('J')
Issue 1695893004: RPC Explorer (Closed)
Created 4 years, 10 months ago by nodir
Modified 4 years, 9 months ago
Reviewers: estaab, Bons, dnj
Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@rpcepxlorer-deps
Comments: 116
This is Rietveld
408576698