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

Issue 1923093002: Remove IFX_SystemHandler. (Closed)

Created:
4 years, 8 months ago by dsinclair
Modified:
4 years, 7 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

Remove IFX_SystemHandler. This CL folds IFX_SystemHandler into CFX_SystemHandler. Methods which either had no implementation, or returned a default value have been removed. Committed: https://pdfium.googlesource.com/pdfium/+/b95901091d63ce09accec3088945955f969d46e1

Patch Set 1 #

Total comments: 13

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+277 lines, -545 lines) Patch
M BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
A fpdfsdk/cfx_systemhandler.h View 1 1 chunk +83 lines, -0 lines 0 comments Download
A fpdfsdk/cfx_systemhandler.cpp View 1 1 chunk +142 lines, -0 lines 0 comments Download
M fpdfsdk/formfiller/cba_fontmap.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/formfiller/cba_fontmap.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/formfiller/cffl_formfiller.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/formfiller/cffl_formfiller.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fsdk_mgr.cpp View 1 chunk +0 lines, -183 lines 0 comments Download
M fpdfsdk/fxedit/fxet_pageobjs.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/fxedit/include/fx_edit.h View 3 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/include/fsdk_baseannot.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/include/fsdk_mgr.h View 3 chunks +4 lines, -4 lines 0 comments Download
D fpdfsdk/include/fx_systemhandler.h View 1 chunk +0 lines, -106 lines 0 comments Download
M fpdfsdk/javascript/JS_Object.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_Edit.h View 1 chunk +2 lines, -5 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_Edit.cpp View 4 chunks +3 lines, -202 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_EditCtrl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/pdfwindow/PWL_FontMap.h View 4 chunks +5 lines, -5 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_FontMap.cpp View 1 4 chunks +4 lines, -4 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_Label.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/pdfwindow/PWL_ListBox.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_Wnd.h View 6 chunks +7 lines, -7 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_Wnd.cpp View 8 chunks +8 lines, -8 lines 0 comments Download
M pdfium.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download
M xfa/fwl/core/fwl_sdadapterimp.h View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fwl/core/fwl_sdadapterimp.cpp View 1 chunk +0 lines, -4 lines 0 comments Download
M xfa/fwl/core/ifwl_adapterwidgetmgr.h View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 9 (4 generated)
dsinclair
PTAL. https://codereview.chromium.org/1923093002/diff/1/fpdfsdk/pdfwindow/PWL_Edit.cpp File fpdfsdk/pdfwindow/PWL_Edit.cpp (left): https://codereview.chromium.org/1923093002/diff/1/fpdfsdk/pdfwindow/PWL_Edit.cpp#oldcode139 fpdfsdk/pdfwindow/PWL_Edit.cpp:139: swClipboard = pSH->GetClipboardText(GetAttachedHWnd()); GetClipboardText always returned L"" so ...
4 years, 8 months ago (2016-04-26 20:58:04 UTC) #2
Tom Sepez
lgtm https://codereview.chromium.org/1923093002/diff/1/fpdfsdk/cfx_systemhandler.h File fpdfsdk/cfx_systemhandler.h (right): https://codereview.chromium.org/1923093002/diff/1/fpdfsdk/cfx_systemhandler.h#newcode58 fpdfsdk/cfx_systemhandler.h:58: FX_BOOL IsSelectionImplemented(); nit: can this be bool and ...
4 years, 8 months ago (2016-04-26 21:37:17 UTC) #3
dsinclair
https://codereview.chromium.org/1923093002/diff/1/fpdfsdk/cfx_systemhandler.h File fpdfsdk/cfx_systemhandler.h (right): https://codereview.chromium.org/1923093002/diff/1/fpdfsdk/cfx_systemhandler.h#newcode58 fpdfsdk/cfx_systemhandler.h:58: FX_BOOL IsSelectionImplemented(); On 2016/04/26 21:37:17, Tom Sepez wrote: > ...
4 years, 7 months ago (2016-04-27 13:26:09 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1923093002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1923093002/20001
4 years, 7 months ago (2016-04-27 13:26:20 UTC) #7
commit-bot: I haz the power
4 years, 7 months ago (2016-04-27 13:39:04 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://pdfium.googlesource.com/pdfium/+/b95901091d63ce09accec3088945955f969d...

Powered by Google App Engine
This is Rietveld 408576698