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
(2)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: test/transformer/hello_app/pubspec.yaml
Issue
1672563002
:
e2e test for transformer (webdriver + pub serve) (Closed)
Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: fix selenium config on travis
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:
.travis.yml
package.json
pubspec.yaml
test/child_server_process.dart
test/transformer/hello_app/pubspec.yaml
test/transformer_e2e_test.dart
test/transformer_test.dart
tool/codegen.sh
tool/get_chrome_canary.sh
tool/transformer_test.sh
View unified diff
|
Download patch
« no previous file with comments
|
« test/child_server_process.dart
('k') |
test/transformer_e2e_test.dart »
('j') |
test/transformer_e2e_test.dart »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 name: hello_app
1 name: hello_app
2 version: 0.0.1
2 version: 0.0.1
3 dependencies:
3 dependencies:
4 browser: any
4 browser: any
5 hello_dep:
5 hello_dep:
6 path: ../hello_dep
6 path: ../hello_dep
7 dev_dependencies:
7 dev_dependencies:
8 dev_compiler:
8 dev_compiler:
9 path: ../../..
9 path: ../../..
10 transformers:
10 transformers:
11 - dev_compiler:
11 - dev_compiler:
12 args:
12 args:
13
- --closure
14 - --destructure-named-params
13 - --destructure-named-params
15 - $dart2js:
14 - $dart2js:
16 $exclude: '**'
15 $exclude: '**'
OLD
NEW
« no previous file with comments
|
« test/child_server_process.dart
('k') |
test/transformer_e2e_test.dart »
('j') |
test/transformer_e2e_test.dart »
('J')
Issue 1672563002: e2e test for transformer (webdriver + pub serve) (Closed)
Created 4 years, 10 months ago by ochafik
Modified 4 years, 10 months ago
Reviewers: vsm, Bob Nystrom
Base URL: git@github.com:dart-lang/dev_compiler.git@master
Comments: 2
This is Rietveld
408576698