Age | Commit message (Expand) | Author |
2015-04-27 | SEGV in CFX_BaseSegmentedArray::Iterate() when CS has malformed dictionary. | Tom Sepez |
2015-04-27 | Fix windows-specific usage of CFX_WideStr::operator LPCWSTR(). | Tom Sepez |
2015-04-27 | Reduce usage of operator LPCWSTR from CFX_WideString(). | Tom Sepez |
2015-04-27 | Revert "Kill operator LPCWSTR from CFX_WideString()." | Tom Sepez |
2015-04-27 | Kill operator LPCWSTR from CFX_WideString(). | Tom Sepez |
2015-04-23 | Fix segmentation fault 'denial of service condition' | JUN FANG |
2015-04-22 | Add missing operators for CFX_WideStringC. | Tom Sepez |
2015-04-22 | Add missing operators for CFX_ByteStringC. | Tom Sepez |
2015-04-22 | Add missing operators for CFX_WideString | Tom Sepez |
2015-04-22 | Add missing operators for CFX_ByteString. | Tom Sepez |
2015-04-21 | Fix a regression with cut off images.chromium/2387chromium/2386chromium/2385chromium/2384chromium/2383chromium/2382chromium/2381chromium/2380chromium/2379chromium/2378 | Lei Zhang |
2015-04-21 | Kill CFX_StringBufTemplate. | Tom Sepez |
2015-04-21 | Fix a crashier due to images with abnormal size | JUN FANG |
2015-04-20 | Remove Release() from CPDF_PageObject | Tom Sepez |
2015-04-17 | Remove unused FX_NEW definition. | Tom Sepez |
2015-04-17 | Fix all remaining instances of FX_NEW. | Tom Sepez |
2015-04-17 | Set m_FontType in CPDF_Font() constructor. | Tom Sepez |
2015-04-16 | Make CFX_StockFontArray more robust. | Lei Zhang |
2015-04-16 | Replace FX_NEW with new, remove tests from fpdfapi | Tom Sepez |
2015-04-16 | Replace FX_NEW with new, remove tests from fpdftext | Tom Sepez |
2015-04-16 | Replace FX_NEW with new, remote tests from fxcodec | Tom Sepez |
2015-04-16 | Replace FX_NEW with new, remove tests in fpdfdoc. | Tom Sepez |
2015-04-16 | Remove checks in fxge/{apple,win32,skia,dib} now that FX_NEW cant return 0 | Tom Sepez |
2015-04-16 | Remove checks in fxge/ge now that FX_NEW can't return 0. | Tom Sepez |
2015-04-15 | Remove checks in fxcrt now that FX_NEW can't return 0. | Tom Sepez |
2015-04-15 | Fix offset outside bounds of constant string warnings | JUN FANG |
2015-04-15 | Make FX_NEW throw on OOM. | Tom Sepez |
2015-04-14 | Land on Master: Fix two new / free mismatches | Tom Sepez |
2015-04-14 | Kill CFX_Object. | Tom Sepez |
2015-04-13 | Fix a heap overflow in CJBig2_Context::parseSymbolDictchromium/2371chromium/2370chromium/2369 | JUN FANG |
2015-04-11 | Fix compiling warnings on Windows | Jun Fang |
2015-04-11 | Fix a heap buffer overflow issue in CPDF_CMap::GetNextChar | JUN FANG |
2015-04-10 | Fix the noisiest variable shadowing warnings in pdfium. | Bruce Dawson |
2015-04-10 | Better fix for snprintf non-termination on windows. | Tom Sepez |
2015-04-10 | Fix a stack overflow in CPDF_Parser::LoadCrossRefV5 | JUN FANG |
2015-04-10 | Don't call FPDF_InitLibrary() in individual unit_tests. | Tom Sepez |
2015-04-09 | Fix a global buffer overflow in GCPDF_CIDFont::_CharCodeFromUnicodechromium/2368chromium/2367chromium/2366chromium/2365chromium/2364 | Jun Fang |
2015-04-07 | Fix a stack overflow issue caused by an invalid usage of snprintf | Jun Fang |
2015-04-07 | Fix IWYU in pdfwindow/ directory. | Tom Sepez |
2015-04-06 | Fix IWYU in fxcrt headers. | Tom Sepez |
2015-04-03 | Update the path of header file to avoid a compiling error in chromechromium/2363chromium/2362chromium/2361chromium/2360chromium/2359chromium/2358 | JUN FANG |
2015-04-03 | No-op change to poke the bots after being out of sequence. | Tom Sepez |
2015-04-03 | Fix a compiling error in fpdf_parser_parser_embeddertest.cpp | Jun Fang |
2015-04-03 | Add embedder test comparing with the last patch. | JUN FANG |
2015-04-02 | Fix uninitialized face in fx_ge_font.cpp | JUN FANG |
2015-03-30 | Fix no text displayed issue when font embedded and font subsetting enabledchromium/2356chromium/2355chromium/2354chromium/2353chromium/2352 | JUN FANG |
2015-03-26 | Use correctly-typed error codes for fx_codec_jpx_unittest | Tom Sepez |
2015-03-20 | Fix missing include for std::min | Tom Sepez |
2015-03-19 | Fix subtle issues in opj_skip_from_memory and add unit tests. | Tom Sepez |
2015-03-17 | Revert "Fix a problem that JP2 image is not displayed because index color spa... | Tom Sepez |