summaryrefslogtreecommitdiff
path: root/core/include/fxcrt
AgeCommit message (Expand)Author
2015-11-06Merge to XFA: Fix all relative includes to third_party.Lei Zhang
2015-10-29XFA: Manual merge of Clean up IFX_BidiCharLei Zhang
2015-10-26XFA: Remove unused FXSYS_i64tow()Tom Sepez
2015-10-23Merge to XFA: Cleanup: Remove unused CPDF_Stream::Clone().Lei Zhang
2015-10-19Merge to XFA: Sanity check the values of TRUE and FALSE.Lei Zhang
2015-10-19Merge to XFA: Remove some checks for object creation failures. They cannot fail.Lei Zhang
2015-10-16fxcrt convergence - XFA side.Tom Sepez
2015-10-02Merge to XFA: Get rid of gotos in CPDF_SyntaxParser and FlateUncompress().Lei Zhang
2015-10-01XFA: Remove checks in fxcrt now that new can't return 0.Lei Zhang
2015-10-01Merge to XFA: Clean up some image decoder classes:Lei Zhang
2015-09-22Merge to XFA: Change nonstd::unique_ptr to take a custom deleter.Lei Zhang
2015-08-19Merge to XFA: Remove more dead code from fx_basic.hTom Sepez
2015-08-19Merge to XFA: FX_CMapDwordToDword considered harmful.Tom Sepez
2015-08-19Merge to XFA: CFX_MapByteStringToPtr considered harmful (combo patch).Tom Sepez
2015-08-14Merge to XFA: Don't bother checking pointers before delete[] and FX_Free().Lei Zhang
2015-08-05Mert to XFA: Remove the unused IFX_StreamRead::SetRange() mechanism.Tom Sepez
2015-08-05Kill off last uses of FX_NEW in XFA.Tom Sepez
2015-08-05Merge to XFA: FPDF_Creator can only create file through callbacks.Tom Sepez
2015-08-04XFA: clang-format all pdfium code.Nico Weber
2015-07-31Merge to XFA: Kill FX_HFILETom Sepez
2015-06-19Merge to XFA: Do some IWYU cleanups.Lei Zhang
2015-06-19Merge to XFA: Fix -Winconsistent-missing-override warnings.Lei Zhang
2015-06-19Fix -Wnon-virtual-dtor warnings on the XFA branch.Lei Zhang
2015-06-18Replace some Release() calls with virtual destructors.Tom Sepez
2015-06-13Remove trailing whitespaces in core, XFA edition.Lei Zhang
2015-06-13Merge to XFA: Cleanup: Remove uses of "this->" in core/Lei Zhang
2015-06-11Merge to XFA: Kill FXSYS_mem{cpy,cmp,set.move}{32,8}.Tom Sepez
2015-06-10Merge to XFA: Remove FX_BSTR and FX_WSTR typedefs.Tom Sepez
2015-06-10Merge to XFA: Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Merge to XFA: Use stdint.h types throughout PDFium.Tom Sepez
2015-06-09Merge to XFA: Remove more cruft from fx_system.hTom Sepez
2015-06-05Merge to XFA: Add move constructor for FX string types.Tom Sepez
2015-06-04Merge to XFA: Move fx_safe_types.h to include/ directory.Tom Sepez
2015-05-28Merge to XFA: Fix ALL the include guards.Tom Sepez
2015-05-18Merge to XFA: Add safe FX_Alloc2D() macroTom Sepez
2015-05-15Merge to XFA: Abort on OOM by default in FX_Alloc().Tom Sepez
2015-05-15Merge to XFA: Remove FX_NEW_VECTOR() macros.Tom Sepez
2015-05-15Merge to XFA: Fix potential UAF in ConcatInPlace.Tom Sepez
2015-05-14Merge to XFA: Make CFX_StringData be scoped by CFX_Bytestring and add methods.Tom Sepez
2015-05-12Merge to XFA: Restore checked strlen conversions.Tom Sepez
2015-05-08Merge to XFA: Fix a bunch of -Wunused-but-set-variable warnings.Lei Zhang
2015-05-08Merge to XFA: Fix compilation under chromium checkouts.Tom Sepez
2015-05-06Merge to XFA: Support arrays in nonstd::unique_ptr<>.Tom Sepez
2015-05-06Merge to XFA:Remove FX_STRSIZE casts, use safe conversionsTom Sepez
2015-05-06Merge to XFA: Fix fx_string.h compile error under chromium checkouts.Tom Sepez
2015-05-05Merge to XFA: Make sure string constructors are efficient on literalsTom Sepez
2015-05-04Merge to XFA: Fix issues with != and == in fx_basic_wstringTom Sepez
2015-05-04Merge to XFA: Kill FX_DEFINEHANDLETom Sepez
2015-05-04Merge to XFA: Fix issuse with != and == shown by fx_basic_bstring unit tests.Tom Sepez
2015-05-01Merge to XFA: Backfill some FX String/StringC unit tests for == and !=.Tom Sepez