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

Issue 174042: Implement native metafile for printing on Linux.... (Closed)

Created:
11 years, 4 months ago by myhuang
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Implement native metafile for printing on Linux. The metafile class stores the resulting PDF/PS stream in memory. BUG=9847

Patch Set 1 #

Total comments: 21

Patch Set 2 : '' #

Total comments: 5

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 2

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+538 lines, -4 lines) Patch
M printing/native_metafile.h View 1 2 2 chunks +9 lines, -3 lines 0 comments Download
A printing/pdf_ps_metafile_linux.h View 3 4 1 chunk +107 lines, -0 lines 0 comments Download
A printing/pdf_ps_metafile_linux.cc View 3 4 1 chunk +288 lines, -0 lines 0 comments Download
A printing/pdf_ps_metafile_linux_unittest.cc View 3 1 chunk +122 lines, -0 lines 0 comments Download
M printing/printing.gyp View 1 2 3 chunks +12 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
myhuang
11 years, 4 months ago (2009-08-19 02:28:36 UTC) #1
M-A Ruel
It'd be nice to have a unit test, even if incomplete. http://codereview.chromium.org/174042/diff/1/2 File printing/native_metafile.h (right): ...
11 years, 4 months ago (2009-08-19 13:53:47 UTC) #2
myhuang
I have created a simple unit test in this patch set. http://codereview.chromium.org/174042/diff/1/2 File printing/native_metafile.h (right): ...
11 years, 4 months ago (2009-08-24 18:25:12 UTC) #3
M-A Ruel
lgtm with comments (especially the #include in native_metafile.h) http://codereview.chromium.org/174042/diff/9/1007 File printing/native_metafile.h (right): http://codereview.chromium.org/174042/diff/9/1007#newcode35 Line 35: ...
11 years, 4 months ago (2009-08-24 18:30:47 UTC) #4
myhuang
http://codereview.chromium.org/174042/diff/9/1008 File printing/pdf_ps_linux.h (right): http://codereview.chromium.org/174042/diff/9/1008#newcode20 Line 20: class PdfPs { On 2009/08/24 18:30:47, Marc-Antoine Ruel ...
11 years, 4 months ago (2009-08-24 21:14:11 UTC) #5
M-A Ruel
still lgtm http://codereview.chromium.org/174042/diff/18/20 File printing/pdf_ps_metafile_linux.h (right): http://codereview.chromium.org/174042/diff/18/20#newcode88 Line 88: // The Cairo surface and context ...
11 years, 4 months ago (2009-08-24 21:16:57 UTC) #6
myhuang
http://codereview.chromium.org/174042/diff/18/20 File printing/pdf_ps_metafile_linux.h (right): http://codereview.chromium.org/174042/diff/18/20#newcode88 Line 88: // The Cairo surface and context for the ...
11 years, 4 months ago (2009-08-24 22:34:36 UTC) #7
tony
11 years, 3 months ago (2009-08-25 17:37:16 UTC) #8
Landed in r24243

Powered by Google App Engine
This is Rietveld 408576698