1. 2ee9c3a gclient DEPS file for auto checking out deps by Aneesh Mulye · 10 years ago
  2. 9047b8b Clean up meaningless branch on commented-out code. by Chris Palmer · 10 years ago
  3. ef72d48 Fix the problem that memory is accessed after released due to invalid type-cast by Jun Fang · 10 years ago
  4. 1b9c5c4 The root cause of this issue is shown as below: by Jun Fang · 10 years ago
  5. 06a8c87 Fix unninitialized 'tmp' in CJBig2_Image::composeTo_opt2 by Jun Fang · 10 years ago
  6. 7b99cd3 Remove unused |m_pEvi| field. by Chris Palmer · 10 years ago
  7. f47ab54 Fix a segmentation fault in CPDF_DataAvail::CheckPage due to invalid usage of i++ by Jun Fang · 10 years ago
  8. 465c2a8 Fix buffer size boundary check offset by 1 by Bo Xu · 10 years ago
  9. 90d1f9b Add more |bpc| value check in GetValidBpc() by Bo Xu · 10 years ago
  10. b7e2af9 Fix for min/max compile error on Windows by Scott Graham · 10 years ago
  11. d4ca3b4 Revert 'gn: cross-platform exception disable' by Scott Graham · 10 years ago
  12. 4923e3c gn: cross-platform exception disable by Scott Graham · 10 years ago
  13. ecc73b9 remove .gitattributes to prevent automatic CRLF conversions by Scott Graham · 10 years ago
  14. 515c26b Correct the names of the FX_SAFE_* typedefs. by Chris Palmer · 10 years ago
  15. 09363c8 Fix a few more -Wreorder warnings. by Nico Weber · 10 years ago
  16. c2df91c Remove CPDFSDK_Annot::ResetAppearance(). by Nico Weber · 10 years ago
  17. 2fd400c Fix integer overflow when stretch bitmap by Bo Xu · 10 years ago
  18. 10ec7ca Fix uninitialized coords and one of infinite loops by JUN FANG · 10 years ago
  19. 55681f9 Remove a few unused variables, functions, and member variables. by Nico Weber · 10 years ago
  20. ec570e5 Fix a few -Wreorder warnings. by Nico Weber · 10 years ago
  21. 96608b3 Add missing braces for aggregate initializers. by Nico Weber · 10 years ago
  22. f04bd76 Fix potential integer overflow in fpdf_render_loadimage.cpp by JUN FANG · 10 years ago
  23. f1d18bb Attempt to fix some -Woverloaded-virtual warnings. by Nico Weber · 10 years ago
  24. fe08482 Fix incorrect override of GetLayoutOrder(). by Nico Weber · 10 years ago
  25. 8dee6ca Fix the potential integer overflow from 'offset+size' in extension.h and fpdfview.cpp by JUN FANG · 10 years ago
  26. 0d3b5cc Speculative fix for uninitialized value in CFX_ByteString(). by Tom Sepez · 10 years ago
  27. cc96527 Fix the typo of "Resources" keyword by Bo Xu · 10 years ago
  28. 621d4de Tidy up app::response(). by Tom Sepez · 10 years ago
  29. 6c55495 Fix a few more warnings in chromium_code mode. by Nico Weber · 10 years ago
  30. c77e8f7 Remove a few unused variables, functions, and tables. by Nico Weber · 10 years ago
  31. 3b07e75 Remove 'inline' from two methods. by Nico Weber · 10 years ago
  32. e7e6ca4 CalRGB color correction by Bo Xu · 10 years ago
  33. 3414a64 This change is for fixing the potential integer overflow from "offset + size" by JUN FANG · 10 years ago
  34. a08cf99 Refactor CFX_BasicArray. by Chris Palmer · 10 years ago
  35. 141d61d Check for integer overflow in CFX_BasicArray. by Chris Palmer · 10 years ago
  36. f7f6b0c Remove unnecessary aligned memory check when __SSE__ is used by Bo Xu · 10 years ago
  37. 10e6c7c Only use "final" on MSVS2012+, to keep pdfium building with 2010. by Nico Weber · 10 years ago
  38. 46773fd Fix potential memory violation in CJS_PublicMethods::StrRTrim() by Tom Sepez · 10 years ago
  39. 8538642 Fix lookahead beyond bounds in CJS_PublicMethods::MakeFormatDate(). by Tom Sepez · 10 years ago
  40. 0f14185 Fix FPDF_RenderPage 2x zoom in when bBackgroundAlphaNeeded is true by Bo Xu · 10 years ago
  41. 9e0177a Added options to save pages into BMP and EMF on Windows. by Vitaly Buka · 10 years ago
  42. 22b31e0 Adjust null object check by Bo Xu · 10 years ago
  43. baca770 Fix remaining -Wdelete-non-virtual-dtor violations on Windows. by Nico Weber · 10 years ago
  44. b72977f Build with exceptions enabled on Windows too. by Nico Weber · 10 years ago
  45. 98a44a1 Fix the potential integer overflow from "offset + size". by Chris Palmer · 10 years ago
  46. 5ffacd6 Fix bounds checking in CJS_PublicMethods::MakeRegularDate(). by Tom Sepez · 10 years ago
  47. 6256a14 Fix pdfium building issue on VS2010 by Jun Fang · 10 years ago
  48. 5eb9f7b pdfium: Fix all -Wdelete-non-virtual-dtor violations on Mac. by Nico Weber · 10 years ago
  49. a9c29e0 Fix garbled text when loading linearized pdf document by Bo Xu · 10 years ago
  50. c7cd3c8 Fix building pdfium for x64 with ninja under windows. by Nico Weber · 10 years ago
  51. 3fb18f4 Hook up the default v8::Platform implementation to pdfium by Jochen Eisinger · 10 years ago
  52. 8f75c67 Disable warning 4267 in pdfium until it is fixed. by Nico Weber · 10 years ago
  53. e76e823 Remove unused variable orig_size. by Bo Xu · 10 years ago
  54. 3d07b6f Do not disable warnings-as-errors for pdfium. by Nico Weber · 10 years ago
  55. 0ce77e3 Add a newline at the end of fpdfeditpage.cpp. by Nico Weber · 10 years ago
  56. 27e35a8 Remove uninitialized const global g_GbFontNameMap. by Nico Weber · 10 years ago
  57. b44bac5 Error handling for invalid component number in CPDF_ICCBasedCS::v_Load by Jun Fang · 10 years ago
  58. f86d7d6 Fix uninitialized coords in _DrawCoonPatchMeshes by Jun Fang · 10 years ago
  59. 1c8d196 Fix uninitialized nresults in GetRGB by Jun Fang · 10 years ago
  60. feff0db Fix uninitialized RGB in DrawShading by Jun Fang · 10 years ago
  61. 8434565 Fix uninitialized Storage in _LUTeval16 by foxit · 10 years ago
  62. 9114e83 Add support to extract viewer preference by Bo Xu · 10 years ago
  63. 8daab31 Fix an out-of-boundary issue for wide string by Bo Xu · 10 years ago
  64. 456cde9 Fix uninitialized Storage by foxit · 10 years ago
  65. fab8896 Fix uninitialized okeybuf by foxit · 10 years ago
  66. 41e06e7 Fix uninitialized triangle by foxit · 10 years ago
  67. d5a0e7a Zero out temporary arrays before use in PDF encryption. by Bo Xu · 10 years ago
  68. b66432c Fix a null object bug by Bo Xu · 10 years ago
  69. 532a6a7 Fixes for re-enabling more MSVC level 4 warnings: pdfium/ edition (try 2) by Lei Zhang · 10 years ago
  70. d573678 Fix a null object check by Bo Xu · 10 years ago
  71. cb46ea1 Fix BUILD.gn for commit 3522876d. by Lei Zhang · 10 years ago
  72. ab99c38 Revert commit 95c018e2d15ecc3a5bd2a9aab18638316a6d3d46 by Lei Zhang · 10 years ago
  73. 95c018e Fixes for re-enabling more MSVC level 4 warnings: pdfium/ edition by Lei Zhang · 10 years ago
  74. 3522876 Remove custom memory manager by Bo Xu · 10 years ago
  75. e7ee98e Fix for UMR in CXML_Parser::GetCharRef. by Chris Palmer · 10 years ago
  76. 30f2ff1 Fix integer overflow in fx_basic_[bw]string.cpp. by Chris Palmer · 10 years ago
  77. d7db790 Fix a crasher issue due to invalid 'bits per component' in PDF by foxit · 10 years ago
  78. a26b328 fix a crash issue in _CMapLookupCallback by foxit · 10 years ago
  79. f3227ae Fix uninitialized nresults and RGB by foxit · 10 years ago
  80. e644f7f Fix uninitialized offset by foxit · 10 years ago
  81. 5a5c042 Fix uninitialized RGB in GetRGB by foxit · 10 years ago
  82. 17dd07a Fix uninitialized RGB in translating scanline by foxit · 10 years ago
  83. ab4221c Integer overflow in fx_basic.h and fx_memory.h by foxit · 10 years ago
  84. c7d8739 Fix uninitialized RGB in LoadPalette by foxit · 10 years ago
  85. cceb554 Fix uninitialized font_offset by foxit · 10 years ago
  86. 9d319f0 Fix syntax error in BUILD.gn by John Abd-El-Malek · 10 years ago
  87. 72c9373 Fix checklicenses in chromium by John Abd-El-Malek · 10 years ago
  88. 287e11a Remove "this==NULL" and adjust corresponding callers by Bo Xu · 10 years ago
  89. ad30f60 Fix standalone build. by John Abd-El-Malek · 10 years ago
  90. 9108ad2 Import Chromium base/numerics to resolve integer overflow. by Chris Palmer · 10 years ago
  91. a548d30 Explicitly use binary mode when opening files in the pdfium_test sample. by John Abd-El-Malek · 10 years ago
  92. 9a52eb0 Fix and integer overflow issue in SDK's QuickSort by Bo Xu · 10 years ago
  93. 6c67358 Revert "Import Chromium base/numerics to resolve integer overflow." by John Abd-El-Malek · 10 years ago
  94. 617089a BUG=382241 R=palmer@chromium.org by foxit · 10 years ago
  95. bda8232 Fix a crash in CFXMEM_FixedMgr::AllocLarge by foxit · 10 years ago
  96. 3e4b1bc Stack-buffer-overflow in IccLib_Translate by foxit · 10 years ago
  97. d9713f0 Import Chromium base/numerics to resolve integer overflow. by Chris Palmer · 10 years ago
  98. 63412bf Fix JS_WIDESTRING to work with clang-cl by John Abd-El-Malek · 10 years ago
  99. fda75e4 resolve symbol collsion with zlib 1.2.8 by Bo Xu · 10 years ago
  100. 394010d Add FPDFPage_SetRotation function by Bo Xu · 10 years ago