1. 4e7a55e Remove flag parameter from CXFA_Node::CreateSamePacketNode by Dan Sinclair · 7 years ago
  2. 5e35931 Remove default values from CXFA_Node::GetNodeList by Dan Sinclair · 7 years ago
  3. 185832c Remove default params for CXFA_Node::{Insert|Remove}Child by Dan Sinclair · 7 years ago
  4. 3359175 Simplify CPDF_HintsTable. by Artem Strygin · 7 years ago
  5. c5d5729 Remove default values from CXFA_Node::{CountChildren|GetChild} by Dan Sinclair · 7 years ago
  6. cf70571 Remove default values from CXFA_Node::{Remove|Insert|Item} by Dan Sinclair · 7 years ago
  7. 6fa9707 Remove default from CJX_Node::MoveBufferMapData by Dan Sinclair · 7 years ago
  8. 83ae996 Remove C-style casts in cpdf_colorspace.cpp. by Lei Zhang · 7 years ago
  9. b810da2 Remove flags param from FXMEM_DefaultAlloc() and friends. by Lei Zhang · 7 years ago
  10. 882a190 Check for NULL pointer in _TIFFfree(). by Lei Zhang · 7 years ago
  11. e18ac44 Simplify CPDF_SecurityHandler. by Lei Zhang · 7 years ago
  12. ff63663 The component count in CPDF_IndexedCS should be unsigned. by Lei Zhang · 7 years ago
  13. d7999f6 Move parsing logic from FPDF_DataAvail into CPDF_DataAvail. by Artem Strygin · 7 years ago
  14. 0c9c70b Split CJX_Node::RemoveMapModuleKey by Dan Sinclair · 7 years ago
  15. c130381 Encapsulate CPDF_FormObject members. by Lei Zhang · 7 years ago
  16. 638c764 Remove useless code. by Artem Strygin · 7 years ago
  17. a39b3ca Remove default params from some Map Module methods by Dan Sinclair · 7 years ago
  18. 8bafef1 Roll {Set|Get}ScriptContent into {Set|Get}Content by Dan Sinclair · 7 years ago
  19. 453d786 Remove default values from CJX_Node::{TryUserData|GetScriptContent} by Dan Sinclair · 7 years ago
  20. 5471335 Fix visibility of some CJX_Node methods by Dan Sinclair · 7 years ago
  21. 626c2a5 Refactoring of cross refs availability check. by Artem Strygin · 7 years ago
  22. f1be1e8 Rename Transparency to iTransparency. by Lei Zhang · 7 years ago
  23. eda1761 Remove default values from Set{UserData|Object} and GetUserData. by Dan Sinclair · 7 years ago
  24. a6adac8 Remove some C-style const char* casts. by Lei Zhang · 7 years ago
  25. 23efbbd Remove default value from CJX_Node::{Set|Try}Measure by Dan Sinclair · 7 years ago
  26. 63c405d Remove default values from CJX_Node::{Set|Try}Boolean by Dan Sinclair · 7 years ago
  27. 7f57108 Remove default values from CJX_Node::{Set|Try}Enum by Dan Sinclair · 7 years ago
  28. 8946aec Remove default values from CJX_Node::TryContent by Dan Sinclair · 7 years ago
  29. 23aa2b0 Remove default values from CJX_Node::SetCData by Dan Sinclair · 7 years ago
  30. 3ac07ff Cleanup params to CJX_Node::TryCData by Dan Sinclair · 7 years ago
  31. bf29e5b Remove CJX_Node::SetInteger default value by Dan Sinclair · 7 years ago
  32. b31433f Remove default value from CJX_Node::TryInteger by Dan Sinclair · 7 years ago
  33. 7261c27 Remove some redundent code in CPDF_DIBSource::StartLoadDIBSource(). by Lei Zhang · 7 years ago
  34. e806037 Remove default values for CJX_Node::SetContent by Dan Sinclair · 7 years ago
  35. a95fd60 Remove default value from CJX_Node::GetProperty by Dan Sinclair · 7 years ago
  36. 92492c1 Simplify some CMap code. by Lei Zhang · 7 years ago
  37. 8a884a4 CMemFile's buffer should be const uint8_t* const. by Lei Zhang · 7 years ago
  38. ea708c0 Remove default values from CJX_Node::SetAttributeValue by Dan Sinclair · 7 years ago
  39. 019c1c6 Remove default params from CJX_Node::SetScriptContent by Dan Sinclair · 7 years ago
  40. 69cb914 Remove default value from CJX_Node::GetAttribute by Dan Sinclair · 7 years ago
  41. 77fe069 Remove default value to CJX_Node::SetAttribute by Dan Sinclair · 7 years ago
  42. f45406f Move CJX_Node definitions to cpp file by Dan Sinclair · 7 years ago
  43. 565fb43 Unify CPDF_DataAvail::Check[Header/End]. by Artem Strygin · 7 years ago
  44. 4012849 Improve readability for CPDF_Parser::StartParseInternal by Artem Strygin · 7 years ago
  45. 1beb4a9 Unify parsing of linearized header. by Artem Strygin · 7 years ago
  46. d4ef572 Only use the yield instruction on architectures that support it. by Andrew Weintraub · 7 years ago
  47. 87d06d3 Remove use of deprecated 'register' keyword by Hans Wennborg · 7 years ago
  48. 68bc6ad Remove default value from CJX_Node::HasAttribute by Dan Sinclair · 7 years ago
  49. 14fe518 Add GetDocument() helper to CJX_Object by Dan Sinclair · 7 years ago
  50. 1bc5e49 Add CJX_ThisProxy by Dan Sinclair · 7 years ago
  51. 46ad7f8 Convert CScript classes to have CJX objects by Dan Sinclair · 7 years ago
  52. 778f2fe Move CXFA_NodeList JS to CJX_NodeList by Dan Sinclair · 7 years ago
  53. 4ac35f2 Move the item methods into CXFA_Node propertly by Dan Sinclair · 7 years ago
  54. a85e5ca Split JS methods out of CXFA_Object by Dan Sinclair · 7 years ago
  55. e5434b5 Split JS code out of CXFA_Node. by Dan Sinclair · 7 years ago
  56. 3fff90a Move some XFA JS code into fxjs/ by Dan Sinclair · 7 years ago
  57. 994f20c Fix FPE in XFACodecFuzzer by Ryan Harrison · 7 years ago
  58. 367e7de Add FS_RECTF conversion functions. by Lei Zhang · 7 years ago
  59. 8aa3002 Simplify code in fpdf_transformpage.cpp. by Artem Strygin · 7 years ago
  60. d6e9cfa Convert JS resource into enum class by Dan Sinclair · 7 years ago
  61. caee959 Remove useless code. by Artem Strygin · 7 years ago
  62. 5c02f12 Deduplicate md5s in fpdfannot_embeddertest.cpp for Windows and others. by Henrique Nakashima · 7 years ago
  63. c94eb95 Use CPDF_PageDataAvail to check page availability. by Artem Strygin · 7 years ago
  64. a325462 Rename global data files to match contents by Dan Sinclair · 7 years ago
  65. e0345a4 Move fpdfsdk/javascript to fxjs/ by Dan Sinclair · 7 years ago
  66. 341ec62 Combine common code in fpdf_transformpage.cpp. by Lei Zhang · 7 years ago
  67. a759dce Use CPDF_PageDataAvail to check page resources availability. by Artem Strygin · 7 years ago
  68. 5bfac68 Rename util to cjs_util by Dan Sinclair · 7 years ago
  69. a45dc45 Use CPDF_PageDataAvail to check form availability. by Artem Strygin · 7 years ago
  70. 956cb63 More safe ints in CJBig2_TRDProc by Nicolas Pena · 7 years ago
  71. 3de090d Move resource to js_resource by Dan Sinclair · 7 years ago
  72. d2d4df8 Rename report to cjs_report by Dan Sinclair · 7 years ago
  73. 4ab6b38 Rename event to cjs_event by Dan Sinclair · 7 years ago
  74. ba9b9c3 Rename console to cjs_console by Dan Sinclair · 7 years ago
  75. 18470fe Rename color to cjs_color by Dan Sinclair · 7 years ago
  76. c085835 Rename app to cjs_app by Dan Sinclair · 7 years ago
  77. a5c874c Rename PublicMethods to cjs_publicmethods by Dan Sinclair · 7 years ago
  78. a146507 Move JS_Value into JS_Define by Dan Sinclair · 7 years ago
  79. 5ce2d2e Rename JS_Runtime_Stub to cjs_runtimestub by Dan Sinclair · 7 years ago
  80. 409726a Move JS_Object to cjs_object by Dan Sinclair · 7 years ago
  81. 0ead542 Rename Icon to cjs_icon by Dan Sinclair · 7 years ago
  82. 5123032 Rename Field to cjs_field by Dan Sinclair · 7 years ago
  83. 451e4c8 Rename Document to match class by Dan Sinclair · 7 years ago
  84. 1fc3c3b Fix overflow in image size check by Ryan Harrison · 7 years ago
  85. 7170226 Add test for CPDF_HintsTable. by Artem Strygin · 7 years ago
  86. 09b4192 Revert "Revert "Reland "Remove ContrastAdjust().""" by Henrique Nakashima · 7 years ago
  87. 704cf83 Limit the size of images being fuzzed in XFACodecFuzzers by Ryan Harrison · 7 years ago
  88. 978ba20 Revert "Reland "Remove ContrastAdjust()."" by Henrique Nakashima · 7 years ago
  89. d5ec7ab Reland "Remove ContrastAdjust()." by Henrique Nakashima · 7 years ago
  90. 42613d8 Revert "Remove ContrastAdjust()." by Henrique Nakashima · 7 years ago
  91. bef4d3e Remove unneeded DefineJSObject param by Dan Sinclair · 7 years ago
  92. c94a793 Make spec arrays const by Dan Sinclair · 7 years ago
  93. ef29953 Cleanup statics in JS classes by Dan Sinclair · 7 years ago
  94. 15776cf Remove g_pClassName by Dan Sinclair · 7 years ago
  95. d808dfd Cleanup JS define methods by Dan Sinclair · 7 years ago
  96. 977c2a0 Remove methods for empty const/method/property arrays by Dan Sinclair · 7 years ago
  97. 89d26c8 Remove JS macros by Dan Sinclair · 7 years ago
  98. 3a1ba8e Remove CJS_Array by Dan Sinclair · 7 years ago
  99. 8b6acdd Rename JS_EventHandler by dan sinclair · 7 years ago
  100. d7ac26c Move global.{h|cpp} to match class by dan sinclair · 7 years ago