Age | Commit message (Expand) | Author |
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 |
2016-06-09 | xfa_fm2jscontext method cleanup - pt IX of IX | dsinclair |
2016-06-09 | Use static_cast<CXFA_WidgetAcc*> in xfa. | tsepez |
2016-06-08 | xfa_fm2jscontext method cleanup - pt VIII | dsinclair |
2016-06-08 | xfa_fm2jscontext method cleanup - pt VII | dsinclair |
2016-06-08 | Remove more FXJSE c-method wrappers. | dsinclair |
2016-06-08 | Fix GetPageIndex() for dynamic XFA documents. | thestig |
2016-06-07 | Remove various FXJSE Value methods. | dsinclair |
2016-06-07 | Remove dead code in CFGAS_FontMgrImp. | thestig |
2016-06-07 | Replace IFGAS_Font with underlying concrete type | thestig |
2016-06-07 | xfa_fm2jscontext method cleanup - pt VIchromium/2763 | 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-07 | xfa_fm2jscontext method cleanup - pt V | dsinclair |
2016-06-06 | Remove FDE_HDEVICESTATE. | dsinclair |
2016-06-06 | xfa_fm2jscontext method cleanup - pt IV | dsinclair |
2016-06-03 | Rename IFX_FontMgr to IFGAS_FontMgr | tsepez |
2016-06-03 | Fix more bugs found by /analyze tool | weili |
2016-06-03 | Rename IFX_Font to IFGAS_Font | tsepez |
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 | Replace FWL_HLISTITEM with class IFWL_ListItem {} | tsepez |
2016-06-02 | Change ThrowScriptErrorMessage() to just ThrowException(). | dsinclair |
2016-06-01 | xfa_fm2jscontext method cleanup - pt III | dsinclair |
2016-06-01 | Remove unused LoadString values, cleanup remaining strings. | 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 | Fix some signed/unsigned comparisons in xfa_fm2jscontext.cpp | ochang |
2016-06-01 | Remove XFA_HFM2JSCONTEXT. | dsinclair |
2016-05-31 | Replace void* with CFXJSE_HostObect and make wrapped objects inherit from it | tsepez |