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

Issue 1399273003: fpdfsdk/ differences with XFA (for didactic purposes only). (Closed)

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

Description

For didactic purposes only. git diff origin/xfa fpdfsdk/ | patch -p1 -R -D PDF_ENABLE_XFA We should see how small this can be made to be.

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Re-generate. #

Patch Set 4 : Re-re-generate #

Patch Set 5 : Re-re-re-generate. #

Patch Set 6 : Re-re-re-re-generate, remove xfa-only files. #

Patch Set 7 : Today's set. #

Patch Set 8 : Regenerate after BAnnot fun. #

Patch Set 9 : 2015-11-19 version #

Patch Set 10 : 2015-11-23 version #

Patch Set 11 : 2015-11-24 version #

Patch Set 12 : 2015-11-25 version #

Patch Set 13 : Regenerate after taking juns patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3634 lines, -0 lines) Patch
M fpdfsdk/include/formfiller/FFL_ComboBox.h View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -0 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_FormFiller.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_IFormFiller.h View 1 2 3 4 5 6 7 2 chunks +35 lines, -0 lines 0 comments Download
M fpdfsdk/include/formfiller/FFL_TextField.h View 1 2 3 4 5 6 7 1 chunk +5 lines, -0 lines 0 comments Download
M fpdfsdk/include/fsdk_annothandler.h View 1 2 3 4 5 6 7 8 8 chunks +146 lines, -0 lines 0 comments Download
M fpdfsdk/include/fsdk_baseannot.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +17 lines, -0 lines 0 comments Download
M fpdfsdk/include/fsdk_baseform.h View 1 2 3 4 5 6 7 8 9 10 chunks +106 lines, -0 lines 0 comments Download
M fpdfsdk/include/fsdk_define.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +54 lines, -0 lines 0 comments Download
M fpdfsdk/include/fsdk_mgr.h View 1 2 3 4 5 6 7 8 9 10 11 8 chunks +294 lines, -0 lines 0 comments Download
M fpdfsdk/include/javascript/IJavaScript.h View 1 2 3 4 5 6 7 8 2 chunks +10 lines, -0 lines 0 comments Download
M fpdfsdk/include/jsapi/fxjs_v8.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +20 lines, -0 lines 0 comments Download
M fpdfsdk/include/pdfwindow/PWL_Edit.h View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -0 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_ComboBox.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +11 lines, -0 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_FormFiller.cpp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -0 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_IFormFiller.cpp View 1 2 3 4 5 6 7 8 3 chunks +203 lines, -0 lines 0 comments Download
M fpdfsdk/src/formfiller/FFL_TextField.cpp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +10 lines, -0 lines 0 comments Download
M fpdfsdk/src/fpdf_ext.cpp View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -0 lines 0 comments Download
M fpdfsdk/src/fpdfeditpage.cpp View 1 2 3 4 5 6 7 8 2 chunks +11 lines, -0 lines 0 comments Download
M fpdfsdk/src/fpdfformfill.cpp View 1 2 3 4 5 6 7 8 9 10 11 10 chunks +407 lines, -0 lines 0 comments Download
M fpdfsdk/src/fpdfsave.cpp View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +247 lines, -0 lines 0 comments Download
M fpdfsdk/src/fpdftext.cpp View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +10 lines, -0 lines 0 comments Download
M fpdfsdk/src/fpdfview.cpp View 1 2 3 4 5 6 7 8 9 10 11 18 chunks +282 lines, -0 lines 0 comments Download
M fpdfsdk/src/fpdfview_c_api_test.c View 1 2 3 4 5 6 7 8 3 chunks +25 lines, -0 lines 0 comments Download
M fpdfsdk/src/fsdk_actionhandler.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download
M fpdfsdk/src/fsdk_annothandler.cpp View 1 2 3 4 5 6 7 8 9 10 10 chunks +518 lines, -0 lines 0 comments Download
M fpdfsdk/src/fsdk_baseannot.cpp View 1 2 3 4 5 6 7 8 9 10 4 chunks +21 lines, -0 lines 0 comments Download
M fpdfsdk/src/fsdk_baseform.cpp View 1 2 3 4 5 6 7 8 9 10 20 chunks +692 lines, -0 lines 0 comments Download
M fpdfsdk/src/fsdk_mgr.cpp View 1 2 3 4 5 6 7 8 9 10 11 13 chunks +250 lines, -0 lines 0 comments Download
M fpdfsdk/src/javascript/JS_Context.cpp View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
M fpdfsdk/src/javascript/JS_Runtime.h View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
M fpdfsdk/src/javascript/JS_Runtime.cpp View 1 2 3 4 5 6 7 8 9 10 7 chunks +119 lines, -0 lines 0 comments Download
M fpdfsdk/src/javascript/JS_Runtime_Stub.cpp View 1 2 3 4 5 6 7 8 1 chunk +12 lines, -0 lines 0 comments Download
M fpdfsdk/src/javascript/app.cpp View 1 2 3 4 5 6 7 8 9 10 2 chunks +13 lines, -0 lines 0 comments Download
M fpdfsdk/src/jsapi/fxjs_v8.cpp View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +18 lines, -0 lines 0 comments Download
M fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -0 lines 0 comments Download
M fpdfsdk/src/pdfwindow/PWL_ComboBox.cpp View 1 2 3 4 5 6 7 8 5 chunks +49 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (3 generated)
Tom Sepez
5 years, 2 months ago (2015-10-12 21:09:54 UTC) #2
More stuff to ponder.

Powered by Google App Engine
This is Rietveld 408576698