1. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  2. 63b2fc7 Check for possible empty object returns from NewFxDynamicObj() by Tom Sepez · 7 years ago
  3. 145cb37 Use method to get global object by Dan Sinclair · 7 years ago
  4. 33b42e4 Rename StringCs c_str() to unterminated_c_str(). by Tom Sepez · 7 years ago
  5. 1d95c68 Document bindings implementaion by Tom Sepez · 7 years ago
  6. 8cb8841 Tag CFXJSE_HostObject sub-classes. by Tom Sepez · 7 years ago
  7. f6ca07b Replace some repeated code with existing CFXJS_Engine::NewString() helper. by Tom Sepez · 7 years ago
  8. fb7021c Be less trusting of MaybeLocal<> return types from V8 To* methods. by Tom Sepez · 7 years ago
  9. ce84f71 CFXJS_Engine::GetObjDefnID is a static method by Tom Sepez · 7 years ago
  10. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 7 years ago
  11. 336544a Tag FXJSE's V8 objects as such. by Tom Sepez · 8 years ago
  12. 80547a1 Use unique_ptr in CXFA_ScriptContext::m_mapVariableToContext. by Tom Sepez · 8 years ago
  13. 5ff8c88 Use PartitionFreeGeneric, not PartitionFree, for JS ArrayBuffers. by Chris Palmer · 8 years ago
  14. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 8 years ago
  15. e4b035b Use PartitionAlloc for JavaScript ArrayBuffers and strings. by Chris Palmer · 8 years ago
  16. 2fbfb84 Convert to use info.Holder instead of info.This by Dan Sinclair · 8 years ago
  17. 972eb5c Add array_buffer JS test. by Tom Sepez · 8 years ago
  18. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  19. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  20. 3f72fb4 Explicitly tag fxjs native objects. by Tom Sepez · 8 years ago
  21. c5a1472 Fix uninitialized memory read in CJS_Object::GetEmbedObject() by Tom Sepez · 8 years ago
  22. c6dc69f Store JS string constants as single-byte strings. by Tom Sepez · 8 years ago
  23. 55db091 Move JS constant tables to single-byte names by Tom Sepez · 8 years ago
  24. 4d5b8c5 Convert JS property tables to single-byte. by Tom Sepez · 8 years ago
  25. 9b99b63 Convert native method names to single-byte. by Tom Sepez · 8 years ago
  26. 892d751 Avoid some widestring to bytestring conversions in fxjs. by Tom Sepez · 8 years ago
  27. d6ae2af Rename IJS_Context to IJS_EventContext. by Tom Sepez · 8 years ago
  28. f0b6554 Simplify FX_UTF8Encode variants. by Tom Sepez · 8 years ago
  29. e6cf013 Tidy FXJS_V8, backfill tests. by tsepez · 8 years ago
  30. 76a44de Cleaning up memory allocation in CXFA_FM2JSContext - IV by Dan Sinclair · 8 years ago
  31. 85c8e7f Fixup lint flags. by Dan Sinclair · 8 years ago
  32. 304bb91 Remove FX_BOOL entirely. by tsepez · 8 years ago
  33. 8837c91 Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  34. a282c73 Revert of Reland: Make the CPDFXFA_App non-global (patchset #2 id:20001 of https://codereview.chromium.org/2418653003/ ) by dsinclair · 8 years ago
  35. f3736bc Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  36. b685e64 Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://codereview.chromium.org/2416753002/ ) by dsinclair · 8 years ago
  37. abefb79 Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  38. 4355468 Move fxjs/include to fxjs by dsinclair · 8 years ago
  39. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  40. a4ad595 Simplify memory management for per isolate data by weili · 8 years ago
  41. 0b2a987 Set up isolate in CFXJS_Engine's constructor by weili · 8 years ago
  42. 54be7be Fix leaks related to the usage of JSE runtime data by weili · 8 years ago
  43. 1a24199 Fix leaked value object in NamedPropertySetterCallback() by weili · 8 years ago
  44. ad589d7 Fix leaked array buffer allocators of isolates by weili · 8 years ago
  45. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 8 years ago
  46. a494191 Move some v8 objects from CJS back into FXJS by tsepez · 8 years ago
  47. d0b6ed1 Make FXJS_GetObjectElement return std::vector<CFX_WideString>. by tsepez · 8 years ago
  48. 135b998 Return v8::Date specialization not v8::Value where possible by tsepez · 8 years ago
  49. 40faa79 Remove type info from CJS_Value, interrogate v8 instead by tsepez · 8 years ago
  50. 88b6686 Do not try to v8::Object::Clone() any objects by tsepez · 8 years ago
  51. b3f2467 Move fpdfsdk/jsapi into fxjs/ by dsinclair · 8 years ago
  52. 08fea80 Rename fxjse/ to fxjs/ update files to match class names. by dsinclair · 8 years ago