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

Issue 2019603002: Remove unused PS generation code. (Closed)

Created:
4 years, 7 months ago by Lei Zhang
Modified:
4 years, 6 months ago
Reviewers:
Tom Sepez
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium@print_clean
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Remove unused PS generation code. CFX_PSRenderer, IFX_PSOutput, CPSOutput, CPSPrinterDriver. Also reland commit 2d63eaa. Committed: https://pdfium.googlesource.com/pdfium/+/b0fcfad1412c2ddaf33c74fa4b854c3c1390a509

Patch Set 1 #

Patch Set 2 : Remove more dead code - reland 2d63eaa #

Total comments: 4

Patch Set 3 : rebase #

Patch Set 4 : nits #

Patch Set 5 : rebase again #

Patch Set 6 : IsPSPrintDriver() always returns false, remove useless overrides #

Patch Set 7 : rebase #

Patch Set 8 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+271 lines, -1940 lines) Patch
M BUILD.gn View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M core/fpdfapi/fpdf_edit/fpdf_edit_create.cpp View 1 2 3 4 5 6 7 11 chunks +32 lines, -31 lines 0 comments Download
M core/fpdfapi/fpdf_page/cpdf_image.cpp View 1 2 chunks +7 lines, -7 lines 0 comments Download
M core/fpdfapi/fpdf_parser/fpdf_parser_decode.cpp View 1 2 3 4 5 6 7 1 chunk +18 lines, -23 lines 0 comments Download
M core/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp View 1 2 3 4 5 6 7 1 chunk +6 lines, -6 lines 0 comments Download
M core/fpdfapi/fpdf_parser/include/fpdf_parser_decode.h View 1 2 3 1 chunk +12 lines, -11 lines 0 comments Download
M core/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp View 1 2 3 4 5 6 7 2 chunks +8 lines, -10 lines 0 comments Download
M core/fxcodec/codec/ccodec_basicmodule.h View 1 1 chunk +0 lines, -8 lines 0 comments Download
M core/fxcodec/codec/ccodec_flatemodule.h View 1 1 chunk +7 lines, -11 lines 0 comments Download
M core/fxcodec/codec/ccodec_jpegmodule.h View 1 1 chunk +8 lines, -15 lines 0 comments Download
M core/fxcodec/codec/fx_codec.cpp View 1 2 3 4 5 6 7 1 chunk +0 lines, -14 lines 0 comments Download
M core/fxcodec/codec/fx_codec_fax.cpp View 1 2 3 4 5 6 7 5 chunks +30 lines, -224 lines 0 comments Download
M core/fxcodec/codec/fx_codec_flate.cpp View 1 8 chunks +56 lines, -192 lines 0 comments Download
M core/fxcodec/codec/fx_codec_jpeg.cpp View 1 2 3 11 chunks +74 lines, -251 lines 0 comments Download
M core/fxge/apple/apple_int.h View 1 2 3 4 5 5 chunks +0 lines, -16 lines 0 comments Download
D core/fxge/ge/fx_ge_ps.cpp View 1 chunk +0 lines, -706 lines 0 comments Download
M core/fxge/ge/fx_ge_text.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M core/fxge/include/fx_ge.h View 1 2 3 4 5 6 7 2 chunks +0 lines, -96 lines 0 comments Download
M core/fxge/include/fx_ge_win32.h View 2 chunks +6 lines, -11 lines 0 comments Download
M core/fxge/win32/fx_win32_device.cpp View 1 2 3 4 5 6 1 chunk +6 lines, -18 lines 0 comments Download
M core/fxge/win32/fx_win32_print.cpp View 1 chunk +0 lines, -195 lines 0 comments Download
M core/fxge/win32/win32_int.h View 1 chunk +0 lines, -92 lines 0 comments Download
M pdfium.gyp View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 17 (5 generated)
Lei Zhang
4 years, 6 months ago (2016-05-27 18:17:38 UTC) #3
Tom Sepez
https://codereview.chromium.org/2019603002/diff/20001/core/fpdfapi/fpdf_parser/include/fpdf_parser_decode.h File core/fpdfapi/fpdf_parser/include/fpdf_parser_decode.h (right): https://codereview.chromium.org/2019603002/diff/20001/core/fpdfapi/fpdf_parser/include/fpdf_parser_decode.h#newcode33 core/fpdfapi/fpdf_parser/include/fpdf_parser_decode.h:33: // only one callers, so the interface has been ...
4 years, 6 months ago (2016-05-27 18:27:57 UTC) #4
Lei Zhang
https://codereview.chromium.org/2019603002/diff/20001/core/fpdfapi/fpdf_parser/include/fpdf_parser_decode.h File core/fpdfapi/fpdf_parser/include/fpdf_parser_decode.h (right): https://codereview.chromium.org/2019603002/diff/20001/core/fpdfapi/fpdf_parser/include/fpdf_parser_decode.h#newcode33 core/fpdfapi/fpdf_parser/include/fpdf_parser_decode.h:33: // only one callers, so the interface has been ...
4 years, 6 months ago (2016-05-27 22:18:51 UTC) #5
Lei Zhang
And I don't understand what's wrong with the bots. :\
4 years, 6 months ago (2016-05-27 22:57:23 UTC) #6
Lei Zhang
On 2016/05/27 22:57:23, Lei Zhang wrote: > And I don't understand what's wrong with the ...
4 years, 6 months ago (2016-05-27 23:24:30 UTC) #7
Lei Zhang
And I unwedged the trybots.
4 years, 6 months ago (2016-05-28 06:32:48 UTC) #8
Tom Sepez
lgtm
4 years, 6 months ago (2016-05-31 19:10:58 UTC) #9
Lei Zhang
+caryclark FYI. I'll land this in a few hours. Let me know if there's any ...
4 years, 6 months ago (2016-05-31 19:14:36 UTC) #10
caryclark
How did you determine that FX_BOOL ContinueDIBits(void* handle, IFX_Pause* pPause) override { return FALSE; } ...
4 years, 6 months ago (2016-05-31 19:50:45 UTC) #11
Lei Zhang
On 2016/05/31 19:50:45, caryclark wrote: > How did you determine that > > FX_BOOL ContinueDIBits(void* ...
4 years, 6 months ago (2016-05-31 20:08:34 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2019603002/140001
4 years, 6 months ago (2016-06-07 00:43:35 UTC) #15
commit-bot: I haz the power
4 years, 6 months ago (2016-06-07 00:54:34 UTC) #17
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://pdfium.googlesource.com/pdfium/+/b0fcfad1412c2ddaf33c74fa4b854c3c1390...

Powered by Google App Engine
This is Rietveld 408576698