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

Issue 2970473002: Add generic text printing (Closed)

Created:
3 years, 5 months ago by rbpotter
Modified:
3 years, 5 months ago
Reviewers:
Lei Zhang
CC:
chromium-reviews, pdr+renderingwatchlist_chromium.org, zoltan1, blink-reviews-layout_chromium.org, szager+layoutwatch_chromium.org, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, blink-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Clean up #

Total comments: 4

Patch Set 3 : Address comments #

Patch Set 4 : Address comment #

Total comments: 2

Patch Set 5 : Address comment #

Total comments: 1

Patch Set 6 : Change enum names #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -18 lines) Patch
M chrome/browser/printing/pdf_to_emf_converter.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/printing/print_job.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/printing/print_job.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download
M chrome/browser/printing/print_view_manager_base.cc View 1 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/utility/printing_handler.cc View 1 2 3 4 5 1 chunk +9 lines, -5 lines 0 comments Download
M pdf/pdf.h View 1 2 3 4 5 2 chunks +9 lines, -1 line 0 comments Download
M pdf/pdf.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M pdf/pdf_engine.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M pdf/pdfium/pdfium_assert_matching_enums.cc View 1 2 3 4 5 2 chunks +10 lines, -0 lines 0 comments Download
M pdf/pdfium/pdfium_engine.h View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M pdf/pdfium/pdfium_engine.cc View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M printing/pdf_render_settings.h View 1 chunk +1 line, -0 lines 0 comments Download
M printing/print_settings.h View 2 chunks +4 lines, -0 lines 0 comments Download
M printing/print_settings_initializer_win.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (15 generated)
rbpotter
Think this (and the pdfium patch linked) are ready for an initial look - let ...
3 years, 5 months ago (2017-07-01 00:42:07 UTC) #3
Lei Zhang
Having a combined FPDF_SetPrintMode() may help reduce the amount of plumbing necessary here. https://codereview.chromium.org/2970473002/diff/20001/chrome/utility/printing_handler.cc File ...
3 years, 5 months ago (2017-07-05 23:27:08 UTC) #4
rbpotter
https://codereview.chromium.org/2970473002/diff/20001/chrome/utility/printing_handler.cc File chrome/utility/printing_handler.cc (right): https://codereview.chromium.org/2970473002/diff/20001/chrome/utility/printing_handler.cc#newcode125 chrome/utility/printing_handler.cc:125: pdf_rendering_settings_.mode == PdfRenderSettings::Mode::TEXTONLY; On 2017/07/05 23:27:08, Lei Zhang wrote: ...
3 years, 5 months ago (2017-07-06 01:31:17 UTC) #5
Lei Zhang
https://codereview.chromium.org/2970473002/diff/60001/chrome/utility/printing_handler.cc File chrome/utility/printing_handler.cc (right): https://codereview.chromium.org/2970473002/diff/60001/chrome/utility/printing_handler.cc#newcode97 chrome/utility/printing_handler.cc:97: printing_mode = 1; If you add another enum in ...
3 years, 5 months ago (2017-07-12 00:21:15 UTC) #6
rbpotter
https://codereview.chromium.org/2970473002/diff/60001/chrome/utility/printing_handler.cc File chrome/utility/printing_handler.cc (right): https://codereview.chromium.org/2970473002/diff/60001/chrome/utility/printing_handler.cc#newcode97 chrome/utility/printing_handler.cc:97: printing_mode = 1; On 2017/07/12 00:21:15, Lei Zhang (OOO) ...
3 years, 5 months ago (2017-07-13 18:46:15 UTC) #9
Lei Zhang
lgtm https://codereview.chromium.org/2970473002/diff/80001/pdf/pdf.h File pdf/pdf.h (right): https://codereview.chromium.org/2970473002/diff/80001/pdf/pdf.h#newcode41 pdf/pdf.h:41: EMF = 0, Switch to kFoo for new ...
3 years, 5 months ago (2017-07-13 20:53:16 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2970473002/100001
3 years, 5 months ago (2017-07-14 21:18:44 UTC) #19
commit-bot: I haz the power
3 years, 5 months ago (2017-07-14 21:24:04 UTC) #23
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/0437a171a47da67fc40a154dc26b...

Powered by Google App Engine
This is Rietveld 408576698