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

Issue 1840413002: Split core/include/fpdfdoc/fpdf_ap.h (Closed)

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

Description

Split core/include/fpdfdoc/fpdf_ap.h This CL splits the fpdf_ap.h file apart into individual pieces and moves the implementations to their own CPP files. Committed: https://pdfium.googlesource.com/pdfium/+/777b333109db7fceb5f2ca1fc521ced7f863fa18

Patch Set 1 #

Total comments: 22

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+579 lines, -1330 lines) Patch
M BUILD.gn View 2 chunks +11 lines, -1 line 0 comments Download
A core/fpdfdoc/cpvt_color.h View 1 chunk +38 lines, -0 lines 0 comments Download
A core/fpdfdoc/cpvt_color.cpp View 1 chunk +51 lines, -0 lines 0 comments Download
A core/fpdfdoc/cpvt_dash.h View 1 chunk +21 lines, -0 lines 0 comments Download
A core/fpdfdoc/cpvt_fontmap.h View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A core/fpdfdoc/cpvt_fontmap.cpp View 1 1 chunk +75 lines, -0 lines 0 comments Download
A core/fpdfdoc/cpvt_generateap.h View 1 chunk +66 lines, -0 lines 0 comments Download
A + core/fpdfdoc/cpvt_generateap.cpp View 21 chunks +163 lines, -332 lines 0 comments Download
A core/fpdfdoc/cpvt_provider.h View 1 chunk +35 lines, -0 lines 0 comments Download
M core/fpdfdoc/doc_annot.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M core/fpdfdoc/doc_ap.cpp View 2 chunks +1 line, -869 lines 0 comments Download
M core/fpdfdoc/doc_formfield.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M core/fpdfdoc/doc_vt.cpp View 1 chunk +1 line, -0 lines 0 comments Download
A core/fpdfdoc/include/ipdf_variabletext_provider.h View 1 1 chunk +28 lines, -0 lines 0 comments Download
A + core/fpdfdoc/ipdf_variabletext_provider.cpp View 1 chunk +3 lines, -6 lines 0 comments Download
A core/fpdfdoc/ipvt_fontmap.h View 1 1 chunk +24 lines, -0 lines 0 comments Download
D core/include/fpdfdoc/fpdf_ap.h View 1 chunk +0 lines, -100 lines 0 comments Download
M core/include/fpdfdoc/fpdf_doc.h View 1 chunk +0 lines, -2 lines 0 comments Download
M core/include/fpdfdoc/fpdf_vt.h View 1 chunk +0 lines, -19 lines 0 comments Download
A fpdfsdk/include/fxedit/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
M fpdfsdk/include/fxedit/fxet_edit.h View 1 chunk +1 line, -0 lines 0 comments Download
M pdfium.gyp View 2 chunks +11 lines, -1 line 0 comments Download

Messages

Total messages: 11 (3 generated)
dsinclair
PTAL.
4 years, 8 months ago (2016-03-30 15:24:13 UTC) #2
Tom Sepez
https://codereview.chromium.org/1840413002/diff/1/core/fpdfdoc/cpvt_fontmap.cpp File core/fpdfdoc/cpvt_fontmap.cpp (right): https://codereview.chromium.org/1840413002/diff/1/core/fpdfdoc/cpvt_fontmap.cpp#newcode31 core/fpdfdoc/cpvt_fontmap.cpp:31: if (pDoc && pResDict) { nit: prefer early return ...
4 years, 8 months ago (2016-03-30 17:19:53 UTC) #3
dsinclair
PTAL. https://codereview.chromium.org/1840413002/diff/1/core/fpdfdoc/cpvt_fontmap.cpp File core/fpdfdoc/cpvt_fontmap.cpp (right): https://codereview.chromium.org/1840413002/diff/1/core/fpdfdoc/cpvt_fontmap.cpp#newcode31 core/fpdfdoc/cpvt_fontmap.cpp:31: if (pDoc && pResDict) { On 2016/03/30 17:19:52, ...
4 years, 8 months ago (2016-03-30 18:41:20 UTC) #4
Tom Sepez
https://codereview.chromium.org/1840413002/diff/2/core/fpdfdoc/cpvt_fontmap.h File core/fpdfdoc/cpvt_fontmap.h (right): https://codereview.chromium.org/1840413002/diff/2/core/fpdfdoc/cpvt_fontmap.h#newcode38 core/fpdfdoc/cpvt_fontmap.h:38: const CPDF_Dictionary* m_pResDict; Actually, I mean CPDF_Dictionary* const m_pResDict ...
4 years, 8 months ago (2016-03-30 20:11:52 UTC) #5
dsinclair
https://codereview.chromium.org/1840413002/diff/2/core/fpdfdoc/cpvt_fontmap.h File core/fpdfdoc/cpvt_fontmap.h (right): https://codereview.chromium.org/1840413002/diff/2/core/fpdfdoc/cpvt_fontmap.h#newcode38 core/fpdfdoc/cpvt_fontmap.h:38: const CPDF_Dictionary* m_pResDict; On 2016/03/30 20:11:52, Tom Sepez wrote: ...
4 years, 8 months ago (2016-03-31 13:43:13 UTC) #6
Tom Sepez
lgtm
4 years, 8 months ago (2016-03-31 22:02:04 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1840413002/30001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1840413002/30001
4 years, 8 months ago (2016-04-01 03:02:46 UTC) #9
commit-bot: I haz the power
4 years, 8 months ago (2016-04-01 03:03:13 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (id:30001) as
https://pdfium.googlesource.com/pdfium/+/777b333109db7fceb5f2ca1fc521ced7f863...

Powered by Google App Engine
This is Rietveld 408576698