Age | Commit message (Expand) | Author |
2016-06-14 | Cleanup ownership in CXFA_ScriptContext. | dsinclair |
2016-06-14 | Add fuzzer for FDE CSS syntax parser. | dsinclair |
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 |
2016-06-09 | Use static_cast<CXFA_WidgetAcc*> in xfa. | tsepez |
2016-06-08 | Remove more FXJSE c-method wrappers. | dsinclair |
2016-06-07 | Remove various FXJSE Value methods. | dsinclair |
2016-06-07 | Remove casts to same type in xfa_script_imp.cpp | tsepez |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-06-02 | Remove FXJSE_Value_ToObject and call methods directly | dsinclair |
2016-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-06-02 | Change ThrowScriptErrorMessage() to just ThrowException(). | dsinclair |
2016-06-01 | Don't use array for only one compatible mode script | tsepez |
2016-06-01 | Clean up part of CXFA_Node class | weili |
2016-06-01 | Remove XFA_HFM2JSCONTEXT. | dsinclair |
2016-05-31 | Replace void* with CFXJSE_HostObect and make wrapped objects inherit from it | tsepez |
2016-05-31 | xfa_fm2jscontext formatting and cleanup - pt I | dsinclair |
2016-05-31 | Replace CFXJSE_Value create/destroy with new and delete. | dsinclair |
2016-05-27 | Workaround dubious casting between CXFA_Object and void* in FXJSE | tsepez |
2016-05-26 | Fix MSVC C4800 build warnings. | thestig |
2016-05-26 | Make additional FXJSE_CLASS_DESCRIPTORS constant | tsepez |
2016-05-26 | Rename FXJSE_CLASS to avoid confusion with CFXJSE_CLASS | tsepez |
2016-05-26 | Enable chromium_code standard for XFA code | weili |
2016-05-26 | Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value* | dsinclair |
2016-05-26 | Replace FXJSE_HCLASS with CFXJSE_Class* | dsinclair |
2016-05-26 | Replace FXJSE_HCONTEXT with CFXJSE_Context* | dsinclair |
2016-05-26 | Revert of Remove parameters which are always null (patchset #1 id:1 of https:... | dsinclair |
2016-05-25 | Remove parameters which are always null | dsinclair |
2016-05-25 | Rename FXJSE_HRUNTIME to v8::Isolate | dsinclair |
2016-05-25 | Complete or comment a couple Script_NodeClass functions | weili |
2016-05-24 | Replace CFX_DSPATemplate with std::binary_search. | dsinclair |
2016-05-20 | Clean up XFA code which causes warnings | weili |
2016-05-20 | Use std::map in CXFA_ItemLayoutProcessor | tsepez |
2016-05-20 | Use std::set to track uniqueness in xfa_script_layoutpseudomodel.cpp | tsepez |
2016-05-19 | fgas/ code cleanup. | dsinclair |
2016-05-18 | Remove Release() from CXFA_ScriptContext | tsepez |
2016-05-18 | Cleanup XFA_HASHCODE usage. | dsinclair |
2016-05-18 | Remove Release() from CXFA_ChecksumContext | tsepez |
2016-05-17 | XFA_WIDGETSTATUS cleanup. | dsinclair |
2016-05-16 | Remove Release() { delete this; } in CFXA_Data{Importer,Exporter} | tsepez |
2016-05-16 | Revert "Replace Release() { delete this; } in fde_xml_imp.h" | Tom Sepez |
2016-05-16 | Replace Release() { delete this; } in fde_xml_imp.h | tsepez |
2016-05-16 | Remove some c_str() calls from StringCs in xfa docs. | tsepez |
2016-05-13 | Make CFX_WideString(const CFX_WideString&) explicit. | tsepez |
2016-05-12 | Replace CXFA_PtrSetTemplate with std::unordered_set. | tsepez |
2016-05-05 | Avoid unused variable warnings on Linux | Wei Li |
2016-05-04 | Properly fix the warnings | Wei Li |
2016-05-04 | Enable 'treating warnings as errors' for 64 bit Win builds | weili |