Age | Commit message (Expand) | Author |
2018-02-19 | Remove base class ToJavaScript methods in FormCalc | dan sinclair |
2018-02-19 | Cleanup JS generation in formcalc. | dan sinclair |
2018-02-19 | Inline FormCalc method names | dan sinclair |
2018-02-19 | Inline some formcalc identifiers | dan sinclair |
2018-02-19 | Merge FormCalc to JavaScript methods | dan sinclair |
2018-02-19 | Simplify CXFA_FMToken creation | dan sinclair |
2018-02-19 | Skip font loading in formcalc embedder tests | dan sinclair |
2018-02-19 | Simplify formcalc token list | dan sinclair |
2018-02-16 | Avoid 100 blank FX_FONTDESCRIPTOR entries. | Tom Sepez |
2018-02-16 | m_pEnumerator only ever has one value, indirection not needed. | Tom Sepez |
2018-02-16 | Fix fallthroughs in XFA code.chromium/3350 | Henrique Nakashima |
2018-02-15 | Make the CFX_XMLNode a MaybeOwned pointer | Dan Sinclair |
2018-02-15 | Add limit to number of formcalc expressions | Dan Sinclair |
2018-02-14 | Set node to owning element | Dan Sinclair |
2018-02-14 | Cleanup some CXFA_Node flags and methods. | Dan Sinclair |
2018-02-14 | Cleanup CXFA_Node::SetFlag | Dan Sinclair |
2018-02-14 | Cleanup CXFA_Document const-ness | Dan Sinclair |
2018-02-13 | Add last_child to CFX_XMLNode | Dan Sinclair |
2018-02-13 | Split CFX_XMLNode::SaveXMLNode apart | Dan Sinclair |
2018-02-13 | Cleanup CFX_XMLNode pointers | Dan Sinclair |
2018-02-13 | Cleanup CFX_XMLDoc::SaveXMLNode | Dan Sinclair |
2018-02-13 | Cleanup CFX_XMLNode and friendschromium/3347 | Dan Sinclair |
2018-02-13 | Cleanup CXFA_Node ownership | Dan Sinclair |
2018-02-13 | Convert ASSERT to PDFIUM_IMMEDIATE_CRASH | Dan Sinclair |
2018-02-13 | Add previous sibling pointer to CXFA_Node | Dan Sinclair |
2018-02-13 | Add tests for CXFA_Node child manipulation | Dan Sinclair |
2018-02-12 | Cleanup CXFA_Node tree pointerschromium/3346 | Dan Sinclair |
2018-02-08 | Revert "Convert CXFA_Node to store a vector of children" | dsinclair |
2018-02-08 | Convert CXFA_Node to store a vector of children | Dan Sinclair |
2018-02-07 | Handle removed fonts correctly in GetFontByCodePage | Ryan Harrison |
2018-02-07 | Restore assert when GetCharacterInfo is called on an empty edit. | Henrique Nakashima |
2018-02-07 | Make xfa_fxfa_parser target jumbo capable. | Lei Zhang |
2018-02-07 | Remove unused return values from CXFA_Node | Dan Sinclair |
2018-02-06 | Use temporary iterator to avoid potential OOB | Ryan Harrison |
2018-02-06 | Fix caret not appearing in XFA Edits. | Henrique Nakashima |
2018-02-06 | Make the CXFA_Node parent pointer Unowned | Dan Sinclair |
2018-02-02 | Make global object function names clearer. | Tom Sepez |
2018-02-01 | Make FXJSE_Engine constructed from FXJS_Engine. | Tom Sepez |
2018-01-31 | Remove handrolled bsearch from FGAS_GetUnicodeBitField | Ryan Harrison |
2018-01-31 | Move initializers to header for CXFA_ItemLayoutProcess | Dan Sinclair |
2018-01-31 | Remove handrolled bsearch from XFA_GetScriptAttributeByName | Ryan Harrison |
2018-01-31 | Cleanup visibility in CXFA_ItemLayoutProcessor | Dan Sinclair |
2018-01-31 | Create CXFA_Node::PresenceRequiresSpace | Dan Sinclair |
2018-01-31 | Remove handrolled search from GetCodePageFromCharset | Ryan Harrison |
2018-01-31 | Remove NumericLimit params which are always the same | Dan Sinclair |
2018-01-30 | Use unsigned for char widthchromium/3335 | Nicolas Pena |
2018-01-30 | Shuffle more code out of CXFA_Node | Dan Sinclair |
2018-01-30 | Move CheckButton code from CXFA_Node to CXFA_CheckButton | Dan Sinclair |
2018-01-29 | Cleanup some ChoiceList code | Dan Sinclair |
2018-01-29 | Add common base class between CXFA_FFComboBox and CXFA_FFListBox | Dan Sinclair |