1. e0345a4 Move fpdfsdk/javascript to fxjs/ by Dan Sinclair · 7 years ago
  2. 341ec62 Combine common code in fpdf_transformpage.cpp. by Lei Zhang · 7 years ago
  3. a759dce Use CPDF_PageDataAvail to check page resources availability. by Artem Strygin · 7 years ago
  4. 5bfac68 Rename util to cjs_util by Dan Sinclair · 7 years ago
  5. a45dc45 Use CPDF_PageDataAvail to check form availability. by Artem Strygin · 7 years ago
  6. 956cb63 More safe ints in CJBig2_TRDProc by Nicolas Pena · 7 years ago
  7. 3de090d Move resource to js_resource by Dan Sinclair · 7 years ago
  8. d2d4df8 Rename report to cjs_report by Dan Sinclair · 7 years ago
  9. 4ab6b38 Rename event to cjs_event by Dan Sinclair · 7 years ago
  10. ba9b9c3 Rename console to cjs_console by Dan Sinclair · 7 years ago
  11. 18470fe Rename color to cjs_color by Dan Sinclair · 7 years ago
  12. c085835 Rename app to cjs_app by Dan Sinclair · 7 years ago
  13. a5c874c Rename PublicMethods to cjs_publicmethods by Dan Sinclair · 7 years ago
  14. a146507 Move JS_Value into JS_Define by Dan Sinclair · 7 years ago
  15. 5ce2d2e Rename JS_Runtime_Stub to cjs_runtimestub by Dan Sinclair · 7 years ago
  16. 409726a Move JS_Object to cjs_object by Dan Sinclair · 7 years ago
  17. 0ead542 Rename Icon to cjs_icon by Dan Sinclair · 7 years ago
  18. 5123032 Rename Field to cjs_field by Dan Sinclair · 7 years ago
  19. 451e4c8 Rename Document to match class by Dan Sinclair · 7 years ago
  20. 1fc3c3b Fix overflow in image size check by Ryan Harrison · 7 years ago
  21. 7170226 Add test for CPDF_HintsTable. by Artem Strygin · 7 years ago
  22. 09b4192 Revert "Revert "Reland "Remove ContrastAdjust().""" by Henrique Nakashima · 7 years ago
  23. 704cf83 Limit the size of images being fuzzed in XFACodecFuzzers by Ryan Harrison · 7 years ago
  24. 978ba20 Revert "Reland "Remove ContrastAdjust()."" by Henrique Nakashima · 7 years ago
  25. d5ec7ab Reland "Remove ContrastAdjust()." by Henrique Nakashima · 7 years ago
  26. 42613d8 Revert "Remove ContrastAdjust()." by Henrique Nakashima · 7 years ago
  27. bef4d3e Remove unneeded DefineJSObject param by Dan Sinclair · 7 years ago
  28. c94a793 Make spec arrays const by Dan Sinclair · 7 years ago
  29. ef29953 Cleanup statics in JS classes by Dan Sinclair · 7 years ago
  30. 15776cf Remove g_pClassName by Dan Sinclair · 7 years ago
  31. d808dfd Cleanup JS define methods by Dan Sinclair · 7 years ago
  32. 977c2a0 Remove methods for empty const/method/property arrays by Dan Sinclair · 7 years ago
  33. 89d26c8 Remove JS macros by Dan Sinclair · 7 years ago
  34. 3a1ba8e Remove CJS_Array by Dan Sinclair · 7 years ago
  35. 8b6acdd Rename JS_EventHandler by dan sinclair · 7 years ago
  36. d7ac26c Move global.{h|cpp} to match class by dan sinclair · 7 years ago
  37. 95460d8 Rename Annot to cjs_annot by dan sinclair · 7 years ago
  38. 993a199 Split Consts into individual files by dan sinclair · 7 years ago
  39. 352e251 Add option to regenerate only platform-specific expected pngs. by Henrique Nakashima · 7 years ago
  40. 53d443f Remove ContrastAdjust(). by Henrique Nakashima · 7 years ago
  41. efc879d Consistently apply JS size check by Ryan Harrison · 7 years ago
  42. 78b334a Temporarily disable mask rendering again by rbpotter · 7 years ago
  43. 06673ed Add --regenerate_expected option to test_runner.py. by Henrique Nakashima · 7 years ago
  44. 5614d11 Enforce end of data in CJBig2_ArithDecoder by Nicolas Pena · 7 years ago
  45. 96ef1dd Remove unused CJS_Object methods by Dan Sinclair · 7 years ago
  46. 6687f78 Remove CJS_Date by Dan Sinclair · 7 years ago
  47. 4c50b8b Remove methods from CJS_Date by Dan Sinclair · 7 years ago
  48. 636904b Remove CJS_Value by Dan Sinclair · 7 years ago
  49. 780a633 Fixing the prefix on IsTooBig by Ryan Harrison · 7 years ago
  50. 1e19e25 Add in depth check for ToJavascript and related methods by Ryan Harrison · 7 years ago
  51. 8f524d6 Refactor JS method parameters and return values. by Dan Sinclair · 7 years ago
  52. 2474a3b Only set return value if one provided by dan sinclair · 7 years ago
  53. 5daf07a Make NewNull return an actual Null by dan sinclair · 7 years ago
  54. 80435cb Convert JS input params to v8::Local<v8::Value>>s by dan sinclair · 7 years ago
  55. e85107b Move MaybeCoerceToNumber to CJS_Runtime by Dan Sinclair · 7 years ago
  56. 037eae6 Remove IsArrayObject and IsDateObject methods by Dan Sinclair · 7 years ago
  57. 4674441 Roll pdfium/third_party/freetype/src/ ae7dc1f62..91015cb41 (35 commits) by Henrique Nakashima · 7 years ago
  58. 3cac360 Remove GetType from CJS_Value by Dan Sinclair · 7 years ago
  59. 1b2a18e Remove the CJS_Value To* methods. by Dan Sinclair · 7 years ago
  60. 65f3162 Add more tests for FPDFText methods. by Lei Zhang · 7 years ago
  61. 1d8d9ac Remove CJS_Value constructors by Dan Sinclair · 7 years ago
  62. e497492 Remove most CJS_Value Set methods by Dan Sinclair · 7 years ago
  63. 826480c Upgrade LibopenJPEG to 2.3 by Nicolas Pena · 7 years ago
  64. ebdba61 Fix some integer overflows in CJBig2_TRDProc by Nicolas Pena · 7 years ago
  65. c9d0bcc Return error when attempting to load frame with 0 height by Ryan Harrison · 7 years ago
  66. 25e763e Fix cpdf_textpage so it doesn't omit spaces. by Andrew Weintraub · 7 years ago
  67. 0e187d8 Cleanup some javascript color code by Dan Sinclair · 7 years ago
  68. 4b172c4 Cleaning up JS macros by Dan Sinclair · 7 years ago
  69. 33d13f2 Remove CJS_PropValue by Dan Sinclair · 7 years ago
  70. c970895 Cleanup CJS_Value by Dan Sinclair · 7 years ago
  71. 97dab80 Validate pattern sizes before usage by Dan Sinclair · 7 years ago
  72. 0e56881 Add in count value for form types by Ryan Harrison · 7 years ago
  73. d78ef3b Fix a FPDF_GetMetaText() crash. by Lei Zhang · 7 years ago
  74. d0b48fa PostScript: Do not send fonts with size <= 0 to printers by rbpotter · 7 years ago
  75. abd3bfb Tidy up bits of CPDF_RenderStatus. by Lei Zhang · 7 years ago
  76. f64a730 Implement fuzzer for FormCalc parsing by Ryan Harrison · 7 years ago
  77. 646634b Cleanup not supported Field code by dan sinclair · 7 years ago
  78. 111488c Cleanup visiblity in Field by dan sinclair · 7 years ago
  79. cbe23db Refactoring JS Callbacks. by dan sinclair · 7 years ago
  80. c136b31 Implement fuzzer for LZW decompressor by Ryan Harrison · 7 years ago
  81. 9433601 Fix integer overflows in cfx_font.cpp. by Henrique Nakashima · 7 years ago
  82. 68708e4 Cleanup nits in cxfa_ffdocview by Dan Sinclair · 7 years ago
  83. 04e4dc8 Fix rounding of colour values by Dan Sinclair · 7 years ago
  84. 854d71c Refactor HasXFAField into HasFormInfo by Ryan Harrison · 7 years ago
  85. 7c2daec Fix loading mutually referencing colorspaces. by Henrique Nakashima · 7 years ago
  86. 6dc4fb8 Remove friends from PWL classes by Dan Sinclair · 7 years ago
  87. 38ce527 Remove fxge/ friend classes by Dan Sinclair · 7 years ago
  88. f9068a5 Convert XFA Doc Types to be more precise by Ryan Harrison · 7 years ago
  89. 90fffb3 Simplify CPVT_GenerateAP interface by Dan Sinclair · 7 years ago
  90. 9521036 More more CPVT_GenerateAP methods to anonymous namespace by Dan Sinclair · 7 years ago
  91. 9df8033 Cleanup CPVT_GenerateAP by Dan Sinclair · 7 years ago
  92. 72b82a8 add codec to header search path by Mike Reed · 7 years ago
  93. 077f643 Add FPDFCatalog_IsTagged to public API. by Henrique Nakashima · 7 years ago
  94. e5a637c Hide CPVT_Dash in CPVT_GenerateAP by Dan Sinclair · 7 years ago
  95. 8e7f932 Convert CPVT_Color to CFX_Color by Dan Sinclair · 7 years ago
  96. a74a627 Move HasXFAField out from XFA feature flag by Ryan Harrison · 7 years ago
  97. 5d98f30 Remove Rietveld CQ config. by Andrii Shyshkalov · 7 years ago
  98. a112f85 Add more checks to fseeks in CFX_FolderFontInfo by Nicolas Pena · 7 years ago
  99. fb6165f Fix dangling pointer to ID array in CPDF_SecurityHandler. by Henrique Nakashima · 7 years ago
  100. 1886471 Fix UAF in SaveData on all of CFFL_* types. by Luật Nguyễn · 7 years ago