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

Issue 1415803002: XFA: add CPDFDocumentToFPDFDocument() (Closed)

Created:
5 years, 2 months ago by Tom Sepez
Modified:
5 years, 2 months ago
Reviewers:
Lei Zhang
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium.git@xfa
Target Ref:
refs/heads/xfa
Visibility:
Public.

Description

XFA: add CPDFDocumentToFPDFDocument() Abstracts away that master returns CPDF_Documents directly, but XFA wraps them with a CPDFXFA_Document. Tidy dead code along the way. R=thestig@chromium.org Committed: https://pdfium.googlesource.com/pdfium/+/bf59a070593d079256161f6ff47148df309668c7

Patch Set 1 #

Patch Set 2 : Update #

Patch Set 3 : Tidy #

Total comments: 6

Patch Set 4 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -174 lines) Patch
M fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M fpdfsdk/include/fsdk_baseform.h View 1 4 chunks +9 lines, -10 lines 0 comments Download
M fpdfsdk/include/fsdk_define.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M fpdfsdk/include/fsdk_mgr.h View 1 chunk +4 lines, -1 line 0 comments Download
M fpdfsdk/src/fpdf_dataavail.cpp View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M fpdfsdk/src/fpdfeditimg.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M fpdfsdk/src/fpdfeditpage.cpp View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M fpdfsdk/src/fpdfview.cpp View 1 2 3 5 chunks +11 lines, -19 lines 0 comments Download
M fpdfsdk/src/fpdfxfa/fpdfxfa_doc.cpp View 1 2 3 8 chunks +14 lines, -89 lines 0 comments Download
M fpdfsdk/src/fsdk_baseform.cpp View 1 2 3 9 chunks +14 lines, -40 lines 0 comments Download
M fpdfsdk/src/javascript/app.cpp View 1 1 chunk +4 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Tom Sepez
Lei, for review. There will be a corresponding master side patch that simply casts the ...
5 years, 2 months ago (2015-10-20 23:02:52 UTC) #3
Lei Zhang
Looking.... typo: direclty
5 years, 2 months ago (2015-10-20 23:56:48 UTC) #4
Lei Zhang
https://codereview.chromium.org/1415803002/diff/40001/fpdfsdk/include/fsdk_baseform.h File fpdfsdk/include/fsdk_baseform.h (right): https://codereview.chromium.org/1415803002/diff/40001/fpdfsdk/include/fsdk_baseform.h#newcode206 fpdfsdk/include/fsdk_baseform.h:206: mutable IXFA_Widget* m_hMixXFAWidget; What's the mutable for? https://codereview.chromium.org/1415803002/diff/40001/fpdfsdk/include/fsdk_define.h File ...
5 years, 2 months ago (2015-10-21 00:12:58 UTC) #5
Tom Sepez
On 2015/10/20 23:56:48, Lei Zhang wrote: > Looking.... > > typo: direclty Done.
5 years, 2 months ago (2015-10-21 20:09:43 UTC) #7
Tom Sepez
https://codereview.chromium.org/1415803002/diff/40001/fpdfsdk/include/fsdk_baseform.h File fpdfsdk/include/fsdk_baseform.h (right): https://codereview.chromium.org/1415803002/diff/40001/fpdfsdk/include/fsdk_baseform.h#newcode206 fpdfsdk/include/fsdk_baseform.h:206: mutable IXFA_Widget* m_hMixXFAWidget; On 2015/10/21 00:12:57, Lei Zhang wrote: ...
5 years, 2 months ago (2015-10-21 20:40:55 UTC) #8
Lei Zhang
lgtm
5 years, 2 months ago (2015-10-21 20:46:16 UTC) #9
Tom Sepez
5 years, 2 months ago (2015-10-21 21:07:29 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
bf59a070593d079256161f6ff47148df309668c7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698