summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2015-04-28Make CFX_WideString::LockBuffer() completely unused.Tom Sepez
2015-04-28Revert "Make CFX_WideString::LockBuffer() completely unused."Tom Sepez
2015-04-28Make CFX_WideString::LockBuffer() completely unused.Tom Sepez
2015-04-27Revert "Make CFX_WideString::LockBuffer() completely unused."Tom Sepez
2015-04-27Make CFX_WideString::LockBuffer() completely unused.Tom Sepez
2015-04-27SEGV in CFX_BaseSegmentedArray::Iterate() when CS has malformed dictionary.Tom Sepez
2015-04-27Fix windows-specific usage of CFX_WideStr::operator LPCWSTR().Tom Sepez
2015-04-27Reduce usage of operator LPCWSTR from CFX_WideString().Tom Sepez
2015-04-27Revert "Kill operator LPCWSTR from CFX_WideString()."Tom Sepez
2015-04-27Kill operator LPCWSTR from CFX_WideString().Tom Sepez
2015-04-23Fix segmentation fault 'denial of service condition'JUN FANG
2015-04-22Add missing operators for CFX_WideStringC.Tom Sepez
2015-04-22Add missing operators for CFX_ByteStringC.Tom Sepez
2015-04-22Add missing operators for CFX_WideStringTom Sepez
2015-04-22Add missing operators for CFX_ByteString.Tom Sepez
2015-04-21Fix a regression with cut off images.chromium/2387chromium/2386chromium/2385chromium/2384chromium/2383chromium/2382chromium/2381chromium/2380chromium/2379chromium/2378Lei Zhang
2015-04-21Kill CFX_StringBufTemplate.Tom Sepez
2015-04-21Fix a crashier due to images with abnormal sizeJUN FANG
2015-04-20Remove Release() from CPDF_PageObjectTom Sepez
2015-04-17Remove unused FX_NEW definition.Tom Sepez
2015-04-17Fix all remaining instances of FX_NEW.Tom Sepez
2015-04-17Set m_FontType in CPDF_Font() constructor.Tom Sepez
2015-04-16Make CFX_StockFontArray more robust.Lei Zhang
2015-04-16Replace FX_NEW with new, remove tests from fpdfapiTom Sepez
2015-04-16Replace FX_NEW with new, remove tests from fpdftextTom Sepez
2015-04-16Replace FX_NEW with new, remote tests from fxcodecTom Sepez
2015-04-16Replace FX_NEW with new, remove tests in fpdfdoc.Tom Sepez
2015-04-16Remove checks in fxge/{apple,win32,skia,dib} now that FX_NEW cant return 0Tom Sepez
2015-04-16Remove checks in fxge/ge now that FX_NEW can't return 0.Tom Sepez
2015-04-15Remove checks in fxcrt now that FX_NEW can't return 0.Tom Sepez
2015-04-15Fix offset outside bounds of constant string warningsJUN FANG
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