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: testing/resources/viewer_ref.in
Issue
2475923003
:
Implement FPDF_VIEWERREF_GetName() API. (Closed)
Patch Set: Better organize unit test
Created 4 years, 1 month 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:
core/fpdfdoc/cpdf_viewerpreferences.h
core/fpdfdoc/cpdf_viewerpreferences.cpp
fpdfsdk/fpdfview.cpp
fpdfsdk/fpdfview_c_api_test.c
fpdfsdk/fpdfview_embeddertest.cpp
public/fpdf_doc.h
public/fpdfview.h
testing/resources/viewer_ref.in
testing/resources/viewer_ref.pdf
View unified diff
|
Download patch
« fpdfsdk/fpdfview.cpp
('K') |
« public/fpdfview.h
('k') |
testing/resources/viewer_ref.pdf »
('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
{{header}}
2
{{object 1 0}} <<
3
/Type /Catalog
4
/Pages 2 0 R
5
/ViewerPreferences <<
6
/Foo /foo
7
/HideToolbar true
8
/Direction /R2L
9
/ViewArea /CropBox
10
/NumCopies 5
11
>>
12
>>
13
endobj
14
{{object 2 0}} <<
15
/Type /Pages
16
/Count 1
17
/Kids [
18
3 0 R
19
]
20
>>
21
endobj
22
% Page number 0.
23
{{object 3 0}} <<
24
/Type /Page
25
/Parent 2 0 R
26
/Resources <<
27
/Font <</F1 15 0 R>>
28
>>
29
/Contents [21 0 R]
30
/MediaBox [0 0 612 792]
31
>>
32
endobj
33
% Font resource.
34
{{object 15 0}} <<
35
/Type /Font
36
/Subtype /Type1
37
/BaseFont /Arial
38
>>
39
endobj
40
% Content for page 0.
41
{{object 21 0}} <<
42
/Length 0
43
>>
44
stream
45
BT
46
/F1 20 Tf
47
100 600 TD (Page1)Tj
48
ET
49
endstream
50
endobj
51
{{xref}}
52
trailer <<
53
/Size 6
54
/Root 1 0 R
55
>>
56
{{startxref}}
57
%%EOF
OLD
NEW
« fpdfsdk/fpdfview.cpp
('K') |
« public/fpdfview.h
('k') |
testing/resources/viewer_ref.pdf »
('j') |
no next file with comments »
Issue 2475923003: Implement FPDF_VIEWERREF_GetName() API. (Closed)
Created 4 years, 1 month ago by Lei Zhang
Modified 4 years, 1 month ago
Reviewers: dsinclair
Base URL:
Comments: 4
This is Rietveld
408576698