Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
6470a6a5a5c0f447b71e1ac2451b6672a84186af
/
fpdfsdk
/
fpdfxfa
/
cpdfxfa_context.cpp
940967d
Use Unowned/Observed pointers between doc and FF onwership hierarchies.
by Tom Sepez
· 8 years ago
a3cf977
CFX_UnownedPtr: check during assignment time as well.
by Tom Sepez
· 8 years ago
9792f16
Properly ref-count CPDFXFA_Page
by Tom Sepez
· 8 years ago
cc20513
Introduce CFX_UnownedPtr to detect lifetime inversion issues.
by Tom Sepez
· 8 years ago
df673c2
Cleanup more null IFX_Pause parameters
by Dan Sinclair
· 8 years ago
4ad4690
Remove some |new|s in cpdfsdk_formfillenvironment.cpp and cpdfxfa_context.cpp
by Tom Sepez
· 8 years ago
80c4878
Cleanup some xfa/fxfa code.
by Dan Sinclair
· 8 years ago
cdba747
Cleanup DocType defines
by Dan Sinclair
· 8 years ago
3d06022
Remove unused docview flag
by Dan Sinclair
· 8 years ago
193e6ca
Add IndexInBounds() convenience routine.
by Tom Sepez
· 8 years ago
5535ac7
Use std::vector in cpdfxfa_context.h
by Tom Sepez
· 8 years ago
3cdcfeb
Create individual exception methods.
by Dan Sinclair
· 8 years ago
c8fd331
Cleaning out params in CPDFXFA_Context
by Dan Sinclair
· 8 years ago
37b12ad
Return unique_ptr from CXFA_FFApp::CreateDoc.
by tsepez
· 8 years ago
833619b
Refcount all the IFX_ stream classes all the time.
by tsepez
· 8 years ago
85c8e7f
Fixup lint flags.
by Dan Sinclair
· 8 years ago
4cf5515
Remove FX_BOOL from fpdfsdk.
by tsepez
· 8 years ago
521b750
Rename CPDFXFA_Document to CPDFXFA_Context
by dsinclair
· 8 years ago
[Renamed (84%) from fpdfsdk/fpdfxfa/cpdfxfa_document.cpp]
25ec646
Merge CPDFXFA_App into CPDFXFA_Document.
by dsinclair
· 8 years ago
8837c91
Reland: Make the CPDFXFA_App non-global
by dsinclair
· 8 years ago
a282c73
Revert of Reland: Make the CPDFXFA_App non-global (patchset #2 id:20001 of https://codereview.chromium.org/2418653003/ )
by dsinclair
· 8 years ago
f3736bc
Reland: Make the CPDFXFA_App non-global
by dsinclair
· 8 years ago
b685e64
Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://codereview.chromium.org/2416753002/ )
by dsinclair
· 8 years ago
abefb79
Make the CPDFXFA_App non-global
by dsinclair
· 8 years ago
8779fa8
Cleanup env variable names
by dsinclair
· 8 years ago
7cbe68e
Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
655fcca
Convert CPDFXFA_Document to use CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
ca03f7a
Fixup MSan embeddertests
by Dan Sinclair
· 8 years ago
735606d
Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment
by dsinclair
· 8 years ago
2116105
Remove ownership of CPDFSDK_Document from CPDFXFA_Document
by dsinclair
· 8 years ago
4d29e78
Rename fpdfsdk/fpdfxfa files to match contents
by dsinclair
· 8 years ago
[Renamed (96%) from fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp]
488b7ad
Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser
by dsinclair
· 8 years ago
5b49309
Move xfa/fxfa/include to xfa/fxfa
by dsinclair
· 8 years ago
114e46a
Move fpdfsdk/include to fpdfsdk
by dsinclair
· 8 years ago
bec7692
Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa
by dsinclair
· 8 years ago
c6c425a
Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser
by dsinclair
· 8 years ago
a939bfe
Make creation of CPDFSDK_Document clearer
by dsinclair
· 8 years ago
9f206f0
Cleanup CPDFXFA and CPDF document methods
by dsinclair
· 8 years ago
79db609
Rename CPDFDoc_Environment to CPDFSDK_Environment
by dsinclair
· 8 years ago
a440bb3
Split CPDFXFA_Document apart
by dsinclair
· 8 years ago
f2662c4
Cleanup CPDFXFA_Document.
by dsinclair
· 8 years ago
89f8fa8
Remove unused code in CPDFXFA_Document
by dsinclair
· 8 years ago
f34518b
Split fsdk_mgr files apart.
by dsinclair
· 8 years ago
cedaa55
Flip document and parser ownership
by dsinclair
· 9 years ago
611adb8
Split fpdfsdk/fsdk_baseform.h into individual classes.
by jaepark
· 9 years ago
2d5b020
Use smart pointers for class owned pointers
by weili
· 9 years ago
461eeaf
Reland of Remove pageview from map immediately
by dsinclair
· 9 years ago
625ad66
Make code compile with clang_use_chrome_plugin (part IV)
by weili
· 9 years ago
77b909e
Remove more casts, part 7.
by tsepez
· 9 years ago
1cd352e
Get rid of NULLs in fpdfsdk/
by thestig
· 9 years ago
12a6b0c
Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value*
by dsinclair
· 9 years ago
b8bf55f
Get rid of CPDF_Object::GetArray().
by thestig
· 9 years ago
cbfef57
Cleanup XFA_HASHCODE usage.
by dsinclair
· 9 years ago
e7b2853
Remove Release() from CXFA_WidgetAccIterator
by tsepez
· 9 years ago
44d83f3
Use CFX_RetainPtr<> to refcount CPDFXFA_Page
by tsepez
· 9 years ago
c6450bb
Remove XFA_WIDGETEVENT defines
by dsinclair
· 9 years ago
3f80c86
Remove some c_str() calls from StringCs in xfa docs.
by tsepez
· 9 years ago
afe9430
Make CFX_WideString(const CFX_WideString&) explicit.
by tsepez
· 9 years ago
01e624f
Fix GCC warnings to be ready for GCC standalone build
by weili
· 9 years ago
1f5f2ff
Fixup page removal for XFA documents.
by dsinclair
· 9 years ago
b1a5959
Simplify XFA event handling.
by thestig
· 9 years ago
b4c9f3f
Remove implicit cast from CFX_ByteString to (const char*).
by tsepez
· 9 years ago
9f3dbbc
Cleanup CPDFXFA_Page.
by thestig
· 9 years ago
4c3debb
Rename both As{Byte,Wide}StringC() helpers to AsStringC().
by tsepez
· 9 years ago
7222ea6
Move remaining xfa/include/fxfa files
by dsinclair
· 9 years ago
89bdd08
Move code from fpdfsdk/include to the sub directories.
by dsinclair
· 9 years ago
660956f
Rename CFX_WideStringC::raw_str() to c_str()
by tsepez
· 9 years ago
fc58ad1
Make down-conversion explicit from CFX_Widetring to CFX_WideStringC.
by tsepez
· 9 years ago
179bebb
Rename GetCStr and GetPtr to match CFX_ByteString.
by dsinclair
· 9 years ago
221caf6
Cleanup the FF Handler proxy methods.
by dsinclair
· 9 years ago
df4bc59
Remove IXFA_* interfaces.
by dsinclair
· 9 years ago
64376be
Move the fpdfsdk/include/javascript folder
by dsinclair
· 9 years ago
bd56755
Rename GetElementValue() to GetDirectObject{By,At}().
by tsepez
· 9 years ago
c3255f5
Remove FX_DWORD from fpdfsdk/ and testing
by tsepez
· 9 years ago
e91afba
Re-enable MSVC warning 4702
by Wei Li
· 9 years ago
584b1e6
Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi.
by Dan Sinclair
· 9 years ago
a1cef70
Trigger page view event when re-layout is finished
by jinming_wang
· 9 years ago
744da70
FPDF_PageDelete must delete XFA pages as well.
by Tom Sepez
· 9 years ago
aa403d3
core/include/fdpfapi cleanup Part I.
by Dan Sinclair
· 9 years ago
f766ad2
Move fpdfsdk/src up to fpdfsdk/.
by Dan Sinclair
· 9 years ago
[Renamed (99%) from fpdfsdk/src/fpdfxfa/fpdfxfa_doc.cpp]
5fc239a
Split fpdf_parser_objects.cpp into per-class .cpp/.h files.
by Tom Sepez
· 9 years ago
3ebd121
Review and cleanup lint warnings.
by Dan Sinclair
· 9 years ago
310438f
Split off CPDF_Document into its own .cpp/.h files.
by Tom Sepez
· 9 years ago
738b08c
Fix and enable lint checks.
by Dan Sinclair
· 9 years ago
281a9ea
Re-land "Replace CPDF_Rect and CPDF_Point with CFX types."
by Tom Sepez
· 9 years ago
566b974
Revert "Replace CPDF_Rect and CPDF_Point with CFX types."
by Tom Sepez
· 9 years ago
3b8fdd3
Replace CPDF_Rect and CPDF_Point with CFX types.
by Tom Sepez
· 9 years ago
50cce60
Fixing whitespace lint errors.
by Dan Sinclair
· 9 years ago
61046b9
Sort headers in non-xfa directories.
by Dan Sinclair
· 9 years ago
f7e38ed
Fix a crasher in CPDFSDK_Document::GetPageView()
by Jun Fang
· 9 years ago
c30d5bf
XFA: Fix a crashier in SetFocus()
by Jun Fang
· 9 years ago
ef86dcd
Fix heap-use-after-free in V8::Initialize()
by Jun Fang
· 9 years ago
8878029
XFA: Fix SEGV in CPDFXFA_Document::SetCurrentPage()
by Jun Fang
· 9 years ago
23bf560
Revert "Fix a crashier in CPDFSDK_Document::GetPageView()"
by Jun Fang
· 9 years ago
1be28d1
Fix a crashier in CPDFSDK_Document::GetPageView()
by Jun Fang
· 9 years ago
9b76113
Merge to XFA: Member function name refactoring
by Wei Li
· 9 years ago
9429368
XFA: Fix DOS newlines, final round.
by Lei Zhang
· 9 years ago
6ffb03c
XFA: Remove dead AddDoRecord code.
by Lei Zhang
· 9 years ago
8e5cd19
Merge to XFA: War on #defines, part 1.
by Tom Sepez
· 9 years ago
7523954
Fix crashing in CPDFXFA_Document::GetPage()
by Jun Fang
· 9 years ago
Next »