summaryrefslogtreecommitdiff
path: root/core/fxcrt/xml/cxml_parser.cpp
AgeCommit message (Expand)Author
2017-08-23Convert string Find methods to return an OptionalRyan Harrison
2017-08-15Remove GetAt from string classesRyan Harrison
2017-08-10Rename CFX_UTF8Decoder::AppendChar to AppendCodePoint.Henrique Nakashima
2017-08-01Replace raw value for constant error value in string operationsRyan Harrison
2017-07-28Convert calls to Mid() to Left() or Right() if possibleRyan Harrison
2017-07-27Remove single param Mid() method from string classesRyan Harrison
2017-06-19Converting CFX_ByteTextBuf to ostringstream in cxml_parser.cpp.Henrique Nakashima
2017-05-09Create common CXML_Object base class for CXML_Content and CXML_Element.Tom Sepez
2017-05-04Give a couple of char to int functions better names.chromium/3090Lei Zhang
2017-04-28Limit recursion in CXML_Parser::ParseElement().Lei Zhang
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-18Cleanup XML buffer codeDan Sinclair
2017-03-30Move core/fxcrt XML files to core/fxcrt/xmlDan Sinclair