1. fe8d4e3 Replace PDF_ENABLE_XFA with an interface in CFXJS_Engine. by Tom Sepez · 5 years ago
  2. 24374a6 Remove CPDFSDK_FormFillEnvironment from fxjs/global_timer.cpp by Tom Sepez · 5 years ago
  3. d8ae8f8 Stop nesting ObservedPtr inside Observable. by Tom Sepez · 5 years ago
  4. 27c350f Move core/fxcrt/observable.h to observed_ptr.h. by Tom Sepez · 5 years ago
  5. 7dbb85b Rename CJS_EventHandler to CJS_EventRecorder. by Tom Sepez · 5 years ago
  6. c839ac7 Pass ByteStringView by value by Tom Sepez · 6 years ago
  7. 2dd06eb Make IJS_Runtime::AsCJSRuntime be XFA-only by Tom Sepez · 6 years ago
  8. f3cc72f Remove many unneeded STL #includes from headers. by Lei Zhang · 6 years ago
  9. d5f4279 Stop using deprecated V8 APIs in CJS_Runtime. by Lei Zhang · 6 years ago
  10. 5586545 The final game: mark everything final. by Tom Sepez · 6 years ago
  11. 6ffd840 Remove still more v8::Context slot usage. by Tom Sepez · 6 years ago
  12. dc5d88b Convert JS execute methods to return Optional<IJS_Runtime::JS_Error> by Dan Sinclair · 6 years ago
  13. 0784c73 Disable JavaScript entirely if no JSPlatform passed by embedder. by Tom Sepez · 6 years ago
  14. b7c7df6 Rename fxjs_v8.{h,cpp} to cfxjs_engine.{h,cpp} by Tom Sepez · 7 years ago
  15. 9cbd2dd Make global object function names clearer. by Tom Sepez · 7 years ago
  16. e99ee7f Introduce CXFJS_Engine::EngineFromContext/SetEngineInContext helpers by Tom Sepez · 7 years ago
  17. e0345a4 Move fpdfsdk/javascript to fxjs/ by Dan Sinclair · 7 years ago[Renamed (90%) from fpdfsdk/javascript/cjs_runtime.h]
  18. 8b6acdd Rename JS_EventHandler by dan sinclair · 7 years ago
  19. 80435cb Convert JS input params to v8::Local<v8::Value>>s by dan sinclair · 7 years ago
  20. e85107b Move MaybeCoerceToNumber to CJS_Runtime by Dan Sinclair · 7 years ago
  21. 65ecca4 Move CFX_Observable to Observable by Dan Sinclair · 7 years ago
  22. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  23. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  24. 77f6d0f Observe all formfill environment pointer in JS objects. by Tom Sepez · 8 years ago
  25. b1670b5 Pass CJS_Runtime to JS callbacks. by Tom Sepez · 8 years ago
  26. d6ae2af Rename IJS_Context to IJS_EventContext. by Tom Sepez · 8 years ago
  27. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  28. 82e1767 Convert IJS_Runtime to CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  29. 735606d Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment by dsinclair · 8 years ago
  30. 4355468 Move fxjs/include to fxjs by dsinclair · 8 years ago
  31. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  32. 8e0638b Rename App to Env where needed. by dsinclair · 8 years ago
  33. 79db609 Rename CPDFDoc_Environment to CPDFSDK_Environment by dsinclair · 8 years ago
  34. 8832fbf Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observer by tsepez · 8 years ago
  35. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 8 years ago
  36. a494191 Move some v8 objects from CJS back into FXJS by tsepez · 8 years ago
  37. b3f2467 Move fpdfsdk/jsapi into fxjs/ by dsinclair · 8 years ago
  38. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 8 years ago
  39. 884b4f9 Remove unused context param from execute. by dsinclair · 8 years ago
  40. 12a6b0c Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value* by dsinclair · 8 years ago
  41. 89bdd08 Move code from fpdfsdk/include to the sub directories. by dsinclair · 8 years ago
  42. 64376be Move the fpdfsdk/include/javascript folder by dsinclair · 8 years ago[Renamed (93%) from fpdfsdk/javascript/JS_Runtime.h]
  43. 41a53ad use std::vector in more places in JavaScript bindings code. by tsepez · 8 years ago
  44. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 8 years ago
  45. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed (93%) from fpdfsdk/src/javascript/JS_Runtime.h]
  46. 3ebd121 Review and cleanup lint warnings. by Dan Sinclair · 9 years ago
  47. 297b515 Re-land "Only place primitive objects on the V8 global template." by Tom Sepez · 9 years ago
  48. 1a35d55 Revert "Only place primitive objects on the V8 global template." by Tom Sepez · 9 years ago
  49. 3e44a7b Only place primitive objects on the V8 global template. by Tom Sepez · 9 years ago
  50. efbc191 Expand all paths to be based off pdfium/ directory by Dan Sinclair · 9 years ago
  51. 40e9ff3 Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk. by Tom Sepez · 9 years ago
  52. 51da093 Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/ by Tom Sepez · 9 years ago
  53. bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 9 years ago
  54. 4237aed Merge to XFA: Keep "static" objects per-context rather than per isolate. by Tom Sepez · 9 years ago
  55. a688a04 Merge to XFA: Fix all relative includes to core. by Lei Zhang · 9 years ago
  56. 3343d14 Fix XFA compilation noise, part 1. by Tom Sepez · 9 years ago
  57. 3342090 Merge to XFA: Pass IJS_Runtime, not IJS_Context, to native object constructors. by Tom Sepez · 9 years ago
  58. 67fd5df Merge to XFA: Wean CJS_Value off of v8::Isolate. by Tom Sepez · 9 years ago
  59. ba038bc Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_. by Tom Sepez · 9 years ago
  60. a72e8e2 Merge to XFA: Pass v8::Isolate to PDFium at init time. by Tom Sepez · 9 years ago
  61. 3745841 Merge to XFA: Make the vast majority of JS headers private to src/javascript. by Tom Sepez · 9 years ago[Renamed (90%) from fpdfsdk/include/javascript/JS_Runtime.h]
  62. 2d5a0e1 Merge to XFA: CJS_Timer should observe CJS_Runtime destruction. by Lei Zhang · 9 years ago
  63. 5d0e843 Merge to XFA: Use std::set<> to track active event handlers. by Tom Sepez · 9 years ago
  64. 39bfe12 Merge to XFA: Ensure functions in FXJS_V8 are prefixed by FXJS_. by Tom Sepez · 9 years ago
  65. 7d0fcbf Merge to XFA: Refactor fxjs_v8 and add embeddertests for it. by Tom Sepez · 9 years ago
  66. 142165e Merge to XFA: Fix strings, ..., void return types for Consts.h. by Tom Sepez · 9 years ago
  67. 570875c Merge to XFA: Rename Init methods to more accurately describe purpose by Tom Sepez · 9 years ago
  68. 808a99e Merge to XFA: Remove some abstractions in fxjs_v8.h. by Tom Sepez · 9 years ago
  69. 0998538 Merge to XFA: Cleanup: Fix some unneeded semi-colons and bad spacing. by Lei Zhang · 9 years ago
  70. 2b1a2d5 Merge to XFA: Use override in more classes in fpdfsdk/ by Lei Zhang · 9 years ago
  71. 2900784 Merge to XFA: Don't dispose the isolate if its provided by the embedder by Jochen Eisinger · 9 years ago
  72. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  73. d07958f Merge to XFA: Remove dead code found by Scythe. by Lei Zhang · 9 years ago
  74. a6d9f0e Remove trailing whitespaces in fpdfsdk, XFA edition. by Lei Zhang · 9 years ago
  75. ca3ac5e Merge to XFA: Remove FX_BSTR and FX_WSTR typedefs. by Tom Sepez · 9 years ago
  76. 19922bb Merge to XFA: Fix ALL the include guards. by Tom Sepez · 9 years ago
  77. dfa2c99 Merge V8 API updates to xfa branch by Jochen Eisinger · 9 years ago
  78. d2cc1b9 Merge to XFA: Fix V8 array buffer allocator. by Tom Sepez · 9 years ago
  79. 9a3f812 Merge to XFA: Fix (nearly all) IWYU in fpdfskd/include/javascript/ headers. by Tom Sepez · 9 years ago
  80. c774787 Merge to XFA: Kill off unused IFXJS interface methods. by Tom Sepez · 10 years ago
  81. fdc00a7 Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 by Bo Xu · 10 years ago
  82. 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 10 years ago
  83. 5110c47 Initial commit. by John Abd-El-Malek · 10 years ago