Age | Commit message (Expand) | Author |
2018-08-10 | Kill some optional parameters that are always supplied. | Tom Sepez |
2018-08-10 | Add proxy for syscall time | Ryan Harrison |
2018-06-19 | Speculative fix for segv destroying CPDF_PageObjectHolder::m_GraphicsMap | Tom Sepez |
2018-05-23 | Remove GetBits32(). | Lei Zhang |
2018-05-16 | core: allow building against system icu-uc | Miklos Vajna |
2018-04-17 | Use span<> in GetBits32(). | Tom Sepez |
2018-03-13 | Remove usage of FXSYS_*ASCIIlower/upper methodschromium/3370 | Ryan Harrison |
2018-03-12 | Remove all usages of FXSYS_iswASCIIspacechromium/3369 | Ryan Harrison |
2018-03-12 | Remove all usages of FXSYS_iswASCIIalpha | Ryan Harrison |
2018-03-12 | Remove all usages of FXSYS_iswASCIIalnum | Ryan Harrison |
2018-03-09 | Explicitly mark helper methods that only operate on ASCII ranges | Ryan Harrison |
2017-09-05 | Split fx_guid from fx_extension | Dan Sinclair |
2017-09-05 | Split random code from fx_extension.h | Dan Sinclair |
2017-08-31 | Cleanup fx_basic_* files | Dan Sinclair |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-05-05 | Encode unicodes in UTF-16BE in ToUnicode map | Nicolas Pena |
2017-05-04 | Give a couple of char to int functions better names.chromium/3090 | Lei Zhang |
2017-04-25 | Use fx_extension.h utilities in more places. | Lei Zhang |
2017-04-21 | Replace FXSYS_iswdigit with std::iswdigit. | Lei Zhang |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |