1. 073ecf4 Rename InterForm classes to InteractiveForm. by Lei Zhang · 6 years ago
  2. c345065 Rename interform files to interactiveform. by Lei Zhang · 6 years ago
  3. 99f5bbb Do IWYU for ptr_util.h. by Lei Zhang · 6 years ago
  4. 06f3042 Remove SetSaveCalled API by Ryan Harrison · 6 years ago
  5. 3a6d058 Rename CJS_Return to CJS_Result. by Tom Sepez · 6 years ago
  6. 20736f7 Introduce safer CJS_Return::Success() and Failure(). by Tom Sepez · 6 years ago
  7. 55ccb52 Remove optional argument from NewFXJSBoundObject(). by Tom Sepez · 6 years ago
  8. 82999fa Make JSGetObject<C>() return UnownedPtr<C>. by Tom Sepez · 6 years ago
  9. c30b4e1 Alert embedder when attempting to save XFA form by Ryan Harrison · 6 years ago
  10. b165ffb Use JSGetObject() in more places. by Lei Zhang · 6 years ago
  11. ad1f7b4 Check GetObjDefnID() in various JS functions. by Lei Zhang · 6 years ago
  12. c3cc2ab Clean up constant values for JS alert and beep by Ryan Harrison · 6 years ago
  13. b6b01cb Re-work some more c_str() usage. by Tom Sepez · 6 years ago
  14. 8b4ddeb Use spans in CJS_Object. by Tom Sepez · 6 years ago
  15. 1699982 Ensure CJS_Return() with error always includes a message. by Tom Sepez · 6 years ago
  16. ddaa40f Stop using some v8::Context slot to find runtime. by Tom Sepez · 6 years ago
  17. c22d671 Introduce IJS_Runtime::ScopedEventContext helper class. by Tom Sepez · 6 years ago
  18. 36aae4f Make CJS_Objects track CJS_Runtime (and hence the document itself) by Tom Sepez · 6 years ago
  19. 96c9517 Fix nits in fxjs. by Lei Zhang · 6 years ago
  20. dc5d88b Convert JS execute methods to return Optional<IJS_Runtime::JS_Error> by Dan Sinclair · 6 years ago
  21. a1d3442 Fix include order for cpdfxfa_context.h by Tom Sepez · 6 years ago
  22. 35939f8 Avoid some string -> ptr -> string duplicate allocations in FF Environment by Tom Sepez · 6 years ago
  23. 9ad9a5f Split creation of ordinary object and bound objects in FXJS. by Tom Sepez · 7 years ago
  24. f743552 Fold CJS_EmbedObj classes into CJS_Object classes by Dan Sinclair · 7 years ago
  25. 998fee3 Remove the CJS_EmbedObj template param from JSConstructor. by Dan Sinclair · 7 years ago
  26. 57e0977 Use unique pointer in CFXJS_PerObjectData. by Tom Sepez · 7 years ago
  27. 909fa2d [js] Convert to using size instead of sentinels by Dan Sinclair · 7 years ago
  28. d6e9cfa Convert JS resource into enum class by Dan Sinclair · 7 years ago
  29. e0345a4 Move fpdfsdk/javascript to fxjs/ by Dan Sinclair · 7 years ago[Renamed (98%) from fpdfsdk/javascript/cjs_app.cpp]
  30. 3de090d Move resource to js_resource by Dan Sinclair · 7 years ago
  31. c085835 Rename app to cjs_app by Dan Sinclair · 7 years ago[Renamed (82%) from fpdfsdk/javascript/app.cpp]
  32. a146507 Move JS_Value into JS_Define by Dan Sinclair · 7 years ago
  33. 409726a Move JS_Object to cjs_object by Dan Sinclair · 7 years ago
  34. 451e4c8 Rename Document to match class by Dan Sinclair · 7 years ago
  35. bef4d3e Remove unneeded DefineJSObject param by Dan Sinclair · 7 years ago
  36. c94a793 Make spec arrays const by Dan Sinclair · 7 years ago
  37. ef29953 Cleanup statics in JS classes by Dan Sinclair · 7 years ago
  38. 15776cf Remove g_pClassName by Dan Sinclair · 7 years ago
  39. d808dfd Cleanup JS define methods by Dan Sinclair · 7 years ago
  40. 977c2a0 Remove methods for empty const/method/property arrays by Dan Sinclair · 7 years ago
  41. 89d26c8 Remove JS macros by Dan Sinclair · 7 years ago
  42. 3a1ba8e Remove CJS_Array by Dan Sinclair · 7 years ago
  43. 8b6acdd Rename JS_EventHandler by dan sinclair · 7 years ago
  44. 8f524d6 Refactor JS method parameters and return values. by Dan Sinclair · 7 years ago
  45. 5daf07a Make NewNull return an actual Null by dan sinclair · 7 years ago
  46. 80435cb Convert JS input params to v8::Local<v8::Value>>s by dan sinclair · 7 years ago
  47. 037eae6 Remove IsArrayObject and IsDateObject methods by Dan Sinclair · 7 years ago
  48. 3cac360 Remove GetType from CJS_Value by Dan Sinclair · 7 years ago
  49. 1b2a18e Remove the CJS_Value To* methods. by Dan Sinclair · 7 years ago
  50. 1d8d9ac Remove CJS_Value constructors by Dan Sinclair · 7 years ago
  51. e497492 Remove most CJS_Value Set methods by Dan Sinclair · 7 years ago
  52. 4b172c4 Cleaning up JS macros by Dan Sinclair · 7 years ago
  53. 33d13f2 Remove CJS_PropValue by Dan Sinclair · 7 years ago
  54. c970895 Cleanup CJS_Value by Dan Sinclair · 7 years ago
  55. cbe23db Refactoring JS Callbacks. by dan sinclair · 7 years ago
  56. 854d71c Refactor HasXFAField into HasFormInfo by Ryan Harrison · 7 years ago
  57. f9068a5 Convert XFA Doc Types to be more precise by Ryan Harrison · 7 years ago
  58. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  59. 222e1a4 Use early returns in more CPDFSDK_FormFillEnvironment code. by Lei Zhang · 7 years ago
  60. d7188f7 Remove some more |new|s, part 11 by Tom Sepez · 7 years ago
  61. 3c3e271 Use Byte/WideString iterators by Tom Sepez · 7 years ago
  62. cdba747 Cleanup DocType defines by Dan Sinclair · 7 years ago
  63. c5a1472 Fix uninitialized memory read in CJS_Object::GetEmbedObject() by Tom Sepez · 8 years ago
  64. 77f6d0f Observe all formfill environment pointer in JS objects. by Tom Sepez · 8 years ago
  65. 4d5b8c5 Convert JS property tables to single-byte. by Tom Sepez · 8 years ago
  66. 9b99b63 Convert native method names to single-byte. by Tom Sepez · 8 years ago
  67. 04557b8 Remove some JS_Define macros by Tom Sepez · 8 years ago
  68. b1670b5 Pass CJS_Runtime to JS callbacks. by Tom Sepez · 8 years ago
  69. d6ae2af Rename IJS_Context to IJS_EventContext. by Tom Sepez · 8 years ago
  70. 6cf5eca Don't put timers with ID == 0 into the global timer map. by tsepez · 8 years ago
  71. 85c8e7f Fixup lint flags. by Dan Sinclair · 8 years ago
  72. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  73. 521b750 Rename CPDFXFA_Document to CPDFXFA_Context by dsinclair · 8 years ago
  74. f51e4dc Cleanup CPDFXFA_App methods by dsinclair · 8 years ago
  75. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  76. 82e1767 Convert IJS_Runtime to CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  77. 4526faf Remove CPDFSDK_Document from IJS_Context by dsinclair · 8 years ago
  78. 735606d Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment by dsinclair · 8 years ago
  79. 8afe15a Cleanup some CPDFSDK_PageView annotation code. by dsinclair · 8 years ago
  80. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  81. 8e0638b Rename App to Env where needed. by dsinclair · 8 years ago
  82. 72177da Replace FX_UINT with unsigned int by dsinclair · 8 years ago
  83. 1f24890 Remove FFI_ from CPDFSDK_Environment method names by dsinclair · 8 years ago
  84. 79db609 Rename CPDFDoc_Environment to CPDFSDK_Environment by dsinclair · 8 years ago
  85. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago
  86. 1c62054 Make CFX_Obeservable::Observer into a pointer-ish type; by tsepez · 8 years ago
  87. cd5dc85 Remove unused context parameter from JSGetStringFromID by tsepez · 8 years ago
  88. 8832fbf Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observer by tsepez · 8 years ago
  89. a752edf Introduce pdfium::FakeUniquePtr for keys to sets of unique ptrs. by tsepez · 8 years ago
  90. 2eb7c7d Use a map for app::m_Timers by dsinclair · 8 years ago
  91. 611adb8 Split fpdfsdk/fsdk_baseform.h into individual classes. by jaepark · 8 years ago
  92. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 8 years ago
  93. f3dc8c6 Remove backpointer to CJS_Runtime from CJS_Value by tsepez · 8 years ago
  94. e1e7bd0 Remove MsgBox()/Alert() from CJS_EmbedObj. by tsepez · 8 years ago
  95. e3ff76b Rename CJS_Timer to GlobalTimer and make private to app.cpp by tsepez · 8 years ago
  96. e5aff74 Remove backpointer to runtime from CJS_Array. by tsepez · 8 years ago
  97. 8ca63de Remove another potential stale CJS_Timer usage by tsepez · 8 years ago
  98. 40faa79 Remove type info from CJS_Value, interrogate v8 instead by tsepez · 8 years ago
  99. 64376be Move the fpdfsdk/include/javascript folder by dsinclair · 8 years ago
  100. 41a53ad use std::vector in more places in JavaScript bindings code. by tsepez · 8 years ago