1. 4bd03e8 Move CJS_Field::ParseFieldName() into an anonymous namespace. by Lei Zhang · 4 years, 10 months ago
  2. 2bf6661 Remove std::wstring usage in CJS_Field. by Lei Zhang · 4 years, 10 months ago
  3. 95443cf Better tests for CJS_Field properties. by Tom Sepez · 4 years, 10 months ago
  4. 60da5fa Remove dependence from cjs_field.cpp to fpdfapi/font by Tom Sepez · 5 years ago
  5. ccb9ae8 Rename CPDF_Font::GetBaseFont() to GetBaseFontName(). by Tom Sepez · 5 years ago
  6. ffff6c5 Make CPDF_Font a retainable type. by Tom Sepez · 5 years ago
  7. d8ae8f8 Stop nesting ObservedPtr inside Observable. by Tom Sepez · 5 years ago
  8. 8e94c18 Remove stray includes of cpdfsdk_helpers.h by Tom Sepez · 5 years ago
  9. e158a00 Rename SetValue() to SetFieldValue(). by Lei Zhang · 6 years ago
  10. a676aca Add constants for type-specific annotation form flags. by Lei Zhang · 6 years ago
  11. 85549b4 Add constants for annotation flags. by Lei Zhang · 6 years ago
  12. 4031714 Rename WideString::FromLocal() to FromDefANSI(). by Tom Sepez · 6 years ago
  13. f605937 Add tests for radiobutton/checkbox JS properties. by Tom Sepez · 6 years ago
  14. a5ea7ff Prefer single-byte form of CFX_V8::NewString() with literals. by Tom Sepez · 6 years ago
  15. c2454ac Remove CJS_Field::ValueIsOccur() by Tom Sepez · 6 years ago
  16. bc75f62 Make fxjs/ pass gn check. by Lei Zhang · 6 years ago
  17. b14a2f2 Beef up coverage in CJS_Field. by Tom Sepez · 6 years ago
  18. 073ecf4 Rename InterForm classes to InteractiveForm. by Lei Zhang · 6 years ago
  19. c345065 Rename interform files to interactiveform. by Lei Zhang · 6 years ago
  20. 7db136a Remove more impossible checks in form filler code. by Lei Zhang · 6 years ago
  21. 4f261ff Get rid of non-const ref parameter in CPDFSDK_InterForm::OnFormat(). by Lei Zhang · 6 years ago
  22. 65b8db9 Remove non-const ref parameters in CPDF_IconFit. by Lei Zhang · 6 years ago
  23. 99f5bbb Do IWYU for ptr_util.h. by Lei Zhang · 6 years ago
  24. 109aa6d Remove more unneeded STL #includes from headers. by Lei Zhang · 6 years ago
  25. 3a6d058 Rename CJS_Return to CJS_Result. by Tom Sepez · 6 years ago
  26. 20736f7 Introduce safer CJS_Return::Success() and Failure(). by Tom Sepez · 6 years ago
  27. b2e6b4c Replace optional bool bNotify with enum type. by Tom Sepez · 6 years ago
  28. 55ccb52 Remove optional argument from NewFXJSBoundObject(). by Tom Sepez · 6 years ago
  29. 34dab07 Move ByteString::FromUnicode() to WideString::ToDefANSI() by Tom Sepez · 6 years ago
  30. 4ef943b Be more careful casting to widget subclasses. by Tom Sepez · 6 years ago
  31. 94919f7 Move CJS_Field private methods into an anonymous namespace. by Lei Zhang · 6 years ago
  32. 1891523 Remove parameter to CJS_Field::GetFormFields(). by Lei Zhang · 6 years ago
  33. 4c7ad66 Add CJS_Field::GetFirstFormField(). by Lei Zhang · 6 years ago
  34. 83f2d70 Add more helper functions to check field types in CJS_Field. by Lei Zhang · 6 years ago
  35. dfa2ac2 Add a IsCheckBoxOrRadioButton() helper for CJS_Field. by Lei Zhang · 6 years ago
  36. 2cbae73 Use ObservedPtr for CJS_Field::m_pJSField by Tom Sepez · 6 years ago
  37. b6b01cb Re-work some more c_str() usage. by Tom Sepez · 6 years ago
  38. 101535f Rework "Make common page base class." by Tom Sepez · 6 years ago
  39. 8b4ddeb Use spans in CJS_Object. by Tom Sepez · 6 years ago
  40. 1699982 Ensure CJS_Return() with error always includes a message. by Tom Sepez · 6 years ago
  41. ddaa40f Stop using some v8::Context slot to find runtime. by Tom Sepez · 6 years ago
  42. 778e59e Tidy parser lifecycle state machine in CPDF_PageObjectHolder. by Tom Sepez · 6 years ago
  43. 36aae4f Make CJS_Objects track CJS_Runtime (and hence the document itself) by Tom Sepez · 6 years ago
  44. 168c763 Revert "Make common page base class for XFA and non-XFA." by Tom Sepez · 6 years ago
  45. d06cc38 Make common page base class for XFA and non-XFA. by Tom Sepez · 6 years ago
  46. 2b053ce Remove argument from CPDFSDK_FormFillEnvironment::GetCurrentPage by Tom Sepez · 6 years ago
  47. 28bb2f2 Remove DefaultAppearance HasColor and return an optional instead by Dan Sinclair · 7 years ago
  48. a17a0e2 Remove CPDF_DefaultAppearance reference params by Dan Sinclair · 7 years ago
  49. 9ad9a5f Split creation of ordinary object and bound objects in FXJS. by Tom Sepez · 7 years ago
  50. f743552 Fold CJS_EmbedObj classes into CJS_Object classes by Dan Sinclair · 7 years ago
  51. 998fee3 Remove the CJS_EmbedObj template param from JSConstructor. by Dan Sinclair · 7 years ago
  52. 57e0977 Use unique pointer in CFXJS_PerObjectData. by Tom Sepez · 7 years ago
  53. 75acda6 Kill some bare |new|s in cjs_field.cpp by Tom Sepez · 7 years ago
  54. bc48692 Fix identical if/else blocks. by Lei Zhang · 7 years ago
  55. 9baf31f Use enum for tracking form field types by Ryan Harrison · 7 years ago
  56. 909fa2d [js] Convert to using size instead of sentinels by Dan Sinclair · 7 years ago
  57. d6e9cfa Convert JS resource into enum class by Dan Sinclair · 7 years ago
  58. e0345a4 Move fpdfsdk/javascript to fxjs/ by Dan Sinclair · 7 years ago[Renamed (99%) from fpdfsdk/javascript/cjs_field.cpp]
  59. 3de090d Move resource to js_resource by Dan Sinclair · 7 years ago
  60. 18470fe Rename color to cjs_color by Dan Sinclair · 7 years ago
  61. 0ead542 Rename Icon to cjs_icon by Dan Sinclair · 7 years ago
  62. 5123032 Rename Field to cjs_field by Dan Sinclair · 7 years ago[Renamed (99%) from fpdfsdk/javascript/Field.cpp]
  63. 451e4c8 Rename Document to match class by Dan Sinclair · 7 years ago
  64. bef4d3e Remove unneeded DefineJSObject param by Dan Sinclair · 7 years ago
  65. c94a793 Make spec arrays const by Dan Sinclair · 7 years ago
  66. ef29953 Cleanup statics in JS classes by Dan Sinclair · 7 years ago
  67. 15776cf Remove g_pClassName by Dan Sinclair · 7 years ago
  68. d808dfd Cleanup JS define methods by Dan Sinclair · 7 years ago
  69. 977c2a0 Remove methods for empty const/method/property arrays by Dan Sinclair · 7 years ago
  70. 89d26c8 Remove JS macros by Dan Sinclair · 7 years ago
  71. 3a1ba8e Remove CJS_Array by Dan Sinclair · 7 years ago
  72. 8b6acdd Rename JS_EventHandler by dan sinclair · 7 years ago
  73. 8f524d6 Refactor JS method parameters and return values. by Dan Sinclair · 7 years ago
  74. 80435cb Convert JS input params to v8::Local<v8::Value>>s by dan sinclair · 7 years ago
  75. e85107b Move MaybeCoerceToNumber to CJS_Runtime by Dan Sinclair · 7 years ago
  76. 037eae6 Remove IsArrayObject and IsDateObject methods by Dan Sinclair · 7 years ago
  77. 3cac360 Remove GetType from CJS_Value by Dan Sinclair · 7 years ago
  78. 1b2a18e Remove the CJS_Value To* methods. by Dan Sinclair · 7 years ago
  79. 1d8d9ac Remove CJS_Value constructors by Dan Sinclair · 7 years ago
  80. e497492 Remove most CJS_Value Set methods by Dan Sinclair · 7 years ago
  81. 0e187d8 Cleanup some javascript color code by Dan Sinclair · 7 years ago
  82. 4b172c4 Cleaning up JS macros by Dan Sinclair · 7 years ago
  83. 33d13f2 Remove CJS_PropValue by Dan Sinclair · 7 years ago
  84. c970895 Cleanup CJS_Value by Dan Sinclair · 7 years ago
  85. 646634b Cleanup not supported Field code by dan sinclair · 7 years ago
  86. cbe23db Refactoring JS Callbacks. by dan sinclair · 7 years ago
  87. 8e7f932 Convert CPVT_Color to CFX_Color by Dan Sinclair · 7 years ago
  88. 569817c Add ObservedPtr to catch Widget being killed by JS by Ryan Harrison · 7 years ago
  89. 8b1408e Remove FXSYS_strlen and FXSYS_wcslen by Ryan Harrison · 7 years ago
  90. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  91. 7f55a54 Rename CPWL_Color to CFX_Color by Dan Sinclair · 7 years ago
  92. ddfc3dc Let {Argb,Cmyk}Decode return tuples by Nicolas Pena · 7 years ago
  93. c4a2b75 Cleanup string passing in core/fpdf* by Tom Sepez · 8 years ago
  94. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  95. 375c276 Make most PDFium code pass Clang plugin's auto raw check. by Lei Zhang · 8 years ago
  96. c5a1472 Fix uninitialized memory read in CJS_Object::GetEmbedObject() by Tom Sepez · 8 years ago
  97. 40e0a81 Remove unused Icon::m_pIconStream by Tom Sepez · 8 years ago
  98. 4d5b8c5 Convert JS property tables to single-byte. by Tom Sepez · 8 years ago
  99. 9b99b63 Convert native method names to single-byte. by Tom Sepez · 8 years ago
  100. 04557b8 Remove some JS_Define macros by Tom Sepez · 8 years ago