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
(379)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: components/printing/browser/DEPS
Issue
2920013002
:
Use pdf compositor service for printing when OOPIF is enabled
Patch Set: rebase
Created 3 years, 2 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:
chrome/browser/chrome_content_browser_manifest_overlay.json
chrome/browser/printing/print_preview_message_handler.h
chrome/browser/printing/print_preview_message_handler.cc
chrome/browser/printing/print_view_manager_base.h
chrome/browser/printing/print_view_manager_base.cc
chrome/browser/printing/printing_init.cc
chrome/browser/ui/BUILD.gn
chrome/utility/chrome_content_utility_client.cc
components/printing/browser/BUILD.gn
components/printing/browser/DEPS
components/printing/browser/print_composite_client.h
components/printing/browser/print_composite_client.cc
components/printing/browser/print_manager_utils.h
components/printing/browser/print_manager_utils.cc
headless/lib/browser/headless_web_contents_impl.cc
View unified diff
|
Download patch
« no previous file with comments
|
« components/printing/browser/BUILD.gn
('k') |
components/printing/browser/print_composite_client.h »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 include_rules = [
1 include_rules = [
2
"+components/printing/service/public/cpp",
2 "+content/public/browser",
3 "+content/public/browser",
4
"+mojo/public/cpp/system",
5
"+services/service_manager/public/cpp",
3 ]
6 ]
OLD
NEW
« no previous file with comments
|
« components/printing/browser/BUILD.gn
('k') |
components/printing/browser/print_composite_client.h »
('j') |
no next file with comments »
Issue 2920013002: Use pdf compositor service for printing when OOPIF is enabled
Created 3 years, 6 months ago by Wei Li
Modified 3 years, 2 months ago
Reviewers: jzfeng, dcheng, Lei Zhang
Base URL:
Comments: 67
This is Rietveld
408576698