1. 8b0cf76 Merge CFX_XMLElement and CFX_XMLAttributeNode by dan sinclair · 7 years ago
  2. 0d32b8f Revert "Return pdfium::span<wchar_t> from WideString::GetBuffer()." by Tom Sepez · 7 years ago
  3. 3d523e3 Revert "Return pdfium::span<char> from ByteString::GetBuffer()." by Tom Sepez · 7 years ago
  4. 80a6cbe Return pdfium::span<char> from ByteString::GetBuffer(). by Tom Sepez · 7 years ago
  5. 154e18f Return pdfium::span<wchar_t> from WideString::GetBuffer(). by Tom Sepez · 7 years ago
  6. 876efaa Rename CXFA_SimpleParser to CXFA_DocumentParser by Dan Sinclair · 7 years ago
  7. e1a41af [xfa] Remove form checksum abilities by Dan Sinclair · 7 years ago
  8. 1e934f6 Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient. by Tom Sepez · 7 years ago
  9. a0706f0 Move code to set XML value to CXFA_Node by Dan Sinclair · 7 years ago
  10. 2aa01f5 Avoid uninitialized internal fields in V8 global objects. by Tom Sepez · 7 years ago
  11. 4862705 Make Internal field usage in cfxjs_engine match README.doc by Tom Sepez · 7 years ago
  12. 1a2e494 Parse "yy" correctly for AFDate_FormatEx(). by Lei Zhang · 7 years ago
  13. 28bb2f2 Remove DefaultAppearance HasColor and return an optional instead by Dan Sinclair · 7 years ago
  14. a17a0e2 Remove CPDF_DefaultAppearance reference params by Dan Sinclair · 7 years ago
  15. 00d47a6 Rename some fsdk files to cpdfsdk by Dan Sinclair · 7 years ago
  16. 1f12904 Remove CXFA_FFNotify proxy methods by Dan Sinclair · 7 years ago
  17. 68df02a Cleanup CXFA_LocaleMgr by Dan Sinclair · 7 years ago
  18. 9a635e8 Replace deprecated SetNamedPropertyHandler by Franziska Hinkelmann · 7 years ago
  19. 7a1aa5f Remove usage of FXSYS_*ASCIIlower/upper methods by Ryan Harrison · 7 years ago
  20. 735eda9 Remove all usages of FXSYS_iswASCIIalpha by Ryan Harrison · 7 years ago
  21. 15c0fcc Remove all usages of FXSYS_iswASCIIalnum by Ryan Harrison · 7 years ago
  22. c2df008 Handle inserting negative values without a selection by Dan Sinclair · 7 years ago
  23. 69da36c Explicitly mark helper methods that only operate on ASCII ranges by Ryan Harrison · 7 years ago
  24. a32145f Rename core/fxcrt IFX files to Iface by Dan Sinclair · 7 years ago
  25. e24d5a8 Get rid of some static variables. by Tom Sepez · 7 years ago
  26. 0bc02c1 Add some more missing consts. by Tom Sepez · 7 years ago
  27. 9141116 Fixup AFSimple_Calculate indexing bug by Dan Sinclair · 7 years ago
  28. 26fc813 [formcalc] Cleanup function handling by Dan Sinclair · 7 years ago
  29. 6a5b1c9 Merge FormCalc to JavaScript methods by dan sinclair · 7 years ago
  30. 067a44f Fix fallthroughs in XFA code. by Henrique Nakashima · 7 years ago
  31. e40678e Make the CFX_XMLNode a MaybeOwned pointer by Dan Sinclair · 7 years ago
  32. c4ffab7 Fix lifetime probe issue in CJX_Object by Dan Sinclair · 7 years ago
  33. 2fa6441 Cleanup CXFA_Node::SetFlag by Dan Sinclair · 7 years ago
  34. d8d6f55 Cleanup CXFA_Document const-ness by Dan Sinclair · 7 years ago
  35. 6515cf2 Split CFX_XMLNode::SaveXMLNode apart by Dan Sinclair · 7 years ago
  36. fa3765c Cleanup CFX_XMLNode pointers by Dan Sinclair · 7 years ago
  37. 20eb52e Cleanup CFX_XMLNode and friends by Dan Sinclair · 7 years ago
  38. 80bf582 Cleanup CXFA_Node ownership by Dan Sinclair · 7 years ago
  39. db8ef92 Use actual type in place of void* in V8 map by Tom Sepez · 7 years ago
  40. 3e5fac8 Test if GC'd FXJS objects have their C-side counterparts cleaned up. by Tom Sepez · 7 years ago
  41. f6ecadb Renable -Wimplicit-fallthrough for PDFium. by Nico Weber · 7 years ago
  42. a0395e5 Tidy V8TemplateMap. by Tom Sepez · 7 years ago
  43. b7c7df6 Rename fxjs_v8.{h,cpp} to cfxjs_engine.{h,cpp} by Tom Sepez · 7 years ago
  44. 3f8ee5e Move CFX_V8 testing from embeddertest to unittest. by Tom Sepez · 7 years ago
  45. e0518bf Move cjs_v8.cpp to cfx_v8.cpp by Tom Sepez · 7 years ago
  46. 3645652 Move XFA-specific methods out of CJS_V8. by Tom Sepez · 7 years ago
  47. b3f1046 Make CFXJS_Engine::SetObjectPrivate() static. by Tom Sepez · 7 years ago
  48. 9ad9a5f Split creation of ordinary object and bound objects in FXJS. by Tom Sepez · 7 years ago
  49. f3f1869 Avoid needless malloc for v8:Global array. by Tom Sepez · 7 years ago
  50. 837b175 Remove unused FreeObjectPrivate() overload. by Tom Sepez · 7 years ago
  51. f743552 Fold CJS_EmbedObj classes into CJS_Object classes by Dan Sinclair · 7 years ago
  52. 998fee3 Remove the CJS_EmbedObj template param from JSConstructor. by Dan Sinclair · 7 years ago
  53. 57e0977 Use unique pointer in CFXJS_PerObjectData. by Tom Sepez · 7 years ago
  54. 13c4d1b Fix some formcalc constant naming. by Lei Zhang · 7 years ago
  55. 2896cfa [XFA] dot_accessor may not provide a valid object. by Dan Sinclair · 7 years ago
  56. b5b7972 Move const arrays to CFXJS_Engine from CJS_V8 by Tom Sepez · 7 years ago
  57. bbeb10d Small tidy of fxjs by Tom Sepez · 7 years ago
  58. 1258f7f Remove V8 context from CJS_V8 by Tom Sepez · 7 years ago
  59. 9cbd2dd Make global object function names clearer. by Tom Sepez · 7 years ago
  60. 59790ce Make CFXJSE-created contexts refer to their CFXJS counteparts. by Tom Sepez · 7 years ago
  61. 2702836 Change internal usages of GetPageIndexDeprecated() to new method. by Henrique Nakashima · 7 years ago
  62. e99ee7f Introduce CXFJS_Engine::EngineFromContext/SetEngineInContext helpers by Tom Sepez · 7 years ago
  63. fb25606 Make FXJSE_Engine constructed from FXJS_Engine. by Tom Sepez · 7 years ago
  64. 71a7d37 Deprecate FPDFDest_GetPageIndex and create a fixed version. by Henrique Nakashima · 7 years ago
  65. f5ca90c Rename some CJS / IJS names for clarity. by Tom Sepez · 7 years ago
  66. 33c7ade Test more context overlap in fxjs/fxjs_v8_embeddertest.cpp by Tom Sepez · 7 years ago
  67. e86db73 Remove handrolled search from GetEventParaInfoByName by Ryan Harrison · 7 years ago
  68. 4b0c5b9 Remove NumericLimit params which are always the same by Dan Sinclair · 7 years ago
  69. 2108e57 Remove bare new from JS_Define.h by Tom Sepez · 7 years ago
  70. 1d82ba4 Cleanup some param passing code by Dan Sinclair · 7 years ago
  71. 4dd1b07 Fold single caller methods into callsite by Dan Sinclair · 7 years ago
  72. 75acda6 Kill some bare |new|s in cjs_field.cpp by Tom Sepez · 7 years ago
  73. 5e332f1 Cleanup the FFWidget determination code. by Dan Sinclair · 7 years ago
  74. bc48692 Fix identical if/else blocks. by Lei Zhang · 7 years ago
  75. b657e87 Cleanup CreateUIChild node creation by Dan Sinclair · 7 years ago
  76. 4ad801b Fix broken XFA builds with new V8 by Ryan Harrison · 7 years ago
  77. 414cc9c Remove GetWidgetAcc calls by Dan Sinclair · 7 years ago
  78. 9b85f4b Merge CXFA_WidgetAcc into CXFA_Node by Dan Sinclair · 7 years ago
  79. 1e5f87e Use accessor for WidgetAcc by Dan Sinclair · 7 years ago
  80. 4d4731c Tidy fxjs/cfxjse_isolatetracker.h by Tom Sepez · 7 years ago
  81. 7f2d01a Convert CXFA_EventParam to store a CXFA_Node by Dan Sinclair · 7 years ago
  82. 1ca4216 Convert CXFA_FFWidgetHandler to use CXFA_Node by Dan Sinclair · 7 years ago
  83. bc948ce Remove CXFA_WidgetAcc from CXFA_FFNotify by Dan Sinclair · 7 years ago
  84. 04f50cf Remove unused WidgetPreRemove and WidgetPostAdd params by Dan Sinclair · 7 years ago
  85. ec06e11 Change GetContainerWidgetAcc to GetContainerNode by Dan Sinclair · 7 years ago
  86. 2157c4b Move IsNull and PreNull to CXFA_Node by Dan Sinclair · 7 years ago
  87. ed4038b Move the UI elements from CXFA_WidgetAcc to CXFA_Node by Dan Sinclair · 7 years ago
  88. d7d584d Add flag to notify if a node widget is ready by Dan Sinclair · 7 years ago
  89. 434e28d Use MaybeLocal versions of v8::Script APIs by Adam Klein · 7 years ago
  90. 4c451ba Pass Isolate to v8::String::Utf8Value API by Adam Klein · 7 years ago
  91. d859d57 Do more forward declarations in cxfa_node.h. by Lei Zhang · 7 years ago
  92. 9baf31f Use enum for tracking form field types by Ryan Harrison · 7 years ago
  93. 72d34be Fix "the the" typos. by Lei Zhang · 7 years ago
  94. ce7df75 Rename CXFA_Box methods to make return clearer by Dan Sinclair · 7 years ago
  95. 61dfd72 Rename GetItem to GetItemIfExists by Dan Sinclair · 7 years ago
  96. 7d2c5f4 Rename CreateInstance to CreateInstanceIfPossible by Dan Sinclair · 7 years ago
  97. fc77dee Cleanup duplicate CXFA_Node accessors by Dan Sinclair · 7 years ago
  98. 1983592 Rename GetFormValue to GetFormValueIfExists by Dan Sinclair · 7 years ago
  99. 8b68d30 Rename Getvalidate and GetOrCreateValidate by Dan Sinclair · 7 years ago
  100. 3ffde1b Rename GetTemplateNode to GetTemplateNodeIfExists by Dan Sinclair · 7 years ago