summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-02Add test for CPDF_StreamParser::ReadHexString.chromium/2555chromium/2554chromium/2553Dan Sinclair
2015-11-02Check fread() return values in CFX_FolderFontInfo::GetFontData().Lei Zhang
2015-11-02Add tests for CMap_GetCode and CMap_GetCodeRange.Dan Sinclair
2015-11-02Add a test for the HexDecode method.Dan Sinclair
2015-11-02Remove _FPDF_ByteStringFromHex as it is unusedDan Sinclair
2015-11-02Add test for StringToCode and StringToWideStringDan Sinclair
2015-11-02Use standard true and false to replace 'TRUE' and 'FALSE' in pdfium_testJun Fang
2015-11-02Support linearized loadingJun Fang
2015-10-30Clean up CPDF_AnnotList.Lei Zhang
2015-10-30Port https://codereview.chromium.org/398163006 to gn.Nico Weber
2015-10-30Move a unique_ptr initialisation out of the initialisation list in fsdk_mgr.cppOliver Chang
2015-10-30Convert a bunch of raw pointers in fsdk_mgr to unique_ptrs.Oliver Chang
2015-10-30Remove two more unused variables that compilers now complain about.Nico Weber
2015-10-30Remove external jpeg provider interface.Tom Sepez
2015-10-30Merge to master: Restore early return in FORM_DoPageAAction()Tom Sepez
2015-10-30chromium_code: Surrender in the gyp build for now.Nico Weber
2015-10-30More chromium_code whack-a-mole.Nico Weber
2015-10-30CPDFDoc_Environment::GetAnnotHandlerMgr() never returns nullptr.Lei Zhang
2015-10-30Rip out the KillFocusAnnot call from CPDFSDK_PageView's destructorOliver Chang
2015-10-30chromium_code tweaks for Windows and Linux/gyp.Nico Weber
2015-10-30Fix incorrect CPDFSDK_PageView::CountAnnots(). (try 2)Lei Zhang
2015-10-30Turn on chromium_code (except -Wsign-compare, for now) for pdfiumNico Weber
2015-10-30linux: Remove unneeded -L flags from static library targets.Nico Weber
2015-10-30Add standard "Must be after no_chromium_code" comment in GN files.Lei Zhang
2015-10-30Revert "Fix incorrect CPDFSDK_PageView::CountAnnots()."Lei Zhang
2015-10-30Fix incorrect CPDFSDK_PageView::CountAnnots().Lei Zhang
2015-10-29Revert "Cleanup some numeric code."dan sinclair
2015-10-29Cleanup some numeric code.Dan Sinclair
2015-10-29Cosmetic change to make fpdf_page_image.cpp identical to xfa.Tom Sepez
2015-10-29Remove linearized path print statementsDan Sinclair
2015-10-28Add PDFCharIsLineEnding helperDan Sinclair
2015-10-28Allow running individual tests.Dan Sinclair
2015-10-28Add a NULL check in pdf_page_colors.cppOliver Chang
2015-10-28Add constants for the path operators.Dan Sinclair
2015-10-28Check if document was opened during testing.Dan Sinclair
2015-10-28Add PositionIsInBounds to CPDF_StreamParserDan Sinclair
2015-10-28Add helpers to check the PDF_CharType.Dan Sinclair
2015-10-27Use static_cast for various CPDF_Object conversions.Dan Sinclair
2015-10-27Give names to the shading typesDan Sinclair
2015-10-27Add context to file load failures in pdfium_test.Dan Sinclair
2015-10-27Fix memory leak in FXJS_ReleaseRuntime.Oliver Chang
2015-10-27Type check the m_pShadingObj before assuming it's a stream.Dan Sinclair
2015-10-26Delete unused fpdfsdkdll.rc and resource.h.Lei Zhang
2015-10-26Remove usage of std::vector::dataOliver Chang
2015-10-26Partial revert of commit c6d8683 to fix a GN + Win/Clang build warning.chromium/2552chromium/2551chromium/2550chromium/2549chromium/2548Lei Zhang
2015-10-26Remove default argument from CPDF_Dictionary::SetAt().Lei Zhang
2015-10-26Take FOXIT_FACE_COUNT and MM_FACE_COUNT constants from xfaTom Sepez
2015-10-26Whitespace changes in fx_system_unittest.cpp to match XFATom Sepez
2015-10-26Fix a leak in CPDF_SyntaxParser::GetObject().Lei Zhang
2015-10-26Revert "Make m_pShadingObj a CPDF_Stream instead of CPDF_Object."Dan Sinclair