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
(78)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: test/deps/c.html
Issue
1026153002
:
add initWebComponents (Closed)
Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: code review updates
Created 5 years, 9 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:
CHANGELOG.md
lib/build/mirrors_remover.dart
lib/init.dart
lib/src/init.dart
lib/src/mirror_initializer.dart
lib/src/static_initializer.dart
lib/web_components.dart
pubspec.yaml
test/build/mirrors_remover_test.dart
test/custom_element_proxy_test.dart
test/custom_element_test.dart
test/deps/a.dart
test/deps/a.html
test/deps/b.dart
test/deps/b.html
test/deps/c.html
test/html_import_annotation_test.dart
test/init_web_components_test.dart
test/init_web_components_test.html
View unified diff
|
Download patch
« no previous file with comments
|
« test/deps/b.html
('k') |
test/html_import_annotation_test.dart »
('j') |
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
<script type="application/dart">
2
@initializeTracker
3
library web_components.test.deps.c;
4
5
import 'package:initialize/src/initialize_tracker.dart';
6
</script>
OLD
NEW
« no previous file with comments
|
« test/deps/b.html
('k') |
test/html_import_annotation_test.dart »
('j') |
no next file with comments »
Issue 1026153002: add initWebComponents (Closed)
Created 5 years, 9 months ago by jakemac
Modified 5 years, 9 months ago
Reviewers: Siggi Cherem (dart-lang)
Base URL: git@github.com:dart-lang/web-components.git@master
Comments: 4
This is Rietveld
408576698