Age | Commit message (Expand) | Author |
2015-05-27 | Merge to XFA: Remove rendundant ../include from paths. | Tom Sepez |
2015-05-20 | Merge to XFA: Remove FX_Alloc() null checks now that it can't return NULL. | Tom Sepez |
2015-05-18 | Merge to XFA: Add safe FX_Alloc2D() macro | Tom Sepez |
2015-05-15 | Merge to XFA: Abort on OOM by default in FX_Alloc(). | Tom Sepez |
2015-05-15 | Merge to XFA: Remove FX_NEW_VECTOR() macros. | Tom Sepez |
2015-05-15 | Merge to XFA: Fix potential UAF in ConcatInPlace. | Tom Sepez |
2015-05-14 | Merge to XFA: Make CFX_StringData be scoped by CFX_Bytestring and add methods. | Tom Sepez |
2015-05-12 | Merge to XFA: Restore checked strlen conversions. | Tom Sepez |
2015-05-08 | Merge to XFA: Fix a bunch of -Wunused-but-set-variable warnings. | Lei Zhang |
2015-05-08 | Merge to XFA: Fix compilation under chromium checkouts. | Tom Sepez |
2015-05-06 | Merge to XFA: Support arrays in nonstd::unique_ptr<>. | Tom Sepez |
2015-05-06 | Merge to XFA:Remove FX_STRSIZE casts, use safe conversions | Tom Sepez |
2015-05-06 | Merge to XFA: Fix fx_string.h compile error under chromium checkouts. | Tom Sepez |
2015-05-05 | Merge to XFA: Make sure string constructors are efficient on literals | Tom Sepez |
2015-05-04 | Merge to XFA: Fix issues with != and == in fx_basic_wstring | Tom Sepez |
2015-05-04 | Merge to XFA: Kill FX_DEFINEHANDLE | Tom Sepez |
2015-05-04 | Merge to XFA: Fix issuse with != and == shown by fx_basic_bstring unit tests. | Tom Sepez |
2015-05-01 | Merge to XFA: Backfill some FX String/StringC unit tests for == and !=. | Tom Sepez |
2015-05-01 | Merge to XFA: CFX_ByteString/WideString header changes | Tom Sepez |
2015-04-28 | Merge to XFA: Make CFX_WideString::LockBuffer() completely unused. | Tom Sepez |
2015-04-27 | Merge to XFA: Fix windows-specific usage of CFX_WideStr::operator LPCWSTR(). | Tom Sepez |
2015-04-27 | Merge to XFA: Reduce usage of operator LPCWSTR from CFX_WideString(). | Tom Sepez |
2015-04-23 | Merge to XFA: Fix segmentation fault 'denial of service condition' | JUN FANG |
2015-04-22 | Merge to XFA: Add missing operators for CFX_xxxString combo patch. | Tom Sepez |
2015-04-21 | Merge to XFA: Kill CFX_StringBufTemplate. | Tom Sepez |
2015-04-20 | Merge to XFA: Remove Release() combo patch. | Tom Sepez |
2015-04-17 | Merge to XFA: Set m_FontType in CPDF_Font() constructor. | Tom Sepez |
2015-04-17 | Adjust the order of const and static | JUN FANG |
2015-04-17 | Fix an issue 'heap use after free' | JUN FANG |
2015-04-15 | Merge to XFA: Make FX_NEW throw on OOM. | Tom Sepez |
2015-04-14 | Merge to XFA: Kill CFX_Object. | Tom Sepez |
2015-04-11 | Merge to XFA: Fix compiling warnings on Windows | Jun Fang |
2015-04-11 | Merge to XFA: Fix a heap buffer overflow issue in CPDF_CMap::GetNextChar | JUN FANG |
2015-04-10 | XFA port: Fix the noisiest variable shadowing warnings in pdfium. | Bruce Dawson |
2015-04-10 | Merge to XFA: Better fix for snprintf non-termination on windows. | Tom Sepez |
2015-04-07 | Merge to XFA: Fix IWYU in pdfwindow/ directory. | Tom Sepez |
2015-04-06 | Merge to XFA: Fix IWYU in fxcrt headers. | Tom Sepez |
2015-03-11 | Merge to XFA: Kill remaining sprintfs | Tom Sepez |
2015-03-06 | Merge to XFA: Make conversions for CPDF_Link explicit. | Tom Sepez |
2015-03-06 | Merge to XFA: Make conversion between CPDF_Dest and its object explicit. | Tom Sepez |
2015-03-05 | Merge to XFA: Make conversion between CPDF_Action and its dictionary explicit. | Tom Sepez |
2015-02-11 | Merge to XFA: CPDF_Object() constructor should set its internal m_Type variable. | Tom Sepez |
2015-02-10 | Merge to XFA: Fix uninitialized value in CFX_ByteString::FormatInteger | JUN FANG |
2015-02-05 | Merge to XFA: Kill off some more unreachable fopen's. | Tom Sepez |
2015-02-05 | Kill off some dodgy JS callbacks | Tom Sepez |
2015-02-04 | Merge to XFA: Prevent base::CheckedNumeric from leaking outside of pdfium. | Tom Sepez |
2015-02-03 | Merge to XFA: Replace CFX_SmartPointer cast operator with Get() method. | Tom Sepez |
2015-02-02 | Merge the following changes to XFA branch: | John Abd-El-Malek |
2015-01-27 | Merge to XFA: Kill scattered extern _PDF_CharType declarations. | Tom Sepez |
2015-01-26 | Merge to XFA: Fix infinite recursion in CPDF_Parser::ParseIndirectObjectAt(). | Tom Sepez |