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
(436)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: server/static/rpcexplorer/README.md
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
|
« appengine/static/include.yaml
('k') |
server/static/rpcexplorer/index.html »
('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
(Empty)
1
# RPC Explorer
2
3
RPC Explorer is a static HTML page that can discover RPC services available
4
on the current host and make calls.
5
6
It expects ../upload/ to be available under /static/common/.
7
8
## Protobuf messages
9
10
Protobuf messages and services mentioned in comments can be found in:
11
12
* [descriptor.proto](https://github.com/luci/luci-go/blob/ea240d0/common/proto/g oogle/descriptor/descriptor.proto)
13
* [discovery/service.proto](https://github.com/luci/luci-go/blob/ea240d0/server/ discovery/service.proto)
OLD
NEW
« no previous file with comments
|
« appengine/static/include.yaml
('k') |
server/static/rpcexplorer/index.html »
('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