Age | Commit message (Expand) | Author |
2017-03-31 | Pull in FreeType via DEPS instead. | Lei Zhang |
2017-03-31 | Move FX_FILESIZE to fx_system.h | Tom Sepez |
2017-03-31 | Split fx_dib.h part 2chromium/3059 | Nicolas Pena |
2017-03-31 | Re-arrange fxcrt string files to match naming. | Tom Sepez |
2017-03-31 | Split fx_dib part 1 | Nicolas Pena |
2017-03-30 | vswprintf() part 2: retry when clearly out of space.chromium/3057 | Tom Sepez |
2017-03-30 | vswprintf() part 1: move code, create helper function. | Tom Sepez |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-30 | Move core/fxcrt XML files to core/fxcrt/xml | Dan Sinclair |
2017-03-30 | Avoid one more instance of the anti-pattern in 706346. | Tom Sepez |
2017-03-30 | Move CFX files into fxcrt | Dan Sinclair |
2017-03-30 | Protect against premature mask destruction in CFX_ClipRgn::IntersectRect | Tom Sepez |
2017-03-30 | Use more unique_ptr and std::vector in JBig2_SddProc | Nicolas Pena |
2017-03-30 | Upgrade to FreeType 2.7.1. | Lei Zhang |
2017-03-30 | Account for character size in last CFX_WideString patch. | Tom Sepez |
2017-03-29 | Avoid guessing vsnprintf() buffer length. | Tom Sepez |
2017-03-29 | Remove fgas/localization directory | Dan Sinclair |
2017-03-29 | Fix undefined shift in JBig2_SddProc | Nicolas Pena |
2017-03-29 | Fix MSAN uninitialized value report. | Tom Sepez |
2017-03-28 | Ensure that CFX_RetainPtr move ctor is used by std::vector. | Tom Sepez |
2017-03-28 | Remove unused CFX_ArrayTemplate and CFX_BasicArray. | Tom Sepez |
2017-03-28 | Add bounds check into JBIG2 Arith decoder. | Dan Sinclair |
2017-03-28 | Add JBig2_BitStream ReadNBits unittests | Dan Sinclair |
2017-03-28 | Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" | Tom Sepez |
2017-03-28 | Revert "Refcount all CFX_DIBSources (and subclasses) all the time." | dsinclair |
2017-03-28 | Refcount all CFX_DIBSources (and subclasses) all the time. | Tom Sepez |
2017-03-27 | Cleanup fx_dib_composite part 6chromium/3054 | Nicolas Pena |
2017-03-27 | Convert new into MakeUnique | Dan Sinclair |
2017-03-27 | Verify available bits in bit stream | Dan Sinclair |
2017-03-27 | Fix some ASAN issues in fx_skia_device | Nicolas Pena |
2017-03-27 | Guard against lengths greater then input size | Dan Sinclair |
2017-03-27 | Remove old test expectations after the Mac 10.12 upgrade. | Lei Zhang |
2017-03-27 | Update to zlib 1.2.11 | Adenilson Cavalcanti |
2017-03-27 | fix new tab crash in skia clip stack | Cary Clark |
2017-03-26 | Use PartitionAlloc for JavaScript ArrayBuffers and strings. | Chris Palmer |
2017-03-24 | Use unique_ptr in CFieldTree::Node | Nicolas Pena |
2017-03-24 | Refcount CPDF_CMap all the time.chromium/3052chromium/3051 | Tom Sepez |
2017-03-24 | Fix CFX_FxgeDevice constructor and destructor in Skia | Nicolas Pena |
2017-03-23 | Fix CFX_RetainPtr move-assign semantics. | Tom Sepez |
2017-03-23 | Cleanup fx_dib_composite part 5 | Nicolas Pena |
2017-03-23 | fix skia path debug | Cary Clark |
2017-03-23 | Fix two CloneNonCycle issues | Wei Li |
2017-03-23 | Handle the Clip command list being empty | Dan Sinclair |
2017-03-23 | Revert "Remove CFX_FixedBufGrow" | Nicolás Peña |
2017-03-23 | Remove dead CFX_Edit code and fix some typos. | Lei Zhang |
2017-03-22 | Return errors after validation instead of ASSERT in CPDF_DataAvail | Nicolas Pena |
2017-03-22 | Cleanup fx_dib_composite Part 4 | Nicolas Pena |
2017-03-22 | Fix ASSERT in CPDF_Data_Avail | Nicolas Pena |
2017-03-22 | Remove CFX_FixedBufGrow | Dan Sinclair |
2017-03-21 | Make CPVT_WordPlace more conformant with the prevailing idioms. | Tom Sepez |