summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/fpdfxfa/fpdfxfa_doc.cpp
AgeCommit message (Expand)Author
2016-02-04Fix a crasher in CPDFSDK_Document::GetPageView()Jun Fang
2016-02-02XFA: Fix a crashier in SetFocus()Jun Fang
2016-02-02Fix heap-use-after-free in V8::Initialize()Jun Fang
2016-02-02XFA: Fix SEGV in CPDFXFA_Document::SetCurrentPage()Jun Fang
2016-02-01Revert "Fix a crashier in CPDFSDK_Document::GetPageView()"Jun Fang
2016-02-01Fix a crashier in CPDFSDK_Document::GetPageView()Jun Fang
2016-01-29Merge to XFA: Member function name refactoringWei Li
2016-01-27XFA: Fix DOS newlines, final round.Lei Zhang
2016-01-27XFA: Remove dead AddDoRecord code.Lei Zhang
2016-01-26Merge to XFA: War on #defines, part 1.Tom Sepez
2016-01-20Fix crashing in CPDFXFA_Document::GetPage()Jun Fang
2016-01-11XFA: Fix memory leakage on LinuxJun Fang
2016-01-08XFA: Remove relative includes outside of xfa/.Lei Zhang
2016-01-06XFA: Change the destruction order inside CPDFXFA_Document to avoid UAFs.Lei Zhang
2015-11-24XFA: DYNIMIC is spelled DYNAMICTom Sepez
2015-11-06Merge to XFA: Fix all relative includes to public.Lei Zhang
2015-10-21XFA: add CPDFDocumentToFPDFDocument()Tom Sepez
2015-10-12Allow building of XFA branch without XFATom Sepez
2015-10-08Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_.Tom Sepez
2015-10-02XFA: Remove test for new.Lei Zhang
2015-08-06XFA: clang-format all pdfium code, again.Nico Weber
2015-08-05Kill off last uses of FX_NEW in XFA.Tom Sepez
2015-08-04XFA: clang-format all pdfium code.Nico Weber
2015-06-19Merge to XFA: Replace some CFX_MapPtrTemplates with std::map.Lei Zhang
2015-06-10Merge to XFA: Remove FX_BSTR and FX_WSTR typedefs.Tom Sepez
2015-06-10Merge to XFA: Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Merge to XFA: Use stdint.h types throughout PDFium.Tom Sepez
2015-06-02Replace XFA_HWIDGET with IXFA_Widget*Tom Sepez
2015-05-27Replace XFA_HDOC with IXFA_Doc*Tom Sepez
2015-05-11Merge to XFA: Create top-level public/ header directory.Tom Sepez
2015-03-09Remove the calling 'FPDF_HasXFAField' in LoadXFADocJUN FANG
2015-02-17Set the view pointer as NULL after its xfa doc is releasedJun Fang
2014-11-24Mass remove dangerous and needless LPCWSTR casts.Tom Sepez
2014-11-03Merge XFA to PDFium master at 4dc95e7 on 10/28/2014Bo Xu