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
(164)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: pkg/mock/pubspec.yaml
Issue
1115483002
:
remove pkg/mock (Closed)
Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set:
Created 5 years, 7 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:
pkg/mock/CHANGELOG.md
pkg/mock/LICENSE
pkg/mock/lib/mock.dart
pkg/mock/lib/src/action.dart
pkg/mock/lib/src/behavior.dart
pkg/mock/lib/src/call_matcher.dart
pkg/mock/lib/src/log_entry.dart
pkg/mock/lib/src/log_entry_list.dart
pkg/mock/lib/src/mock.dart
pkg/mock/lib/src/responder.dart
pkg/mock/lib/src/result_matcher.dart
pkg/mock/lib/src/result_set_matcher.dart
pkg/mock/lib/src/times_matcher.dart
pkg/mock/lib/src/util.dart
pkg/mock/pubspec.yaml
pkg/mock/test/mock_regexp_negative_test.dart
pkg/mock/test/mock_stepwise_negative_test.dart
pkg/mock/test/mock_test.dart
pkg/pkg.status
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« pkg/mock/lib/src/util.dart
('k') |
pkg/mock/test/mock_regexp_negative_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
name: mock
2
version: 0.11.0+2
3
author: Dart Team <misc@dartlang.org>
4
description: A library for mocking classes
5
homepage: https://pub.dartlang.org/packages/mock
6
environment:
7
sdk: '>=1.0.0 <2.0.0'
8
dependencies:
9
matcher: '>=0.10.0 <0.12.0'
10
dev_dependencies:
11
unittest: '>=0.10.0 <0.12.0'
OLD
NEW
« no previous file with comments
|
« pkg/mock/lib/src/util.dart
('k') |
pkg/mock/test/mock_regexp_negative_test.dart »
('j') |
no next file with comments »
Issue 1115483002: remove pkg/mock (Closed)
Created 5 years, 7 months ago by kevmoo
Modified 5 years, 7 months ago
Reviewers: nweiz, ricow1
Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Comments: 0
This is Rietveld
408576698