Age | Commit message (Expand) | Author |
2016-09-15 | Add string pools to save storage. | tsepez |
2016-09-15 | Add short-cut in CFX_{Byte,Wide}String::Operator<() | tsepez |
2016-06-23 | Improve hint table validation checks. | thestig |
2016-06-14 | Make code compile with clang_use_chrome_plugin (part II) | weili |
2016-05-13 | Make CFX_ByteString(const CFX_ByteStringC&) explicit. | tsepez |
2016-05-13 | Make CFX_WideString(const CFX_WideString&) explicit. | tsepez |
2016-05-13 | Templatize CFX_{Byte,Wide}StringC | tsepez |
2016-05-12 | Add CFX_ByteStringC::CharAt() to avoid c_str() and casts. | tsepez |
2016-05-12 | Fix comment in fx_string.h | tsepez |
2016-05-11 | Add much-needed Find() method for CFX_*StringC | tsepez |
2016-05-11 | Use bytestringC rather than raw ptr/len pairs in syntax parser | tsepez |
2016-04-20 | Inline CFX_WideString::c_str. | dsinclair |
2016-04-20 | Standalone GN build. | dsinclair |
2016-04-19 | Remove a few more char* members from structs/classes. | tsepez |
2016-04-14 | Still more comments about strings | tsepez |
2016-04-14 | Update comments about string constructors | tsepez |
2016-04-14 | Replace calls to deprecated CFX_{Wide,Byte}String::Empty() | tsepez |
2016-04-13 | Remove implicit cast from CFX_WideString to (const wchar_t*) | tsepez |
2016-04-13 | Remove implicit cast from CFX_ByteString to (const char*). | tsepez |
2016-04-11 | Avoid copying in TrimRight() and TrimLeft() if possible. | tsepez |
2016-04-08 | Make converstion explicit from CFX_ByteString to uint8_t* | tsepez |
2016-04-08 | Rename both As{Byte,Wide}StringC() helpers to AsStringC(). | tsepez |
2016-04-08 | Remove CFX_ByteString::Load() and operator= for CFX_ByteTextBuf | tsepez |
2016-04-08 | Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg | tsepez |
2016-04-06 | Make wide strings use StringData template | tsepez |
2016-04-06 | Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. | tsepez |
2016-04-06 | Rename CFX_WideStringC::raw_str() to c_str() | tsepez |
2016-04-05 | Make StringData a templated class. | tsepez |
2016-04-05 | Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. | tsepez |
2016-04-05 | Rename GetCStr and GetPtr to match CFX_ByteString. | dsinclair |
2016-04-04 | Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. | tsepez |
2016-04-01 | Re-land "Use CFX_RetainPtr to ref count CFX_ByteString"" | tsepez |
2016-04-01 | Remove CFX_{Byte,Wide}String::Equal in favor of "==". | tsepez |
2016-03-31 | Revert "Use CFX_RetainPtr to ref count CFX_ByteString"chromium/2700chromium/2699chromium/2698chromium/2697 | tsepez |
2016-03-30 | Use CFX_RetainPtr to ref count CFX_ByteStringchromium/2696 | tsepez |
2016-03-29 | Code change to avoid signed/unsigned mismatch warnings. | Wei Li |
2016-03-25 | Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692 | tsepez |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |