summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-16Fix UAF in CFGAS_FontMgr::FindFontchromium/3398Ke Liu
2018-04-13Patch lcms to mark data structures as const.chromium/3397Lei Zhang
2018-04-13Fix integer overflow in CPDF_Font::FallbackFontFromCharcodeNicolas Pena
2018-04-13Add test for circular CPDF_Function::Load().Henrique Nakashima
2018-04-13Add CPDF_ColorState::SetPattern().Lei Zhang
2018-04-13Get rid of CPDF_Color::GetColorSpace().Lei Zhang
2018-04-13Add CPDF_Metadata unittestsdan sinclair
2018-04-13Hide XML parsing inside CXFA_XMLLocaledan sinclair
2018-04-13Move SharedForm check to CPDF_Metadata classdan sinclair
2018-04-13Rename the other CPDF_Color::SetValue() variant.Lei Zhang
2018-04-13Make CFX_XMLInstruction a subclass of CFX_XMLNodedan sinclair
2018-04-12Add AsSpan() convenience method to fxcrt strings.Tom Sepez
2018-04-12Rename one CPDF_Color::SetValue() variant.Lei Zhang
2018-04-12Add index parameter to quadpoints getter and setter.Ralf Sippl
2018-04-12Make some CPDF_StreamContentParser methods const.Lei Zhang
2018-04-12More CPDF_Color improvements.Lei Zhang
2018-04-12Slightly simplify CPDF_Color::SetColorSpace().Lei Zhang
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-12Tidy up types in CBC_PDF417HighLevelEncoderRyan Harrison
2018-04-12Fail decode if continuing to get insufficient size errorRyan Harrison
2018-04-12Make the input data to CPDF_ColorSpace::GetRGB() const.Lei Zhang
2018-04-12Change CPDF{XFA}_Page::PageToDevice() to take a CFX_PointF.Lei Zhang
2018-04-12Add return value to FPDF_DeviceToPage().Lei Zhang
2018-04-12Add CPDF_Page::DeviceToPage() / PageToDevice().Lei Zhang
2018-04-12Change some CPDFXFA_Page methods to take rects and points.Lei Zhang
2018-04-12Change GetDisplayMatrix methods to take FX_RECT.Lei Zhang
2018-04-12Make CFX_Font take FX_RECT out params by pointer.Lei Zhang
2018-04-12Clean up some CFX_RenderDevice code.Lei Zhang
2018-04-12Bounds check in CPDF_CMap::GetNextChar.Tom Sepez
2018-04-12Remove CXFA_DocumentParser::m_bDocumentParser flagDan Sinclair
2018-04-12Fixup CFX_XMLParser::GetStatus returnDan Sinclair
2018-04-12Remove CFX_XMLDoc and call the parser directlyDan Sinclair
2018-04-12Cleanup CXFA_FFDocDan Sinclair
2018-04-12Rename CXFA_SimpleParser to CXFA_DocumentParserDan Sinclair
2018-04-12Fold CXFA_DocumentParser into CXFA_FFDocDan Sinclair
2018-04-12Retrieve the XML tree in the DocumentParserDan 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
2018-04-12[xfa] Remove form checksum abilitiesDan Sinclair
2018-04-11Remove CFX_DIBAttribute::m_strAuthorTom Sepez
2018-04-11Fix crash when ColorSpace references itself directly.Henrique Nakashima
2018-04-11Fix issues with PDFium third_party/base/span.hTom Sepez
2018-04-11Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient.Tom Sepez
2018-04-11Make cxfa_fmlexer.cpp resilient to null stringsTom Sepez
2018-04-11Fix trailing whitespace handling in CPDF_StreamParser::ReadInlineStream()Tom Sepez
2018-04-11Reserve space to reduce memory operations while encoding barcodeRyan Harrison
2018-04-11Add documentation about Valgrind LLD workaroundRyan Harrison
2018-04-11Avoid stack overflow when loading CPDF_Function.chromium/3395Henrique Nakashima