summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-19Cleanup unused fgas/ code.dsinclair
2016-05-19Remove Release() from CFX_StreamImp, rename to IFX_StreamImptsepez
2016-05-19Fix a memory leak in opj_jp2_read_ihdr().thestig
2016-05-19Remove Release() from CXFA_WidgetLayoutDatatsepez
2016-05-19Remove agg from skia buildcaryclark
2016-05-19Clean up CFX_RenderDevice::DrawNormalText().thestig
2016-05-18Remove Release() from CFX_TxtBreaktsepez
2016-05-18Remove Release() from CFDE_TxtEdit* classestsepez
2016-05-18Remove Release() from CXFA_FWLThemetsepez
2016-05-18Remove Release() from CXFA_ScriptContexttsepez
2016-05-18Cleanup XFA_HASHCODE usage.dsinclair
2016-05-18Remove Release() from CFX_SAXReadertsepez
2016-05-18Remove Release() from CXFA_RenderContexttsepez
2016-05-18Remove Release() from CXFA_WidgetAccIteratortsepez
2016-05-18Remove Release() from CXFA_ChecksumContexttsepez
2016-05-18Split xfa/fee files into individual class files.dsinclair
2016-05-18Use std::vector in CPDF_StructTreeImpltsepez
2016-05-18Remove c_str() from widestring checksum variant.tsepez
2016-05-18Pass objects instead of strings for undo/redo records.dsinclair
2016-05-17Remove some CFX_ArrayTemplate<> usage from fxjsetsepez
2016-05-17Replace XFA_N with valuedsinclair
2016-05-17Remove Release() from IFX_CharIter, use unique_ptrs.chromium/2742chromium/2741tsepez
2016-05-17Don't use LCD antialiasing if Fontconfig doesn't support hintingthomasanderson
2016-05-17Rename CPDF_Struct{Element,Tree} to IPDF_tsepez
2016-05-17XFA_WIDGETSTATUS cleanup.dsinclair
2016-05-17Fix DrMemory bot error by properly initializing the variableweili
2016-05-17Allow multiprocess Dr Memory testsdsinclair
2016-05-17Revert of Remove an unnecessary variable from CPDF_Creator (patchset #1 id:20...weili
2016-05-17Combine corpus runner into test_runner.pydsinclair
2016-05-17Remove an unnecessary variable from CPDF_Creatorweili
2016-05-16Use chromium_code standard for PDFium GYP compilationweili
2016-05-16Remove Release() { delete this; } in CFXA_Data{Importer,Exporter}tsepez
2016-05-16Fix a nullptr deref in CPDF_BookmarkTree::GetFirstChild().thestig
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-05-16Use CFX_RetainPtr<> to refcount CPDFXFA_Pagetsepez
2016-05-16Fix the code that causes warningsweili
2016-05-16Remove XFA_WIDGETEVENT definesdsinclair
2016-05-16Remove { delete this; } anti-pattern from IXFA_WidgetIteratortsepez
2016-05-16Clean up CPDF_Creator.thestig
2016-05-16Fix binding of null pointer dereference to reference typechromium/2740chromium/2739hans
2016-05-16Remove some c_str() calls from StringCs in xfa docs.tsepez
2016-05-16Replace FX_WSTRC(L"xyz").c_str() with just L"xyz"tsepez
2016-05-16Convert border style defines to an enum class.dsinclair
2016-05-16Readme update to make need for pdfium_is_standalone clear.dsinclair
2016-05-13Make CFX_ByteString(const CFX_ByteStringC&) explicit.tsepez
2016-05-13Make CFX_WideString(const CFX_WideString&) explicit.tsepez
2016-05-13Fix GCC warnings to be ready for GCC standalone buildweili
2016-05-13ReplaceSelections() methods never called.tsepez
2016-05-13Templatize CFX_{Byte,Wide}StringCtsepez