Age | Commit message (Expand) | Author |
2017-04-10 | Fix bytestring passing conventions, part 2. | Tom Sepez |
2017-04-07 | Create initializer-list ctor for strings. | Tom Sepez |
2017-04-06 | Fix unit tests to initialize PartitionAlloc. | Chris Palmer |
2017-04-06 | Cleanup nits from previous XML Cl | dan sinclair |
2017-04-06 | Remove the length reference from XMLSyntaxParser | dan sinclair |
2017-04-04 | Cleanup CFX_BlockBuffer | Dan Sinclair |
2017-04-03 | Split the FDE XML file into indiviual class files. | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from util methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from wide string methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from file methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-04-03 | Add test case for bug_707479 | Tom Sepez |
2017-04-03 | Drop FXSYS_ from string methods | Dan Sinclair |
2017-04-03 | Do not shrink buffer before examining last byte in TryVSWPrintF | Tom Sepez |
2017-04-03 | Minor cleanups | Dan Sinclair |
2017-03-31 | Use PartitionFreeGeneric for the strings partition, not PartitionFree. | Chris Palmer |
2017-03-31 | Move FX_FILESIZE to fx_system.h | Tom Sepez |
2017-03-31 | Re-arrange fxcrt string files to match naming. | Tom Sepez |
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 | Move CFX files into fxcrt | Dan Sinclair |
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 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-26 | Use PartitionAlloc for JavaScript ArrayBuffers and strings. | Chris Palmer |
2017-03-23 | Fix CFX_RetainPtr move-assign semantics. | Tom Sepez |
2017-03-23 | Revert "Remove CFX_FixedBufGrow" | Nicolás Peña |
2017-03-22 | Remove CFX_FixedBufGrow | Dan Sinclair |
2017-03-21 | Move colorspace specific code to colorspace class | Dan Sinclair |
2017-03-21 | Replace CFX_FileSizeListArray with a std::map | Dan Sinclair |
2017-03-17 | Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046 | Lei Zhang |
2017-03-16 | Create common base class for TxtBreak and RTFBreak. | Dan Sinclair |
2017-03-16 | Compare to epsilon instead of 0 in CFX_Matrix::SetReverse | Nicolas Pena |
2017-03-15 | Refactor some CPDF_ColorSpace code. | Lei Zhang |
2017-03-15 | Fix botch introduced at 193e6ca, try 2. | Tom Sepez |
2017-03-15 | Cleanup nits from prior CLs | Dan Sinclair |
2017-03-15 | Replace FX_POSITION in GFGAS_FontMgr with bool | Dan Sinclair |
2017-03-15 | Add IndexInBounds() convenience routine. | Tom Sepez |
2017-03-14 | remove CFX_ArrayTemplate from fx_extension.cpp | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_DOUBLE with underlying double type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-03-14 | Merge text breaking helper classes. | Dan Sinclair |
2017-03-13 | Remove TextBreak rotation code | Dan Sinclair |