1. 99f5bbb Do IWYU for ptr_util.h. by Lei Zhang · 6 years ago
  2. 109aa6d Remove more unneeded STL #includes from headers. by Lei Zhang · 6 years ago
  3. 3a6d058 Rename CJS_Return to CJS_Result. by Tom Sepez · 6 years ago
  4. 20736f7 Introduce safer CJS_Return::Success() and Failure(). by Tom Sepez · 6 years ago
  5. b2e6b4c Replace optional bool bNotify with enum type. by Tom Sepez · 6 years ago
  6. 55ccb52 Remove optional argument from NewFXJSBoundObject(). by Tom Sepez · 6 years ago
  7. 34dab07 Move ByteString::FromUnicode() to WideString::ToDefANSI() by Tom Sepez · 6 years ago
  8. 4ef943b Be more careful casting to widget subclasses. by Tom Sepez · 6 years ago
  9. 94919f7 Move CJS_Field private methods into an anonymous namespace. by Lei Zhang · 6 years ago
  10. 1891523 Remove parameter to CJS_Field::GetFormFields(). by Lei Zhang · 6 years ago
  11. 4c7ad66 Add CJS_Field::GetFirstFormField(). by Lei Zhang · 6 years ago
  12. 83f2d70 Add more helper functions to check field types in CJS_Field. by Lei Zhang · 6 years ago
  13. dfa2ac2 Add a IsCheckBoxOrRadioButton() helper for CJS_Field. by Lei Zhang · 6 years ago
  14. 2cbae73 Use ObservedPtr for CJS_Field::m_pJSField by Tom Sepez · 6 years ago
  15. b6b01cb Re-work some more c_str() usage. by Tom Sepez · 6 years ago
  16. 101535f Rework "Make common page base class." by Tom Sepez · 6 years ago
  17. 8b4ddeb Use spans in CJS_Object. by Tom Sepez · 6 years ago
  18. 1699982 Ensure CJS_Return() with error always includes a message. by Tom Sepez · 6 years ago
  19. ddaa40f Stop using some v8::Context slot to find runtime. by Tom Sepez · 6 years ago
  20. 778e59e Tidy parser lifecycle state machine in CPDF_PageObjectHolder. by Tom Sepez · 6 years ago
  21. 36aae4f Make CJS_Objects track CJS_Runtime (and hence the document itself) by Tom Sepez · 6 years ago
  22. 168c763 Revert "Make common page base class for XFA and non-XFA." by Tom Sepez · 6 years ago
  23. d06cc38 Make common page base class for XFA and non-XFA. by Tom Sepez · 6 years ago
  24. 2b053ce Remove argument from CPDFSDK_FormFillEnvironment::GetCurrentPage by Tom Sepez · 6 years ago
  25. 28bb2f2 Remove DefaultAppearance HasColor and return an optional instead by Dan Sinclair · 6 years ago
  26. a17a0e2 Remove CPDF_DefaultAppearance reference params by Dan Sinclair · 6 years ago
  27. 9ad9a5f Split creation of ordinary object and bound objects in FXJS. by Tom Sepez · 7 years ago
  28. f743552 Fold CJS_EmbedObj classes into CJS_Object classes by Dan Sinclair · 7 years ago
  29. 998fee3 Remove the CJS_EmbedObj template param from JSConstructor. by Dan Sinclair · 7 years ago
  30. 57e0977 Use unique pointer in CFXJS_PerObjectData. by Tom Sepez · 7 years ago
  31. 75acda6 Kill some bare |new|s in cjs_field.cpp by Tom Sepez · 7 years ago
  32. bc48692 Fix identical if/else blocks. by Lei Zhang · 7 years ago
  33. 9baf31f Use enum for tracking form field types by Ryan Harrison · 7 years ago
  34. 909fa2d [js] Convert to using size instead of sentinels by Dan Sinclair · 7 years ago
  35. d6e9cfa Convert JS resource into enum class by Dan Sinclair · 7 years ago
  36. e0345a4 Move fpdfsdk/javascript to fxjs/ by Dan Sinclair · 7 years ago[Renamed (99%) from fpdfsdk/javascript/cjs_field.cpp]
  37. 3de090d Move resource to js_resource by Dan Sinclair · 7 years ago
  38. 18470fe Rename color to cjs_color by Dan Sinclair · 7 years ago
  39. 0ead542 Rename Icon to cjs_icon by Dan Sinclair · 7 years ago
  40. 5123032 Rename Field to cjs_field by Dan Sinclair · 7 years ago[Renamed (99%) from fpdfsdk/javascript/Field.cpp]
  41. 451e4c8 Rename Document to match class by Dan Sinclair · 7 years ago
  42. bef4d3e Remove unneeded DefineJSObject param by Dan Sinclair · 7 years ago
  43. c94a793 Make spec arrays const by Dan Sinclair · 7 years ago
  44. ef29953 Cleanup statics in JS classes by Dan Sinclair · 7 years ago
  45. 15776cf Remove g_pClassName by Dan Sinclair · 7 years ago
  46. d808dfd Cleanup JS define methods by Dan Sinclair · 7 years ago
  47. 977c2a0 Remove methods for empty const/method/property arrays by Dan Sinclair · 7 years ago
  48. 89d26c8 Remove JS macros by Dan Sinclair · 7 years ago
  49. 3a1ba8e Remove CJS_Array by Dan Sinclair · 7 years ago
  50. 8b6acdd Rename JS_EventHandler by dan sinclair · 7 years ago
  51. 8f524d6 Refactor JS method parameters and return values. by Dan Sinclair · 7 years ago
  52. 80435cb Convert JS input params to v8::Local<v8::Value>>s by dan sinclair · 7 years ago
  53. e85107b Move MaybeCoerceToNumber to CJS_Runtime by Dan Sinclair · 7 years ago
  54. 037eae6 Remove IsArrayObject and IsDateObject methods by Dan Sinclair · 7 years ago
  55. 3cac360 Remove GetType from CJS_Value by Dan Sinclair · 7 years ago
  56. 1b2a18e Remove the CJS_Value To* methods. by Dan Sinclair · 7 years ago
  57. 1d8d9ac Remove CJS_Value constructors by Dan Sinclair · 7 years ago
  58. e497492 Remove most CJS_Value Set methods by Dan Sinclair · 7 years ago
  59. 0e187d8 Cleanup some javascript color code by Dan Sinclair · 7 years ago
  60. 4b172c4 Cleaning up JS macros by Dan Sinclair · 7 years ago
  61. 33d13f2 Remove CJS_PropValue by Dan Sinclair · 7 years ago
  62. c970895 Cleanup CJS_Value by Dan Sinclair · 7 years ago
  63. 646634b Cleanup not supported Field code by dan sinclair · 7 years ago
  64. cbe23db Refactoring JS Callbacks. by dan sinclair · 7 years ago
  65. 8e7f932 Convert CPVT_Color to CFX_Color by Dan Sinclair · 7 years ago
  66. 569817c Add ObservedPtr to catch Widget being killed by JS by Ryan Harrison · 7 years ago
  67. 8b1408e Remove FXSYS_strlen and FXSYS_wcslen by Ryan Harrison · 7 years ago
  68. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  69. 7f55a54 Rename CPWL_Color to CFX_Color by Dan Sinclair · 7 years ago
  70. ddfc3dc Let {Argb,Cmyk}Decode return tuples by Nicolas Pena · 7 years ago
  71. c4a2b75 Cleanup string passing in core/fpdf* by Tom Sepez · 7 years ago
  72. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 7 years ago
  73. 375c276 Make most PDFium code pass Clang plugin's auto raw check. by Lei Zhang · 7 years ago
  74. c5a1472 Fix uninitialized memory read in CJS_Object::GetEmbedObject() by Tom Sepez · 8 years ago
  75. 40e0a81 Remove unused Icon::m_pIconStream by Tom Sepez · 8 years ago
  76. 4d5b8c5 Convert JS property tables to single-byte. by Tom Sepez · 8 years ago
  77. 9b99b63 Convert native method names to single-byte. by Tom Sepez · 8 years ago
  78. 04557b8 Remove some JS_Define macros by Tom Sepez · 8 years ago
  79. b1670b5 Pass CJS_Runtime to JS callbacks. by Tom Sepez · 8 years ago
  80. d6ae2af Rename IJS_Context to IJS_EventContext. by Tom Sepez · 8 years ago
  81. 8fa8279 Annotation deleted while retrieving it in JS by tsepez · 8 years ago
  82. c5267c5 Revert: Only create widgets if really needed by dsinclair · 8 years ago
  83. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  84. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  85. 82e1767 Convert IJS_Runtime to CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  86. 3a7741a Convert Field to use CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  87. 690c033 Convert CPDFSDK_InterForm to take a CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  88. 735606d Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment by dsinclair · 8 years ago
  89. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  90. 41872fa Move core/fpdfapi/fpdf_page to core/fpdfapi/page by dsinclair · 8 years ago
  91. bc5e6d2 Move core/fpdfapi/fpdf_font to core/fpdfapi/font by dsinclair · 8 years ago
  92. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  93. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago
  94. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  95. 8a752ab Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page by dsinclair · 8 years ago
  96. 166bc16 Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font by dsinclair · 8 years ago
  97. f8074ce Watch destruction of widgets around OnAAction() method. by tsepez · 8 years ago
  98. 1f24890 Remove FFI_ from CPDFSDK_Environment method names by dsinclair · 8 years ago
  99. 79db609 Rename CPDFDoc_Environment to CPDFSDK_Environment by dsinclair · 8 years ago
  100. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago