1. 96b67f6 Prevent fatal error in CFX_V8::PutObjectProperty() by Tom Sepez · 4 years, 11 months ago
  2. 15c0b1e Avoid nullptr crash in CJS_App::get_active_docs(). by Lei Zhang · 6 years ago
  3. c839ac7 Pass ByteStringView by value by Tom Sepez · 6 years ago
  4. 1ab2757 Pass WideStringViews by value. by Tom Sepez · 6 years ago
  5. ca61078 Pass UFT8 ByteStringVies as arguments to {Get,Set}ObjectProperty(). by Tom Sepez · 6 years ago
  6. af3d6cc Roll v8/ 604c50c84..626844157 (516 commits) by Lei Zhang · 6 years ago
  7. 23b2d61 Fix the static initialization order problem for PartitionAlloc. by Lei Zhang · 6 years ago
  8. 994576b Use PartitionAllocZeroFill in CFX_V8ArrayBufferAllocator::Allocate(). by Lei Zhang · 6 years ago
  9. f1fae3c Update PartitionAlloc from Chromium at r599712. by Lei Zhang · 6 years ago
  10. 98b356a Use UnownedPtr<> to v8::Isolates. by Tom Sepez · 6 years ago
  11. 3f8ee5e Move CFX_V8 testing from embeddertest to unittest. by Tom Sepez · 7 years ago
  12. e0518bf Move cjs_v8.cpp to cfx_v8.cpp by Tom Sepez · 7 years ago[Renamed (77%) from fxjs/cjs_v8.cpp]
  13. 3645652 Move XFA-specific methods out of CJS_V8. by Tom Sepez · 7 years ago
  14. 9ad9a5f Split creation of ordinary object and bound objects in FXJS. by Tom Sepez · 7 years ago
  15. b5b7972 Move const arrays to CFXJS_Engine from CJS_V8 by Tom Sepez · 7 years ago
  16. 1258f7f Remove V8 context from CJS_V8 by Tom Sepez · 7 years ago
  17. 4c451ba Pass Isolate to v8::String::Utf8Value API by Adam Klein · 7 years ago
  18. cb22f9a [xfa] Refactor CJX method signatures. by Dan Sinclair · 7 years ago
  19. 4bd2ad8 Move V8 helper methods to their own class. by Dan Sinclair · 7 years ago