summaryrefslogtreecommitdiff
path: root/fxjs
AgeCommit message (Expand)Author
2018-02-08Move cjs_v8.cpp to cfx_v8.cppTom Sepez
2018-02-08Move XFA-specific methods out of CJS_V8.Tom Sepez
2018-02-08Make CFXJS_Engine::SetObjectPrivate() static.Tom Sepez
2018-02-07Split creation of ordinary object and bound objects in FXJS.chromium/3343Tom Sepez
2018-02-06Avoid needless malloc for v8:Global array.Tom Sepez
2018-02-06Remove unused FreeObjectPrivate() overload.Tom Sepez
2018-02-05Fold CJS_EmbedObj classes into CJS_Object classesDan Sinclair
2018-02-05Remove the CJS_EmbedObj template param from JSConstructor.Dan Sinclair
2018-02-05Use unique pointer in CFXJS_PerObjectData.Tom Sepez
2018-02-05Fix some formcalc constant naming.Lei Zhang
2018-02-05[XFA] dot_accessor may not provide a valid object.Dan Sinclair
2018-02-05Move const arrays to CFXJS_Engine from CJS_V8Tom Sepez
2018-02-02Small tidy of fxjsTom Sepez
2018-02-02Remove V8 context from CJS_V8Tom Sepez
2018-02-02Make global object function names clearer.Tom Sepez
2018-02-01Make CFXJSE-created contexts refer to their CFXJS counteparts.chromium/3337Tom Sepez
2018-02-01Change internal usages of GetPageIndexDeprecated() to new method.Henrique Nakashima
2018-02-01Introduce CXFJS_Engine::EngineFromContext/SetEngineInContext helpersTom Sepez
2018-02-01Make FXJSE_Engine constructed from FXJS_Engine.Tom Sepez
2018-02-01Deprecate FPDFDest_GetPageIndex and create a fixed version.Henrique Nakashima
2018-02-01Rename some CJS / IJS names for clarity.Tom Sepez
2018-02-01Test more context overlap in fxjs/fxjs_v8_embeddertest.cppTom Sepez
2018-01-31Remove handrolled search from GetEventParaInfoByNameRyan Harrison
2018-01-31Remove NumericLimit params which are always the sameDan Sinclair
2018-01-30Remove bare new from JS_Define.hTom Sepez
2018-01-30Cleanup some param passing codeDan Sinclair
2018-01-29Fold single caller methods into callsiteDan Sinclair
2018-01-29Kill some bare |new|s in cjs_field.cppTom Sepez
2018-01-29Cleanup the FFWidget determination code.Dan Sinclair
2018-01-29Fix identical if/else blocks.Lei Zhang
2018-01-24Cleanup CreateUIChild node creationDan Sinclair
2018-01-24Fix broken XFA builds with new V8Ryan Harrison
2018-01-23Remove GetWidgetAcc callsDan Sinclair
2018-01-23Merge CXFA_WidgetAcc into CXFA_Nodechromium/3330Dan Sinclair
2018-01-23Use accessor for WidgetAccDan Sinclair
2018-01-23Tidy fxjs/cfxjse_isolatetracker.hTom Sepez
2018-01-22Convert CXFA_EventParam to store a CXFA_NodeDan Sinclair
2018-01-22Convert CXFA_FFWidgetHandler to use CXFA_NodeDan Sinclair
2018-01-22Remove CXFA_WidgetAcc from CXFA_FFNotifyDan Sinclair
2018-01-22Remove unused WidgetPreRemove and WidgetPostAdd paramsDan Sinclair
2018-01-22Change GetContainerWidgetAcc to GetContainerNodeDan Sinclair
2018-01-22Move IsNull and PreNull to CXFA_NodeDan Sinclair
2018-01-22Move the UI elements from CXFA_WidgetAcc to CXFA_NodeDan Sinclair
2018-01-22Add flag to notify if a node widget is readyDan Sinclair
2018-01-22Use MaybeLocal versions of v8::Script APIsAdam Klein
2018-01-17Pass Isolate to v8::String::Utf8Value APIAdam Klein
2018-01-17Do more forward declarations in cxfa_node.h.Lei Zhang
2018-01-12Use enum for tracking form field typesRyan Harrison
2018-01-12Fix "the the" typos.Lei Zhang
2018-01-11Rename CXFA_Box methods to make return clearerDan Sinclair