summaryrefslogtreecommitdiff
path: root/core/fxcrt/xml/cfx_xmlinstruction.cpp
AgeCommit message (Expand)Author
2018-10-18Remove some useless calls to the CFX_XMLNode ctor from subclasses.Lei Zhang
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-05-02Add a CFX_XMLDocument class.Dan Sinclair
2018-05-01Fix CFX_XML and add unit testsDan Sinclair
2018-04-23Change CFX_XML Save to take a write streamDan Sinclair
2018-04-23Revert "Change CFX_XML Save to take a write stream"dsinclair
2018-04-23Change CFX_XML Save to take a write streamDan Sinclair
2018-04-17Use an IFX_SeekableStream for XML savingdan sinclair
2018-04-13Make CFX_XMLInstruction a subclass of CFX_XMLNodedan sinclair
2018-03-16Make more variables const-ref.chromium/3373Lei Zhang
2018-02-13Split CFX_XMLNode::SaveXMLNode apartDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-09-07Use std::move so this code compiles properly using gcc.chromium/3210chromium/3209Andrew Weintraub
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-19Move fde XML parser to coreDan Sinclair