Age | Commit message (Expand) | Author |
2016-06-09 | Move xfa/fxjse/ to fxjse/ | dsinclair |
2016-06-09 | Change CFXJSE_Context::GetGlobalObject to return | dsinclair |
2016-06-09 | Convert CFXJSE_Value::ToString to return. | dsinclair |
2016-06-09 | Fix crash in CXFA_Node::TryUserData() (speculative) | tsepez |
2016-06-08 | Remove more FXJSE c-method wrappers. | dsinclair |
2016-06-07 | Remove various FXJSE Value methods. | dsinclair |
2016-06-02 | Remove FXJSE_Value_ToObject and call methods directly | dsinclair |
2016-06-01 | Stop casting struct CFXJSE_ArgumentsImpl to unrelated class CFXJSE_Arguments | tsepez |
2016-06-01 | Don't use array for only one compatible mode script | tsepez |
2016-06-01 | Track shared isolates better in FXJSE. | tsepez |
2016-06-01 | Remove use of v8:Lockers | tsepez |
2016-05-31 | Remove unused CFXJSE_ScopeUtil_IsolateHandleRootOrNormalContext | tsepez |
2016-05-31 | Replace void* with CFXJSE_HostObect and make wrapped objects inherit from it | tsepez |
2016-05-31 | Replace CFXJSE_Value create/destroy with new and delete. | dsinclair |
2016-05-27 | Workaround dubious casting between CXFA_Object and void* in FXJSE | tsepez |
2016-05-26 | Make fm2jscontext's class descriptor a static constant. | tsepez |
2016-05-26 | Rename FXJSE_CLASS to avoid confusion with CFXJSE_CLASS | tsepez |
2016-05-26 | Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value* | dsinclair |
2016-05-26 | Replace FXJSE_HCLASS with CFXJSE_Class* | dsinclair |
2016-05-26 | Replace FXJSE_HCONTEXT with CFXJSE_Context* | dsinclair |
2016-05-26 | Revert of Remove parameters which are always null (patchset #1 id:1 of https:... | dsinclair |
2016-05-25 | Remove parameters which are always null | dsinclair |
2016-05-25 | Rename FXJSE_HRUNTIME to v8::Isolate | dsinclair |
2016-05-17 | Remove some CFX_ArrayTemplate<> usage from fxjse | tsepez |
2016-04-28 | Do not check pointers before deleting them. | thestig |
2016-04-27 | Standardize on ASSERT. | dsinclair |
2016-04-19 | XFA unused function cleanup | dsinclair |
2016-04-13 | Remove implicit cast from CFX_ByteString to (const char*). | tsepez |
2016-04-06 | Move code from fpdfsdk/include to the sub directories. | dsinclair |
2016-04-05 | Rename GetCStr and GetPtr to match CFX_ByteString. | dsinclair |
2016-03-31 | Move the fpdfsdk/include/javascript folder | dsinclair |
2016-03-30 | Replace FXJSE_DOUBLE with double | dsinclair |
2016-03-25 | Remove FX_DWORD from XFA, part 2 | tsepez |
2016-03-25 | Remove FX_DWORD from XFA. | tsepez |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-15 | Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include. | Dan Sinclair |
2016-03-14 | Add missing DEPS files; enable checkdeps. | Dan Sinclair |
2016-03-14 | Move xfa/src up to xfa/. | Dan Sinclair |