Age | Commit message (Expand) | Author |
2018-02-10 | Renable -Wimplicit-fallthrough for PDFium. | Nico Weber |
2018-01-05 | Convert CXML_Parser::GetAttrValue out param to return | Ryan Harrison |
2017-12-13 | Get rid of CXML_AttrMap. | Lei Zhang |
2017-12-13 | Fix some nits in CXML_Element. | Lei Zhang |
2017-12-13 | Use size_t in CXML_Element and callers. | Lei Zhang |
2017-12-13 | Simplify CXML_Element::GetTagName(). | Lei Zhang |
2017-12-13 | Inline CXML_Element private methods. | Lei Zhang |
2017-12-13 | Remove dead CXML_Element code. | Lei Zhang |
2017-12-07 | Fix WideString::Format instances that should use %ls | Ryan Harrison |
2017-12-01 | Get rid of else after break/continue/return.chromium/3284chromium/3283 | Lei Zhang |
2017-11-16 | Make WideString::{Format|FormatV} static | Dan Sinclair |
2017-10-05 | Remove friends from CXML_Element | Dan Sinclair |
2017-09-27 | Remove FXSYS_strlen and FXSYS_wcslenchromium/3226 | Ryan Harrison |
2017-09-27 | Replace FX_SAFE_STRSIZE with FX_SAFE_SIZE_T | Ryan Harrison |
2017-09-27 | Remove FX_STRSIZE and replace with size_t | Ryan Harrison |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-07 | Use std::move so this code compiles properly using gcc.chromium/3210chromium/3209 | Andrew Weintraub |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-30 | Move CFX_WideTextBuf out of fx_basic | Dan Sinclair |
2017-08-30 | Move CFX_UTF8Decoder out of fx_basic | Dan Sinclair |
2017-08-30 | Cleanup CFX_SeekableStreamProxy | Ryan Harrison |
2017-08-23 | Convert string Find methods to return an Optional | Ryan Harrison |
2017-08-15 | Remove GetAt from string classes | Ryan Harrison |
2017-08-10 | Rename CFX_UTF8Decoder::AppendChar to AppendCodePoint. | Henrique Nakashima |
2017-08-01 | Replace raw value for constant error value in string operations | Ryan Harrison |
2017-07-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |
2017-07-27 | Remove single param Mid() method from string classes | Ryan Harrison |
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-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-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-05-09 | Create common CXML_Object base class for CXML_Content and CXML_Element. | Tom Sepez |
2017-05-04 | Give a couple of char to int functions better names.chromium/3090 | Lei Zhang |
2017-05-04 | Cleanup more null IFX_Pause parameters | Dan Sinclair |
2017-05-01 | Remove more |new|s, part 5 | Tom Sepez |
2017-04-28 | Limit recursion in CXML_Parser::ParseElement(). | Lei Zhang |
2017-04-24 | Use a pdfium-specific unittest main rather than gtest's | Tom Sepez |
2017-04-21 | Replace FXSYS_iswdigit with std::iswdigit. | Lei Zhang |
2017-04-20 | Remove hand-written bsearch from cfx_xmlsyntaxparser.cppchromium/3077 | Tom Sepez |
2017-04-20 | Convert IFX_MemoryStream to CFX_MemoryStream | Dan Sinclair |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-19 | Move fde XML parser to core | Dan Sinclair |
2017-04-18 | Cleanup XML buffer code | Dan Sinclair |
2017-04-17 | Fix buffer management issues in CFX_SAXReader. | Tom Sepez |
2017-04-17 | Replace indirect calls with switch in CFX_SaxReader. | Tom Sepez |
2017-04-17 | Add unit test for CFX_SAXReader. | Tom Sepez |