1. 4674441 Roll pdfium/third_party/freetype/src/ ae7dc1f62..91015cb41 (35 commits) by Henrique Nakashima · 7 years ago
  2. 826480c Upgrade LibopenJPEG to 2.3 by Nicolas Pena · 7 years ago
  3. b578748 Create FreeType roll script by Nicolas Pena · 7 years ago
  4. c065d88 Remove extraneous ;s by Dan Sinclair · 7 years ago
  5. c29c16f Enable PRINTF_FORMAT for clang by Dan Sinclair · 7 years ago
  6. 6202231 Remove FX_CPU=FX_WIN64 build flag by Dan Sinclair · 7 years ago
  7. 698aed7 Cleanup FX macros by Dan Sinclair · 7 years ago
  8. 61674c8 Get system lcms2 config using pkg-config. by Lei Zhang · 7 years ago
  9. 450fbea Roll DEPS for build to e659d43. by Lei Zhang · 7 years ago
  10. 56ec081 Use the right allocate and free functions in OpenJPEG. by Chris Palmer · 7 years ago
  11. 088ca03 Upgrade OpenJPEG to 2.2.0 by Nicolas Pena · 7 years ago
  12. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  13. 175a858 Do not QuickFloor on cmsintrp by Nicolas Pena · 7 years ago
  14. 664d4b8 Reject oversized iCCP profile length in libpng. by Lei Zhang · 7 years ago
  15. ed2f276 Add pdfium::Optional to third_party/base by Ryan Harrison · 7 years ago
  16. e20e80a Roll yasm to 1.3.0. by Lei Zhang · 7 years ago
  17. 0bd8472 LCMS: upgrade to 2.8 by Nicolas Pena · 7 years ago
  18. f752039 LCMS: rename folder by Nicolas Pena · 7 years ago
  19. 6a5b787 LibTIFF: fix defines in tiffconf by Nicolas Pena · 7 years ago
  20. 964e56b Roll FreeType to 7e50824288fac5a36c2938fdb3e1c949ea53f982 by Nicolas Pena · 7 years ago
  21. d3c6f81 LibTIFF: upstream patch to fix null dereference by Nicolas Pena · 7 years ago
  22. d4362fe Define SIZEOF_VOIDP and other cleanup in tiffconf by Nicolas Pena · 7 years ago
  23. d60609d LibTIFF: remove a couple of patches by Nicolas Pena · 7 years ago
  24. c760024 Upgrade LibTIFF to 4.0.8 by Nicolas Pena · 7 years ago
  25. 61a3cb8 Roll third_party/freetype/src cf8d9b4ce..38bdf22bf (9 commits) by Dan Sinclair · 7 years ago
  26. c3eca64 Libtiff OOM upstream patch by Nicolas Pena · 7 years ago
  27. cbe6d16 Add comment in libtiff patch by Nicolas Pena · 7 years ago
  28. 0fafb4f core: allow building against system lcms2 by Miklos Vajna · 8 years ago
  29. 2264473 Replace sanitizers:deps with exe_and_shlib_deps (pdfium) by Tom Anderson · 8 years ago
  30. 1c6e883 Roll FreeType to 2.8 by Lei Zhang · 8 years ago
  31. c4722a7 Libtiff: upstream fix for heap buffer overflow by Nicolas Pena · 8 years ago
  32. 2a2ee0f LibOpenJPEG: undefined shift in opj_t1_dec_clnpass by Nicolas Pena · 8 years ago
  33. fe5c7c2 LibOpenJPEG: restrict l_img_comp->prec to avoid undefined shift by Nicolas Pena · 8 years ago
  34. 87ba200 [LCMS] Upstream direct leak fix by Nicolas Pena · 8 years ago
  35. 852fb12 [lcms] Verify enough data to service request before allocating by Dan Sinclair · 8 years ago
  36. 2df760f core: allow building against system zlib by Miklos Vajna · 8 years ago
  37. 9bdbc16 Fix undefined shift in opj_bio_read by Nicolas Pena · 8 years ago
  38. 34f735c Fix undefined shift in opj_get_all_encoding_parameters by Nicolas Pena · 8 years ago
  39. d1e01de Fix a self-inclusion in third_party/base/stl_util.h. by Lei Zhang · 8 years ago
  40. 6058730 Fix Visual Studio build from GN generated files by Dominik Röttsches · 8 years ago
  41. 138cc10 Take ContainsValue() change from base stl_util.h by Tom Sepez · 8 years ago
  42. 58532b6 Revert "core: allow building against system zlib" by dsinclair · 8 years ago
  43. ac07d34 Libtiff upstream security fixes by Nicolas Pena · 8 years ago
  44. 152bfe0 Libtiff upstream: _TIFFcalloc addition by Nicolas Pena · 8 years ago
  45. 36c5b17 core: allow building against system zlib by Miklos Vajna · 8 years ago
  46. 661fcc0 Pull in the latest PartitionAlloc fixes from upstream. by Chris Palmer · 8 years ago
  47. 0e5d892 Use libjpeg-turbo instead of our own copy of libjpeg. by Lei Zhang · 8 years ago
  48. 3198c68 Libtiff: Prevent OOM in TIFFFillStrip by Nicolas Pena · 8 years ago
  49. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 8 years ago
  50. ba8ac3f Drop FXSYS_ from file methods by Dan Sinclair · 8 years ago
  51. 669a418 Drop FXSYS_ from math methods by Dan Sinclair · 8 years ago
  52. 7e7c649 Drop FXSYS_ from string methods by Dan Sinclair · 8 years ago
  53. 984f1d8 Use absolute paths for FreeType source code. by Lei Zhang · 8 years ago
  54. a2af7de Move zlib to a DEPS-based checkout. by Lei Zhang · 8 years ago
  55. eb39cdb Pull in FreeType via DEPS instead. by Lei Zhang · 8 years ago
  56. 1c5e98c Libtiff security upstream patches by Nicolas Pena · 8 years ago
  57. 677329c Revert "Enable Wshift-negative-value in PDFium." by Nico Weber · 8 years ago
  58. 4b0671a Allow configuration of external embedder FreeType by Dominik Röttsches · 8 years ago
  59. 3de5005 Upgrade to FreeType 2.7.1. by Lei Zhang · 8 years ago
  60. 75b11e4 Erase unused freetype files. by Lei Zhang · 8 years ago
  61. 47b8f07 Do more checks before big allocs in TIFFReadDirEntryArray by Nicolas Pena · 8 years ago
  62. 21362ee Enable Wshift-negative-value in PDFium. by Lei Zhang · 8 years ago
  63. 8e3f692 Update to zlib 1.2.11 by Adenilson Cavalcanti · 8 years ago
  64. cfb6f46 Upgrade libtiff to 4.0.7. by Lei Zhang · 8 years ago
  65. 85f019a Add pdfium::clamp() as a placeholder for std::clamp(). by Lei Zhang · 8 years ago
  66. 79e548e Import PartitionAlloc from Chromium. by Chris Palmer · 8 years ago
  67. 193e6ca Add IndexInBounds() convenience routine. by Tom Sepez · 8 years ago
  68. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  69. 9818dc1 LibopenJPEG: Fix some divisions by 0 in pi.c by Nicolas Pena · 8 years ago
  70. e13ad88 LibOpenJPEG upstream: check size in opj_j2k_read_siz by Nicolas Pena · 8 years ago
  71. ce32acf Spacing nit in libtiff patch by Nicolas Pena · 8 years ago
  72. 4e3f2d2 LCMS upstream patch to fix integer overflows by Nicolas Pena · 8 years ago
  73. 0b6447a Libtiff: fix leaking tables in tif_ojpeg.c by Nicolas Pena · 8 years ago
  74. e3f2377 lcms upstream patches to fix security bug by Nicolas Pena · 8 years ago
  75. 1f403ce Convert more TransformPoint calls to Transform by Dan Sinclair · 8 years ago
  76. 026f3d3 Libopenjpeg upstream fix for undefined shift by Nicolas Pena · 8 years ago
  77. afb4456 Remove Transform in favour of TransformPoint by Dan Sinclair · 8 years ago
  78. 67e4faa Libtiff upstream fix for large td_bitspersample by Nicolas Pena · 8 years ago
  79. ac2e047 Libtiff upstream fix for TIFFFetchNormalTag by Nicolas Pena · 8 years ago
  80. 0630447 Fix leak in PredictorSetupDecode by calling tif_cleanup on failure by Nicolas Pena · 8 years ago
  81. 4fc34fa Prevent skew overflows in gtTileContig by Nicolas Pena · 8 years ago
  82. d198e40 Use opj_uint_ceildiv where it is better than its int version by Nicolas Pena · 8 years ago
  83. 8804940 Check m_data!=null when adding mct by Nicolas Pena · 8 years ago
  84. 4022f87 Update safe numerics package to get bitwise ops by tsepez · 8 years ago
  85. 352b697 Fix leak in PixarLogSetupDecode by Nicolas Pena · 8 years ago
  86. 341b5c2 Return error in opj_j2k_read_header_procedure if l_marker_size < 2 by Nicolas Pena · 8 years ago
  87. 73debd4 Fix leak in OJPEGReadHeaderInfoSecTablesAcTable when read fails. by Nicolas Pena · 8 years ago
  88. e7fb8eb Prevent undefined shift in putagreytile by Nicolas Pena · 8 years ago
  89. a63dd01 Really fix m_nb_mct_records calculation in opj_j2k_read_mct by Nicolas Pena · 8 years ago
  90. 44bc1f8 Fix m_nb_mct_records calculation in opj_j2k_read_mct by Nicolas Pena · 8 years ago
  91. 5f92eab [libtiff] Validate refblackwhite values by Dan Sinclair · 8 years ago
  92. c4fcad2 [libtiff] Fixup unitialized access issue by Dan Sinclair · 8 years ago
  93. 05f5412 Libtiff update with upstream by Nicolas Pena · 8 years ago
  94. da587fa lcms: Sanitize floating point read by kcwu · 8 years ago
  95. 31559c9 lcms: avoid fixed number LUT optimization on inf values by kcwu · 8 years ago
  96. 7341149 Fix a leak when TIFFRGBAImageBegin fails by npm · 8 years ago
  97. 8b6a0a5 Encode lcms files as utf-8 by Scott Graham · 8 years ago
  98. af177fe Create a subset of skia support for paths only by caryclark · 8 years ago
  99. f16f6b8 Revert of Create a subset of skia support for paths only (patchset #10 id:180001 of https://codereview.chromium.org/2491693002/ ) by dsinclair · 8 years ago
  100. 5d22329 Create a subset of skia support for paths only by caryclark · 8 years ago