1. c2769c8 Avoid FP div by 0 in CPDF_PSEngine::DoOperator() by Tom Sepez · 2 years ago
  2. cfcefe5 Remove out params from CPDF_DIB::GetDecodeAndMaskArray() by Tom Sepez · 2 years ago chromium/5025 chromium/5026 chromium/5027 chromium/5028 chromium/5029
  3. 31af593 Avoid div by 0 in CPDF_DIB::GetDecodeAndMaskArray() by Tom Sepez · 2 years ago
  4. d6de8f0 Convert some WideString::Format() calls to FormatInteger() by Tom Sepez · 2 years ago chromium/5021 chromium/5022 chromium/5023 chromium/5024
  5. cb74374 Add WideString::FormatInteger(). by Tom Sepez · 2 years ago
  6. 204ed8e [Skia] Add a test for rendering substituted font too close by Hui Yingst · 2 years ago
  7. e26c362 Convert some ByteString::Format() calls to FormatInteger(). by Tom Sepez · 2 years ago
  8. 8c7bf6b Handle some integer overflows in CJBig2_SDDProc. by Lei Zhang · 2 years ago
  9. d55a7c3 Use compound keys in CFX_FontMgr::m_FaceMap and m_TTCFaceMap by Tom Sepez · 2 years ago chromium/5019 chromium/5020
  10. 03d0185 Split CFX_FontMgr::m_FaceMap into m_TTCFaceMap by Tom Sepez · 2 years ago
  11. d18384d [Skia/SkiaPaths] Fix text rendering when font data is missing. by Hui Yingst · 2 years ago
  12. a4e75ed Use compound key in another font manager (CFGAS_PDFFontMgr). by Tom Sepez · 2 years ago
  13. cb8a837 Use compound key in CXFA_FontMgr::m_FontMap. by Tom Sepez · 2 years ago chromium/5018
  14. 9a5175c Remove some unnecessary copies in CJBig2_SDDProc. by Lei Zhang · 2 years ago
  15. 82465df Simplify some loops in CJBig2_SDDProc. by Lei Zhang · 2 years ago
  16. b96b71b Fix DEPS for buildtools/mac/clang-format by K. Moon · 2 years ago
  17. 9692529 Avoid an oversized image allocation in CJBig2_SDDProc::DecodeHuffman(). by Lei Zhang · 2 years ago
  18. 47d10e1 Give remaining variables in CJBig2_SDDProc narrower scope. by Lei Zhang · 2 years ago
  19. 94e6528 Give many variables in CJBig2_SDDProc narrower scope. by Lei Zhang · 2 years ago chromium/5015 chromium/5016
  20. 8d432aa Remove a useless variable in CJBig2_SDDProc::DecodeArith(). by Lei Zhang · 2 years ago
  21. b17271b Reduce variable scope in CJBig2_SDDProc::DecodeHuffman(). by Lei Zhang · 2 years ago
  22. 6a4d28db Replace #defines in JBig2_Define.h with constants. by Lei Zhang · 2 years ago
  23. 332c77a Replace WARN_UNUSED_RESULT with [[nodiscard]]. by Lei Zhang · 2 years ago
  24. 2a01b34 Replace FALLTHROUGH macro with [[fallthrough]]. by Lei Zhang · 2 years ago
  25. d621910 [Skia/SkiaPaths] Fix text position when font size is negative. by Hui Yingst · 2 years ago
  26. eea7c13 Use DCHECK_LT() in JBig2_ArithDecoder.cpp. by Lei Zhang · 2 years ago
  27. 98b2d4f CFGAS_PDFFontMgr need not be Observable. by Tom Sepez · 2 years ago chromium/5013 chromium/5014
  28. 046d9c4 Fix some typos. by Lei Zhang · 2 years ago
  29. 3111d40 Start using C++17. by Lei Zhang · 2 years ago
  30. 5808768 Roll Catapult from 54219055fcf8 to b3baa6a0425b (71 revisions) by pdfium-autoroll · 2 years ago
  31. ee12a1a Fix multiple iterations of FXJSEngineUnitTest.GC by Tom Sepez · 2 years ago
  32. 162eb3a Roll third_party/freetype/src/ 034e5dbf9..3100c8120 (34 commits) by Alan Screen · 2 years ago
  33. 51252c2 Fix GCC build in cpdf_fontencoding.cpp. by Lei Zhang · 2 years ago
  34. 5f1d612 Update the roll-freetype script to update the CPE version by Alan Screen · 2 years ago
  35. 4fdaf14 Update Skia expectation for xfa_gif_image.in. by Hui Yingst · 2 years ago
  36. 4678e4a Roll buildtools/ 893aa038d..c2e479566 (6 commits) by Alan Screen · 2 years ago
  37. c2008bb Roll third_party/zlib/ 5de432790..a6d209ab9 (28 commits) by Alan Screen · 2 years ago
  38. 656075d Roll tools/memory/ 3c34a54fc..087c7630a (13 commits) by Alan Screen · 2 years ago
  39. 2cbfaf1 Roll third_party/libjpeg_turbo/ 02959c3ee..22f1a22c9 (1 commit) by Alan Screen · 2 years ago
  40. f8f29a8 Roll third_party/googletest/src/ c9461a9b5..af29db7ec (13 commits) by Alan Screen · 2 years ago
  41. 9d77ed6 Roll third_party/depot_tools/ c9a747c5e..3b97fa826 (83 commits; 24 trivial rolls) by Alan Screen · 2 years ago
  42. b95c28e Roll third_party/icu/ 1fa4e3959..1fd0dbea0 (10 commits) by Alan Screen · 2 years ago
  43. 7cc333d Update gn_version to 0cbe341c1a28037ee32d21b589030a7df0b9fdab by Alan Screen · 2 years ago
  44. d4374ef Roll buildtools/third_party/libunwind/trunk/ 2ea265b95..bbcbce996 (8 commits) by Alan Screen · 2 years ago
  45. 62ad9af Add a missing CFXJSE_ScopeUtil_IsolateHandleContext in CFXJSE_Engine. by Lei Zhang · 2 years ago chromium/5001 chromium/5002 chromium/5003 chromium/5004 chromium/5006 chromium/5007 chromium/5008 chromium/5009 chromium/5010 chromium/5011 chromium/5012
  46. 95beb67 Fix crash in CPDFSDK_Annot::OnLButtonUp(). by Lei Zhang · 2 years ago
  47. f653e72 Do IWYU for pdfium_test_dump_helper.cc. by Lei Zhang · 2 years ago
  48. 47a685e [xfa] Fix GIF decode continuation by K. Moon · 2 years, 1 month ago chromium/5000
  49. 822a1d6 GCC: fix ambiguous reference to UnsafeInputHandlers by Stephan Hartmann · 2 years, 1 month ago
  50. fb6ac2e Roll Code Coverage from d4ce325ddf3e to 03e0087797b5 (2 revisions) by pdfium-autoroll · 2 years, 1 month ago
  51. bf04edf Remove CPDF_CMapManager. by Tom Sepez · 2 years, 1 month ago
  52. 946bf0f Remove CPDFSDK_ActionHandler. by Tom Sepez · 2 years, 1 month ago chromium/4993 chromium/4994 chromium/4995 chromium/4996 chromium/4997 chromium/4998 chromium/4999
  53. 4533388 Retain original dictionary in CPDFSDK_AppStream::Write(). by Tom Sepez · 2 years, 1 month ago
  54. b5910cf Remove ToBAAnnot() and reduce ToXFAWidget() usage. by Lei Zhang · 2 years, 1 month ago
  55. 2014328 Remove CPDFSDK_AnnotHandlerMgr and IPDFSDK_AnnotHandler. by Lei Zhang · 2 years, 1 month ago
  56. 889fce7 Remove most remaining virtual methods from IPDFSDK_AnnotHandler. by Lei Zhang · 2 years, 1 month ago
  57. 2ea512b Remove keyboard event, focus and drawing code from IPDFSDK_AnnotHandler. by Lei Zhang · 2 years, 1 month ago
  58. 017d7e0 Remove KeyUp event handling code. by Lei Zhang · 2 years, 1 month ago
  59. 76ef4c9 Remove mouse event code from IPDFSDK_AnnotHandler. by Lei Zhang · 2 years, 1 month ago
  60. 7f514af [xfa] Fix image data positions in the GIF decoder by K. Moon · 2 years, 1 month ago
  61. 268f21c Consolidate even more logic in CPDF_DIB. by Tom Sepez · 2 years, 1 month ago chromium/4990 chromium/4991 chromium/4992
  62. f342da7 Remove IPDFSDK_AnnotHandler::CanUndo() and friends. by Lei Zhang · 2 years, 1 month ago
  63. 08cfc05a Combine some CPDF_DIB logic as ExtractDictWidthFail(). by Tom Sepez · 2 years, 1 month ago
  64. d7fa6a4 Move some args to CPDF_DIB() ctor and make const. by Tom Sepez · 2 years, 1 month ago
  65. 82fcfc5 [Skia] Fix mask blending issues. by Hui Yingst · 2 years, 1 month ago chromium/4988 chromium/4989
  66. 2f4dd84 Remove unused bUsePageBreak arg from GotoNextContainerNode() by Tom Sepez · 2 years, 1 month ago
  67. 23a042f Remove IPDFSDK_AnnotHandler::GetViewBBox(). by Lei Zhang · 2 years, 1 month ago
  68. 789d49c Remove bool arg from FindBreakNode() by Tom Sepez · 2 years, 1 month ago
  69. 0e3f691 Remove always-true arg from IsLayoutElement() by Tom Sepez · 2 years, 1 month ago
  70. bd3b20a Remove boolean args from CFWL_Scrollbar methods. by Tom Sepez · 2 years, 1 month ago
  71. 872d284 Remove always-false arg from CFWL_ListBox::CalcSize() by Tom Sepez · 2 years, 1 month ago
  72. c047613 Remove bool args from CFX_CSSValueListParser::SkipTo() by Tom Sepez · 2 years, 1 month ago
  73. a657b4d Remove two always-true args from UpdateFormControl() by Tom Sepez · 2 years, 1 month ago
  74. 9783a91 Remove bool argument from GetColorAppStream() by Tom Sepez · 2 years, 1 month ago
  75. 37cef93 Remove IPDFSDK_AnnotHandler::CanAnswer() and HitTest(). by Lei Zhang · 2 years, 1 month ago
  76. 652c189 Remove more constant bool args from CPDF_CryptoHandler by Tom Sepez · 2 years, 1 month ago
  77. 66c6890 Remove always-false argument from CPDF_CryptoHandler::CryptStream() by Tom Sepez · 2 years, 1 month ago
  78. a39e80f Remove always-true parameter from CXFA_Node::SetItemState() by Tom Sepez · 2 years, 1 month ago
  79. 17a6782 Remove boolean args from CFX_RenderDevice::DrawShadow(). by Tom Sepez · 2 years, 1 month ago
  80. 822b6ea Remove CPDFSDK_AnnotHandlerMgr::Annot_OnChangeFocus(). by Lei Zhang · 2 years, 1 month ago
  81. 9e236d8 Add CPDFSDK_AnnotIteration subclasses to improve readability. by Lei Zhang · 2 years, 1 month ago chromium/4986 chromium/4987
  82. c1c5da4 Remove IPDFSDK_AnnotHandler::NewAnnotForXFA(). by Lei Zhang · 2 years, 1 month ago
  83. 5c7f442 Remove always-true parameters from UpdateFormField() by Tom Sepez · 2 years, 1 month ago
  84. c5cd764 Remove unused argument from CPWL_EditImpl::OnVK_DOWN() by Tom Sepez · 2 years, 1 month ago
  85. 5214eeb Remove IPDFSDK_AnnotHandler::Annot_OnLoad(). by Lei Zhang · 2 years, 1 month ago
  86. 468f520 Fix null-dereference in CJX_Object::SetContent() by Tom Sepez · 2 years, 1 month ago
  87. 584ed12 Fix some nits in XFA widget code. by Lei Zhang · 2 years, 1 month ago
  88. b120f2c Fix Skiapaths component build. by Lei Zhang · 2 years, 1 month ago
  89. a1820b2 Fix nullptr dereference in ParseStyles(). by Lei Zhang · 2 years, 1 month ago chromium/4985
  90. f2a636f Change `CPDFSDK_PageView::m_SDKAnnotArray` to store std::unique_ptrs. by Lei Zhang · 2 years, 1 month ago
  91. c289f1e Remove IPDFSDK_AnnotHandler::ReleaseAnnot(). by Lei Zhang · 2 years, 1 month ago
  92. 1d0a17d Reduce nesting in CFX_FontMapper::FindSubstFont(). by Lei Zhang · 2 years, 1 month ago
  93. 503eae3 Remove unnecessary ptr_util.h includes. by Lei Zhang · 2 years, 1 month ago
  94. 96f1183 Refactor some CFX_FontMapper code into ParseStyles(). by Lei Zhang · 2 years, 1 month ago chromium/4982 chromium/4983 chromium/4984
  95. 52287a3 Remove some unnecessary suppressions for corpus tests. by Lei Zhang · 2 years, 1 month ago
  96. d27c2dd Remove some unnecessary suppressions for pixel tests. by Lei Zhang · 2 years, 1 month ago
  97. 38f1fad Make small improvements to FPDFFont_GetGlyphPath(). by Lei Zhang · 2 years, 1 month ago
  98. d6255d5 Consolidate matrix calculations into TextCharPos::GetEffectiveMatrix(). by Lei Zhang · 2 years, 1 month ago
  99. 82c5172 Remove "PDF_" prefix from some standalone font functions. by Lei Zhang · 2 years, 1 month ago chromium/4980 chromium/4981
  100. 55ad86a Rename parameter `isAlphaMask` to `is_mask` in SetBitmapPaint() by Hui Yingst · 2 years, 1 month ago