1. 5c18e87 Replace pointer arithmetic with spans in CFX_BinaryBuf. by Tom Sepez · 1 year, 5 months ago
  2. 61e6189 Pass spans to ToString<T>(). by Tom Sepez · 1 year, 5 months ago
  3. fe90654 Pass constant arrays as spans to StringTo<T>() by Tom Sepez · 1 year, 5 months ago
  4. 9b25e98 Populate bitmaps even when using SkPictureRecorder by K. Moon · 1 year, 5 months ago chromium/5424 chromium/5425
  5. 7905fe9 Use spancpy()/spanset() in cfx_bmpdecompressor.cpp by Tom Sepez · 1 year, 5 months ago
  6. 2dcc45a Construct pdfium::span<T> from std::array<T, N>. by Tom Sepez · 1 year, 5 months ago
  7. f446aae Enable Skia PNG encoder by K. Moon · 1 year, 5 months ago
  8. 05eaf8b Update FRC_10_8.2.4_View_C.pdf entry in the suppression list by Hui Yingst · 1 year, 5 months ago chromium/5423
  9. 730e599 Delete //third_party/libpng16 by K. Moon · 1 year, 5 months ago
  10. e666032 Use shared //third_party/libpng dependency by K. Moon · 1 year, 5 months ago
  11. efd00c2 Add third_party/libpng by K. Moon · 1 year, 5 months ago
  12. cc3a9be Fix the crash in CFX_SkiaDeviceDriver::StartDIBitsSkia(). by Hui Yingst · 1 year, 5 months ago
  13. 66245be Place CLZWDecoder::decode_stack_ and codes_ into data partition by Tom Sepez · 1 year, 6 months ago
  14. b92231f Update imports in coverage_report.py. by Lei Zhang · 1 year, 6 months ago
  15. 247aff6 Roll third_party/freetype/src/ 0b62c1e43..63ccaef07 (20 commits) by Lei Zhang · 1 year, 6 months ago
  16. cc53629 Roll base/allocator/partition_allocator/ cb1f2e8e0..9f2740129 (24 commits) by Lei Zhang · 1 year, 6 months ago chromium/5421 chromium/5422
  17. 0cd7672 Give SkUserConfig.h a unique filename. by Lei Zhang · 1 year, 6 months ago
  18. 5eda47d Remove a check that is always true in CPDF_IndexedCS. by Lei Zhang · 1 year, 6 months ago
  19. b4b2831 Avoid needless casting to uint8_t* in cfx_dibbase.cpp by Tom Sepez · 1 year, 6 months ago
  20. 69bddfe fix some clang-tidy member init suggestions. by Tom Sepez · 1 year, 6 months ago
  21. b9efec8 Check resolution_levels_to_skip value in CJPX_Decoder::Init(). by Lei Zhang · 1 year, 6 months ago
  22. d4d1ae3 Simplify a loop inside CBC_OneDimWriter::RenderResult(). by Lei Zhang · 1 year, 6 months ago
  23. a067234 Install CIPD ninja using DEPS by Junji Watanabe · 1 year, 6 months ago
  24. a98c089 Ensure checkout_skia is defined before use by K. Moon · 1 year, 6 months ago chromium/5416 chromium/5417 chromium/5418 chromium/5419 chromium/5420
  25. 4948d0e Only GN check //skia if checkout_skia=True by K. Moon · 1 year, 6 months ago
  26. f8cf2e3 Add ARM64 expectations for pdfium embedder tests by Hui Yingst · 1 year, 6 months ago
  27. f0e2392 Change CBC_OneDimWriter::AppendPattern() to use spans. by Lei Zhang · 1 year, 6 months ago
  28. d7fe738 Better span arithmetic in CPDF_Image::SetImage() by Tom Sepez · 1 year, 6 months ago
  29. 496ff11 Prepare CBC_OneDimWriter::AppendPattern() for span conversion. by Lei Zhang · 1 year, 6 months ago
  30. 055a8a2 Clean up CBC_OnedCode39Writer. by Lei Zhang · 1 year, 6 months ago
  31. 65cbd7d Return vector from CPDF_Stream::ReadRawData() by Tom Sepez · 1 year, 6 months ago
  32. 06943a9 Use more spans in streams, part 5 by Tom Sepez · 1 year, 6 months ago
  33. 1852aa0 Include more Skia files in GN checks by K. Moon · 1 year, 6 months ago
  34. 1d94ead [Skia] Remove bug_880920.pdf from the suppression list by Hui Yingst · 1 year, 6 months ago chromium/5415
  35. c2ab683 Suppress GN check issues with Skia includes in fpdf_view*.cpp. by Lei Zhang · 1 year, 6 months ago
  36. 1ed2d0b Change CBC_OneDimWriter::Encode() to return DataVector. by Lei Zhang · 1 year, 6 months ago
  37. dc22198 Change CBC_OneDimWriter::RenderResult() to use a span. by Lei Zhang · 1 year, 6 months ago
  38. 898c5e8 Remove dead code in CBC_OneDimWriter::RenderResult(). by Lei Zhang · 1 year, 6 months ago
  39. 4fbd4ab [Skia] Fix the issue that unwanted black borders are rendered. by Hui Yingst · 1 year, 6 months ago
  40. b5de5e8 Get rid of a multiplier in the 1D barcode implementation. by Lei Zhang · 1 year, 6 months ago
  41. 5c042e4 Allow spans to flow further down into CFX_DIBBase. by Tom Sepez · 1 year, 6 months ago
  42. 8ebc951 Use more spans in streams, part 4. by Tom Sepez · 1 year, 6 months ago
  43. 1f8d66d Convert CFX_BitStream to store a span<> by Tom Sepez · 1 year, 6 months ago
  44. ff0c8aa Remove needless multiplication by 1 in CPDF_Image::SetImage() by Tom Sepez · 1 year, 6 months ago
  45. 868d94c Pass spans further down into jpx/jbig2 decoders by Tom Sepez · 1 year, 6 months ago
  46. 52696f6 Return span<> from CFX_DIBBase::GetBuffer(). by Tom Sepez · 1 year, 6 months ago
  47. 477cbda Improve SkPictureRecorder ownership by K. Moon · 1 year, 6 months ago
  48. 91e0c3f Use bounds-checked spancpy() in cpdf_rendershading.cpp by Tom Sepez · 1 year, 6 months ago
  49. e05af43 Reduce layers of wrapper functions in CBC_OneDimWriter::Encode(). by Lei Zhang · 1 year, 6 months ago chromium/5410 chromium/5411 chromium/5412 chromium/5413
  50. f673e82 Remove height out-parameter from 1D barcode encoding methods. by Lei Zhang · 1 year, 6 months ago
  51. 818c4cd Run GN check on third_party/icu. by Lei Zhang · 1 year, 6 months ago
  52. a42db2e Use spancpy() in a few more places. by Tom Sepez · 1 year, 6 months ago
  53. 6472a49 Pass spans to ProgressiveDecoder::GifReadScanline(). by Tom Sepez · 1 year, 6 months ago
  54. ed2828f Replace sprintf calls with snprintf in third_party by Mark Mentovai · 1 year, 6 months ago chromium/5408 chromium/5409
  55. 6a12508 Use retained locals in CPDF_FormField by Tom Sepez · 1 year, 6 months ago
  56. 804fd9e Fix typos in FPDFAnnotEmbedderTest.InkAnnotation by Tom Sepez · 1 year, 6 months ago
  57. 3d4231c Roll Instrumented Libraries from 673b76772c2e to a8992bf8abb3 (10 revisions) by pdfium-autoroll · 1 year, 6 months ago
  58. 7b8416e Add NOLINTNEXTLINE missed in prior CL. by Tom Sepez · 1 year, 6 months ago chromium/5403 chromium/5404 chromium/5405 chromium/5406 chromium/5407
  59. 490d681 Add NOLINTNEXTLINE() to public methods with murky ownership. by Tom Sepez · 1 year, 6 months ago
  60. 8df158b Roll third_party/abseil-cpp/ 751b72a8c..384efd2e8 (11 commits) by Lei Zhang · 1 year, 6 months ago
  61. a85fe54 Roll build/ 371b6c310..53351eb16 (37 commits) by Lei Zhang · 1 year, 6 months ago
  62. 15255e1 Move-assign object in cpdf_object_walker_unittest.cpp by Tom Sepez · 1 year, 6 months ago
  63. 010d211 Use retained locals in cpdf_pagecontentgenerator_unittest.cpp by Tom Sepez · 1 year, 6 months ago
  64. af616af Use retained local in CPDF_StructTree::LoadPageTree() by Tom Sepez · 1 year, 6 months ago
  65. 5b59879 Remove RetainedTreeNode<T>. by Tom Sepez · 1 year, 6 months ago
  66. 9f138e5 Restructure CPDF_Object methods to avoid analyzer warnings by Tom Sepez · 1 year, 6 months ago
  67. 4da347b Remove RetainPtr<T>::operator=(T*) by Tom Sepez · 1 year, 6 months ago chromium/5401 chromium/5402
  68. d89d2e0 Use retained locals to avoid implicit .Get() calls by Tom Sepez · 1 year, 6 months ago
  69. 20390f8 Turn off PartitionAlloc when building with GCC as well. by Lei Zhang · 1 year, 6 months ago
  70. d3d2ad3 Take small suggestions from clang-analyzer run over fpdfapi/ by Tom Sepez · 1 year, 6 months ago
  71. 3e08c2a Avoid fatal OOM in CStretchEngine::StartStretchHorz(). by Lei Zhang · 1 year, 6 months ago
  72. 5fdfb25 Use more spans in CStretchEngine. by Lei Zhang · 1 year, 6 months ago
  73. d6f9fe0 Fix some nits in fx_memory code. by Lei Zhang · 1 year, 6 months ago
  74. 6c5cfd8 Use FixedTryAllocZeroedDataVector in CPDF_ContentParser. by Lei Zhang · 1 year, 6 months ago chromium/5399 chromium/5400
  75. e5aa625 Implement FixedTryAllocZeroedDataVector. by Lei Zhang · 1 year, 6 months ago
  76. e5bd692 Actually fix clang-tidy report by Tom Sepez · 1 year, 6 months ago
  77. 257a3d7 Change CPDF_SyntaxParser::ReadBlock() to take a span. by Lei Zhang · 1 year, 6 months ago
  78. 204d96e Re-enable OOM test cases. by Lei Zhang · 1 year, 6 months ago
  79. e1c2bcf Use more spans in streams, part 3. by Tom Sepez · 1 year, 6 months ago
  80. b33a5a6 Build SkOpts_crc32 on ARM64 by K. Moon · 1 year, 6 months ago
  81. 8636cff Fix copyright headers in GN files by K. Moon · 1 year, 6 months ago
  82. 5c00919 Speculative change for clang-analyzer. by Tom Sepez · 1 year, 6 months ago
  83. 1f86636 Use more spans in streams, part 2. by Tom Sepez · 1 year, 6 months ago chromium/5397 chromium/5398
  84. b81de42 Remove const-ref retained stream arguments, step 3. by Tom Sepez · 1 year, 6 months ago
  85. b989833 Fuzz the new CJPX_Decoder::Create() parameter. by Lei Zhang · 1 year, 6 months ago
  86. 6a39df1 Use more spans in fxcrt streams. by Tom Sepez · 1 year, 6 months ago
  87. 9b46097 [Skia] Remove some corpus tests from the suppression list by Hui Yingst · 1 year, 6 months ago
  88. cb1aee1 Add DCHECK() for non-zero sized spans with null data members. by Tom Sepez · 1 year, 6 months ago
  89. fb3d15e Roll tools/memory/ 98140a694..8581381d9 (2 commits) by Lei Zhang · 1 year, 6 months ago
  90. b3cb989 Roll buildtools/third_party/libunwind/trunk/ 7ff728a97..aabcd8753 (8 commits) by Lei Zhang · 1 year, 6 months ago
  91. 7d89cb0 Roll buildtools/third_party/libc++abi/trunk/ 5c3e02e92..8dd405113 (10 commits) by Lei Zhang · 1 year, 6 months ago
  92. 75f0ff4 Remove const-ref retained stream arguments, step 2. by Tom Sepez · 1 year, 6 months ago
  93. 06d220f Add stronger checks in span_util.h by Tom Sepez · 1 year, 6 months ago
  94. 732e38a Remove const-ref retained stream arguments, step 1 by Tom Sepez · 1 year, 6 months ago
  95. c323bf9 Disable LargeImageDoesNotRenderBlank test case in debug builds. by Lei Zhang · 1 year, 6 months ago chromium/5395 chromium/5396
  96. 0273260 Add a test case for rendering a large image. by Lei Zhang · 1 year, 6 months ago
  97. 832a694 Update old-style copyright headers by K. Moon · 1 year, 6 months ago
  98. f01a27d Fix non-compliant copyright headers by K. Moon · 1 year, 6 months ago
  99. 5e33cbd Enable pan-project checks by K. Moon · 1 year, 6 months ago
  100. 8d2f700 Improve integer overflow checking in CStretchEngine::StartStretchHorz(). by Lei Zhang · 1 year, 6 months ago