1. c065a7b Fix cut/paste error in fx_extension_unittest.cpp by Tom Sepez · 8 weeks ago
  2. 71bd32d Generate more modern V8 API calls in js_define.h macros by Tom Sepez · 8 weeks ago
  3. a001521 Remove FXSYS_wcsnicmp() and its unsafe buffer usage. by Tom Sepez · 8 weeks ago chromium/6345 chromium/6346
  4. 0101812 Roll build/ 386c65667..3aeefdc1a (30 commits) by Lei Zhang · 8 weeks ago
  5. f67f17d Roll tools/clang/ ff84dc245..44c10e414 (8 commits) by Lei Zhang · 8 weeks ago
  6. 6481391 Roll third_party/libc++abi/src/ 0c4e8fac5..fc6253a64 (6 commits) by Lei Zhang · 8 weeks ago
  7. 8a8ec92 Make core/fxcrt/css compile under nounsafe_buffer_usage. by Tom Sepez · 8 weeks ago
  8. 17c556a Long overdue update of string types in CSS. by Tom Sepez · 8 weeks ago chromium/6343 chromium/6344
  9. c084b5c Optimize CFX_FolderFontInfo::FindFont() for an exact match case. by Tom Sepez · 8 weeks ago
  10. 3ec1424 Roll third_party/freetype/src/ 47574f7ea..2a790a9f4 (2 commits) by Lei Zhang · 8 weeks ago
  11. 0ac7aec Downgrade raw_span<> to span<> in StringViewTemplate. by Tom Sepez · 8 weeks ago chromium/6340 chromium/6341 chromium/6342
  12. 7662a3e Split implementations of raw_span from span. by Tom Sepez · 8 weeks ago
  13. 4b2d2b3 Roll third_party/icu/ a622de35a..1112fa6b3 (5 commits) by Lei Zhang · 8 weeks ago
  14. 0831fb8 Update span<> to raw_span<> when used as a class member. by Tom Sepez · 8 weeks ago
  15. 9c2baaf Make pdfium::span<> templated on Extent and InternalPtrType. by Tom Sepez · 8 weeks ago
  16. ed10b5f Roll v8/ a86e19715..fe4ad3b98 (253 commits) by Lei Zhang · 8 weeks ago
  17. 85983f4 Add CPDF_ColorSpace::GetColorRef() by Lei Zhang · 8 weeks ago
  18. 26046f3 Add a pixel test with a sRGB colorspace and a large sc operand value by Lei Zhang · 8 weeks ago
  19. a22f600 Roll Depot Tools from af6eabff5313 to fbb0301f1f70 (66 revisions) by pdfium-autoroll · 8 weeks ago
  20. d6efd7a Roll Code Coverage from 76f45e718405 to 10ce382356ce (4 revisions) by pdfium-autoroll · 8 weeks ago chromium/6338 chromium/6339
  21. 09fbd30 Rename string's raw_span() method to unsigned_span(). by Tom Sepez · 9 weeks ago chromium/6335 chromium/6336 chromium/6337
  22. ef0eeaa Fix wrong matrix outputs in CPDF_PageContentGenerator for path objects by Lei Zhang · 9 weeks ago chromium/6333 chromium/6334
  23. f19f466 Fix wrong matrix outputs in CPDF_PageContentGenerator for text objects by Lei Zhang · 9 weeks ago
  24. 081e8bb Fix incorrect current transformation matrix when saving PDFs by Lei Zhang · 9 weeks ago
  25. 28483ab Add path objects tests for a PDF saving bug by Lei Zhang · 9 weeks ago
  26. 78e3006 Change GetColor() to WriteColorToStream() by Lei Zhang · 9 weeks ago
  27. be20f54 Update UNSAFE_BUFFER macros to match chromium/src/base by Tom Sepez · 9 weeks ago
  28. 71e2229 Add text object version of a more complex test for a PDF saving bug by Lei Zhang · 9 weeks ago
  29. ff37419 Remove out-parameters from CPDF_Color::GetRGB() by Lei Zhang · 9 weeks ago
  30. 967494c Remove out-parameters from CPDF_ColorState::Set{Color,Pattern}() by Lei Zhang · 9 weeks ago
  31. 3189488 Do no write out identity matrices in CPDF_PageContentGenerator by Lei Zhang · 9 weeks ago
  32. 8ebeb12 Fix building with GCC by Lei Zhang · 9 weeks ago
  33. 504ae0c Fix nits in CPDF_PageContentGeneratorTest by Lei Zhang · 9 weeks ago
  34. 3055d38 Make CFX_RenderDevice::GetDIBits() take RetainPtrs by value by Lei Zhang · 9 weeks ago
  35. 36cd3f4 Rename some colorspace methods by Lei Zhang · 9 weeks ago
  36. ac728e5 Rename CPDF_ICCBasedCS member variables by Lei Zhang · 9 weeks ago
  37. 8fa6a32 Roll third_party/zlib/ 646b7f569..3787595bb (4 commits) by Lei Zhang · 9 weeks ago
  38. 03e96fc Remove the matrix from CPDF_GeneralState by Lei Zhang · 9 weeks ago
  39. 624807f Avoid "unsafe" string indexing in PDF_NameEncode(). by Tom Sepez · 9 weeks ago
  40. f180508 Convert EXPECT_STREQ(x, y.c_str()) to EXPECT_EQ(x, y). by Tom Sepez · 9 weeks ago chromium/6326 chromium/6327 chromium/6328 chromium/6329 chromium/6330 chromium/6331 chromium/6332
  41. 0c6ef5d Avoid result string with trailing NUL in XFA Decode(). by Tom Sepez · 9 weeks ago
  42. 82e2c19 Roll third_party/skia/ 9832c7722..49f18efdf (331 commits) by Alan Screen · 9 weeks ago
  43. 85589aa Roll Catapult from f448d5bf8e57 to 4dc7721a1444 (93 revisions) by pdfium-autoroll · 9 weeks ago
  44. 22f234e Roll libpng from f11b2ae20fa0 to 3c7486b231c7 (2 revisions) by pdfium-autoroll · 9 weeks ago chromium/6324 chromium/6325
  45. 530f34f Roll third_party/skia/ 6279c88b9..9832c7722 (80 commits) by Alan Screen · 10 weeks ago chromium/6320 chromium/6321 chromium/6322 chromium/6323
  46. 60bcaeb Make core/fxcrt compliant with UNSAFE_BUFFERS() macro. by Tom Sepez · 10 weeks ago
  47. 0744e71 Avoid some UNSAFE_BUFFER noise in fpdf_parser_utility.h. by Tom Sepez · 10 weeks ago
  48. df60f7f Fix incorrect matrix outputs in CPDF_PageContentGenerator by Lei Zhang · 10 weeks ago
  49. 074387f Add a more complex test for a PDF saving bug by Lei Zhang · 10 weeks ago
  50. 88eff81 Add a test case for a PDF saving bug by Lei Zhang · 10 weeks ago chromium/6318 chromium/6319
  51. 314d764 Simplify PDF_EncodeText() using FX_UTF16Encode() by Nico Weber · 10 weeks ago
  52. af1239a Make CPDF_IccProfile's dependency more direct by Lei Zhang · 10 weeks ago
  53. 3771a29 Remove CFX_Font::IsEmbedded() by Lei Zhang · 10 weeks ago
  54. 050ae79 Stop making CPDF_IccProfile an Observable by Lei Zhang · 10 weeks ago
  55. 038d39b Avoid more future unsafe buffer usage in StringDataTemplate. by Tom Sepez · 2 months ago chromium/6316 chromium/6317
  56. 9108588 Move remaining code out of third_party/base and into core/fxcrt by Lei Zhang · 2 months ago
  57. b8ea876 Remove remaining NoDestructor usage by Lei Zhang · 2 months ago
  58. 01e6d56 Convert some C-style arrays to std::array<>. by Tom Sepez · 2 months ago
  59. a7fca8a Add a way to undo a previous FPDF_SetSystemFontInfo() call by Lei Zhang · 2 months ago
  60. b4fb361 Re-write some unsafe string code prior to UNSAFE_BUFFERS. by Tom Sepez · 2 months ago
  61. fec5a97 Roll v8/ b6fd2f17b..a86e19715 (464 commits) by Alan Screen · 2 months ago
  62. 04a9cf6 Make CodePointView::Iterator() demonstrably safe. by Tom Sepez · 2 months ago
  63. f3209d0 Fix build with chrome plugin enabled but Partition Alloc disabled, by Tom Sepez · 2 months ago
  64. 7f1ff0f Roll MarkupSafe from 0bad08bb207b to e582d7f0edb9 (1 revision) by pdfium-autoroll · 2 months ago
  65. 2be9efb Roll Instrumented Libraries from 0011c28c8d35 to 0893d760101b (1 revision) by pdfium-autoroll · 2 months ago
  66. 132a521 Roll Jinja2 from e2d024354e11 to c9c77525ea20 (1 revision) by pdfium-autoroll · 2 months ago
  67. 43bfc30 Copy absl::WrapUnique()'s static_asserts into pdfium::WrapUnique() by Lei Zhang · 2 months ago
  68. 6261e14 Remove code in the form of "return std::move(local_var);" by Lei Zhang · 3 months ago
  69. d72fd57 Move third_party/base/ptr_util.h to core/fxcrt by Lei Zhang · 3 months ago
  70. 34e3405 Merge third_party/base/memory/aligned_memory.h into fx_memory.h by Lei Zhang · 3 months ago
  71. ee6325e Move third_party/base/test/scoped_locale.* to testing by Lei Zhang · 3 months ago
  72. 81b3f39 Move third_party/base/{debug,win} to core/fxcrt by Lei Zhang · 3 months ago
  73. e899579 Convert CFX_XMLParser::current_text_ to WideString by Tom Sepez · 3 months ago
  74. f36006c Move third_party/base/numerics to core/fxcrt/numerics by Lei Zhang · 3 months ago
  75. d4c0790 Rename TrimLeft()/TrimRight() to TrimFront()/TrimBack(). by Tom Sepez · 3 months ago
  76. 1908cfc add file annot api by Ivan Odulo · 3 months ago
  77. f778d3c Move third_party/base/containers/*.h to core/fxcrt/containers by Lei Zhang · 3 months ago
  78. 86aa2fb Move {Byte,Wide}String::Trim{,Left,Right}() into StringTemplate<> by Tom Sepez · 3 months ago
  79. ba6031a Force LF line ending for the AUTHORS file by Lei Zhang · 3 months ago
  80. 67963ba Remove Fuchsia support by Lei Zhang · 3 months ago
  81. a426b95 Fix typo in public/fpdf_sysfontinfo.h by Lei Zhang · 3 months ago
  82. 812acad Disallow absl::optional usage via include_rules by Lei Zhang · 3 months ago chromium/6305 chromium/6306 chromium/6307 chromium/6308 chromium/6309 chromium/6310 chromium/6311 chromium/6312 chromium/6312_46 chromium/6315
  83. 05f42a1 Enforce checkdeps when submitting CLs by Lei Zhang · 3 months ago
  84. 1d732b2 Fix include rules in cfx_glyphcache.cpp by Lei Zhang · 3 months ago
  85. 3793595 Move third_party/base/span.h to core/fxcrt by Lei Zhang · 3 months ago
  86. 7a3e5c0 Move {Byte,Wide}String::Replace() to StringTemplate<> by Tom Sepez · 3 months ago
  87. a6bea32 Get rid of FX_GET_32WORD macro. by Lei Zhang · 3 months ago
  88. dbff3cb Use more spans in Revision6_Hash() by Lei Zhang · 3 months ago
  89. d4ee164 Move {Byte,Wide}String::SetAt() into StringTemplate<> by Tom Sepez · 3 months ago
  90. 4176020 Move {Byte,Wide}String::Find() into StringTemplate<> by Tom Sepez · 3 months ago
  91. 88e1fe5 Remove fxcrt::ByteSwapTo* functions by Lei Zhang · 3 months ago
  92. 006476b Move {Byte,Wide}String::Insert() to StringTemplate<T> by Tom Sepez · 3 months ago
  93. b9bd647 Move {Byte,Wide}String::Delete() into StringTemplate<T>. by Tom Sepez · 3 months ago
  94. 12772da Consolidate byteorder code by Lei Zhang · 3 months ago
  95. 2edcdd7 Fix use-after-move in CPDF_RenderStatus::CompositeDIBitmap() by Lei Zhang · 3 months ago
  96. 549afab Convert fx_random.cpp to use safe types by Tom Sepez · 3 months ago chromium/6303 chromium/6304
  97. aecfce3 Use std::array<> in fx_coordinates.cpp. by Tom Sepez · 3 months ago
  98. e074261 Add missing includes uncovered by libc++ change by Hans Wennborg · 3 months ago
  99. ca0dc04 Roll third_party/skia/ a9db1213b..6279c88b9 (349 commits) by Alan Screen · 3 months ago
  100. a747ba7 Roll build/ 9ca0d2ce9..386c65667 (118 commits) by Alan Screen · 3 months ago