Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-11 | Cleanup ownership of parser members | dsinclair | |
Change m_pXMLDoc and m_pStream in CXFA_SimpleParser to be a unique_ptr. This allows removing the CloseParser() call from CXFA_DocumentParser as the items will get cleaned up automatically. Review-Url: https://codereview.chromium.org/2131653002 | |||
2016-07-11 | Break xfa_parser_imp apart | dsinclair | |
This CL splits the three parsers into individual files to make working with the code easier. Review-Url: https://codereview.chromium.org/2129963002 |