summaryrefslogtreecommitdiff
path: root/fxjs
AgeCommit message (Expand)Author
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-16Check for possible empty object returns from NewFxDynamicObj()Tom Sepez
2017-07-26Use method to get global objectDan Sinclair
2017-07-19Rename StringCs c_str() to unterminated_c_str().Tom Sepez
2017-06-01Document bindings implementaionTom Sepez
2017-06-01Tag CFXJSE_HostObject sub-classes.Tom Sepez
2017-06-01Replace some repeated code with existing CFXJS_Engine::NewString() helper.Tom Sepez
2017-06-01Be less trusting of MaybeLocal<> return types from V8 To* methods.Tom Sepez
2017-05-31CFXJS_Engine::GetObjDefnID is a static methodTom Sepez
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-02Tag FXJSE's V8 objects as such.Tom Sepez
2017-04-25Use unique_ptr in CXFA_ScriptContext::m_mapVariableToContext.Tom Sepez
2017-03-31Use PartitionFreeGeneric, not PartitionFree, for JS ArrayBuffers.Chris Palmer
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-26Use PartitionAlloc for JavaScript ArrayBuffers and strings.Chris Palmer
2017-03-22Convert to use info.Holder instead of info.ThisDan Sinclair
2017-03-15Add array_buffer JS test.Tom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-02-27Explicitly tag fxjs native objects.Tom Sepez
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-16Rename IJS_Context to IJS_EventContext.Tom Sepez
2017-02-13Simplify FX_UTF8Encode variants.chromium/3012Tom Sepez
2017-01-18Tidy FXJS_V8, backfill tests.chromium/2986tsepez
2017-01-11Cleaning up memory allocation in CXFA_FM2JSContext - IVDan Sinclair
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-03Remove FX_BOOL entirely.tsepez
2016-11-01Reland: Make the CPDFXFA_App non-globalchromium/2907dsinclair
2016-10-13Revert of Reland: Make the CPDFXFA_App non-global (patchset #2 id:20001 of ht...dsinclair
2016-10-13Reland: Make the CPDFXFA_App non-globaldsinclair
2016-10-13Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://co...dsinclair
2016-10-13Make the CPDFXFA_App non-globaldsinclair
2016-09-29Move fxjs/include to fxjsdsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-22Simplify memory management for per isolate dataweili
2016-09-21Set up isolate in CFXJS_Engine's constructorweili
2016-09-21Fix leaks related to the usage of JSE runtime dataweili
2016-09-12Fix leaked value object in NamedPropertySetterCallback()weili
2016-08-19Fix leaked array buffer allocators of isolatesweili
2016-08-15Push v8::Isolate into CFXJS_Engine classchromium/2831tsepez
2016-08-15Move some v8 objects from CJS back into FXJStsepez
2016-08-11Make FXJS_GetObjectElement return std::vector<CFX_WideString>.chromium/2829chromium/2828tsepez
2016-08-05Return v8::Date specialization not v8::Value where possiblechromium/2824chromium/2823chromium/2822chromium/2821tsepez
2016-07-15Remove type info from CJS_Value, interrogate v8 insteadtsepez
2016-07-14Do not try to v8::Object::Clone() any objectstsepez