Age | Commit message (Expand) | Author |
2015-08-05 | Kill off last uses of FX_NEW in XFA. | Tom Sepez |
2015-08-05 | Merge to XFA: FPDF_Creator can only create file through callbacks. | Tom Sepez |
2015-08-04 | XFA: clang-format all pdfium code. | Nico Weber |
2015-07-31 | Merge to XFA: Kill FX_HFILE | Tom Sepez |
2015-07-23 | Merge to XFA: FX_BOOL combo patch. | Tom Sepez |
2015-07-23 | Merge to XFA - else after returns. | Tom Sepez |
2015-07-01 | Cherry-pick to XFA: Fix some clang warnings with -Wmissing-braces in pdfium. | Nico Weber |
2015-06-19 | Merge to XFA: Do some IWYU cleanups. | Lei Zhang |
2015-06-18 | Replace some Release() calls with virtual destructors. | Tom Sepez |
2015-06-13 | Remove trailing whitespaces in core, XFA edition. | Lei Zhang |
2015-06-13 | Merge to XFA: Cleanup: Remove uses of "this->" in core/ | Lei Zhang |
2015-06-11 | Merge to XFA: Kill FXSYS_mem{cpy,cmp,set.move}{32,8}. | Tom Sepez |
2015-06-10 | Merge to XFA: Remove FX_BSTR and FX_WSTR typedefs. | Tom Sepez |
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-04 | Merge to XFA: Move fx_safe_types.h to include/ directory. | Tom Sepez |
2015-06-03 | Merge to XFA: Fix fx_basic_memmgr_unittest.cpp under stricter GN rules | Tom Sepez |
2015-05-28 | Merge to XFA: Fix ALL the include guards. | 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: 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-13 | Fix integer overflow in conversion from float to integer. | JUN FANG |
2015-05-13 | Merge to XFA: Fix comparison of CFX_ByteString and CFX_WideString. | Tom Sepez |
2015-05-06 | Merge to XFA:Remove FX_STRSIZE casts, use safe conversions | 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: 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-30 | Merge to XFA: Take adavange of unused bytes at end of CFX strings | 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-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-14 | Merge to XFA: Kill CFX_Object. | Tom Sepez |
2015-04-10 | Merge to XFA: Better fix for snprintf non-termination on windows. | Tom Sepez |
2015-04-07 | Merge to XFA: Fix a stack overflow issue caused by an invalid usage of snprintf | Jun Fang |
2015-03-11 | Merge to XFA: Kill remaining sprintfs | Tom Sepez |
2015-02-05 | Merge to XFA: Kill off some more unreachable fopen's. | Tom Sepez |
2015-02-05 | Merge to XFA: Add namespace and-re-arrange PDFium's local copy of /base. | Tom Sepez |
2015-02-04 | Merge to XFA: Prevent base::CheckedNumeric from leaking outside of pdfium. | Tom Sepez |
2015-01-21 | Merge to XFA: Simplify UTF16LE_Encode and add unittest. | Bo Xu |
2015-01-12 | Fix include paths for pdfium_unittests under chromium checkout. | Tom Sepez |
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 |