summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser
AgeCommit message (Expand)Author
2016-06-23Cleanup some variable namings.chromium/2778dsinclair
2016-06-23Remove IsOrdinaryList; rename to OrdinaryList to Listdsinclair
2016-06-23Remove CXFA_OrdinaryObject classdsinclair
2016-06-22Update GetClassID to GetElementTypedsinclair
2016-06-22Remove unused GetScriptObjHash().dsinclair
2016-06-21Convert XFA_ELEMENT to an enum classdsinclair
2016-06-20Change func(void) to func()weili
2016-06-20Split the XFA_OBJECTTYPE enum into two parts.dsinclair
2016-06-16Remove unused XFA_GetElementChildren.dsinclair
2016-06-16Make code compile with clang_use_chrome_plugin (part V)chromium/2770weili
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-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-09Use static_cast<CXFA_WidgetAcc*> in xfa.tsepez
2016-06-08Remove more FXJSE c-method wrappers.dsinclair
2016-06-07Remove various FXJSE Value methods.dsinclair
2016-06-07Remove casts to same type in xfa_script_imp.cpptsepez
2016-06-07Get rid of NULLs in core/thestig
2016-06-02Remove FXJSE_Value_ToObject and call methods directlydsinclair
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-06-02Change ThrowScriptErrorMessage() to just ThrowException().dsinclair
2016-06-01Don't use array for only one compatible mode scripttsepez
2016-06-01Clean up part of CXFA_Node classweili
2016-06-01Remove XFA_HFM2JSCONTEXT.dsinclair
2016-05-31Replace void* with CFXJSE_HostObect and make wrapped objects inherit from ittsepez
2016-05-31xfa_fm2jscontext formatting and cleanup - pt Idsinclair
2016-05-31Replace CFXJSE_Value create/destroy with new and delete.dsinclair
2016-05-27Workaround dubious casting between CXFA_Object and void* in FXJSEtsepez
2016-05-26Fix MSVC C4800 build warnings.thestig
2016-05-26Make additional FXJSE_CLASS_DESCRIPTORS constanttsepez
2016-05-26Rename FXJSE_CLASS to avoid confusion with CFXJSE_CLASStsepez
2016-05-26Enable chromium_code standard for XFA codeweili
2016-05-26Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value*dsinclair
2016-05-26Replace FXJSE_HCLASS with CFXJSE_Class*dsinclair
2016-05-26Replace FXJSE_HCONTEXT with CFXJSE_Context*dsinclair
2016-05-26Revert of Remove parameters which are always null (patchset #1 id:1 of https:...dsinclair
2016-05-25Remove parameters which are always nulldsinclair
2016-05-25Rename FXJSE_HRUNTIME to v8::Isolatedsinclair
2016-05-25Complete or comment a couple Script_NodeClass functionsweili
2016-05-24Replace CFX_DSPATemplate with std::binary_search.dsinclair
2016-05-20Clean up XFA code which causes warningsweili
2016-05-20Use std::map in CXFA_ItemLayoutProcessortsepez
2016-05-20Use std::set to track uniqueness in xfa_script_layoutpseudomodel.cpptsepez
2016-05-19fgas/ code cleanup.dsinclair
2016-05-18Remove Release() from CXFA_ScriptContexttsepez