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

Issue 1809193002: Move fpdfsdk/include/formfiller to fpdfsdk/formfiller. (Closed)

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

Description

Move fpdfsdk/include/formfiller to fpdfsdk/formfiller. This CL moves the .h files and renames the .cpp files to match. R=tsepez@chromium.org Committed: https://pdfium.googlesource.com/pdfium/+/edbb319d3143692befdbb0603089b7e265cf89aa

Patch Set 1 #

Total comments: 1

Patch Set 2 : Rebase to master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -3906 lines) Patch
M BUILD.gn View 1 1 chunk +18 lines, -18 lines 0 comments Download
D fpdfsdk/formfiller/FFL_CBA_Fontmap.cpp View 1 chunk +0 lines, -259 lines 0 comments Download
D fpdfsdk/formfiller/FFL_CheckBox.cpp View 1 chunk +0 lines, -116 lines 0 comments Download
D fpdfsdk/formfiller/FFL_ComboBox.cpp View 1 chunk +0 lines, -302 lines 0 comments Download
D fpdfsdk/formfiller/FFL_FormFiller.cpp View 1 chunk +0 lines, -728 lines 0 comments Download
D fpdfsdk/formfiller/FFL_IFormFiller.cpp View 1 chunk +0 lines, -1016 lines 0 comments Download
D fpdfsdk/formfiller/FFL_ListBox.cpp View 1 chunk +0 lines, -223 lines 0 comments Download
D fpdfsdk/formfiller/FFL_PushButton.cpp View 1 chunk +0 lines, -38 lines 0 comments Download
D fpdfsdk/formfiller/FFL_RadioButton.cpp View 1 chunk +0 lines, -121 lines 0 comments Download
D fpdfsdk/formfiller/FFL_TextField.cpp View 1 chunk +0 lines, -292 lines 0 comments Download
A + fpdfsdk/formfiller/cba_fontmap.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + fpdfsdk/formfiller/cba_fontmap.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + fpdfsdk/formfiller/cffl_checkbox.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + fpdfsdk/formfiller/cffl_checkbox.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + fpdfsdk/formfiller/cffl_combobox.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + fpdfsdk/formfiller/cffl_combobox.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
A + fpdfsdk/formfiller/cffl_formfiller.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + fpdfsdk/formfiller/cffl_formfiller.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + fpdfsdk/formfiller/cffl_iformfiller.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + fpdfsdk/formfiller/cffl_iformfiller.cpp View 1 chunk +8 lines, -8 lines 0 comments Download
A + fpdfsdk/formfiller/cffl_listbox.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + fpdfsdk/formfiller/cffl_listbox.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
A + fpdfsdk/formfiller/cffl_pushbutton.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + fpdfsdk/formfiller/cffl_pushbutton.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + fpdfsdk/formfiller/cffl_radiobutton.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + fpdfsdk/formfiller/cffl_radiobutton.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + fpdfsdk/formfiller/cffl_textfield.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + fpdfsdk/formfiller/cffl_textfield.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/fsdk_annothandler.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fsdk_baseform.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fsdk_mgr.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
D fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h View 1 chunk +0 lines, -46 lines 0 comments Download
D fpdfsdk/include/formfiller/FFL_CheckBox.h View 1 chunk +0 lines, -32 lines 0 comments Download
D fpdfsdk/include/formfiller/FFL_ComboBox.h View 1 chunk +0 lines, -69 lines 0 comments Download
D fpdfsdk/include/formfiller/FFL_FormFiller.h View 1 chunk +0 lines, -203 lines 0 comments Download
D fpdfsdk/include/formfiller/FFL_IFormFiller.h View 1 chunk +0 lines, -186 lines 0 comments Download
D fpdfsdk/include/formfiller/FFL_ListBox.h View 1 chunk +0 lines, -45 lines 0 comments Download
D fpdfsdk/include/formfiller/FFL_PushButton.h View 1 chunk +0 lines, -28 lines 0 comments Download
D fpdfsdk/include/formfiller/FFL_RadioButton.h View 1 chunk +0 lines, -32 lines 0 comments Download
D fpdfsdk/include/formfiller/FFL_TextField.h View 1 chunk +0 lines, -69 lines 0 comments Download
M pdfium.gyp View 1 chunk +18 lines, -18 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
dsinclair
PTAL.
4 years, 9 months ago (2016-03-17 19:05:57 UTC) #2
Tom Sepez
https://codereview.chromium.org/1809193002/diff/1/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1809193002/diff/1/BUILD.gn#newcode777 BUILD.gn:777: "fpdfsdk/formfiller/cba_fontmap.cpp", There's got to be at least one header ...
4 years, 9 months ago (2016-03-17 20:01:53 UTC) #3
dsinclair
On 2016/03/17 20:01:53, Tom Sepez wrote: > https://codereview.chromium.org/1809193002/diff/1/BUILD.gn > File BUILD.gn (right): > > https://codereview.chromium.org/1809193002/diff/1/BUILD.gn#newcode777 ...
4 years, 9 months ago (2016-03-17 20:03:14 UTC) #4
Tom Sepez
On 2016/03/17 20:03:14, dsinclair wrote: > On 2016/03/17 20:01:53, Tom Sepez wrote: > > https://codereview.chromium.org/1809193002/diff/1/BUILD.gn ...
4 years, 9 months ago (2016-03-18 16:29:47 UTC) #5
dsinclair
On 2016/03/18 16:29:47, Tom Sepez wrote: > On 2016/03/17 20:03:14, dsinclair wrote: > > On ...
4 years, 9 months ago (2016-03-18 23:16:06 UTC) #6
Tom Sepez
Ok, LGTM for now. I think the issue is that DEPS should also correspond to ...
4 years, 9 months ago (2016-03-18 23:22:33 UTC) #7
dsinclair
On 2016/03/18 23:22:33, Tom Sepez wrote: > Ok, LGTM for now. I think the issue ...
4 years, 9 months ago (2016-03-18 23:26:45 UTC) #8
dsinclair
4 years, 9 months ago (2016-03-21 13:08:28 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
edbb319d3143692befdbb0603089b7e265cf89aa (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698