summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
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-12Restore checked strlen conversions.Tom Sepez
2015-05-11Create top-level public/ header directory.Tom Sepez
2015-05-08Move function prototypes to new doc_utils.h fileTom Sepez
2015-05-08Fix compilation under chromium checkouts.Tom Sepez
2015-05-08Fix errors from commit f0a169e.Lei Zhang
2015-05-08Fix a bunch of -Wunused-but-set-variable warnings.Lei Zhang
2015-05-06Support arrays in nonstd::unique_ptr<>.Tom Sepez
2015-05-06Manual revert of ad2a822ce5c3Tom Sepez
2015-05-06Remove FX_STRSIZE casts, use safe conversionsTom Sepez
2015-05-06Fix fx_string.h compile error under chromium checkouts.chromium/2398chromium/2397chromium/2396Tom Sepez
2015-05-06Fix a couple of divide by zero crashes in PNG/TIFF predictors.Lei Zhang
2015-05-05Make sure string constructors are efficient on literalsTom Sepez
2015-05-04Fix issues with != and == in fx_basic_wstringTom Sepez
2015-05-04Kill FX_DEFINEHANDLETom 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 4 bytes per CFX_ByteString where intptr_t smaller than long.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-27SEGV in CFX_BaseSegmentedArray::Iterate() when CS has malformed dictionary.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-23Fix segmentation fault 'denial of service condition'JUN FANG
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-21Fix a regression with cut off images.chromium/2387chromium/2386chromium/2385chromium/2384chromium/2383chromium/2382chromium/2381chromium/2380chromium/2379chromium/2378Lei Zhang
2015-04-21Kill CFX_StringBufTemplate.Tom Sepez
2015-04-21Fix a crashier due to images with abnormal sizeJUN FANG
2015-04-20Remove Release() from CPDF_PageObjectTom Sepez
2015-04-17Remove unused FX_NEW definition.Tom Sepez
2015-04-17Fix all remaining instances of FX_NEW.Tom Sepez
2015-04-17Set m_FontType in CPDF_Font() constructor.Tom Sepez
2015-04-16Make CFX_StockFontArray more robust.Lei Zhang
2015-04-16Replace FX_NEW with new, remove tests from fpdfapiTom Sepez
2015-04-16Replace FX_NEW with new, remove tests from fpdftextTom Sepez
2015-04-16Replace FX_NEW with new, remote tests from fxcodecTom Sepez