summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_extension.cpp
AgeCommit message (Expand)Author
2018-10-22Fix timezone inconsistency in document methods test.Tom Sepez
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-08-10Add proxy for syscall timeRyan Harrison
2018-05-23Remove GetBits32().Lei Zhang
2018-05-17Update third_party/base/compiler_specific.h.Lei Zhang
2018-05-15Cap size of exponent when converting floatsDan Sinclair
2018-05-14Use internal wcstof instead of system wcstod in formcalc lexerDan Sinclair
2018-04-17Use span<> in GetBits32().Tom Sepez
2018-03-13Remove usage of FXSYS_*ASCIIlower/upper methodschromium/3370Ryan Harrison
2018-03-09Explicitly mark helper methods that only operate on ASCII rangesRyan Harrison
2018-02-10Renable -Wimplicit-fallthrough for PDFium.Nico Weber
2017-09-27Remove FXSYS_strlen and FXSYS_wcslenchromium/3226Ryan Harrison
2017-09-18Convert string class namesRyan Harrison
2017-09-05Split fx_guid from fx_extensionDan Sinclair
2017-09-05Split random code from fx_extension.hDan Sinclair
2017-08-31Move fx_extension implementation to cpp fileDan Sinclair
2017-05-10Use FXSYS_IntToTwoHexChars() in more places.Lei Zhang
2017-05-05Encode unicodes in UTF-16BE in ToUnicode mapNicolas Pena
2017-04-21Replace FXSYS_iswdigit with std::iswdigit.Lei Zhang
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-18Use Byte/WideString iteratorsTom Sepez
2017-04-10Fix bytestring passing conventions, part 2.Tom Sepez
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-03-14remove CFX_ArrayTemplate from fx_extension.cppTom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-01-23Update safe numerics package to get bitwise opstsepez
2017-01-10Remove more _LP* typedefs.tsepez
2016-12-07Properly ref count IFX_FileAccess.tsepez
2016-12-07Catch stray Retains() and Releases() outside of RetainPtr<>.tsepez
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-12-02Tidy fx_stream.htsepez
2016-12-01Make more concrete stream classes private to .cpp filestsepez
2016-11-30Convert loose FX_Create* functions into static methodstsepez
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-02Remove FX_BOOL from coretsepez
2016-10-26Fix some FX_BOOL / int noise in fxcrt.chromium/2902tsepez
2016-10-24Rename IFX_ stream nameschromium/2900tsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-06-14Make code compile with clang_use_chrome_plugin (part II)weili
2016-06-07Get rid of NULLs in core/thestig
2016-05-19Remove Release() from IFXCRT_FileAccess.tsepez
2016-05-18Remove c_str() from widestring checksum variant.tsepez
2016-05-12Add CFX_ByteStringC::CharAt() to avoid c_str() and casts.tsepez
2016-04-27Standardize on ASSERT.dsinclair
2016-04-25Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions.tsepez
2016-04-08Make CFX_WideString::FromLocal() take a CFX_ByteStringC argtsepez
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair