Age | Commit message (Expand) | Author |
2015-06-10 | Merge to XFA: Convert CPDF_ColorSpaceMap to std::map. | Lei Zhang |
2015-06-10 | Merge to XFA: Convert CPDF_FontMap to std::map. | Lei Zhang |
2015-06-10 | Merge to XFA: Remove FX_BSTR and FX_WSTR typedefs. | Tom Sepez |
2015-06-10 | Merge to XFA: Cache the CPDF_Annot's subtype, since it should never changes. | Lei Zhang |
2015-06-10 | Merge to XFA: Remove typdefs for pointer types in fx_system.h. | Tom Sepez |
2015-06-09 | Merge to XFA: Use stdint.h types throughout PDFium. | Tom Sepez |
2015-06-09 | Merge to XFA: Remove more cruft from fx_system.h | Tom Sepez |
2015-06-05 | Merge to XFA: Cleanup: Make CPDF_Annot::m_pAnnotDict private. | Lei Zhang |
2015-06-05 | Merge to XFA: Add move constructor for FX string types. | Tom Sepez |
2015-06-04 | Merge to XFA: Move fx_safe_types.h to include/ directory. | Tom Sepez |
2015-06-03 | Merge to XFA: Kill unused IPDF_ classes. | Tom Sepez |
2015-06-02 | Merge to XFA: kill IPDF_DocParser(). | Tom Sepez |
2015-05-28 | Merge to XFA: Fix ALL the include guards. | Tom Sepez |
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 |