Age | Commit message (Expand) | Author |
2016-07-21 | Remove CXFA_DocumentParser friendship with CXFA_SimpleParser | dsinclair |
2016-07-21 | Remove friendship from CXFA_Document to CXFA_SimpleParser. | dsinclair |
2016-07-21 | Rename xfa_utils_imp to xfa_utils | dsinclair |
2016-07-21 | Split xfa_document_serialize into class files | dsinclair |
2016-07-21 | Move xfa_document to cxfa_document | dsinclair |
2016-07-21 | Rename xfa_doclayout and xfa_document_layout_imp files. | dsinclair |
2016-07-21 | Move xfa_basic_imp to cxfa_widetextread. | dsinclair |
2016-07-20 | Rename remaining xfa_script_* files. | dsinclair |
2016-07-20 | Rename the CScript_* files to match class names. | dsinclair |
2016-07-19 | Split xfa_object_imp into individual class files. | dsinclair |
2016-07-19 | Cleanup CXFA_Documentchromium/2803chromium/2802 | dsinclair |
2016-07-18 | Cleanup fgas/crt. | dsinclair |
2016-07-18 | Pass element hash and name into CXFA_Object constructor. | dsinclair |
2016-07-18 | Remove foxit app related setter and getter APIs in XFA code | weili |
2016-07-12 | Rename fxjse/ to fxjs/ update files to match class names. | dsinclair |
2016-07-11 | Cleanup CXFA_SimpleParser. | dsinclair |
2016-07-11 | Cleanup ownership of parser members | dsinclair |
2016-07-11 | Break xfa_parser_imp apart | dsinclair |
2016-07-11 | Remove IXFA_Parser, cleanup XFA parser code. | dsinclair |
2016-07-11 | Cleanup redundant method names. | dsinclair |
2016-07-07 | Cleanup xfa_document_datamerge files | dsinclair |
2016-07-07 | Break xfa_basic_data up to smaller files | dsinclair |
2016-07-01 | Clean up parts of CPDF_CIDFont. | thestig |
2016-06-30 | Convert some methods to std::lower_bound and std::find_if. | dsinclair |
2016-06-28 | Change CXFA_Node::GetClassName to returnchromium/2786chromium/2784 | dsinclair |
2016-06-23 | Use some FXSYS methods instead of duplicating | dsinclair |
2016-06-23 | Pass needed value to CXFA_Node constructor | dsinclair |
2016-06-23 | Remove NULL in xfa/ | dsinclair |
2016-06-23 | Change XFA_GetElementByName to XFA_GetElementTypeForName | dsinclair |
2016-06-23 | Cleanup some variable namings.chromium/2778 | dsinclair |
2016-06-23 | Remove IsOrdinaryList; rename to OrdinaryList to List | dsinclair |
2016-06-23 | Remove CXFA_OrdinaryObject class | dsinclair |
2016-06-22 | Update GetClassID to GetElementType | dsinclair |
2016-06-22 | Remove unused GetScriptObjHash(). | dsinclair |
2016-06-21 | Convert XFA_ELEMENT to an enum class | dsinclair |
2016-06-20 | Change func(void) to func() | weili |
2016-06-20 | Split the XFA_OBJECTTYPE enum into two parts. | dsinclair |
2016-06-16 | Remove unused XFA_GetElementChildren. | dsinclair |
2016-06-16 | Cleanup FWL RenderWidget method parameters. | dsinclair |
2016-06-16 | Make code compile with clang_use_chrome_plugin (part V)chromium/2770 | weili |
2016-06-16 | Cleanup XML parser code. | dsinclair |
2016-06-15 | Make code compile with clang_use_chrome_plugin (part IV) | weili |
2016-06-14 | Cleanup ownership in CXFA_ScriptContext. | dsinclair |
2016-06-14 | Add fuzzer for FDE CSS syntax parser. | dsinclair |
2016-06-13 | Optionally skip image type detection in progressive decoder. | dsinclair |
2016-06-09 | Avoid casts via correct types in fgas_textbreak | tsepez |
2016-06-09 | Remove more casts, part 7. | tsepez |
2016-06-09 | Move xfa/fxjse/ to fxjse/ | dsinclair |
2016-06-09 | Change CFXJSE_Context::GetGlobalObject to return | dsinclair |
2016-06-09 | Convert CFXJSE_Value::ToString to return. | dsinclair |