1. e4b035b Use PartitionAlloc for JavaScript ArrayBuffers and strings. by Chris Palmer · 8 years ago
  2. 972eb5c Add array_buffer JS test. 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. e6cf013 Tidy FXJS_V8, backfill tests. by tsepez · 8 years ago
  10. 8837c91 Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  11. 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
  12. f3736bc Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  13. b685e64 Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://codereview.chromium.org/2416753002/ ) by dsinclair · 8 years ago
  14. abefb79 Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  15. 4355468 Move fxjs/include to fxjs by dsinclair · 8 years ago[Renamed (98%) from fxjs/include/fxjs_v8.h]
  16. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  17. a4ad595 Simplify memory management for per isolate data by weili · 8 years ago
  18. 0b2a987 Set up isolate in CFXJS_Engine's constructor by weili · 8 years ago
  19. 54be7be Fix leaks related to the usage of JSE runtime data by weili · 8 years ago
  20. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 8 years ago
  21. a494191 Move some v8 objects from CJS back into FXJS by tsepez · 8 years ago
  22. d0b6ed1 Make FXJS_GetObjectElement return std::vector<CFX_WideString>. by tsepez · 8 years ago
  23. 135b998 Return v8::Date specialization not v8::Value where possible by tsepez · 8 years ago
  24. 40faa79 Remove type info from CJS_Value, interrogate v8 instead by tsepez · 8 years ago
  25. 88b6686 Do not try to v8::Object::Clone() any objects by tsepez · 8 years ago
  26. b3f2467 Move fpdfsdk/jsapi into fxjs/ by dsinclair · 8 years ago[Renamed (98%) from fpdfsdk/jsapi/include/fxjs_v8.h]
  27. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 8 years ago
  28. 7546469 Remove unimplemented signatures by dsinclair · 8 years ago
  29. 884b4f9 Remove unused context param from execute. by dsinclair · 9 years ago
  30. 018935c Pass WideStrings without narrowing to c_str in javascript/ by tsepez · 9 years ago
  31. 89bdd08 Move code from fpdfsdk/include to the sub directories. by dsinclair · 9 years ago[Renamed (98%) from fpdfsdk/include/jsapi/fxjs_v8.h]
  32. 9967cc5 Re-land "Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed."" by Tom Sepez · 9 years ago
  33. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 9 years ago
  34. 3ebd121 Review and cleanup lint warnings. by Dan Sinclair · 9 years ago
  35. 297b515 Re-land "Only place primitive objects on the V8 global template." by Tom Sepez · 9 years ago
  36. 1a35d55 Revert "Only place primitive objects on the V8 global template." by Tom Sepez · 9 years ago
  37. 3e44a7b Only place primitive objects on the V8 global template. by Tom Sepez · 9 years ago
  38. 61046b9 Sort headers in non-xfa directories. by Dan Sinclair · 9 years ago
  39. 61dc96f Fix memory leakage on Linux - part3 by jinming_wang · 9 years ago
  40. 40e9ff3 Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk. by Tom Sepez · 9 years ago
  41. 51da093 Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/ by Tom Sepez · 9 years ago
  42. 1b24628 XFA: More underlying types by Tom Sepez · 9 years ago
  43. b8ec0a3 Mising JS refactoring in XFA. by Tom Sepez · 9 years ago
  44. 4237aed Merge to XFA: Keep "static" objects per-context rather than per isolate. by Tom Sepez · 9 years ago
  45. 4f4603c Segv when PDF-side JS object property getter invoked from XFA. by Tom Sepez · 9 years ago
  46. d88a364 Merge to XFA: Remove CFX_PtrArray usage in fpdfsdk. by Lei Zhang · 9 years ago
  47. a688a04 Merge to XFA: Fix all relative includes to core. by Lei Zhang · 9 years ago
  48. 371379d Merge to XFA: Remove FXJS_GetRuntime by Tom Sepez · 9 years ago
  49. 3342090 Merge to XFA: Pass IJS_Runtime, not IJS_Context, to native object constructors. by Tom Sepez · 9 years ago
  50. 3fa115b Merge to XFA: Only call DefineJSObjects() once for the global V8 isolate. by Lei Zhang · 9 years ago
  51. ba038bc Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_. by Tom Sepez · 9 years ago
  52. 7fed2e7 Merge to XFA: Remove unused global argument from FXJS_CONSTRUCTOR. by Tom Sepez · 9 years ago
  53. a72e8e2 Merge to XFA: Pass v8::Isolate to PDFium at init time. by Tom Sepez · 9 years ago
  54. cd56a7d Merge to XFA: Store object definition ID in each js_class. by Tom Sepez · 9 years ago
  55. bd7fabf Merge to XFA: Introduce kPerIsolateDataIndex and tidy JS_Define.h by Tom Sepez · 9 years ago
  56. a25fd09 XFA: Pass IFXJS_Runtime via V8 contexts, not V8 isolates by Tom Sepez · 9 years ago
  57. ed7b2b5 XFA: contention between FXJSE and FXJS over isolate data slots by Tom Sepez · 9 years ago
  58. d5a0e95 Merge to XFA: Don't pass null isolates to FXJS_ when we have a real isolate. by Tom Sepez · 9 years ago
  59. 39bfe12 Merge to XFA: Ensure functions in FXJS_V8 are prefixed by FXJS_. by Tom Sepez · 9 years ago
  60. 7d0fcbf Merge to XFA: Refactor fxjs_v8 and add embeddertests for it. by Tom Sepez · 9 years ago
  61. 142165e Merge to XFA: Fix strings, ..., void return types for Consts.h. by Tom Sepez · 9 years ago
  62. 808a99e Merge to XFA: Remove some abstractions in fxjs_v8.h. by Tom Sepez · 9 years ago
  63. 9ed941a Merge to XFA: CJS_Context::compile unused by Tom Sepez · 9 years ago
  64. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  65. 06b6002 Merge to XFA: Plumb in an externally created v8::Isolate by Jochen Eisinger · 9 years ago
  66. d07958f Merge to XFA: Remove dead code found by Scythe. by Lei Zhang · 9 years ago
  67. 19922bb Merge to XFA: Fix ALL the include guards. by Tom Sepez · 10 years ago
  68. dfa2c99 Merge V8 API updates to xfa branch by Jochen Eisinger · 10 years ago
  69. e5350ef Merge to XFA: Remove unused nParamNum values from JS method tables. by Tom Sepez · 10 years ago
  70. 9a3f812 Merge to XFA: Fix (nearly all) IWYU in fpdfskd/include/javascript/ headers. by Tom Sepez · 10 years ago
  71. 49ccaeb Fix a compiling error in fxjs_v8.h by JUN FANG · 10 years ago
  72. 2f3dfef Merge to XFA: Kill off JS_ErrorString type. by Tom Sepez · 10 years ago
  73. 3a83266 Merge to XFA: Return error information from pdfium to JS. by Tom Sepez · 10 years ago
  74. 2311b78 Merge to XFA: Replace second set of #defines with templates in JS_Define.h by Tom Sepez · 10 years ago
  75. ccc9483 Merge to XFA: Tidy up JS_Defines.h by Tom Sepez · 10 years ago
  76. 41f0590 Remove "using namespace v8" in header. This allows us to turn all warnings into errors. It also makes it clearer to find usage of v8 in the library. by John Abd-El-Malek · 11 years ago
  77. 5110c47 Initial commit. by John Abd-El-Malek · 11 years ago