Age | Commit message (Expand) | Author |
2018-04-17 | XFA_XPDPacket_MergeRootNode is dead code, too. | Tom Sepez |
2018-04-17 | Base64 stuff is all dead code in cxfa_ffdoc.cpp | Tom Sepez |
2018-04-17 | CFX_XML Cleanup | dan sinclair |
2018-04-17 | Add ownership to CFX_XMLNode children | dan sinclair |
2018-04-17 | Remove unimplemented CXFA_DataExporter private header | dan sinclair |
2018-04-17 | Convert CFX_XMLParser to take a IFX_SeekableStream | dan sinclair |
2018-04-17 | Remove unused CFX_SeekableStreamProxy From CFGAS_GEFont | dan sinclair |
2018-04-17 | Cleanup some seekablestreamproxy code | dan sinclair |
2018-04-17 | Remove write abilities from CFX_SeekableStreamProxy | dan sinclair |
2018-04-17 | Use IFX_SeekableStream in xfa_utils | dan sinclair |
2018-04-17 | Use an IFX_SeekableStream for XML saving | dan sinclair |
2018-04-17 | Use span in CXFA_LocaleValue::GetDoubleNum()chromium/3399 | Tom Sepez |
2018-04-17 | Reland "Return pdfium::span<wchar_t> from WideString::GetBuffer()."" | Tom Sepez |
2018-04-17 | Implement FORM_GetFocusedText() API. | Lei Zhang |
2018-04-16 | Merge CFX_XMLElement and CFX_XMLAttributeNode | dan sinclair |
2018-04-16 | Revert "Return pdfium::span<wchar_t> from WideString::GetBuffer()." | Tom Sepez |
2018-04-16 | Split GetNumbericSymbol into individual methods | dan sinclair |
2018-04-16 | Convert CXFA_XMLLocale to CFX_XML | dan sinclair |
2018-04-16 | Add CXFA_XMLLocale unittests | dan sinclair |
2018-04-16 | Fix UAF in CFGAS_FontMgr::FindFontchromium/3398 | Ke Liu |
2018-04-13 | Hide XML parsing inside CXFA_XMLLocale | dan sinclair |
2018-04-13 | Move SharedForm check to CPDF_Metadata class | dan sinclair |
2018-04-13 | Make CFX_XMLInstruction a subclass of CFX_XMLNode | dan sinclair |
2018-04-12 | Return pdfium::span<wchar_t> from WideString::GetBuffer(). | Tom Sepez |
2018-04-12 | Make CFX_Font take FX_RECT out params by pointer. | Lei Zhang |
2018-04-12 | Remove CXFA_DocumentParser::m_bDocumentParser flag | Dan Sinclair |
2018-04-12 | Remove CFX_XMLDoc and call the parser directly | Dan Sinclair |
2018-04-12 | Cleanup CXFA_FFDoc | Dan Sinclair |
2018-04-12 | Rename CXFA_SimpleParser to CXFA_DocumentParser | Dan Sinclair |
2018-04-12 | Fold CXFA_DocumentParser into CXFA_FFDoc | Dan Sinclair |
2018-04-12 | Retrieve the XML tree in the DocumentParser | Dan Sinclair |
2018-04-12 | Allow retrieving the XML tree from the CFX_XMLDoc | Dan Sinclair |
2018-04-12 | Cleanup some CFX_XMLParser code | Dan Sinclair |
2018-04-12 | [xfa] Remove form checksum abilities | Dan Sinclair |
2018-04-11 | Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient. | Tom Sepez |
2018-04-11 | Make cxfa_fmlexer.cpp resilient to null strings | Tom Sepez |
2018-04-10 | Remove CFX_Rect. | Lei Zhang |
2018-04-10 | Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref. | Lei Zhang |
2018-04-10 | Break down CXFA_FFWidget::On{L|R}ButtonDown() into two steps. | Henrique Nakashima |
2018-04-10 | Merge CXFA_SimpleParser::{Start|Do}Parsechromium/3394 | Dan Sinclair |
2018-04-09 | Merge CXFA_DocumentParser::{Start|Do}Parse methods | Dan Sinclair |
2018-04-09 | Merge CXFA_FFDoc::{Start|Do|Stop}Load methods | Dan Sinclair |
2018-04-09 | Revert "Remove CXFA nodes instead of CFX_XML nodes" | dsinclair |
2018-04-09 | Move the CFX_XMLParser out of CXFA_SimpleParser | Dan Sinclair |
2018-04-09 | Remove m_pOldFocusWidget from CXFA_FFDocView. | Henrique Nakashima |
2018-04-09 | Remove CXFA nodes instead of CFX_XML nodes | Dan Sinclair |
2018-04-09 | Move code to set XML value to CXFA_Node | Dan Sinclair |
2018-04-06 | Fix typos in CXFA_FMParser.chromium/3391 | Lei Zhang |
2018-04-05 | Make CXFA_Document::m_rgGlobalBinding private | Dan Sinclair |
2018-04-05 | Remove unused param. | Dan Sinclair |