Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(528)

Issue 2847025: Implement limited paged media support for linux. (Closed)

Created:
10 years, 6 months ago by hamaji
Modified:
9 years, 5 months ago
Reviewers:
hayato, Yuzo
CC:
chromium-reviews, jam+cc_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Implement limited paged media support for linux. BUG=47277 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51104

Patch Set 1 #

Total comments: 8

Patch Set 2 : updated for the new API #

Total comments: 2

Patch Set 3 : moved a TODO comment #

Total comments: 2

Patch Set 4 : disallow non-positive content area #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -34 lines) Patch
M chrome/renderer/print_web_view_helper_linux.cc View 1 2 3 2 chunks +101 lines, -13 lines 0 comments Download
M printing/pdf_ps_metafile_cairo.h View 1 2 2 chunks +10 lines, -5 lines 0 comments Download
M printing/pdf_ps_metafile_cairo.cc View 1 4 chunks +18 lines, -12 lines 0 comments Download
M printing/pdf_ps_metafile_cairo_unittest.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
hamaji
Note that we cannot land this patch yet because we have wrong default value in ...
10 years, 6 months ago (2010-06-23 12:22:37 UTC) #1
Yuzo
http://codereview.chromium.org/2847025/diff/1/2 File chrome/renderer/print_web_view_helper_linux.cc (right): http://codereview.chromium.org/2847025/diff/1/2#newcode20 chrome/renderer/print_web_view_helper_linux.cc:20: static const int kDPI = 72; This constant is ...
10 years, 6 months ago (2010-06-24 03:25:12 UTC) #2
hamaji
I've updated the patch to use the new API. I need the following patch to ...
10 years, 5 months ago (2010-06-28 07:35:16 UTC) #3
Yuzo
LGTM http://codereview.chromium.org/2847025/diff/6001/7001 File chrome/renderer/print_web_view_helper_linux.cc (right): http://codereview.chromium.org/2847025/diff/6001/7001#newcode30 chrome/renderer/print_web_view_helper_linux.cc:30: // The paper size is US Letter (8.5 ...
10 years, 5 months ago (2010-06-28 09:38:00 UTC) #4
hamaji
Thanks for your review! http://codereview.chromium.org/2847025/diff/6001/7001 File chrome/renderer/print_web_view_helper_linux.cc (right): http://codereview.chromium.org/2847025/diff/6001/7001#newcode30 chrome/renderer/print_web_view_helper_linux.cc:30: // The paper size is ...
10 years, 5 months ago (2010-06-28 10:06:42 UTC) #5
Yuzo
http://codereview.chromium.org/2847025/diff/16001/17001 File chrome/renderer/print_web_view_helper_linux.cc (right): http://codereview.chromium.org/2847025/diff/16001/17001#newcode174 chrome/renderer/print_web_view_helper_linux.cc:174: content_height_in_points, Sorry, forgot to mention one thing. What would ...
10 years, 5 months ago (2010-06-28 12:15:24 UTC) #6
hamaji
http://codereview.chromium.org/2847025/diff/16001/17001 File chrome/renderer/print_web_view_helper_linux.cc (right): http://codereview.chromium.org/2847025/diff/16001/17001#newcode174 chrome/renderer/print_web_view_helper_linux.cc:174: content_height_in_points, On 2010/06/28 12:15:24, Yuzo wrote: > Sorry, forgot ...
10 years, 5 months ago (2010-06-29 07:00:33 UTC) #7
hamaji
On 2010/06/29 07:00:33, hamaji wrote: > http://codereview.chromium.org/2847025/diff/16001/17001 > File chrome/renderer/print_web_view_helper_linux.cc (right): > > http://codereview.chromium.org/2847025/diff/16001/17001#newcode174 > ...
10 years, 5 months ago (2010-06-29 07:02:16 UTC) #8
Yuzo
10 years, 5 months ago (2010-06-29 07:09:16 UTC) #9
LGTM

Thank you for writing this patch!

Powered by Google App Engine
This is Rietveld 408576698