1. 5ff8c88 Use PartitionFreeGeneric, not PartitionFree, for JS ArrayBuffers. by Chris Palmer · 8 years ago
  2. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 8 years ago
  3. e4b035b Use PartitionAlloc for JavaScript ArrayBuffers and strings. by Chris Palmer · 8 years ago
  4. 2fbfb84 Convert to use info.Holder instead of info.This by Dan Sinclair · 8 years ago
  5. 972eb5c Add array_buffer JS test. by Tom Sepez · 8 years ago
  6. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  7. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  8. 3f72fb4 Explicitly tag fxjs native objects. by Tom Sepez · 8 years ago
  9. c5a1472 Fix uninitialized memory read in CJS_Object::GetEmbedObject() by Tom Sepez · 8 years ago
  10. c6dc69f Store JS string constants as single-byte strings. by Tom Sepez · 8 years ago
  11. 55db091 Move JS constant tables to single-byte names by Tom Sepez · 8 years ago
  12. 4d5b8c5 Convert JS property tables to single-byte. by Tom Sepez · 8 years ago
  13. 9b99b63 Convert native method names to single-byte. by Tom Sepez · 8 years ago
  14. 892d751 Avoid some widestring to bytestring conversions in fxjs. by Tom Sepez · 8 years ago
  15. d6ae2af Rename IJS_Context to IJS_EventContext. by Tom Sepez · 8 years ago
  16. f0b6554 Simplify FX_UTF8Encode variants. by Tom Sepez · 8 years ago
  17. e6cf013 Tidy FXJS_V8, backfill tests. by tsepez · 8 years ago
  18. 76a44de Cleaning up memory allocation in CXFA_FM2JSContext - IV by Dan Sinclair · 8 years ago
  19. 85c8e7f Fixup lint flags. by Dan Sinclair · 8 years ago
  20. 304bb91 Remove FX_BOOL entirely. by tsepez · 8 years ago
  21. 8837c91 Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  22. 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
  23. f3736bc Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  24. b685e64 Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://codereview.chromium.org/2416753002/ ) by dsinclair · 8 years ago
  25. abefb79 Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  26. 4355468 Move fxjs/include to fxjs by dsinclair · 8 years ago
  27. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  28. a4ad595 Simplify memory management for per isolate data by weili · 8 years ago
  29. 0b2a987 Set up isolate in CFXJS_Engine's constructor by weili · 8 years ago
  30. 54be7be Fix leaks related to the usage of JSE runtime data by weili · 8 years ago
  31. 1a24199 Fix leaked value object in NamedPropertySetterCallback() by weili · 8 years ago
  32. ad589d7 Fix leaked array buffer allocators of isolates by weili · 8 years ago
  33. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 8 years ago
  34. a494191 Move some v8 objects from CJS back into FXJS by tsepez · 8 years ago
  35. d0b6ed1 Make FXJS_GetObjectElement return std::vector<CFX_WideString>. by tsepez · 8 years ago
  36. 135b998 Return v8::Date specialization not v8::Value where possible by tsepez · 9 years ago
  37. 40faa79 Remove type info from CJS_Value, interrogate v8 instead by tsepez · 9 years ago
  38. 88b6686 Do not try to v8::Object::Clone() any objects by tsepez · 9 years ago
  39. b3f2467 Move fpdfsdk/jsapi into fxjs/ by dsinclair · 9 years ago
  40. 08fea80 Rename fxjse/ to fxjs/ update files to match class names. by dsinclair · 9 years ago