Age | Commit message (Expand) | Author |
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 |
2018-04-05 | Move document data merge code into CXFA_Document file | Dan Sinclair |
2018-04-05 | Remove spellchecking code from XFAchromium/3390 | Ryan Harrison |
2018-04-04 | Caret blinks with lower frequency in XFA text field. | Henrique Nakashima |
2018-04-04 | Fix XFA caret blinking only while mouse moves.chromium/3389 | Henrique Nakashima |
2018-04-04 | [fwl] Restrict setting cursor outside text bounds | Dan Sinclair |
2018-04-03 | Re-arrange so inline vectors come last in structs. | Tom Sepez |
2018-03-28 | Smaller post expression set | Dan Sinclair |
2018-03-27 | Simplify some XFA font manager creationchromium/3382 | Dan Sinclair |
2018-03-27 | Remove unused FX_TXTRUN::pIdentity | Dan Sinclair |
2018-03-27 | Cleanup some CFDE_Data structs | Dan Sinclair |
2018-03-27 | Remove CXFA_FFNotify proxy methods | Dan Sinclair |
2018-03-27 | Remove unused CXFA_FFNotify method | Dan Sinclair |
2018-03-27 | Cleanup CXFA_LocaleMgr | Dan Sinclair |
2018-03-21 | Rename one ArgbEncode() variant to AlphaAndColorRefToArgb(). | Lei Zhang |
2018-03-20 | Change ArgbToColorRef() to ArgbToAlphaAndColorRef().chromium/3377 | Lei Zhang |
2018-03-15 | Rename FX_COLORREF variables from "rgb" to "bgr". | Lei Zhang |
2018-03-12 | Remove all usages of FXSYS_iswASCIIspacechromium/3369 | Ryan Harrison |
2018-03-12 | Remove all usages of FXSYS_iswASCIIalpha | Ryan Harrison |
2018-03-09 | Explicitly mark helper methods that only operate on ASCII ranges | Ryan Harrison |