1. dc5d88b Convert JS execute methods to return Optional<IJS_Runtime::JS_Error> by Dan Sinclair · 6 years ago
  2. 9b8b217 Replace reinterpret_cast with static_cast where possible by Tom Sepez · 7 years ago
  3. 0784c73 Disable JavaScript entirely if no JSPlatform passed by embedder. by Tom Sepez · 7 years ago
  4. a1fe732 Always build JS Runtime stubs even if V8 present. by Tom Sepez · 7 years ago
  5. f743552 Fold CJS_EmbedObj classes into CJS_Object classes by Dan Sinclair · 7 years ago
  6. 1258f7f Remove V8 context from CJS_V8 by Tom Sepez · 7 years ago
  7. 9cbd2dd Make global object function names clearer. by Tom Sepez · 7 years ago
  8. e99ee7f Introduce CXFJS_Engine::EngineFromContext/SetEngineInContext helpers by Tom Sepez · 7 years ago
  9. f5ca90c Rename some CJS / IJS names for clarity. by Tom Sepez · 7 years ago
  10. 39a076f Fix WideString::Format instances that should use %ls by Ryan Harrison · 7 years ago
  11. 3f1c832 Make WideString::{Format|FormatV} static by Dan Sinclair · 7 years ago
  12. a325462 Rename global data files to match contents by Dan Sinclair · 7 years ago
  13. e0345a4 Move fpdfsdk/javascript to fxjs/ by Dan Sinclair · 7 years ago[Renamed (84%) from fpdfsdk/javascript/cjs_runtime.cpp]
  14. 5bfac68 Rename util to cjs_util by Dan Sinclair · 7 years ago
  15. d2d4df8 Rename report to cjs_report by Dan Sinclair · 7 years ago
  16. 4ab6b38 Rename event to cjs_event by Dan Sinclair · 7 years ago
  17. ba9b9c3 Rename console to cjs_console by Dan Sinclair · 7 years ago
  18. 18470fe Rename color to cjs_color by Dan Sinclair · 7 years ago
  19. c085835 Rename app to cjs_app by Dan Sinclair · 7 years ago
  20. a5c874c Rename PublicMethods to cjs_publicmethods by Dan Sinclair · 7 years ago
  21. a146507 Move JS_Value into JS_Define by Dan Sinclair · 7 years ago
  22. 409726a Move JS_Object to cjs_object by Dan Sinclair · 7 years ago
  23. 0ead542 Rename Icon to cjs_icon by Dan Sinclair · 7 years ago
  24. 5123032 Rename Field to cjs_field by Dan Sinclair · 7 years ago
  25. 451e4c8 Rename Document to match class by Dan Sinclair · 7 years ago
  26. bef4d3e Remove unneeded DefineJSObject param by Dan Sinclair · 7 years ago
  27. ef29953 Cleanup statics in JS classes by Dan Sinclair · 7 years ago
  28. 8b6acdd Rename JS_EventHandler by dan sinclair · 7 years ago
  29. d7ac26c Move global.{h|cpp} to match class by dan sinclair · 7 years ago
  30. 95460d8 Rename Annot to cjs_annot by dan sinclair · 7 years ago
  31. 993a199 Split Consts into individual files by dan sinclair · 7 years ago
  32. 80435cb Convert JS input params to v8::Local<v8::Value>>s by dan sinclair · 7 years ago
  33. e85107b Move MaybeCoerceToNumber to CJS_Runtime by Dan Sinclair · 7 years ago
  34. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  35. 33b42e4 Rename StringCs c_str() to unterminated_c_str(). by Tom Sepez · 7 years ago
  36. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 8 years ago
  37. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  38. 77f6d0f Observe all formfill environment pointer in JS objects. by Tom Sepez · 8 years ago
  39. b1670b5 Pass CJS_Runtime to JS callbacks. by Tom Sepez · 8 years ago
  40. d6ae2af Rename IJS_Context to IJS_EventContext. by Tom Sepez · 8 years ago
  41. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  42. 25ec646 Merge CPDFXFA_App into CPDFXFA_Document. by dsinclair · 8 years ago
  43. 8837c91 Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  44. 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
  45. f3736bc Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  46. b685e64 Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://codereview.chromium.org/2416753002/ ) by dsinclair · 8 years ago
  47. abefb79 Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  48. 82e1767 Convert IJS_Runtime to CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  49. 735606d Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment by dsinclair · 8 years ago
  50. 4d29e78 Rename fpdfsdk/fpdfxfa files to match contents by dsinclair · 8 years ago
  51. 4355468 Move fxjs/include to fxjs by dsinclair · 8 years ago
  52. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  53. bec7692 Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa by dsinclair · 8 years ago
  54. 8e0638b Rename App to Env where needed. by dsinclair · 8 years ago
  55. 79db609 Rename CPDFDoc_Environment to CPDFSDK_Environment by dsinclair · 8 years ago
  56. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago
  57. 1c62054 Make CFX_Obeservable::Observer into a pointer-ish type; by tsepez · 8 years ago
  58. 8832fbf Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observer by tsepez · 8 years ago
  59. 618cb1f Add initial Document::getAnnot support by tonikitoo · 8 years ago
  60. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 8 years ago
  61. a494191 Move some v8 objects from CJS back into FXJS by tsepez · 8 years ago
  62. 08fea80 Rename fxjse/ to fxjs/ update files to match class names. by dsinclair · 8 years ago
  63. 2d6dda1 Implement IJS_Runtime::Destroy(). by thestig · 8 years ago
  64. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 8 years ago
  65. d71bae0 Cleanup some cjs_runtime ifdefs. by dsinclair · 8 years ago
  66. 8bd9ce0 Move xfa/fxjse/ to fxjse/ by dsinclair · 8 years ago
  67. f27aeec Remove various FXJSE Value methods. by dsinclair · 8 years ago
  68. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 8 years ago
  69. 884b4f9 Remove unused context param from execute. by dsinclair · 8 years ago
  70. 8abd7a2 Remove use of v8:Lockers by tsepez · 8 years ago
  71. 12a6b0c Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value* by dsinclair · 8 years ago
  72. 89bdd08 Move code from fpdfsdk/include to the sub directories. by dsinclair · 9 years ago
  73. 179bebb Rename GetCStr and GetPtr to match CFX_ByteString. by dsinclair · 9 years ago
  74. 64376be Move the fpdfsdk/include/javascript folder by dsinclair · 9 years ago[Renamed (98%) from fpdfsdk/javascript/JS_Runtime.cpp]
  75. 41a53ad use std::vector in more places in JavaScript bindings code. by tsepez · 9 years ago
  76. 1770c02 Move xfa/src up to xfa/. by Dan Sinclair · 9 years ago
  77. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed (92%) from fpdfsdk/src/javascript/JS_Runtime.cpp]
  78. e2a774a Remove xfa/src/fxjse/src and move code up a level. by Dan Sinclair · 9 years ago
  79. 297b515 Re-land "Only place primitive objects on the V8 global template." by Tom Sepez · 9 years ago
  80. 1a35d55 Revert "Only place primitive objects on the V8 global template." by Tom Sepez · 9 years ago
  81. 3e44a7b Only place primitive objects on the V8 global template. by Tom Sepez · 9 years ago
  82. efbc191 Expand all paths to be based off pdfium/ directory by Dan Sinclair · 9 years ago
  83. 4866158 Pdfium does not create isolate when it runs in chromium by jinming_wang · 9 years ago
  84. 875b9c9 XFA: Remove relative includes outside of xfa/. by Lei Zhang · 9 years ago
  85. cd2bb30 Merge to XFA: Add ContainsKey() and ContainsValue() and use them where appropriate. by Lei Zhang · 9 years ago
  86. 40e9ff3 Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk. by Tom Sepez · 9 years ago
  87. 51da093 Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/ by Tom Sepez · 9 years ago
  88. 50d12ad Introduce "underlying types" to abstract XFA differences. by Tom Sepez · 9 years ago
  89. c7e4c4f Update XFA fpdfsdk to match master by Tom Sepez · 9 years ago
  90. bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 9 years ago
  91. 4237aed Merge to XFA: Keep "static" objects per-context rather than per isolate. by Tom Sepez · 9 years ago
  92. 4f4603c Segv when PDF-side JS object property getter invoked from XFA. by Tom Sepez · 9 years ago
  93. 3342090 Merge to XFA: Pass IJS_Runtime, not IJS_Context, to native object constructors. by Tom Sepez · 9 years ago
  94. 452b4f3 Merge to XFA: Allow compiling PDFium without V8. by Tom Sepez · 9 years ago
  95. a8a39e2 Allow building of XFA branch without XFA by Tom Sepez · 9 years ago
  96. 67fd5df Merge to XFA: Wean CJS_Value off of v8::Isolate. by Tom Sepez · 9 years ago
  97. 3fa115b Merge to XFA: Only call DefineJSObjects() once for the global V8 isolate. by Lei Zhang · 9 years ago
  98. ba038bc Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_. by Tom Sepez · 9 years ago
  99. a72e8e2 Merge to XFA: Pass v8::Isolate to PDFium at init time. by Tom Sepez · 9 years ago
  100. cd56a7d Merge to XFA: Store object definition ID in each js_class. by Tom Sepez · 9 years ago