summaryrefslogtreecommitdiff
path: root/xfa/fxfa
AgeCommit message (Expand)Author
2016-06-16Cleanup XML parser code.dsinclair
2016-06-15Make code compile with clang_use_chrome_plugin (part IV)weili
2016-06-14Cleanup ownership in CXFA_ScriptContext.dsinclair
2016-06-14Add fuzzer for FDE CSS syntax parser.dsinclair
2016-06-13Optionally skip image type detection in progressive decoder.dsinclair
2016-06-09Avoid casts via correct types in fgas_textbreaktsepez
2016-06-09Remove more casts, part 7.tsepez
2016-06-09Move xfa/fxjse/ to fxjse/dsinclair
2016-06-09Change CFXJSE_Context::GetGlobalObject to returndsinclair
2016-06-09Convert CFXJSE_Value::ToString to return.dsinclair
2016-06-09xfa_fm2jscontext method cleanup - pt IX of IXdsinclair
2016-06-09Use static_cast<CXFA_WidgetAcc*> in xfa.tsepez
2016-06-08xfa_fm2jscontext method cleanup - pt VIIIdsinclair
2016-06-08xfa_fm2jscontext method cleanup - pt VIIdsinclair
2016-06-08Remove more FXJSE c-method wrappers.dsinclair
2016-06-08Fix GetPageIndex() for dynamic XFA documents.thestig
2016-06-07Remove various FXJSE Value methods.dsinclair
2016-06-07Remove dead code in CFGAS_FontMgrImp.thestig
2016-06-07Replace IFGAS_Font with underlying concrete typethestig
2016-06-07xfa_fm2jscontext method cleanup - pt VIchromium/2763dsinclair
2016-06-07Remove casts to same type in xfa_script_imp.cpptsepez
2016-06-07Get rid of NULLs in core/thestig
2016-06-07xfa_fm2jscontext method cleanup - pt Vdsinclair
2016-06-06Remove FDE_HDEVICESTATE.dsinclair
2016-06-06xfa_fm2jscontext method cleanup - pt IVdsinclair
2016-06-03Rename IFX_FontMgr to IFGAS_FontMgrtsepez
2016-06-03Fix more bugs found by /analyze toolweili
2016-06-03Rename IFX_Font to IFGAS_Fonttsepez
2016-06-02Remove FXJSE_Value_ToObject and call methods directlydsinclair
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-06-02Replace FWL_HLISTITEM with class IFWL_ListItem {}tsepez
2016-06-02Change ThrowScriptErrorMessage() to just ThrowException().dsinclair
2016-06-01xfa_fm2jscontext method cleanup - pt IIIdsinclair
2016-06-01Remove unused LoadString values, cleanup remaining strings.dsinclair
2016-06-01Don't use array for only one compatible mode scripttsepez
2016-06-01Clean up part of CXFA_Node classweili
2016-06-01Fix some signed/unsigned comparisons in xfa_fm2jscontext.cppochang
2016-06-01Remove XFA_HFM2JSCONTEXT.dsinclair
2016-05-31Replace void* with CFXJSE_HostObect and make wrapped objects inherit from ittsepez
2016-05-31xfa_fm2jscontext method clean - pt IIdsinclair
2016-05-31xfa_fm2jscontext formatting and cleanup - pt Idsinclair
2016-05-31Replace CFXJSE_Value create/destroy with new and delete.dsinclair
2016-05-31Fix a leak in CXFA_FontMgr.thestig
2016-05-27Workaround dubious casting between CXFA_Object and void* in FXJSEtsepez
2016-05-26Fix MSVC C4800 build warnings.thestig
2016-05-26Add opaque "layout item" to widgets for caller's use.tsepez
2016-05-26Make additional FXJSE_CLASS_DESCRIPTORS constanttsepez
2016-05-26Make fm2jscontext's class descriptor a static constant.tsepez
2016-05-26Rename FXJSE_CLASS to avoid confusion with CFXJSE_CLASStsepez
2016-05-26Enable chromium_code standard for XFA codeweili