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