summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/JS_Define.h
AgeCommit message (Expand)Author
2017-09-18Convert string class namesRyan Harrison
2017-06-01Replace some repeated code with existing CFXJS_Engine::NewString() helper.Tom Sepez
2017-04-04Remove unneeded void* casts.Lei Zhang
2017-02-27Fix uninitialized memory read in CJS_Object::GetEmbedObject()Tom Sepez
2017-02-23Store JS string constants as single-byte strings.Tom Sepez
2017-02-22Move JS constant tables to single-byte namesTom Sepez
2017-02-22Convert JS property tables to single-byte.Tom Sepez
2017-02-22Convert native method names to single-byte.Tom Sepez
2017-02-21Avoid some widestring to bytestring conversions in fxjs.Tom Sepez
2017-02-21Remove some JS_Define macroschromium/3020Tom Sepez
2017-02-21Pass CJS_Runtime to JS callbacks.Tom Sepez
2017-02-16Rename IJS_Context to IJS_EventContext.Tom Sepez
2017-01-12Remove unused CJS_Object::ExitInstance() methodtsepez
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-09-29Move fxjs/include to fxjsdsinclair
2016-08-15Push v8::Isolate into CFXJS_Engine classchromium/2831tsepez
2016-08-15Move some v8 objects from CJS back into FXJStsepez
2016-08-10Remove backpointer to CJS_Runtime from CJS_Valuetsepez
2016-07-25Tidy up JS_Value.htsepez
2016-07-15Remove type info from CJS_Value, interrogate v8 insteadtsepez
2016-07-12Move fpdfsdk/jsapi into fxjs/dsinclair
2016-05-02Fix lint bugs.thestig
2016-04-06Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument.tsepez
2016-04-06Move code from fpdfsdk/include to the sub directories.dsinclair
2016-03-14Move fpdfsdk/src up to fpdfsdk/.Dan Sinclair