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

Issue 1863163002: Move code from fpdfsdk/include to the sub directories. (Closed)

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

Description

Move code from fpdfsdk/include to the sub directories. This CL moves the fxedit, jsapi and fpdfxfa code out of fpdfsdk/include to the various sub-include directories. Committed: https://pdfium.googlesource.com/pdfium/+/89bdd0876e6b92c959839908204eb82337a27ba2

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -2656 lines) Patch
M BUILD.gn View 4 chunks +8 lines, -8 lines 0 comments Download
M fpdfsdk/fpdf_ext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fpdfdoc_unittest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/fpdfeditpage.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M fpdfsdk/fpdfformfill.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M fpdfsdk/fpdfsave.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M fpdfsdk/fpdftext.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/fpdfview.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M fpdfsdk/fpdfxfa/fpdfxfa_app.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M fpdfsdk/fpdfxfa/fpdfxfa_page.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M fpdfsdk/fpdfxfa/fpdfxfa_util.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + fpdfsdk/fpdfxfa/include/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + fpdfsdk/fpdfxfa/include/fpdfxfa_app.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + fpdfsdk/fpdfxfa/include/fpdfxfa_page.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + fpdfsdk/fpdfxfa/include/fpdfxfa_util.h View 2 chunks +4 lines, -4 lines 0 comments Download
M fpdfsdk/fsdk_annothandler.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M fpdfsdk/fsdk_baseannot.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fsdk_baseform.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/fsdk_mgr.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M fpdfsdk/fxedit/fxet_ap.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/fxedit/fxet_edit.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fxedit/fxet_list.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/fxedit/fxet_module.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/fxedit/fxet_pageobjs.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + fpdfsdk/fxedit/include/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + fpdfsdk/fxedit/include/fx_edit.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + fpdfsdk/fxedit/include/fxet_edit.h View 3 chunks +4 lines, -5 lines 0 comments Download
A + fpdfsdk/fxedit/include/fxet_list.h View 2 chunks +4 lines, -4 lines 0 comments Download
D fpdfsdk/include/fpdfxfa/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D fpdfsdk/include/fpdfxfa/fpdfxfa_app.h View 1 chunk +0 lines, -98 lines 0 comments Download
D fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h View 1 chunk +0 lines, -238 lines 0 comments Download
D fpdfsdk/include/fpdfxfa/fpdfxfa_page.h View 1 chunk +0 lines, -77 lines 0 comments Download
D fpdfsdk/include/fpdfxfa/fpdfxfa_util.h View 1 chunk +0 lines, -47 lines 0 comments Download
M fpdfsdk/include/fsdk_define.h View 1 chunk +1 line, -1 line 0 comments Download
D fpdfsdk/include/fxedit/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D fpdfsdk/include/fxedit/fx_edit.h View 1 chunk +0 lines, -629 lines 0 comments Download
D fpdfsdk/include/fxedit/fxet_edit.h View 1 chunk +0 lines, -804 lines 0 comments Download
D fpdfsdk/include/fxedit/fxet_list.h View 1 chunk +0 lines, -343 lines 0 comments Download
D fpdfsdk/include/jsapi/fxjs_v8.h View 1 chunk +0 lines, -305 lines 0 comments Download
M fpdfsdk/javascript/JS_Define.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/javascript/JS_Object.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/javascript/JS_Value.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/javascript/cjs_runtime.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/javascript/cjs_runtime.cpp View 3 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/jsapi/fxjs_v8.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + fpdfsdk/jsapi/include/fxjs_v8.h View 3 chunks +4 lines, -4 lines 0 comments Download
M fpdfsdk/pdfwindow/PWL_Edit.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/pdfwindow/PWL_EditCtrl.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/pdfwindow/PWL_FontMap.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/pdfwindow/PWL_Label.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/pdfwindow/PWL_ListBox.h View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/pdfwindow/PWL_Utils.cpp View 1 chunk +1 line, -1 line 0 comments Download
M pdfium.gyp View 3 chunks +8 lines, -8 lines 0 comments Download
M testing/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M testing/js_embedder_test.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxjse/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxjse/runtime.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (3 generated)
dsinclair
PTAL.
4 years, 8 months ago (2016-04-06 17:26:03 UTC) #2
Tom Sepez
lgtm
4 years, 8 months ago (2016-04-06 17:46:59 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1863163002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1863163002/1
4 years, 8 months ago (2016-04-06 17:47:30 UTC) #5
commit-bot: I haz the power
4 years, 8 months ago (2016-04-06 17:47:59 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://pdfium.googlesource.com/pdfium/+/89bdd0876e6b92c959839908204eb82337a2...

Powered by Google App Engine
This is Rietveld 408576698