1. 31beedc Do more IWYU in fxjs/. by Lei Zhang · 6 years ago
  2. 305bf6b Beef up CJS_Document method coverage. by Tom Sepez · 6 years ago
  3. 073ecf4 Rename InterForm classes to InteractiveForm. by Lei Zhang · 6 years ago
  4. ab22647 Add some helper methods to get InterForm objects in CJS_Document. by Lei Zhang · 6 years ago
  5. 78606af Clean up CJS_Document. by Lei Zhang · 6 years ago
  6. 5586545 The final game: mark everything final. by Tom Sepez · 6 years ago
  7. 3a6d058 Rename CJS_Return to CJS_Result. by Tom Sepez · 6 years ago
  8. 2cbae73 Use ObservedPtr for CJS_Field::m_pJSField by Tom Sepez · 6 years ago
  9. 83b259e Remove CJS_Object::InitInstance(). by Tom Sepez · 6 years ago
  10. 221f0b3 Lowercase JS_Define.{h,cpp} and CJS_Define.h by Tom Sepez · 6 years ago
  11. 36aae4f Make CJS_Objects track CJS_Runtime (and hence the document itself) by Tom Sepez · 6 years ago
  12. f743552 Fold CJS_EmbedObj classes into CJS_Object classes by Dan Sinclair · 7 years ago
  13. 998fee3 Remove the CJS_EmbedObj template param from JSConstructor. by Dan Sinclair · 7 years ago
  14. 75acda6 Kill some bare |new|s in cjs_field.cpp by Tom Sepez · 7 years ago
  15. e0345a4 Move fpdfsdk/javascript to fxjs/ by Dan Sinclair · 7 years ago[Renamed (98%) from fpdfsdk/javascript/cjs_document.h]
  16. a146507 Move JS_Value into JS_Define by Dan Sinclair · 7 years ago
  17. 451e4c8 Rename Document to match class by Dan Sinclair · 7 years ago[Renamed (93%) from fpdfsdk/javascript/Document.h]
  18. bef4d3e Remove unneeded DefineJSObject param by Dan Sinclair · 7 years ago
  19. c94a793 Make spec arrays const by Dan Sinclair · 7 years ago
  20. ef29953 Cleanup statics in JS classes by Dan Sinclair · 7 years ago
  21. 15776cf Remove g_pClassName by Dan Sinclair · 7 years ago
  22. d808dfd Cleanup JS define methods by Dan Sinclair · 7 years ago
  23. 977c2a0 Remove methods for empty const/method/property arrays by Dan Sinclair · 7 years ago
  24. 89d26c8 Remove JS macros by Dan Sinclair · 7 years ago
  25. 8f524d6 Refactor JS method parameters and return values. by Dan Sinclair · 7 years ago
  26. 80435cb Convert JS input params to v8::Local<v8::Value>>s by dan sinclair · 7 years ago
  27. 33d13f2 Remove CJS_PropValue by Dan Sinclair · 7 years ago
  28. cbe23db Refactoring JS Callbacks. by dan sinclair · 7 years ago
  29. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  30. 313c425 Remove unused IconElement::IconStream. by Lei Zhang · 8 years ago
  31. b1670b5 Pass CJS_Runtime to JS callbacks. by Tom Sepez · 8 years ago
  32. d6ae2af Rename IJS_Context to IJS_EventContext. by Tom Sepez · 8 years ago
  33. 9e41d04 Use container with stable iterator for m_Icons. by Tom Sepez · 8 years ago
  34. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  35. dadea5f Make Document::m_IconList a vector of IconElements. (try 2) by thestig · 8 years ago
  36. 09bad1c Revert of Make Document::m_IconList a vector of IconElements. (patchset #2 id:20001 of https://codereview.chromium.org/2428743004/ ) by dsinclair · 8 years ago
  37. f328d0d Make Document::m_IconList a vector of IconElements. by thestig · 8 years ago
  38. 82e1767 Convert IJS_Runtime to CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  39. 41872fa Move core/fpdfapi/fpdf_page to core/fpdfapi/page by dsinclair · 8 years ago
  40. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  41. 8a752ab Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page by dsinclair · 8 years ago
  42. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago
  43. 55be02e Make wrapped JS Document observe C++-side object. by tsepez · 8 years ago
  44. bb5fa04 Stub out Document::syncAnnotScan method. by tonikitoo · 8 years ago
  45. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 8 years ago
  46. 1c83675 Add support to Document::gotoNamedDest method. by tonikitoo · 8 years ago
  47. 33c4cdb Add support to Document::URL property getter. by tonikitoo · 8 years ago
  48. ea3ff9e Introduce ::getPropertyInternal method to avoid duplication by tonikitoo · 8 years ago
  49. 61b2fc7 Split core/include/fpdfapi/fpdf_resource.h by dan sinclair · 8 years ago
  50. 584b1e6 Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi. by Dan Sinclair · 8 years ago
  51. 56c1019 Remove CFX_DWordArray from Document.h by Tom Sepez · 9 years ago
  52. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed (98%) from fpdfsdk/src/javascript/Document.h]
  53. 3ebd121 Review and cleanup lint warnings. by Dan Sinclair · 9 years ago
  54. efbc191 Expand all paths to be based off pdfium/ directory by Dan Sinclair · 9 years ago
  55. b8e1ab2 Merge to XFA: Remove a bunch of dead code. by Lei Zhang · 9 years ago
  56. c5b40ba Merge to XFA: Document::DoAnnotDelay and m_DelayAnnotData member unused. by Tom Sepez · 9 years ago
  57. 6ba32d9 Merge to XFA: Replace IconTree class with std::list. by Tom Sepez · 9 years ago
  58. 945fdb7 Merge to XFA: Replace CJS_Parameters with std::vector<CJS_Value>. by Lei Zhang · 9 years ago
  59. dfbf8e7 Next round of XFA changes to match master. by Tom Sepez · 9 years ago
  60. 3342090 Merge to XFA: Pass IJS_Runtime, not IJS_Context, to native object constructors. by Tom Sepez · 9 years ago
  61. ba038bc Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_. by Tom Sepez · 9 years ago
  62. cd56a7d Merge to XFA: Store object definition ID in each js_class. by Tom Sepez · 9 years ago
  63. 3745841 Merge to XFA: Make the vast majority of JS headers private to src/javascript. by Tom Sepez · 9 years ago[Renamed (98%) from fpdfsdk/include/javascript/Document.h]
  64. 808a99e Merge to XFA: Remove some abstractions in fxjs_v8.h. by Tom Sepez · 9 years ago
  65. 2b1a2d5 Merge to XFA: Use override in more classes in fpdfsdk/ by Lei Zhang · 9 years ago
  66. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  67. f9fe200 Merge to XFA: document.delay and document.external are boolean properties. by Tom Sepez · 9 years ago
  68. a6d9f0e Remove trailing whitespaces in fpdfsdk, XFA edition. by Lei Zhang · 9 years ago
  69. 19922bb Merge to XFA: Fix ALL the include guards. by Tom Sepez · 9 years ago
  70. 9a3f812 Merge to XFA: Fix (nearly all) IWYU in fpdfskd/include/javascript/ headers. by Tom Sepez · 9 years ago
  71. 33f6f0d Merge to XFA: Fix a fatal error due to cloning a global document object by JUN FANG · 9 years ago
  72. 2f3dfef Merge to XFA: Kill off JS_ErrorString type. by Tom Sepez · 10 years ago
  73. ccc9483 Merge to XFA: Tidy up JS_Defines.h by Tom Sepez · 10 years ago
  74. 09363c8 Fix a few more -Wreorder warnings. by Nico Weber · 10 years ago
  75. 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 10 years ago
  76. 5110c47 Initial commit. by John Abd-El-Malek · 10 years ago