1. cfa3960 Pull more code out of the inner loop in CJPX_Decoder::Decode(). by Lei Zhang · 2 years, 10 months ago
  2. 23b9a09 Replace some FX_Alloc() calls with std::vector in CPDF_Textpage by Tom Sepez · 2 years, 10 months ago
  3. 696a746 Simplify adjustment code in CJPX_Decoder::Decode(). by Lei Zhang · 2 years, 10 months ago chromium/4561 chromium/4562
  4. b5ff727 Do check once, instead of one per pixel in CJPX_Decoder::Decode(). by Lei Zhang · 2 years, 10 months ago
  5. ef109ee Add more local variables in CJPX_Decoder::Decode(). by Lei Zhang · 2 years, 10 months ago
  6. 8a07828 Convert ProgressiveDecoder::m_pDecodeBuf to std::vector<> by Tom Sepez · 2 years, 10 months ago
  7. 1d727ac Remove duplicate forms of spancpy() by Tom Sepez · 2 years, 10 months ago chromium/4559 chromium/4560
  8. 235866b Convert ProgressiveDecoder::m_pSrcPalette to std::vector<>. by Tom Sepez · 2 years, 10 months ago
  9. 742118a Remove fx_system.h from tiffconf.h. by Lei Zhang · 2 years, 10 months ago
  10. 2f141d0 Backfill unittests for fxcrt::Spancpy() and Spanset() by Tom Sepez · 2 years, 10 months ago
  11. 8f7325b Improve test coverage for FPDFPageObj_GetDashArray(). by Lei Zhang · 2 years, 10 months ago
  12. b58dff0 Use fxcrt::spancpy() in a few more places in fpdfapi parsers. by Tom Sepez · 2 years, 10 months ago
  13. d7e911e FPDFTextObj_GetFontName: improve type of the output buffer by Miklos Vajna · 2 years, 10 months ago
  14. d06b0fb Roll Catapult from edf4e0e88f4e to e8292371ff45 (91 revisions) by pdfium-autoroll · 2 years, 10 months ago chromium/4558
  15. 9230bdb Introduce bounds-checked memcpy() et al. for span<> by Tom Sepez · 2 years, 10 months ago chromium/4556 chromium/4557
  16. a07c38c Use span<float> in CPDF_Function::v_Call(). by Tom Sepez · 2 years, 10 months ago
  17. e5cd52c Use std::vector for BasicModule::m_pScanline. by Tom Sepez · 2 years, 10 months ago
  18. ad11fc9 Fix -Wimplicit-int-float-conversions. by Peter Kasting · 2 years, 10 months ago
  19. 7dd720e Replace CPDF_ImageObject::set_matrix() with SetImageMatrix(). by Lei Zhang · 2 years, 10 months ago
  20. 651113b Make CPDF_PageObject::Transform() implementations consistent. by Lei Zhang · 2 years, 10 months ago
  21. 0948e08 Add alternate output format to pdfium_diff utility by Tom Sepez · 2 years, 10 months ago
  22. 37d83b3 Include <limits.h> for INT_MAX/INT_MIN. by Lei Zhang · 2 years, 10 months ago chromium/4554 chromium/4555
  23. f832a64 Mark some CPDF_Function methods as skia-only by Tom Sepez · 2 years, 10 months ago
  24. 5c4111b Expose DashingArray and Phase in the public API by Robert Collyer · 2 years, 10 months ago
  25. 07835bd Fix clang pc plugin warnings by Omer Katz · 2 years, 10 months ago
  26. 300219c Move newlines outside of XML element tags by Tom Sepez · 2 years, 10 months ago
  27. 9a1b472 Roll v8/ 0cf641358..1b64ca6ff (305 commits) by Lei Zhang · 2 years, 10 months ago
  28. d661dc7 CStretchEngine: ensure sum of pixel weights is kFixedPointOne. by Tom Sepez · 2 years, 10 months ago
  29. 2fc79bc Add public APIs to create and use Form XObjects. by Lei Zhang · 2 years, 10 months ago
  30. ac7f0e1 Fix FPDFEditEmbedderTest.ModifyFormObject. by Lei Zhang · 2 years, 10 months ago
  31. 4363dab Add FPDFEditEmbedderTest.ModifyFormObject. by Lei Zhang · 2 years, 10 months ago
  32. 5de61b3 Remove fx_string.h include from fpdf_cmaps.h. by Lei Zhang · 2 years, 10 months ago
  33. d6d7ca7 FPDFTextObj_GetFontSize(): differentiate between 0 font size and failure by Miklos Vajna · 2 years, 10 months ago
  34. 48c116a Switch coverage_report.py to use vpython. by Lei Zhang · 2 years, 10 months ago
  35. cb20bfc Roll Code Coverage from cb553400477c to 308d3d2d2c9d (6 revisions) by pdfium-autoroll · 2 years, 10 months ago chromium/4550 chromium/4551 chromium/4552 chromium/4553
  36. 9f82f03 Remove out parameters from CPDF_RenderStatus::GetBackdrop(). by Tom Sepez · 2 years, 10 months ago chromium/4548 chromium/4549
  37. 549fe5d Move third_party/base/stl_util.h to core/fxcrt/. by Lei Zhang · 2 years, 10 months ago
  38. ddbcfb2 Optimize CPWL_EditImpl::Paint() calls by Tom Sepez · 2 years, 10 months ago
  39. 20c5215 Add FPDFEditEmbedderTest.AddStandardFontTextOfSizeZero. by Lei Zhang · 2 years, 10 months ago
  40. 61359de Remove bool argument from CFX_Font::GetBaseFontName(). by Tom Sepez · 2 years, 10 months ago
  41. a17a3b9 Remove CPWL_EditImpl "AndPaint" method variants. by Tom Sepez · 2 years, 10 months ago
  42. 1bd77b7 Remove bool bPaint arguments from CPWL_EditImpl methods by Tom Sepez · 2 years, 10 months ago
  43. 7c679c9 Add "AndPaint" to CPWL_EditImpl methods that always paint. by Tom Sepez · 2 years, 10 months ago
  44. e9910ac Remove always-false argument from CPLW_EditImpl::SetAutoScroll() by Tom Sepez · 2 years, 10 months ago
  45. d23a900 Combine block in CPVT_Section::SplitLines() by Tom Sepez · 2 years, 10 months ago chromium/4547
  46. 35c6ab3 Remove CPDF_RenderStatus::GetFillArgbInternal(). by Tom Sepez · 2 years, 10 months ago
  47. 035f739 Add test for maximum WeightTable size. by Tom Sepez · 2 years, 10 months ago
  48. 7832563 Split pdfium::clamp() off to ranges.h. by Lei Zhang · 2 years, 10 months ago
  49. 87e3d7a Split pdfium::Contains() off to contains.h. by Lei Zhang · 2 years, 10 months ago
  50. 68545dc Early return for zero dest_len in WeightTable::CalculateWeights(). by Tom Sepez · 2 years, 10 months ago
  51. 532886d Split pdfium::size() off to cxx17_backports.h. by Lei Zhang · 2 years, 10 months ago
  52. 242c1ed Remove unneeded stl_util.h includes. by Lei Zhang · 2 years, 10 months ago
  53. 6300137 Add unit test for reversed WeightTable::CalculateWeights() by Tom Sepez · 2 years, 10 months ago
  54. 26bc075 Fix overly-strong ASSERT in WeightTable::SetStartEnd() by Tom Sepez · 2 years, 10 months ago chromium/4546
  55. 80bdef6 Expose CStretchEngine fixed-point constants by Tom Sepez · 2 years, 10 months ago
  56. 85ff7df Make JpegModule::JpegImageInfo::width and height be unsigned. by Tom Sepez · 2 years, 10 months ago
  57. b1678fc Add unit test for CStrecthEngine::PixelWeights. by Tom Sepez · 2 years, 11 months ago chromium/4545
  58. 0467326 Remove useless forward declarations in headers. by Lei Zhang · 2 years, 11 months ago
  59. 3c4a8c9 Nest PixelWeight in CStretchEngine by Tom Sepez · 2 years, 11 months ago
  60. b35f3b6 Move struct PixelWeight to cstretchengine.h by Tom Sepez · 2 years, 11 months ago
  61. ac238df Migrate presubmit checks to Python 3. by Lei Zhang · 2 years, 11 months ago
  62. ac54c46 De-duplicate some code between ProgressiveDecoder and CStretchEngine. by Tom Sepez · 2 years, 11 months ago
  63. 96435ad Fix gcc build warnings. by Lei Zhang · 2 years, 11 months ago
  64. f639f4e Clean up OWNERS files. by Lei Zhang · 2 years, 11 months ago
  65. 12a8b77 Add PixelWeight::SetWeightForPixel() and RemoveLastWeight(). by Tom Sepez · 2 years, 11 months ago
  66. 4eaab9a Add comment about negative lengths to cstretchengine.h by Tom Sepez · 2 years, 11 months ago
  67. 624fba8 Add presubmit check for useless forward declarations. by Lei Zhang · 2 years, 11 months ago
  68. 9c6802a Roll buildtools/ e72cd4587..be7dcbc36 (16 commits) by Alan Screen · 2 years, 11 months ago
  69. da9d367 Roll build and tools/clang together by Alan Screen · 2 years, 11 months ago chromium/4544
  70. 4673fcd Do all checks first in CPDF_PageContentGenerator::ProcessImage(). by Lei Zhang · 2 years, 11 months ago
  71. cd30fe2 Fix include in pdf_fuzzer_init_public.cc. by Lei Zhang · 2 years, 11 months ago
  72. f6fef41 Add CPDF_StreamContentParser::GetPoint() and GetMatrix(). by Lei Zhang · 2 years, 11 months ago
  73. f04e725 Make CPDF_StreamContentParser::ContentParam::Type an enum class. by Lei Zhang · 2 years, 11 months ago
  74. 91e6801 cstretchengine.cpp: remove two unnecessary local bools by Tom Sepez · 2 years, 11 months ago
  75. 3f819f6 Rename CPDF_StreamContentParser::ContentParam::Type values to kFoo. by Lei Zhang · 2 years, 11 months ago
  76. bdc5364 Replace bool in CPDF_StreamContentParser::AddPathObject() with enum. by Lei Zhang · 2 years, 11 months ago
  77. 110ea5e Rename weight table Calc() methods to CalculateWeights() by Tom Sepez · 2 years, 11 months ago
  78. 7b32113 Remove bool parameter from CPDF_StreamContentParser::AddPathPoint(). by Lei Zhang · 2 years, 11 months ago
  79. c0a1c4f Remove unreachable block in CStretchEnging::Calc(). by Tom Sepez · 2 years, 11 months ago
  80. 2509d7b Use more CFX_PointFs in CPDF_StreamContentParser. by Lei Zhang · 2 years, 11 months ago
  81. 9b53c69 Rename CPDF_OCContext::UsageType enum values to kFoo. by Lei Zhang · 2 years, 11 months ago
  82. 86dac09 Fix various nits in cfx_renderdevice.cpp. by Lei Zhang · 2 years, 11 months ago
  83. 3f1101c Use kFoo enum values in cjs_util.cpp. by Lei Zhang · 2 years, 11 months ago
  84. c2ff747 Fix -Wdeprecated-copy warning with CFX_RectF. by Lei Zhang · 2 years, 11 months ago chromium/4543
  85. 247a2d5 CStretchEngine: Minimize PixelWeight bounds checks by Tom Sepez · 2 years, 11 months ago
  86. 9b4b8df Nest FXPT_TYPE as CFX_Path::Point::Type. by Lei Zhang · 2 years, 11 months ago
  87. 56ee72e Add fixed-point inline helper functions to CStretchEngine. by Tom Sepez · 2 years, 11 months ago
  88. 92bc692 Nest FX_PATHPOINT as CFX_Path::Point. by Lei Zhang · 2 years, 11 months ago
  89. f0ceea1 ProgressiveDecoder: switch over loops, part 4 by Tom Sepez · 2 years, 11 months ago
  90. cc0c8d4 ProgressiveDecoder: switch over loop, part 3 by Tom Sepez · 2 years, 11 months ago
  91. f41d4fd ProgressiveDecoder: switch over loop, part 2 by Tom Sepez · 2 years, 11 months ago
  92. 584308e Use STL algorithms in ProgressiveDecoder::WeightTable::Calc(). by Lei Zhang · 2 years, 11 months ago
  93. c135961 Roll buildtools/third_party/libunwind/trunk/ 5844fc676..950faeeab (5 commits) by Alan Screen · 2 years, 11 months ago
  94. 3686576 Rename CFX_PathData to CFX_Path. by Lei Zhang · 2 years, 11 months ago
  95. 670277d ProgressiveDecoder: switch over loop rather than loop over switch by Tom Sepez · 2 years, 11 months ago
  96. d44087c Roll tools/memory/ 71214b910..84ad25942 (2 commits) by Alan Screen · 2 years, 11 months ago
  97. 51155cc Add -Wdeprecated-copy. by Lei Zhang · 2 years, 11 months ago
  98. fbd4d68 Statically assert PixelWeight is trivially destructible by Tom Sepez · 2 years, 11 months ago
  99. d6aa5e5 Roll third_party/instrumented_libraries/ 084aee047..4ae2535e8 (1 commit) by Alan Screen · 2 years, 11 months ago
  100. 4e16619 Update gn_version to 695504d72a30 by Alan Screen · 2 years, 11 months ago