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
(761)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: src/inspector/DEPS
Issue
2423713003
:
[inspector] introduce debug-interface.h (Closed)
Patch Set: move impl to api.cc
Created 4 years, 2 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:
BUILD.gn
src/api.cc
src/debug/debug.h
src/debug/debug.cc
src/debug/debug-interface.h
src/inspector/DEPS
src/inspector/java-script-call-frame.cc
src/inspector/v8-debugger.h
src/inspector/v8-debugger.cc
src/inspector/v8-debugger-agent-impl.cc
src/v8.gyp
View unified diff
|
Download patch
« no previous file with comments
|
« src/debug/debug-interface.h
('k') |
src/inspector/java-script-call-frame.cc »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 include_rules = [
1 include_rules = [
2 "-src",
2 "-src",
3 "+src/base/atomicops.h",
3 "+src/base/atomicops.h",
4 "+src/base/macros.h",
4 "+src/base/macros.h",
5 "+src/base/logging.h",
5 "+src/base/logging.h",
6 "+src/base/platform/platform.h",
6 "+src/base/platform/platform.h",
7 "+src/inspector",
7 "+src/inspector",
8 "+src/tracing",
8 "+src/tracing",
9
"-include/v8-debug.h",
10
"+src/debug/debug-interface.h",
9 ]
11 ]
OLD
NEW
« no previous file with comments
|
« src/debug/debug-interface.h
('k') |
src/inspector/java-script-call-frame.cc »
('j') |
no next file with comments »
Issue 2423713003: [inspector] introduce debug-interface.h (Closed)
Created 4 years, 2 months ago by kozy
Modified 4 years, 2 months ago
Reviewers: dgozman, Yang
Base URL:
Comments: 2
This is Rietveld
408576698