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

Issue 1857893002: Cleanup the FF Handler proxy methods. (Closed)

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

Description

Cleanup the FF Handler proxy methods. This CL removes the proxy methods from CXFA_FFWidgetHandler and CXFA_DocHandler and removes CXFA_FFMenuHandler as it was only proxy methods. The calls are made directly on the object now. Committed: https://pdfium.googlesource.com/pdfium/+/221caf6f6f9810cbc0e0c4c50af9b036a052ae13

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+350 lines, -823 lines) Patch
M BUILD.gn View 2 chunks +1 line, -1 line 0 comments Download
M fpdfsdk/fpdfformfill.cpp View 13 chunks +18 lines, -58 lines 0 comments Download
M fpdfsdk/fpdfsave.cpp View 3 chunks +4 lines, -8 lines 0 comments Download
M fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp View 1 13 chunks +48 lines, -60 lines 0 comments Download
M fpdfsdk/fsdk_annothandler.cpp View 3 chunks +5 lines, -7 lines 0 comments Download
M fpdfsdk/fsdk_baseform.cpp View 13 chunks +129 lines, -163 lines 0 comments Download
M fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h View 2 chunks +6 lines, -4 lines 0 comments Download
M xfa.gyp View 2 chunks +1 line, -1 line 0 comments Download
M xfa/fwl/basewidget/fwl_editimp.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffapp.cpp View 3 chunks +2 lines, -8 lines 0 comments Download
M xfa/fxfa/app/xfa_ffbarcode.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffcheckbutton.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffchoicelist.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffdoc.cpp View 2 chunks +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffdochandler.cpp View 1 chunk +18 lines, -71 lines 0 comments Download
M xfa/fxfa/app/xfa_ffdocview.cpp View 2 chunks +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffdraw.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffdraw.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffexclgroup.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffexclgroup.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_fffield.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_fffield.cpp View 2 chunks +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffimage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffimageedit.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffnotify.cpp View 2 chunks +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffpageview.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffpath.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffpushbutton.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffsignature.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffsubform.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffsubform.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_fftext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_fftextedit.cpp View 2 chunks +1 line, -1 line 0 comments Download
D xfa/fxfa/app/xfa_ffwidget.h View 1 chunk +0 lines, -185 lines 0 comments Download
M xfa/fxfa/app/xfa_ffwidget.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffwidgetacc.cpp View 2 chunks +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffwidgethandler.cpp View 32 chunks +85 lines, -155 lines 0 comments Download
M xfa/fxfa/app/xfa_fwltheme.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_rendercontext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/include/fxfa/xfa_ffapp.h View 3 chunks +0 lines, -3 lines 0 comments Download
M xfa/include/fxfa/xfa_ffdochandler.h View 1 chunk +1 line, -23 lines 0 comments Download
A + xfa/include/fxfa/xfa_ffwidget.h View 2 chunks +3 lines, -3 lines 0 comments Download
M xfa/include/fxfa/xfa_ffwidgethandler.h View 2 chunks +2 lines, -46 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
dsinclair
PTAL. This is fallout from removing the IXFA_* types. These proxy methods were just used ...
4 years, 8 months ago (2016-04-04 18:24:16 UTC) #2
Tom Sepez
lgtm https://codereview.chromium.org/1857893002/diff/1/fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp File fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp (right): https://codereview.chromium.org/1857893002/diff/1/fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp#newcode485 fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp:485: if (!pEnv) nit: return pEnv && pEnv->FFI_PopupMenu(....);
4 years, 8 months ago (2016-04-04 18:33:11 UTC) #3
dsinclair
https://codereview.chromium.org/1857893002/diff/1/fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp File fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp (right): https://codereview.chromium.org/1857893002/diff/1/fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp#newcode485 fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp:485: if (!pEnv) On 2016/04/04 18:33:10, Tom Sepez wrote: > ...
4 years, 8 months ago (2016-04-04 18:43:02 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1857893002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1857893002/20001
4 years, 8 months ago (2016-04-04 18:43:12 UTC) #7
commit-bot: I haz the power
4 years, 8 months ago (2016-04-04 19:08:44 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://pdfium.googlesource.com/pdfium/+/221caf6f6f9810cbc0e0c4c50af9b036a052...

Powered by Google App Engine
This is Rietveld 408576698