summaryrefslogtreecommitdiff
path: root/core/fxcrt
AgeCommit message (Expand)Author
2018-05-07Use checked large integer in ContinueQuickStretchchromium/3424Ryan Harrison
2018-05-07[xml] Move members to method variables in CFX_XMLParserDan Sinclair
2018-05-02[xml] Simplify the CFX_XMLParser parse methodsDan Sinclair
2018-05-02[xml] Rename CFX_XMLParser::ParseTextCharDan Sinclair
2018-05-02Add a CFX_XMLDocument class.Dan Sinclair
2018-05-01Clean up CFX_BidiString.Lei Zhang
2018-05-01Fixes XML Instruction handling in CXFA_DocumentParser.Dan Sinclair
2018-05-01Fix CFX_XML and add unit testsDan Sinclair
2018-04-26Reset entity start when clearing textchromium/3410Dan Sinclair
2018-04-25Remove m_NodeStack from CFX_XMLParserchromium/3408Dan Sinclair
2018-04-24Remove m_CurNodeType from CFX_XMLParserDan Sinclair
2018-04-24Remove CFX_BlockBufferchromium/3406Dan Sinclair
2018-04-24Cleanup CFX_XMLParser entity conversionDan Sinclair
2018-04-24Remove duplicate data extraction from CFX_XMLParserDan Sinclair
2018-04-23Cleanup CFX_XMLParser initializationDan Sinclair
2018-04-23Make CFX_SeekableStreamProxy a subclass of IFX_SeekableReadStreamchromium/3405Dan 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-23Revert "Make CFX_SeekableStreamProxy a subclass of IFX_SeekableReadStream"dsinclair
2018-04-23Make CFX_SeekableStreamProxy a subclass of IFX_SeekableReadStreamdan sinclair
2018-04-23Change CFX_XML Save to take a write streamDan Sinclair
2018-04-19Fix UAF in CFX_XMLElement::SaveKe Liu
2018-04-18Add AsRawSpan() to ByteString.Tom Sepez
2018-04-17Use span<> in GetBits32().Tom Sepez
2018-04-17CFX_XML Cleanupdan sinclair
2018-04-17Add ownership to CFX_XMLNode childrendan sinclair
2018-04-17Remove unused CFX_SeekableStreamProxy constructordan sinclair
2018-04-17Convert CFX_XMLParser to take a IFX_SeekableStreamdan sinclair
2018-04-17Cleanup some seekablestreamproxy codedan sinclair
2018-04-17Remove write abilities from CFX_SeekableStreamProxydan sinclair
2018-04-17Use an IFX_SeekableStream for XML savingdan sinclair
2018-04-17Re-land "Return pdfium::span<char> from ByteString::GetBuffer().""Tom Sepez
2018-04-17Reland "Return pdfium::span<wchar_t> from WideString::GetBuffer().""Tom Sepez
2018-04-16Merge CFX_XMLElement and CFX_XMLAttributeNodedan sinclair
2018-04-16Write out StringViewTemplate::Operator=().Tom Sepez
2018-04-16Revert "Return pdfium::span<wchar_t> from WideString::GetBuffer()."Tom Sepez
2018-04-16Split GetNumbericSymbol into individual methodsdan sinclair
2018-04-16Remove CXMLdan sinclair
2018-04-16Convert CXFA_XMLLocale to CFX_XMLdan sinclair
2018-04-16Revert "Return pdfium::span<char> from ByteString::GetBuffer()."Tom Sepez
2018-04-16Use CFX_XML instead of CXML in CPDF_Metadatadan sinclair
2018-04-13Make CFX_XMLInstruction a subclass of CFX_XMLNodedan sinclair
2018-04-12Add AsSpan() convenience method to fxcrt strings.Tom Sepez
2018-04-12Return pdfium::span<char> from ByteString::GetBuffer().Tom Sepez
2018-04-12Return pdfium::span<wchar_t> from WideString::GetBuffer().Tom Sepez
2018-04-12Fixup CFX_XMLParser::GetStatus returnDan Sinclair
2018-04-12Remove CFX_XMLDoc and call the parser directlyDan Sinclair
2018-04-12Allow retrieving the XML tree from the CFX_XMLDocDan Sinclair
2018-04-12Merge CFX_XMLParser and CFX_XMLSyntaxParserDan Sinclair
2018-04-12Cleanup some CFX_XMLParser codeDan Sinclair