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
(522)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: tools/ddbg_service/pubspec.yaml
Issue
575853002
:
Add tools/ddbg_service. (Closed)
Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: gen js
Created 6 years, 3 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:
runtime/bin/vmservice/observatory/deployed/web/index.html_bootstrap.dart.js
runtime/bin/vmservice/observatory/deployed/web/index_devtools.html_bootstrap.dart.js
runtime/bin/vmservice/observatory/lib/service_common.dart
runtime/bin/vmservice/observatory/lib/service_io.dart
runtime/bin/vmservice/observatory/test/bad_web_socket_address_test.dart
tools/ddbg_service/HACKING.txt
tools/ddbg_service/bin/ddbg_service.dart
tools/ddbg_service/lib/commando.dart
tools/ddbg_service/lib/debugger.dart
tools/ddbg_service/lib/terminfo.dart
tools/ddbg_service/pubspec.yaml
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« tools/ddbg_service/lib/terminfo.dart
('k') |
no next file »
|
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
name: ddbg
2
description: A command-line Dart debugger
3
dependencies:
4
logging: any
5
observatory:
6
path: /Users/turnidge/ws/dart-repo/dart/runtime/bin/vmservice/observatory
7
#dev_dependencies:
8
# unittest: any
OLD
NEW
« no previous file with comments
|
« tools/ddbg_service/lib/terminfo.dart
('k') |
no next file »
|
no next file with comments »
Issue 575853002: Add tools/ddbg_service. (Closed)
Created 6 years, 3 months ago by turnidge
Modified 6 years, 3 months ago
Reviewers: Cutch
Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Comments: 4
This is Rietveld
408576698