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

Issue 2510823003: Move the message definitions to their own files. (Closed)

Created:
4 years, 1 month ago by dsinclair
Modified:
4 years, 1 month ago
Reviewers:
Tom Sepez, npm
CC:
pdfium-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Move the message definitions to their own files. Currently the CFWL messages are created by a macro in the CFWL_Message header file. This Cl splits out the class to their own files and writes them directly instead of using the macro. Committed: https://pdfium.googlesource.com/pdfium/+/242b95e2a9df3b57dd9aa28adea58ad51f84a221

Patch Set 1 #

Total comments: 8

Patch Set 2 : Rebase to master #

Patch Set 3 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+352 lines, -154 lines) Patch
M BUILD.gn View 1 1 chunk +11 lines, -0 lines 0 comments Download
M xfa/fwl/core/cfwl_event.h View 1 chunk +2 lines, -1 line 0 comments Download
M xfa/fwl/core/cfwl_message.h View 3 chunks +3 lines, -87 lines 0 comments Download
A xfa/fwl/core/cfwl_message.cpp View 1 chunk +20 lines, -0 lines 0 comments Download
A xfa/fwl/core/cfwl_msgkey.h View 1 chunk +28 lines, -0 lines 0 comments Download
A + xfa/fwl/core/cfwl_msgkey.cpp View 1 chunk +9 lines, -6 lines 0 comments Download
A xfa/fwl/core/cfwl_msgkillfocus.h View 1 chunk +24 lines, -0 lines 0 comments Download
A xfa/fwl/core/cfwl_msgkillfocus.cpp View 1 chunk +21 lines, -0 lines 0 comments Download
A xfa/fwl/core/cfwl_msgmouse.h View 1 chunk +40 lines, -0 lines 0 comments Download
A xfa/fwl/core/cfwl_msgmouse.cpp View 1 chunk +21 lines, -0 lines 0 comments Download
A xfa/fwl/core/cfwl_msgmousewheel.h View 1 chunk +28 lines, -0 lines 0 comments Download
A xfa/fwl/core/cfwl_msgmousewheel.cpp View 1 chunk +21 lines, -0 lines 0 comments Download
A xfa/fwl/core/cfwl_msgsetfocus.h View 1 chunk +24 lines, -0 lines 0 comments Download
A xfa/fwl/core/cfwl_msgsetfocus.cpp View 1 chunk +21 lines, -0 lines 0 comments Download
M xfa/fwl/core/cfwl_widgetmgr.h View 4 chunks +2 lines, -9 lines 0 comments Download
M xfa/fwl/core/cfwl_widgetmgr.cpp View 1 2 2 chunks +3 lines, -10 lines 0 comments Download
M xfa/fwl/core/fwl_noteimp.h View 3 chunks +3 lines, -3 lines 0 comments Download
M xfa/fwl/core/fwl_noteimp.cpp View 1 2 2 chunks +14 lines, -12 lines 0 comments Download
M xfa/fwl/core/ifwl_checkbox.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M xfa/fwl/core/ifwl_combobox.cpp View 1 chunk +4 lines, -1 line 0 comments Download
M xfa/fwl/core/ifwl_comboboxproxy.h View 1 chunk +3 lines, -3 lines 0 comments Download
M xfa/fwl/core/ifwl_comboboxproxy.cpp View 7 chunks +12 lines, -5 lines 0 comments Download
M xfa/fwl/core/ifwl_comboedit.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fwl/core/ifwl_combolist.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M xfa/fwl/core/ifwl_datetimeedit.h View 1 chunk +0 lines, -1 line 0 comments Download
M xfa/fwl/core/ifwl_datetimeedit.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M xfa/fwl/core/ifwl_datetimepicker.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M xfa/fwl/core/ifwl_edit.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M xfa/fwl/core/ifwl_form.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/ifwl_listbox.cpp View 1 1 chunk +3 lines, -1 line 0 comments Download
M xfa/fwl/core/ifwl_monthcalendar.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/core/ifwl_pushbutton.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M xfa/fwl/core/ifwl_scrollbar.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M xfa/fwl/core/ifwl_spinbutton.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M xfa/fwl/core/ifwl_widget.cpp View 1 chunk +5 lines, -1 line 0 comments Download
M xfa/fxfa/app/xfa_ffapp.cpp View 1 chunk +1 line, -2 lines 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_fffield.cpp View 1 chunk +5 lines, -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_fftextedit.cpp View 1 chunk +3 lines, -1 line 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 14 (8 generated)
dsinclair
PTAL
4 years, 1 month ago (2016-11-16 21:15:58 UTC) #2
Tom Sepez
RS LGTM
4 years, 1 month ago (2016-11-16 21:18:15 UTC) #5
Tom Sepez
LGTM with nits and question. https://codereview.chromium.org/2510823003/diff/1/xfa/fwl/core/cfwl_msgkey.cpp File xfa/fwl/core/cfwl_msgkey.cpp (right): https://codereview.chromium.org/2510823003/diff/1/xfa/fwl/core/cfwl_msgkey.cpp#newcode16 xfa/fwl/core/cfwl_msgkey.cpp:16: return pdfium::MakeUnique<CFWL_MsgKey>(*this); This is ...
4 years, 1 month ago (2016-11-16 21:34:02 UTC) #8
dsinclair
https://codereview.chromium.org/2510823003/diff/1/xfa/fwl/core/cfwl_msgkey.cpp File xfa/fwl/core/cfwl_msgkey.cpp (right): https://codereview.chromium.org/2510823003/diff/1/xfa/fwl/core/cfwl_msgkey.cpp#newcode16 xfa/fwl/core/cfwl_msgkey.cpp:16: return pdfium::MakeUnique<CFWL_MsgKey>(*this); On 2016/11/16 21:34:02, Tom Sepez wrote: > ...
4 years, 1 month ago (2016-11-16 21:41:07 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2510823003/40001
4 years, 1 month ago (2016-11-16 21:54:35 UTC) #12
commit-bot: I haz the power
4 years, 1 month ago (2016-11-16 22:25:05 UTC) #14
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://pdfium.googlesource.com/pdfium/+/242b95e2a9df3b57dd9aa28adea58ad51f84...

Powered by Google App Engine
This is Rietveld 408576698