summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2015-04-09Fix a global buffer overflow in GCPDF_CIDFont::_CharCodeFromUnicodechromium/2368chromium/2367chromium/2366chromium/2365chromium/2364Jun Fang
2015-04-07Fix a stack overflow issue caused by an invalid usage of snprintfJun Fang
2015-04-07Fix IWYU in pdfwindow/ directory.Tom Sepez
2015-04-06Fix IWYU in fxcrt headers.Tom Sepez
2015-04-03Update the path of header file to avoid a compiling error in chromechromium/2363chromium/2362chromium/2361chromium/2360chromium/2359chromium/2358JUN FANG
2015-04-03No-op change to poke the bots after being out of sequence.Tom Sepez
2015-04-03Fix a compiling error in fpdf_parser_parser_embeddertest.cppJun Fang
2015-04-03Add embedder test comparing with the last patch.JUN FANG
2015-04-02Fix uninitialized face in fx_ge_font.cppJUN FANG
2015-03-30Fix no text displayed issue when font embedded and font subsetting enabledchromium/2356chromium/2355chromium/2354chromium/2353chromium/2352JUN FANG
2015-03-26Use correctly-typed error codes for fx_codec_jpx_unittestTom Sepez
2015-03-20Fix missing include for std::minTom Sepez
2015-03-19Fix subtle issues in opj_skip_from_memory and add unit tests.Tom Sepez
2015-03-17Revert "Fix a problem that JP2 image is not displayed because index color spa...Tom Sepez
2015-03-16Fix a problem that JP2 image is not displayed because index color space is usedJUN FANG
2015-03-16Fix a bug that JPX images can't be shownJUN FANG
2015-03-16Fix potential integer overflow in fpdf_render_image.cppJUN FANG
2015-03-12Revert "Kill CFX_GrowOnlyPool."Tom Sepez
2015-03-12Kill CFX_GrowOnlyPool.Tom Sepez
2015-03-10Kill remaining sprintfsTom Sepez
2015-03-06Fix multiply defined macro in zlib.h on linux_chromium_clobber_rel_ng builder.Tom Sepez
2015-03-06Make conversions for CPDF_Link explicit.Tom Sepez
2015-03-06Make conversion between CPDF_Dest and its object explicit.Tom Sepez
2015-03-05Make conversion between CPDF_Action and its dictionary explicit.Tom Sepez
2015-02-27Do hit tests against Annots in reverse order.Lei Zhang
2015-02-27Upgrade openjpeg to revision 2997.JUN FANG
2015-02-24Add small flate decode unit test.Tom Sepez
2015-02-13Fix JPX image rendering that regressed due to several security fixes.Lei Zhang
2015-02-12Fix an error 'Use-of-uninitialized-value in CPDF_Function::Call'JUN FANG
2015-02-11CPDF_Object() constructor should set its internal m_Type variable.Tom Sepez
2015-02-10Fix uninitialized value in CFX_ByteString::FormatIntegerchromium/2304chromium/2303chromium/2302JUN FANG
2015-02-09Fix some typos in fpdf_render_loadimage.cpp.Lei Zhang
2015-02-06Cleanup: Fix some unused-function warnings.Lei Zhang
2015-02-06Cleanup parts of fpdf_render_loadimage.cpp.Lei Zhang
2015-02-05Kill off some more unreachable fopen's.Tom Sepez
2015-02-05Merge to master: Kill off some dodgy JS callbacksTom Sepez
2015-02-05Fix segv in CPDF_DataAvail::CheckRoot() when /Root object is a string.Tom Sepez
2015-02-05Add namespace and-re-arrange PDFium's local copy of chromium /base.Tom Sepez
2015-02-04Prevent base::CheckedNumeric from leaking outside of pdfium.Tom Sepez
2015-02-03Replace CFX_SmartPointer cast operator with Get() method.Tom Sepez
2015-02-03Fix stack exhaustion in CPDF_DataAvail::HaveResourceAncestor()Tom Sepez
2015-01-31Fix heap buffer overflow in CPDF_SampledFunc::v_CallJUN FANG
2015-01-30Don't export any OpenJPEG methods from PDFium.John Abd-El-Malek
2015-01-30Use system FreeType on Linux.John Abd-El-Malek
2015-01-29Fix infinite recursion in CPDF_RenderStatus::RenderSingleObject().Tom Sepez
2015-01-27Kill scattered extern _PDF_CharType declarations.chromium/2292chromium/2291chromium/2290Tom Sepez
2015-01-26Fix infinite recursion in CPDF_Parser::ParseIndirectObjectAt().Tom Sepez
2015-01-23Fix null crash in CheckTrailer.Tom Sepez
2015-01-22Use IPDF_DataAvail interface to hide CPDF_DataAvail.Tom Sepez
2015-01-21Simplify UTF16LE_Encode and add unittest.Bo Xu