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

Issue 1778173002: Split apart the remainder of fpdf_render_render.cpp into per-class files. (Closed)

Created:
4 years, 9 months ago by Tom Sepez
Modified:
4 years, 9 months ago
Reviewers:
dsinclair, brucedawson
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Split apart the remainder of fpdf_render_render.cpp into per-class files. R=dsinclair@chromium.org Committed: https://pdfium.googlesource.com/pdfium/+/f04089059b140ad50ed386b509ab200ce84b66e5

Patch Set 1 #

Patch Set 2 : Fix include guard #

Patch Set 3 : remove more stray includes. #

Total comments: 14

Patch Set 4 : Nits #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1227 lines, -4159 lines) Patch
M BUILD.gn View 1 6 chunks +11 lines, -6 lines 2 comments Download
A core/include/fpdfapi/cfdf_document.h View 1 chunk +36 lines, -0 lines 0 comments Download
M core/include/fpdfapi/cpdf_document.h View 1 chunk +10 lines, -0 lines 0 comments Download
M core/include/fpdfapi/fpdf_objects.h View 1 chunk +1 line, -0 lines 0 comments Download
M core/include/fpdfapi/fpdf_page.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M core/include/fpdfapi/fpdf_parser.h View 1 1 chunk +0 lines, -235 lines 0 comments Download
A core/include/fpdfapi/fpdf_parser_decode.h View 1 2 1 chunk +76 lines, -0 lines 0 comments Download
M core/include/fpdfapi/fpdf_resource.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M core/include/fpdfapi/fpdf_serial.h View 1 chunk +1 line, -0 lines 0 comments Download
A core/include/fpdfapi/ipdf_data_avail.h View 1 2 3 1 chunk +80 lines, -0 lines 0 comments Download
M core/include/fpdfdoc/fpdf_ap.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M core/include/fpdfdoc/fpdf_doc.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M core/include/fpdfdoc/fpdf_vt.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M core/include/fpdftext/fpdf_text.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M core/src/fpdfapi/fpdf_edit/fpdf_edit_content.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M core/src/fpdfapi/fpdf_edit/fpdf_edit_create.cpp View 1 3 chunks +3 lines, -3 lines 0 comments Download
M core/src/fpdfapi/fpdf_font/fpdf_font_charset.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_parser.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M core/src/fpdfapi/fpdf_page/pageint.h View 1 chunk +1 line, -0 lines 0 comments Download
A + core/src/fpdfapi/fpdf_parser/cfdf_document.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
A core/src/fpdfapi/fpdf_parser/cpdf_data_avail.h View 1 chunk +217 lines, -0 lines 0 comments Download
A + core/src/fpdfapi/fpdf_parser/cpdf_data_avail.cpp View 1 2 3 45 chunks +70 lines, -684 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/cpdf_document.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
A + core/src/fpdfapi/fpdf_parser/cpdf_hint_tables.h View 4 chunks +10 lines, -7 lines 0 comments Download
A core/src/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp View 1 chunk +467 lines, -0 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/cpdf_parser.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
A + core/src/fpdfapi/fpdf_parser/cpdf_parser_embeddertest.cpp View 3 chunks +6 lines, -6 lines 0 comments Download
A + core/src/fpdfapi/fpdf_parser/cpdf_parser_unittest.cpp View 1 4 chunks +6 lines, -165 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M core/src/fpdfapi/fpdf_parser/cpdf_standard_crypto_handler.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M core/src/fpdfapi/fpdf_parser/cpdf_standard_security_handler.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M core/src/fpdfapi/fpdf_parser/cpdf_syntax_parser.h View 1 chunk +1 line, -1 line 0 comments Download
M core/src/fpdfapi/fpdf_parser/cpdf_syntax_parser.cpp View 1 2 chunks +3 lines, -2 lines 0 comments Download
A core/src/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp View 1 2 3 1 chunk +171 lines, -0 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_decode.cpp View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
D core/src/fpdfapi/fpdf_parser/fpdf_parser_fdf.cpp View 1 chunk +0 lines, -97 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_objects.cpp View 1 2 chunks +8 lines, -1 line 0 comments Download
D core/src/fpdfapi/fpdf_parser/fpdf_parser_parser.cpp View 1 chunk +0 lines, -2450 lines 0 comments Download
D core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp View 1 chunk +0 lines, -40 lines 0 comments Download
D core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp View 1 chunk +0 lines, -361 lines 0 comments Download
M core/src/fpdfapi/fpdf_parser/fpdf_parser_utility.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
D core/src/fpdfapi/fpdf_parser/parser_int.h View 1 chunk +0 lines, -59 lines 0 comments Download
M core/src/fpdfdoc/doc_form.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M core/src/fpdfdoc/doc_tagged.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M fpdfsdk/include/fsdk_baseform.h View 1 1 chunk +6 lines, -7 lines 0 comments Download
M fpdfsdk/include/fsdk_define.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M fpdfsdk/include/fx_systemhandler.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M fpdfsdk/include/fxedit/fx_edit.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M fpdfsdk/include/fxedit/fxet_list.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Utils.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M fpdfsdk/src/fpdf_dataavail.cpp View 3 chunks +4 lines, -3 lines 0 comments Download
M fpdfsdk/src/fpdfsave.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M fpdfsdk/src/fsdk_baseform.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M fpdfsdk/src/fxedit/fxet_ap.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M pdfium.gyp View 1 6 chunks +11 lines, -6 lines 0 comments Download
M xfa/include/fxjse/fxjse.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M xfa/src/fxfa/app/xfa_fontmgr.h View 1 chunk +2 lines, -0 lines 0 comments Download
M xfa/src/fxjse/context.h View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Tom Sepez
Dan, for review.
4 years, 9 months ago (2016-03-10 02:28:27 UTC) #2
dsinclair
lgtm w/ nits https://codereview.chromium.org/1778173002/diff/40001/core/include/fpdfapi/ipdf_data_avail.h File core/include/fpdfapi/ipdf_data_avail.h (right): https://codereview.chromium.org/1778173002/diff/40001/core/include/fpdfapi/ipdf_data_avail.h#newcode22 core/include/fpdfapi/ipdf_data_avail.h:22: DataError = -1, // PDF_DATA_ERROR nit: ...
4 years, 9 months ago (2016-03-10 14:15:25 UTC) #3
Tom Sepez
https://codereview.chromium.org/1778173002/diff/40001/core/include/fpdfapi/ipdf_data_avail.h File core/include/fpdfapi/ipdf_data_avail.h (right): https://codereview.chromium.org/1778173002/diff/40001/core/include/fpdfapi/ipdf_data_avail.h#newcode22 core/include/fpdfapi/ipdf_data_avail.h:22: DataError = -1, // PDF_DATA_ERROR On 2016/03/10 14:15:25, dsinclair ...
4 years, 9 months ago (2016-03-10 17:19:26 UTC) #4
Tom Sepez
Committed patchset #4 (id:60001) manually as f04089059b140ad50ed386b509ab200ce84b66e5 (presubmit successful).
4 years, 9 months ago (2016-03-10 17:20:11 UTC) #6
brucedawson
https://codereview.chromium.org/1778173002/diff/60001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1778173002/diff/60001/BUILD.gn#newcode353 BUILD.gn:353: "core/src/fpdfapi/fpdf_parser/fpdf_data_avail.cpp", These two files (.cpp and .h) don't exist.
4 years, 9 months ago (2016-03-11 22:39:58 UTC) #8
Tom Sepez
https://codereview.chromium.org/1778173002/diff/60001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1778173002/diff/60001/BUILD.gn#newcode353 BUILD.gn:353: "core/src/fpdfapi/fpdf_parser/fpdf_data_avail.cpp", On 2016/03/11 22:39:58, brucedawson wrote: > These two ...
4 years, 9 months ago (2016-03-11 22:57:34 UTC) #9
brucedawson
4 years, 9 months ago (2016-03-11 22:59:10 UTC) #10
Message was sent while issue was closed.
Ah. I looked in the .gyp file and thought they were the same. One letter
difference...

Powered by Google App Engine
This is Rietveld 408576698