Age | Commit message (Expand) | Author |
2017-07-19 | Converting CFX_ByteTextBuf to ostringstream in SAX. | Henrique Nakashima |
2017-07-19 | Revert "Converting CFX_ByteTextBuf to ostringstream in SAX." | Henrique Nakashima |
2017-07-19 | Avoid unterminated string segment in cfx_saxreaderhandler.cpp | Tom Sepez |
2017-07-19 | Prevent more crashes in wcsftime. | Lei Zhang |
2017-07-17 | Add CFX_FloatRect::GetDeflated | dan sinclair |
2017-07-13 | Use PartitionAlloc with PartitionAllocReturnNull | Nicolas Pena |
2017-07-13 | Move CPWL_Utils::ScaleRect to CFX_FloatRect | Dan Sinclair |
2017-07-13 | Move CPWL_Utils::GetCenterSquare to CFX_FloatRect | Dan Sinclair |
2017-07-07 | core: fix -Wshadow warningschromium/3153 | Miklos Vajna |
2017-07-07 | Convert c-style casts in fx_memory.h into static_casts | Ryan Harrison |
2017-06-30 | Remove hand rolled bsearch from HTMLSTR2Code | Ryan Harrison |
2017-06-29 | Change SetReverse to GetInverse in CFX_Matrix | Nicolas Pena |
2017-06-28 | Add << overload for CFX_StringCTemplate classeschromium/3144 | Ryan Harrison |
2017-06-28 | Add << overload for CFX_WideString | Ryan Harrison |
2017-06-27 | Add empty string test case for ostream << CFX_ByteString. | Henrique Nakashima |
2017-06-27 | Adding overload for ostream << CFX_ByteString | Henrique Nakashima |
2017-06-23 | Cleaning up fx_string_testhelpers. | Henrique Nakashima |
2017-06-22 | Add a |gGeneralPartitionAllocator| and use it in the |FX_*Alloc| wrappers.chromium/3142chromium/3141chromium/3140chromium/3139 | Chris Palmer |
2017-06-19 | Use EXPECT_STREQ() in fx_system_unittest.cpp. | Lei Zhang |
2017-06-19 | Converting CFX_ByteTextBuf to ostringstream in SAX. | Henrique Nakashima |
2017-06-19 | Converting CFX_ByteTextBuf to ostringstream in cxml_parser.cpp. | Henrique Nakashima |
2017-06-16 | Avoid a crash inside wcsftime() on Windows.chromium/3135chromium/3134chromium/3133 | Lei Zhang |
2017-06-09 | Revert "Revert "Adding constructor of CFX_ByteString that takes a std::ostrin... | Henrique Nakashima |
2017-06-08 | Revert "Adding constructor of CFX_ByteString that takes a std::ostringstream." | Henrique Nakashima |
2017-06-08 | Adding constructor of CFX_ByteString that takes a std::ostringstream. | Henrique Nakashima |
2017-06-05 | Add start of CFGAS_FormatString tests | Dan Sinclair |
2017-05-26 | Rename Probe() to ProbeForLowSeverityLifetimeIssue(). | Tom Sepez |
2017-05-26 | Use more STL algorithms in fx_coordinates.cpp. | Lei Zhang |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-05-22 | CFX_ByteStringC: avoid taking unreferenceable vector::data() ptr.chromium/3108 | Tom Sepez |
2017-05-19 | Back-fill some functionality for CFX_UnownedPtr | Tom Sepez |
2017-05-18 | Use UnownedPtr to check CFX_*StringC lifetimeschromium/3104 | Tom Sepez |
2017-05-17 | CFX_UnownedPtr: check during assignment time as well. | Tom Sepez |
2017-05-16 | Introduce CFX_UnownedPtr to detect lifetime inversion issues. | Tom Sepez |
2017-05-15 | Add a WriteString method to IFX_WriteStream | dan sinclair |
2017-05-11 | Fixup Initialize spellingchromium/3097 | Dan Sinclair |
2017-05-10 | Store the offset in the archive buffer | Dan Sinclair |
2017-05-10 | Cleaning up Edit code | Dan Sinclair |
2017-05-10 | Use FXSYS_IntToTwoHexChars() in more places. | Lei Zhang |
2017-05-09 | Create common CXML_Object base class for CXML_Content and CXML_Element. | Tom Sepez |
2017-05-09 | Use CXFA_TextUserData in place of CFX_Retainable where possible. | Tom Sepez |
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-05-04 | Cleanup CFX_CharMap | Dan Sinclair |
2017-05-04 | Cleanup more null IFX_Pause parameters | Dan Sinclair |
2017-05-04 | Move O_BINARY and O_LARGEFILE defintions | Tom Sepez |
2017-05-04 | Remove FXSYS_wfopen(), it is totally unused. | Tom Sepez |
2017-05-01 | Remove more |new|s, part 5 | Tom Sepez |
2017-05-01 | Add PDF reference to CFX_Matrix comment | Nicolas Pena |
2017-04-28 | Limit recursion in CXML_Parser::ParseElement(). | Lei Zhang |