summaryrefslogtreecommitdiff
path: root/fxjs/cjs_eventhandler.cpp
AgeCommit message (Expand)Author
2018-08-14Remove optional argument from NewFXJSBoundObject().Tom Sepez
2018-06-21Pass output parameters as pointers in ijs_event_contextTom Sepez
2018-06-21Avoid const-refs to implicitly constructed strings.Tom Sepez
2018-06-06Stop using some v8::Context slot to find runtime.Tom Sepez
2018-06-04Lowercase JS_Define.{h,cpp} and CJS_Define.hTom Sepez
2018-05-07Mark parts of CJS_EventHandler as private.Lei Zhang
2018-04-26Replace some c-style cast with static_cast<>Tom Sepez
2018-02-07Split creation of ordinary object and bound objects in FXJS.chromium/3343Tom Sepez
2018-02-05Fold CJS_EmbedObj classes into CJS_Object classesDan Sinclair
2017-11-20Make some CJS_EventHandler methods const.Lei Zhang
2017-10-30Move fpdfsdk/javascript to fxjs/Dan Sinclair