summaryrefslogtreecommitdiff
path: root/core/fxcrt
AgeCommit message (Expand)Author
2018-05-24Improve constness for more CPDF_Objects pointers.Lei Zhang
2018-05-23Remove GetBits32().Lei Zhang
2018-05-23Avoid repeated calculations in CFX_BitStream::GetBits().Lei Zhang
2018-05-23Add unit test for CFX_BitStream.Lei Zhang
2018-05-22Make friend RetainPtr<T> statements consistently public.Lei Zhang
2018-05-17Update third_party/base/compiler_specific.h.Lei Zhang
2018-05-16Add support for PartionRealloc to return nullptrRyan Harrison
2018-05-16core: allow building against system icu-ucMiklos Vajna
2018-05-16Remove CFX_BidiLineDan Sinclair
2018-05-16Verify bidi pos is within range before accessingDan Sinclair
2018-05-15Cap size of exponent when converting floatsDan Sinclair
2018-05-14Use internal wcstof instead of system wcstod in formcalc lexerDan Sinclair
2018-05-10Fixup ASSERT in Bidi handling; Add bidi fuzzer.Dan Sinclair
2018-05-08[fm2js] Create fewer CFX_WideTextBuf classesDan Sinclair
2018-05-07Move codepage tables from cpdf_document.cpp to fx_codepage.cppTom Sepez
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