1. b92ff3c Use more size_t in CPDF_CryptoHandler. by Lei Zhang · 4 years, 8 months ago
  2. dd4e75a Use CPDF_StreamAcc::GetSpan() in more places. by Lei Zhang · 4 years, 8 months ago
  3. 2e0549b Make CRYPT_ArcFourCryptBlock() take spans. by Lei Zhang · 4 years, 8 months ago
  4. 7f2169b Do more CPDF_SecurityHandler cleanup. by Lei Zhang · 4 years, 8 months ago
  5. f0bc936 Cleanup fx_coordinates_unittest.cpp by Alan Screen · 4 years, 8 months ago
  6. 1077a87 Give UnownedPtr<> a move ctor and move assign operator. by Tom Sepez · 4 years, 8 months ago
  7. 5cedaeb Fix some nits in parser crypto code. by Lei Zhang · 4 years, 8 months ago
  8. 2709469 Fix wrong integer type CPDF_SecurityHandler::GetUserPassword(). by Lei Zhang · 4 years, 8 months ago
  9. 1dc3e9e Fix nits in CFX_XMLParser::DoSyntaxParse(). by Lei Zhang · 4 years, 8 months ago
  10. 595bc6e Take buffers from the partition in flatemodule.cpp by Tom Sepez · 4 years, 8 months ago
  11. d04de26 Use buffers from the partition in CPDFSDK_FormFillEnvironment by Tom Sepez · 4 years, 8 months ago
  12. 609b984 Add unit test for FPDFImageObj_LoadJpegFile{Inline}() APIs by Tom Sepez · 4 years, 8 months ago
  13. 77d77be Take buffers from partition in faxmodule.cpp by Tom Sepez · 4 years, 8 months ago
  14. af61c35 Take vectors from partition in CFX_BmpDecompressor by Tom Sepez · 4 years, 8 months ago
  15. f5065b3 Take buffers from the partition in CPDF_Creator by Tom Sepez · 4 years, 8 months ago
  16. 0957726 Improve embedder test coverage of FPDFBookmark_GetDest()/GetAction(). by Tom Sepez · 4 years, 8 months ago
  17. 0a792a5 Put two more instances of std::vector<wchar_t> into the partition. by Tom Sepez · 4 years, 8 months ago
  18. f20323a Use PartitonAlloc to buffer some vectors in gif. by Tom Sepez · 4 years, 8 months ago
  19. 26b030d Load the first-page xref stream in linearized PDFs. by Lei Zhang · 4 years, 8 months ago
  20. a6601d5 Fix LoadLinearizedAllCrossRefV4() to work properly. by Lei Zhang · 4 years, 8 months ago
  21. b7e48e9 Clean up some xref code in CPDF_Parser. by Lei Zhang · 4 years, 8 months ago
  22. 3a1dc14 Allocate CFX_Font::m_FontDataAllocation from the partition. by Tom Sepez · 4 years, 8 months ago
  23. af35239 Add another malloc(0) test. by Tom Sepez · 4 years, 8 months ago
  24. bcdac2a Use FxAllocAllocator in core/fxcrt std::vector<> of pure data. by Tom Sepez · 4 years, 8 months ago
  25. 237c4dd Use span<> arguments in FAXModule and CJPX_Decoder. by Tom Sepez · 4 years, 8 months ago
  26. f5531fc Pass argument as span<> to BMPModule::BmpReadScanline(). by Tom Sepez · 4 years, 8 months ago
  27. cc3d0ce Move FxFreeDeleter to fx_memory_wrappers.h by Tom Sepez · 4 years, 8 months ago
  28. d2f60ac Add a STL-compatible allocator backed by FX_Alloc() by Tom Sepez · 4 years, 8 months ago
  29. 90a11ba Use PDF page base clip for Win32 rendering by Alan Screen · 4 years, 8 months ago
  30. 57eea9a Add test for current malloc(0) behavior. by Tom Sepez · 4 years, 8 months ago
  31. 4332973 Reduce includes in fx_memory.h. by Lei Zhang · 4 years, 8 months ago
  32. 0e31fab Remove CRYPT_aes_context::encrypt and decrypt members. by Tom Sepez · 4 years, 8 months ago
  33. fec3341 Remove inline functions from fx_memory.h header. by Tom Sepez · 4 years, 8 months ago
  34. f86f81a Add initial tests for SetClip_PathFill() by Alan Screen · 4 years, 8 months ago
  35. 1afa8b6 Fix rendering issue regarding Type2 CIDFont with illegal CIDToCIDMap. by Hui Yingst · 4 years, 8 months ago
  36. 8daa9ce [FXCRT] Fix overflow for CFX_FloatRect::GetOuterRect() by Alan Screen · 4 years, 8 months ago
  37. cdad6c03 Remove unused private RENDER_* definitions. by Tom Sepez · 4 years, 8 months ago
  38. 6399b78 [FXCRT] Add unit tests for CFX_FloatRect::GetOuterRect() by Alan Screen · 4 years, 9 months ago
  39. e6ea9ae Cover more branches in fx_crypt_sha.cpp. by Tom Sepez · 4 years, 9 months ago
  40. 636832d Introduce CPDF_Page::RenderContextClearer. by Tom Sepez · 4 years, 9 months ago
  41. 762f119 Fix 64-bit arithmetic in sha2 variants. by Tom Sepez · 4 years, 9 months ago
  42. 9b94ee4 Use 64-bit arithmetic in sha1 length calculations. by Tom Sepez · 4 years, 9 months ago
  43. da23189 Use unsigned indices in sha1 computations. by Tom Sepez · 4 years, 9 months ago
  44. 85bda8b Beef up tests for fdrm/ hashes. by Tom Sepez · 4 years, 9 months ago
  45. 14c3436 Add some missing ObservedPtr<> comparison operators by Tom Sepez · 4 years, 9 months ago
  46. c3a9173 Make CPDFSDK_Pageview observable across mouse move callbacks by Tom Sepez · 4 years, 9 months ago
  47. 0fab9e6 Remove jumbo usage in GN files throughout PDFium by Daniel Hosseinian · 4 years, 9 months ago
  48. e397fef Refactor some common code in CPDF_DIBBase. by Lei Zhang · 4 years, 9 months ago
  49. 1902547 Properly handle seek failure in CFX_BmpDecompressor::ReadBmpHeader(). by Lei Zhang · 4 years, 9 months ago
  50. bec0bcd Get rid of longjmp() usage in CFX_BmpDecompressor. by Lei Zhang · 4 years, 9 months ago
  51. 6516180 Get rid of some longjmp() usage in CFX_BmpDecompressor. by Lei Zhang · 4 years, 9 months ago
  52. 794ed81 Add a fuzzer for the public methods of CFX_ScanlineCompositor. by Hui Yingst · 4 years, 9 months ago
  53. e792f87 Fix BMP image header parser and detector by Kuang-che Wu · 4 years, 9 months ago
  54. c0e6e7a Implement pdf_nametree_fuzzer. by Lei Zhang · 4 years, 9 months ago
  55. 338637d Replace instances of Optional<>() with pdfium::nullopt by Daniel Hosseinian · 4 years, 9 months ago
  56. bf9cfd7 Implement WideString::ReverseFind() by Daniel Hosseinian · 4 years, 9 months ago
  57. 44d0383 Rename FXFONT_BOLD flag to FXFONT_FORCE_BOLD. by Lei Zhang · 4 years, 9 months ago
  58. b13f274 Do more CPDF_StreamContentParser initialization in the header. by Lei Zhang · 4 years, 9 months ago
  59. b1c9443 Replace |CPDF_StreamContentParser::m_DefFontSize| with a constant. by Lei Zhang · 4 years, 9 months ago
  60. a06aa35 Do more testing in ByteString.OneCharReverseIterator unit test. by Lei Zhang · 4 years, 9 months ago
  61. c5a380f Rename some Empty() methods to Clear(). by Lei Zhang · 4 years, 9 months ago
  62. 94e600d Verify font resource dictionaries. by Lei Zhang · 4 years, 9 months ago
  63. 1f088ab Avoid an assertion failure in CPDF_DIBBase::StartLoadMask(). by Lei Zhang · 4 years, 10 months ago
  64. 4819f87 Fix nits in CPDF_RenderStatus. by Lei Zhang · 4 years, 10 months ago
  65. 693460a Use STL functions in a couple places. by Lei Zhang · 4 years, 10 months ago
  66. a0b7caa Simplify access to |CPDF_CharPosList::m_CharPos|. by Lei Zhang · 4 years, 10 months ago
  67. c171a21 Split shading rendering code into its own file. by Lei Zhang · 4 years, 10 months ago
  68. 21318a2 Fix the TrueType font not rendered correctly issue. by Hui Yingst · 4 years, 10 months ago
  69. 7ce5515 Remove unneeded fx_stream.h includes from headers. by Lei Zhang · 4 years, 10 months ago
  70. 54cb316 Remove IsArray() checks in CPDF_Array. by Lei Zhang · 4 years, 10 months ago
  71. cf6cb93 Better validate Prev entries in trailers. by Lei Zhang · 4 years, 10 months ago
  72. e9f5e42 Fix nits in CPDF_ClipPath. by Lei Zhang · 4 years, 10 months ago
  73. 2200537 Add WARN_UNUSED_RESULT to ReadBlockAtOffset(). by Lei Zhang · 4 years, 10 months ago
  74. db4d331 [SkiaPaths] Vertical texts were drawn in reversed direction. by Hui Yingst · 4 years, 10 months ago
  75. 5b79f16 Add CPDF_Path::AppendFloatRect(). by Lei Zhang · 4 years, 10 months ago
  76. 3681d5f Add CPDF_Array::GetBooleanAt(). by Lei Zhang · 4 years, 10 months ago
  77. 342ca35 Consistently declare operator=. by Lei Zhang · 4 years, 10 months ago
  78. c9942e0 [FXCRT] Test StringTo{Float,Double} with byte and wide strings by Alan Screen · 4 years, 10 months ago
  79. 3e1cb63 Add helper methods for getting objects in CPDF_FormField. by Lei Zhang · 4 years, 10 months ago
  80. c6642be Correctly draw text with pattern. by Lei Zhang · 4 years, 10 months ago
  81. 8ebb841 Undo the fix from commit 870b5b67. by Lei Zhang · 4 years, 10 months ago
  82. 542b793 Disable embedder tests that fail when Skia is enabled. by Lei Zhang · 4 years, 10 months ago
  83. 03e5e68 Disable embedder tests that fail when Skia or Skia Paths is enabled. by Lei Zhang · 4 years, 10 months ago
  84. 12f6c5e Delete dead CPDF_PageObject/CPDF_Path code. by Lei Zhang · 4 years, 10 months ago
  85. a64a04c Avoid some unnecessary copying in CPDF_TextPage. by Lei Zhang · 4 years, 10 months ago
  86. 014eef1 [SkiaPaths] Avoid overlapping when drawing text. by Hui Yingst · 4 years, 10 months ago
  87. c2da3ad [FXCRT] Add string<->double support routines by Alan Screen · 4 years, 10 months ago
  88. 42d99a7 Fix variable name mismatches in CPDF_Array. by Lei Zhang · 4 years, 10 months ago
  89. 1aeeed9 [FXCRT] Add double rounding support by Alan Screen · 4 years, 10 months ago
  90. f5ad5c1 PDF a11y: new API for fill and stroke colors by Benjamin Beaudry · 4 years, 10 months ago
  91. 1240677 [FXCRT] Rename FXSYS_round to match conventions by Alan Screen · 4 years, 10 months ago
  92. c395261 New FPDFText_GetTextRenderMode API by Benjamin Beaudry · 4 years, 10 months ago
  93. 0471f74 [FXCRT] Fix checks in FXSYS_round() for float precision by Alan Screen · 4 years, 11 months ago
  94. 0f6ef98 [FXCRT] Add unit tests for FXSYS_round() by Alan Screen · 4 years, 11 months ago
  95. 0224ddc [SkiaPaths] Merge |m_positions| and |m_glyphs| into a new class. by Hui Yingst · 4 years, 11 months ago
  96. 548a263 Use pdfium::form_flags constants in CPDF_FormField. by Lei Zhang · 4 years, 11 months ago
  97. b07dda6 Remove some checks for CPDF_TextObject::GetFont() return values. by Lei Zhang · 4 years, 11 months ago
  98. 53462a2 Make a couple small improvements to CPDF_FormField. by Lei Zhang · 4 years, 11 months ago
  99. 1d3ff52 Fix out of bound read in PDF_DecodeText(). by Lei Zhang · 4 years, 11 months ago
  100. 633c8c3 PDF a11y: new API for font-weight by Benjamin Beaudry · 4 years, 11 months ago