Age | Commit message (Expand) | Author |
2016-05-17 | Fix DrMemory bot error by properly initializing the variable | weili |
2016-05-17 | Allow multiprocess Dr Memory tests | dsinclair |
2016-05-17 | Revert of Remove an unnecessary variable from CPDF_Creator (patchset #1 id:20... | weili |
2016-05-17 | Combine corpus runner into test_runner.py | dsinclair |
2016-05-17 | Remove an unnecessary variable from CPDF_Creator | weili |
2016-05-16 | Use chromium_code standard for PDFium GYP compilation | weili |
2016-05-16 | Remove Release() { delete this; } in CFXA_Data{Importer,Exporter} | tsepez |
2016-05-16 | Fix a nullptr deref in CPDF_BookmarkTree::GetFirstChild(). | thestig |
2016-05-16 | Revert "Replace Release() { delete this; } in fde_xml_imp.h" | Tom Sepez |
2016-05-16 | Replace Release() { delete this; } in fde_xml_imp.h | tsepez |
2016-05-16 | Use CFX_RetainPtr<> to refcount CPDFXFA_Page | tsepez |
2016-05-16 | Fix the code that causes warnings | weili |
2016-05-16 | Remove XFA_WIDGETEVENT defines | dsinclair |
2016-05-16 | Remove { delete this; } anti-pattern from IXFA_WidgetIterator | tsepez |
2016-05-16 | Clean up CPDF_Creator. | thestig |
2016-05-16 | Fix binding of null pointer dereference to reference typechromium/2740chromium/2739 | hans |
2016-05-16 | Remove some c_str() calls from StringCs in xfa docs. | tsepez |
2016-05-16 | Replace FX_WSTRC(L"xyz").c_str() with just L"xyz" | tsepez |
2016-05-16 | Convert border style defines to an enum class. | dsinclair |
2016-05-16 | Readme update to make need for pdfium_is_standalone clear. | dsinclair |
2016-05-13 | Make CFX_ByteString(const CFX_ByteStringC&) explicit. | tsepez |
2016-05-13 | Make CFX_WideString(const CFX_WideString&) explicit. | tsepez |
2016-05-13 | Fix GCC warnings to be ready for GCC standalone build | weili |
2016-05-13 | ReplaceSelections() methods never called. | tsepez |
2016-05-13 | Templatize CFX_{Byte,Wide}StringC | tsepez |
2016-05-13 | Make the Skia GN build work. | thestig |
2016-05-13 | Move some classes out of doc_vt.cpp into their own files. | thestig |
2016-05-13 | allow Skia to be the default graphics engine | caryclark |
2016-05-12 | Fix some misc nits. | thestig |
2016-05-12 | Add GN bots into commit queuechromium/2738chromium/2737chromium/2736 | weili |
2016-05-12 | Add CFX_ByteStringC::CharAt() to avoid c_str() and casts. | tsepez |
2016-05-12 | Fix comment in fx_string.h | tsepez |
2016-05-12 | Clean up CFX_ImageTransformer. | thestig |
2016-05-12 | Fix use of an uninitialised CFX_Widestring in AFNumber_Keystroke. | ochang |
2016-05-12 | IFX_Edit::NewEdit never returns nullptr. | thestig |
2016-05-12 | Replace CXFA_PtrSetTemplate with std::unordered_set. | tsepez |
2016-05-12 | put change to CFX_ImageStretcher in Skia as well | caryclark |
2016-05-11 | Fix a sign mismatch.chromium/2735 | thestig |
2016-05-11 | Clean up CFX_ImageStretcher. | thestig |
2016-05-11 | Revert "Reland of relax a couple checks to allow certain non-standard PDF fil... | weili |
2016-05-11 | Add much-needed Find() method for CFX_*StringC | tsepez |
2016-05-11 | Remove c_str() from fpdf_font.cpp | tsepez |
2016-05-11 | Fix a divide by zero in CFX_ImageStretcher. | thestig |
2016-05-11 | Use bytestringC rather than raw ptr/len pairs in syntax parser | tsepez |
2016-05-11 | Remove CPVT_Size and CPVT_FloatRange.chromium/2734 | thestig |
2016-05-11 | CPDF_VariableText::GetIterator() never returns NULL. | thestig |
2016-05-11 | Clean up CPDF_Color and some related code. | thestig |
2016-05-11 | Fix a potential UAF with FPDFAvail_IsLinearized(). | thestig |
2016-05-11 | Use STL map for m_eventTargets. | tsepez |
2016-05-11 | fix skia build | caryclark |