Age | Commit message (Expand) | Author |
2018-05-03 | [xfa] Verify field count before accessing | Dan Sinclair |
2018-05-02 | Use pointer instead of ref for CXFA_Box::GetPathArcOrRounded param. | Henrique Nakashima |
2018-05-02 | Add a CFX_XMLDocument class. | Dan Sinclair |
2018-05-02 | Remove out params from CalculateAccWidthAndHeight. Return CFX_Size. | Henrique Nakashima |
2018-05-02 | Remove int out params from reference to pointer in CXFA_Node. | Henrique Nakashima |
2018-05-01 | Transform float out params from reference to pointer in CXFA_Node. | Henrique Nakashima |
2018-05-01 | Transform size out param from reference to pointer in CXFA_Node. | Henrique Nakashima |
2018-05-01 | Transform rect out param from reference to pointer in XFA code. | Henrique Nakashima |
2018-05-01 | Fixes XML Instruction handling in CXFA_DocumentParser. | Dan Sinclair |
2018-04-27 | Add DEPS include_rules for xfa/fwl. | Lei Zhang |
2018-04-26 | Replace some c-style cast with static_cast<> | Tom Sepez |
2018-04-25 | Replace reinterpret_cast with static_cast where possible | Tom Sepez |
2018-04-24 | Switch declaration order to prevent UAF | Ryan Harrison |
2018-04-23 | Revert "Change CFX_XML Save to take a write stream" | dsinclair |
2018-04-23 | Change CFX_XML Save to take a write stream | Dan Sinclair |
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 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-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-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 | Remove CXFA_DocumentParser::m_bDocumentParser flag | Dan Sinclair |
2018-04-12 | Remove CFX_XMLDoc and call the parser directly | 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-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 | 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 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-05 | Make CXFA_Document::m_rgGlobalBinding private | Dan Sinclair |
2018-04-05 | Remove unused param. | Dan Sinclair |
2018-04-05 | Move document data merge code into CXFA_Document file | Dan Sinclair |