summaryrefslogtreecommitdiff
path: root/core/src/fxcrt
AgeCommit message (Expand)Author
2015-07-22Revert "Fix else-after-returns throughout pdfium."Tom Sepez
2015-07-22Fix else-after-returns throughout pdfium.Tom Sepez
2015-07-01Fix some clang warnings with -Wmissing-braces in pdfium.Nico Weber
2015-06-17Replace some Release() calls with virtual destructors.Tom Sepez
2015-06-15Do some IWYU cleanups.Lei Zhang
2015-06-11Remove trailing whitespaces in core.Lei Zhang
2015-06-11Kill FXSYS_mem{cpy,cmp,set.move}{32,8}.Tom Sepez
2015-06-10Cleanup: Remove uses of "this->" in core/Lei Zhang
2015-06-10Remove FX_BSTR and FX_WSTR typedefs.chromium/2434chromium/2433chromium/2432chromium/2431chromium/2430Tom Sepez
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Use stdint.h types throughout PDFium.Tom Sepez
2015-06-08Remove more cruft from fx_system.hTom Sepez
2015-06-04Move fx_safe_types.h to include/ directory.Tom Sepez
2015-06-03Fix fx_basic_memmgr_unittest.cpp under stricter GN ruleschromium/2426chromium/2425chromium/2424chromium/2423chromium/2422Tom Sepez
2015-05-28Fix ALL the include guards.Tom Sepez
2015-05-19Re-land: Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-19Revert "Remove FX_Alloc() null checks now that it can't return NULL."Tom Sepez
2015-05-19Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-18Add safe FX_Alloc2D() macroTom Sepez
2015-05-15Disable allocation tests that hose the bot.Tom Sepez
2015-05-15Abort on OOM by default in FX_Alloc().Tom Sepez
2015-05-15Fix potential UAF in ConcatInPlace.Tom Sepez
2015-05-14Make CFX_StringData be scoped by CFX_Bytestring and add methods.chromium/2421chromium/2420chromium/2419chromium/2418chromium/2417chromium/2416chromium/2415chromium/2414chromium/2413chromium/2412chromium/2411chromium/2410chromium/2409chromium/2408chromium/2407chromium/2406chromium/2405chromium/2404Tom Sepez
2015-05-13Fix integer overflow in conversion from float to integer.JUN FANG
2015-05-13Fix comparison of CFX_ByteString and CFX_WideString against empty literals.Tom Sepez
2015-05-06Remove FX_STRSIZE casts, use safe conversionsTom Sepez
2015-05-05Make sure string constructors are efficient on literalsTom Sepez
2015-05-04Fix issues with != and == in fx_basic_wstringTom Sepez
2015-05-04Fix issuse with != and == shown by fx_basic_bstring unit tests.Tom Sepez
2015-05-01Backfill some FX StringC unit tests for == and !=.Tom Sepez
2015-05-01Backfill some FX String unit tests for == and !=.Tom Sepez
2015-05-01Save 8 bytes in each CFX_ByteString/WideString (on "LP64" platforms).Tom Sepez
2015-04-30Take adavange of unused bytes at end of widestringTom Sepez
2015-04-30Try to take advantage of unused bytes at end of CFX_ByteString.Tom Sepez
2015-04-28Make CFX_WideString::LockBuffer() completely unused.Tom Sepez
2015-04-28Revert "Make CFX_WideString::LockBuffer() completely unused."Tom Sepez
2015-04-28Make CFX_WideString::LockBuffer() completely unused.Tom Sepez
2015-04-27Revert "Make CFX_WideString::LockBuffer() completely unused."Tom Sepez
2015-04-27Make CFX_WideString::LockBuffer() completely unused.Tom Sepez
2015-04-27Fix windows-specific usage of CFX_WideStr::operator LPCWSTR().Tom Sepez
2015-04-27Reduce usage of operator LPCWSTR from CFX_WideString().Tom Sepez
2015-04-27Revert "Kill operator LPCWSTR from CFX_WideString()."Tom Sepez
2015-04-27Kill operator LPCWSTR from CFX_WideString().Tom Sepez
2015-04-22Add missing operators for CFX_WideStringC.Tom Sepez
2015-04-22Add missing operators for CFX_ByteStringC.Tom Sepez
2015-04-22Add missing operators for CFX_WideStringTom Sepez
2015-04-22Add missing operators for CFX_ByteString.Tom Sepez
2015-04-21Kill CFX_StringBufTemplate.Tom Sepez
2015-04-17Fix all remaining instances of FX_NEW.Tom Sepez
2015-04-15Remove checks in fxcrt now that FX_NEW can't return 0.Tom Sepez