1. afb4456 Remove Transform in favour of TransformPoint by Dan Sinclair · 8 years ago
  2. 67e4faa Libtiff upstream fix for large td_bitspersample by Nicolas Pena · 8 years ago
  3. ac2e047 Libtiff upstream fix for TIFFFetchNormalTag by Nicolas Pena · 8 years ago
  4. 0630447 Fix leak in PredictorSetupDecode by calling tif_cleanup on failure by Nicolas Pena · 8 years ago
  5. 4fc34fa Prevent skew overflows in gtTileContig by Nicolas Pena · 8 years ago
  6. d198e40 Use opj_uint_ceildiv where it is better than its int version by Nicolas Pena · 8 years ago
  7. 8804940 Check m_data!=null when adding mct by Nicolas Pena · 8 years ago
  8. 4022f87 Update safe numerics package to get bitwise ops by tsepez · 8 years ago
  9. 352b697 Fix leak in PixarLogSetupDecode by Nicolas Pena · 8 years ago
  10. 341b5c2 Return error in opj_j2k_read_header_procedure if l_marker_size < 2 by Nicolas Pena · 8 years ago
  11. 73debd4 Fix leak in OJPEGReadHeaderInfoSecTablesAcTable when read fails. by Nicolas Pena · 8 years ago
  12. e7fb8eb Prevent undefined shift in putagreytile by Nicolas Pena · 8 years ago
  13. a63dd01 Really fix m_nb_mct_records calculation in opj_j2k_read_mct by Nicolas Pena · 8 years ago
  14. 44bc1f8 Fix m_nb_mct_records calculation in opj_j2k_read_mct by Nicolas Pena · 8 years ago
  15. 5f92eab [libtiff] Validate refblackwhite values by Dan Sinclair · 8 years ago
  16. c4fcad2 [libtiff] Fixup unitialized access issue by Dan Sinclair · 8 years ago
  17. 05f5412 Libtiff update with upstream by Nicolas Pena · 8 years ago
  18. da587fa lcms: Sanitize floating point read by kcwu · 8 years ago
  19. 31559c9 lcms: avoid fixed number LUT optimization on inf values by kcwu · 8 years ago
  20. 7341149 Fix a leak when TIFFRGBAImageBegin fails by npm · 8 years ago
  21. 8b6a0a5 Encode lcms files as utf-8 by Scott Graham · 8 years ago
  22. af177fe Create a subset of skia support for paths only by caryclark · 8 years ago
  23. 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
  24. 5d22329 Create a subset of skia support for paths only by caryclark · 8 years ago
  25. 4e597c8 Force compiler to deduce src type for checked_cast<dst, src>. by tsepez · 8 years ago
  26. 413e351 lcms: backport upstream commit c0a98d86 by kcwu · 8 years ago
  27. 5756a77 lcms: Fix memory leak in ReadSegmentedCurve by kcwu · 8 years ago
  28. 66bd670 Take more current safe_math_impl.h from upstream. by tsepez · 8 years ago
  29. 1c46748 libtiff: Fix unsigned vs signed comparison warning. by thestig · 8 years ago
  30. 8b67b19 libtiff: Prevent a buffer overflow in function PixarLogDecode. by stackexploit · 8 years ago
  31. a804fd4 Fix some div by 0s in safe_math_impl.h by tsepez · 8 years ago
  32. 522ed14 lcms: Revise previous cmsStageAllocMatrix fix by kcwu · 8 years ago
  33. 85fcf94 lcms: reject NaN when reading float numbers by kcwu · 8 years ago
  34. 7dd285d Fix else-line corrupted by non-ascii character when import by kcwu · 8 years ago
  35. d202317 Fix cmdStageAllocMatrix parameter swap again by kcwu · 8 years ago
  36. 24ba0a2 libtiff: Prevent a buffer overflow in function ChopUpSingleUncompressedStrip. by stackexploit · 8 years ago
  37. 958e57c Fix cmdStageAllocMatrix parameter swap by kcwu · 8 years ago
  38. 36eb4bd Add ptr_util.h from base until std::make_unique<> available by tsepez · 8 years ago
  39. 76383db Fix potentially uninitialized value. by dsinclair · 8 years ago
  40. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  41. 87c658d Fix memory leak in lcms, MPEmatrix_Read by kcwu · 8 years ago
  42. 39ee9df Fix memory leaks in lcms by kcwu · 8 years ago
  43. 6235686 Fix use uninitialized value and stack buffer overflow read by kcwu · 8 years ago
  44. 869a438 Fix infinite loop when calling GrowNamedColorList by kcwu · 8 years ago
  45. 4935e60 Use safe math when rendering line segments in AGG. by dsinclair · 8 years ago
  46. 1c62054 Make CFX_Obeservable::Observer into a pointer-ish type; by tsepez · 8 years ago
  47. 73c4856 Fix gn --check complaints about fxcrt. (try 2) by thestig · 8 years ago
  48. 8e783a6 Avoid leaking params if any entry bad. by dsinclair · 8 years ago
  49. 380f53e Revert of Fix gn gn --check complaints about fxcrt. (patchset #1 id:1 of https://codereview.chromium.org/2289263005/ ) by thestig · 8 years ago
  50. 6f9ae19 Fix gn gn --check complaints about fxcrt. by thestig · 8 years ago
  51. dda2c0d Fix for #618267. Adding a method to determine if multiplication has overflow. by tracy_jiang · 8 years ago
  52. c37d7d4 openjpeg: Prevent an integer overflow in opj_jp2_apply_pclr. by stackexploit · 8 years ago
  53. b7fb1fd Remove most things GYP. by thestig · 8 years ago
  54. a752edf Introduce pdfium::FakeUniquePtr for keys to sets of unique ptrs. by tsepez · 8 years ago
  55. fb36208 Fixup various overflow conditions by dsinclair · 8 years ago
  56. b6befb2 openjpeg: Prevent negative x, y values in opj_tcd_init_tile by ochang · 8 years ago
  57. b20ab6c openjpeg: Prevent overflows when using opj_aligned_malloc() by gogil · 8 years ago
  58. ff74356 openjpeg: Prevent integer overflows during calculation of |l_nb_code_blocks_size| by gogil · 8 years ago
  59. a72ab5e Fix libpng build for ARM. by thestig · 8 years ago
  60. 6d5c56b Update libpng to 1.6.22. by thestig · 8 years ago
  61. 8f79700 Fix a memory leak in libtiff. by thestig · 8 years ago
  62. d8cc503 Fix an integer overflow in opj_tcd_get_decoded_tile_size(). by ochang · 8 years ago
  63. e283e47 Convert source sets to static libraries. by brettw · 8 years ago
  64. 2f6d148 openjpeg: Prevent integer overflows during calculation of |l_nb_precinct_size| by ochang · 8 years ago
  65. 338a6b7 openjpeg: Prevent a buffer overflow in opj_j2k_read_SQcd_SQcc. by stackexploit · 8 years ago
  66. 72708b9 fix skia + windows + gn by caryclark · 8 years ago
  67. 342de0b Apply security fixes to libtiff that are not in 4.0.6. by thestig · 8 years ago
  68. 0abe652 Differentiate GN config settings for core vs third party code by weili · 8 years ago
  69. 79d798d LCMS: Update FROM_16_TO_8 macro not to raise UBSan error by ochang · 8 years ago
  70. 3cbb6fb openjpeg: Prevent a buffer overflow in opj_j2k_read_SPCod_SPCoc. by ochang · 8 years ago
  71. 225a257 Fix a memory leak in opj_jp2_read_ihdr(). by thestig · 8 years ago
  72. 749c14c Remove agg from skia build by caryclark · 8 years ago
  73. 5f3b41b Use chromium_code standard for PDFium GYP compilation by weili · 8 years ago
  74. 01e624f Fix GCC warnings to be ready for GCC standalone build by weili · 8 years ago
  75. 245ae9c Make GYP and GN build consistent for third_party targets by weili · 8 years ago
  76. d29882d Resolve macro redefinition warnings when built in Chromium by weili · 8 years ago
  77. 038bf0b Revert of Allow overriding GN build flags (patchset #2 id:20001 of https://codereview.chromium.org/1923333002/ ) by dsinclair · 8 years ago
  78. 1ae572e Allow overriding GN build flags by dsinclair · 8 years ago
  79. 685bb88 Standalone GN build. by dsinclair · 8 years ago
  80. 8833342 Fix an infinite loop in agg's stroke_calc_arc(). by thestig · 9 years ago
  81. e5984e9 Suppress some additional msvs warnings (GN). by ochang · 9 years ago
  82. cf6bffb fix windows build; add blend modes by Cary Clark · 9 years ago
  83. 46a8a20 Remove bad third_party/skia file. by Dan Sinclair · 9 years ago
  84. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 9 years ago
  85. e91afba Re-enable MSVC warning 4702 by Wei Li · 9 years ago
  86. a051db3 openjpeg: Remove unneeded non-standard code. by Nico Weber · 9 years ago
  87. 4fdbf0b Fix windows pdfium_use_skia build. by Dan Sinclair · 9 years ago
  88. 811b8a4 Move xfa/include/fxgraphics/fx_graphics.h to xfa/fxgraphics. by Dan Sinclair · 9 years ago
  89. aed7b33 Set HAVE_SEARCH_H so that pdfium/xfa builds with VS 2015 by Bruce Dawson · 9 years ago
  90. 2852ce0 openjpeg: Don't build with SSE instrinsics for 32-bit x86. by Oliver Chang · 9 years ago
  91. 9940619 Move ScopedSetInsertion to third_party/base/stl_util.h by Tom Sepez · 9 years ago
  92. 2f4232d Support clang-cl build on Windows. by Oliver Chang · 9 years ago
  93. d87b20e Rename png_ functions conflicting with chrome. by Tom Sepez · 9 years ago
  94. 8ba5b59 Silence shift-negative-value warnings only on POSIX/Clang. by Lei Zhang · 9 years ago
  95. 4ca48d1 Silence shift-negative-value warnings in third_party by Dan Sinclair · 9 years ago
  96. 435604d Remove FXSYS_MulDiv(a, b, c). by Dan Sinclair · 9 years ago
  97. affe4b0 Remove FXSYS_Div. by Dan Sinclair · 9 years ago
  98. c145aeb openjpeg: Prevent bad cast in opj_j2k_update_image_data by Oliver Chang · 9 years ago
  99. 2c8fad4 Remove FXSYS_Mul. by Dan Sinclair · 9 years ago
  100. ddf2f33 Remove CFX_PtrArray from xfa/include/fwl by Tom Sepez · 9 years ago