Age | Commit message (Expand) | Author |
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: 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-05-28 | Merge to XFA: Fix ALL the include guards. | 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-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-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-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-06 | Merge to XFA: Fix IWYU in fxcrt headers. | Tom Sepez |
2015-03-11 | Merge to XFA: Kill remaining sprintfs | 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-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-01-26 | Merge to XFA: Fix infinite recursion in CPDF_Parser::ParseIndirectObjectAt(). | Tom Sepez |
2015-01-21 | Merge to XFA: Simplify UTF16LE_Encode and add unittest. | Bo Xu |
2015-01-09 | merge to XFA: Fix -Wnon-virtual-dtor compiler warnings. | Tom Sepez |
2015-01-07 | Merge to XFA: Finish unit test for CFX_ByteStringC class. | Tom Sepez |
2015-01-07 | Merge to XFA: Add ostream helpers for FX String classes. | Tom Sepez |
2015-01-05 | XFA: merge patch from CL 729293003, use FX_ArraySize for safety | Bruce Dawson |
2014-12-30 | XFA: merge patch from CL 733693003, get rid of FX_LPCSTR cast | Bo Xu |
2014-12-23 | XFA: merge patch from CL 733693003, getting rid of more casts | Bruce Dawson |
2014-11-18 | Merge to XFA: patch from CL 738433003 | Bruce Dawson |
2014-11-17 | Merge to XFA: patch from CL 730993002 | Bo Xu |
2014-11-03 | Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 | Bo Xu |
2014-08-13 | Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes. | Tom Sepez |
2014-08-07 | When normalize coordinate, return instead of assert() when divide by 0 | Bo Xu |
2014-07-31 | Correct the names of the FX_SAFE_* typedefs. | Chris Palmer |