summaryrefslogtreecommitdiff
path: root/xfa/fxfa/app/xfa_ffdoc.cpp
AgeCommit message (Expand)Author
2017-02-02Remove FX_WSTRC usagechromium/3003chromium/3002dan sinclair
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-08Move xfa/fwl/core to xfa/fwl.dsinclair
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-12-01Make concrete stream classes private to .cpp, part 3tsepez
2016-11-30Convert loose FX_Create* functions into static methodstsepez
2016-11-21Split fwl/core class pt II.dsinclair
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-10-31Remove FWL globals.dsinclair
2016-10-24Rename IFX_ stream nameschromium/2900tsepez
2016-10-12Get rid of CFX_ArrayTemplate<CPDF_Object*>tsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-09-29Move xfa/fxfa/include to xfa/fxfadsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-29Move core/fpdfdoc/include to core/fpdfdocdsinclair
2016-09-29Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parserdsinclair
2016-09-15Rename dictionary set and get methodsdsinclair
2016-09-14Split CPDFXFA_Document apartdsinclair
2016-09-14Remove unused code in CPDFXFA_Documentdsinclair
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-21Split xfa_document_serialize into class filesdsinclair
2016-07-21Move xfa_document to cxfa_documentdsinclair
2016-07-11Break xfa_parser_imp apartdsinclair
2016-07-11Remove IXFA_Parser, cleanup XFA parser code.dsinclair
2016-06-21Convert XFA_ELEMENT to an enum classdsinclair
2016-05-19fgas/ code cleanup.dsinclair
2016-05-18Cleanup XFA_HASHCODE usage.dsinclair
2016-05-18Remove Release() from CXFA_ChecksumContexttsepez
2016-05-16Remove Release() { delete this; } in CFXA_Data{Importer,Exporter}tsepez
2016-05-16Revert "Replace Release() { delete this; } in fde_xml_imp.h"Tom Sepez
2016-05-16Replace Release() { delete this; } in fde_xml_imp.htsepez
2016-04-28More FWL interface cleanup.dsinclair
2016-04-27Standardize on ASSERT.dsinclair
2016-04-25Use std::map in xfa_ffdoc.cpptsepez
2016-04-25Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions.tsepez
2016-04-19XFA unused function cleanupdsinclair
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)tsepez
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-11Use std::vector as internal storage for CPDF_ArrayWei Li
2016-04-06Move remaining xfa/include/fxfa filesdsinclair
2016-04-06Move remaining fpdfdoc filesdsinclair
2016-04-06Rename CFX_WideStringC::raw_str() to c_str()tsepez
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair
2016-04-04Cleanup the FF Handler proxy methods.dsinclair
2016-04-01Remove CFX_{Byte,Wide}String::Equal in favor of "==".tsepez
2016-03-31Remove IXFA_* interfaces.dsinclair
2016-03-29Remove IFDE_XML* classes.dsinclair
2016-03-29Rename GetElementValue() to GetDirectObject{By,At}().tsepez
2016-03-25Remove FX_DWORD from XFA.tsepez