Age | Commit message (Expand) | Author |
2015-04-27 | Kill operator LPCWSTR from CFX_WideString(). | Tom Sepez |
2015-04-23 | Remove unused nParamNum values from JS method tables. | Tom Sepez |
2015-04-23 | Kill overloaded cast operators in CJS_Value. | 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 IFX_Edit_UndoItem. | Tom Sepez |
2015-04-20 | Remove release method from CBA_AnnotItetator.chromium/2377 | Tom Sepez |
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 | Replace FX_NEW with new, remove tests from fpdfsdk | Tom Sepez |
2015-04-17 | Set m_FontType in CPDF_Font() constructor. | Tom Sepez |
2015-04-17 | Add nonstd::unique_ptr as a workaround until std::unique_ptr is allowed. | 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 | Supress the two noisiest warnings on linux standalone builds. | Tom Sepez |
2015-04-16 | Fix pdfium standalone to compile with VS 2015. | Bruce Dawson |
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 | Don't use NEON optimized code in lpng_v163chromium/2376chromium/2375chromium/2374chromium/2373chromium/2372 | Sam Clegg |
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 | Update DEPS to pull V8 from the new repository. | Tom Sepez |
2015-04-09 | Include windows.h instead of the MFC header afxres.h | Bruce Dawson |
2015-04-09 | Consider platform-specific expected .png files. | Tom Sepez |
2015-04-09 | Fix a global buffer overflow in GCPDF_CIDFont::_CharCodeFromUnicodechromium/2368chromium/2367chromium/2366chromium/2365chromium/2364 | Jun Fang |
2015-04-09 | Fix reference to timezone variable - removed in VS 2015 | Bruce Dawson |
2015-04-08 | Fix IWYU in formfiller/ directory. | Tom Sepez |
2015-04-08 | Use pdfium-specific tree closer for gating landings | Tom Sepez |
2015-04-07 | Fix a stack overflow issue caused by an invalid usage of snprintf | Jun Fang |
2015-04-07 | Land on master: FFL_MIN and FFL_MAX are pointless and stupid. | Tom Sepez |