summaryrefslogtreecommitdiff
path: root/core/src/fxcrt
AgeCommit message (Expand)Author
2015-01-12Merge to master: Fix include paths for pdfium_unittests under chromium checkoutTom Sepez
2015-01-09Fix -Wnon-virtual-dtor compiler warnings.Tom Sepez
2015-01-07Finish unit test for CFX_ByteStringC class.Tom Sepez
2015-01-07Add ostream helpers for FX String classes.Tom Sepez
2014-12-30Get rid of FX_LPCSTR cast.Bo Xu
2014-12-29Create pdfium_unittests binary.Tom Sepez
2014-12-08Getting rid of more (FX_LPCWSTR) casts and fixing two bugs revealed by this.Bruce Dawson
2014-11-17Removing unnecessary casts from wchar_t* to wchar_t*, by various names.Bruce Dawson
2014-11-17Zero initialize ch to avoid possible bug - conditions are very subtle.Bruce Dawson
2014-11-14Remove FX_LPCWSTR cast to wchar_t* literalsBo Xu
2014-09-19Fix a bug when assign the generation number of indirect objectschromium/2166chromium/2165Bo Xu
2014-08-13Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes.Tom Sepez
2014-08-07Change '>=' back to '>' in extension.h due to bad fixchromium/2122chromium/2121chromium/2120chromium/2119chromium/2118Jun Fang
2014-07-31Correct the names of the FX_SAFE_* typedefs.Chris Palmer
2014-07-30Fix the potential integer overflow from 'offset+size' in extension.h and fpdf...JUN FANG
2014-07-29Remove a few unused variables, functions, and tables.Nico Weber
2014-07-24CalRGB color correctionBo Xu
2014-07-24This change is for fixing the potential integer overflow from "offset + size"JUN FANG
2014-07-23Refactor CFX_BasicArray.chromium/2112chromium/2111chromium/2110chromium/2109chromium/2108chromium/2107chromium/2106chromium/2105chromium/2104Chris Palmer
2014-07-23Check for integer overflow in CFX_BasicArray.Chris Palmer
2014-07-18pdfium: Fix all -Wdelete-non-virtual-dtor violations on Mac.Nico Weber
2014-07-14Fix an out-of-boundary issue for wide stringBo Xu
2014-07-08Remove custom memory managerBo Xu
2014-07-08Fix integer overflow in fx_basic_[bw]string.cpp.Chris Palmer
2014-07-07Integer overflow in fx_basic.h and fx_memory.hfoxit
2014-06-30Remove "this==NULL" and adjust corresponding callersBo Xu
2014-05-27Fix memory leak on array size overflow.Bo Xu
2014-05-24Fix warnings in android build, fix font rendering issue, fix issue 357588: wr...Bo Xu
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek