Age | Commit message (Expand) | Author |
2017-03-31 | Use PartitionFreeGeneric, not PartitionFree, for JS ArrayBuffers. | Chris Palmer |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-26 | Use PartitionAlloc for JavaScript ArrayBuffers and strings. | Chris Palmer |
2017-03-22 | Convert to use info.Holder instead of info.This | Dan Sinclair |
2017-03-15 | Add array_buffer JS test. | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-02-27 | Explicitly tag fxjs native objects. | Tom Sepez |
2017-02-27 | Fix uninitialized memory read in CJS_Object::GetEmbedObject() | Tom Sepez |
2017-02-23 | Store JS string constants as single-byte strings. | Tom Sepez |
2017-02-22 | Move JS constant tables to single-byte names | Tom Sepez |
2017-02-22 | Convert JS property tables to single-byte. | Tom Sepez |
2017-02-22 | Convert native method names to single-byte. | Tom Sepez |
2017-02-21 | Avoid some widestring to bytestring conversions in fxjs. | Tom Sepez |
2017-02-16 | Rename IJS_Context to IJS_EventContext. | Tom Sepez |
2017-02-13 | Simplify FX_UTF8Encode variants.chromium/3012 | Tom Sepez |
2017-01-18 | Tidy FXJS_V8, backfill tests.chromium/2986 | tsepez |
2017-01-11 | Cleaning up memory allocation in CXFA_FM2JSContext - IV | Dan Sinclair |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-03 | Remove FX_BOOL entirely. | tsepez |
2016-11-01 | Reland: Make the CPDFXFA_App non-globalchromium/2907 | dsinclair |
2016-10-13 | Revert of Reland: Make the CPDFXFA_App non-global (patchset #2 id:20001 of ht... | dsinclair |
2016-10-13 | Reland: Make the CPDFXFA_App non-global | dsinclair |
2016-10-13 | Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://co... | dsinclair |
2016-10-13 | Make the CPDFXFA_App non-global | dsinclair |
2016-09-29 | Move fxjs/include to fxjs | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-22 | Simplify memory management for per isolate data | weili |
2016-09-21 | Set up isolate in CFXJS_Engine's constructor | weili |
2016-09-21 | Fix leaks related to the usage of JSE runtime data | weili |
2016-09-12 | Fix leaked value object in NamedPropertySetterCallback() | weili |
2016-08-19 | Fix leaked array buffer allocators of isolates | weili |
2016-08-15 | Push v8::Isolate into CFXJS_Engine classchromium/2831 | tsepez |
2016-08-15 | Move some v8 objects from CJS back into FXJS | tsepez |
2016-08-11 | Make FXJS_GetObjectElement return std::vector<CFX_WideString>.chromium/2829chromium/2828 | tsepez |
2016-08-05 | Return v8::Date specialization not v8::Value where possiblechromium/2824chromium/2823chromium/2822chromium/2821 | tsepez |
2016-07-15 | Remove type info from CJS_Value, interrogate v8 instead | tsepez |
2016-07-14 | Do not try to v8::Object::Clone() any objects | tsepez |
2016-07-12 | Move fpdfsdk/jsapi into fxjs/ | dsinclair |
2016-07-12 | Rename fxjse/ to fxjs/ update files to match class names. | dsinclair |