summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2015-04-15Make FX_NEW throw on OOM.Tom Sepez
2015-04-14Land on Master: Fix two new / free mismatchesTom Sepez
2015-04-14Kill CFX_Object.Tom Sepez
2015-04-13Fix a heap overflow in CJBig2_Context::parseSymbolDictchromium/2371chromium/2370chromium/2369JUN FANG
2015-04-11Fix compiling warnings on WindowsJun Fang
2015-04-11Fix a heap buffer overflow issue in CPDF_CMap::GetNextCharJUN FANG
2015-04-10Fix the noisiest variable shadowing warnings in pdfium.Bruce Dawson
2015-04-10Better fix for snprintf non-termination on windows.Tom Sepez
2015-04-10Fix a stack overflow in CPDF_Parser::LoadCrossRefV5JUN FANG
2015-04-10Don't call FPDF_InitLibrary() in individual unit_tests.Tom Sepez
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