1. 09363c8 Fix a few more -Wreorder warnings. by Nico Weber · 10 years ago
  2. c2df91c Remove CPDFSDK_Annot::ResetAppearance(). by Nico Weber · 10 years ago
  3. 2fd400c Fix integer overflow when stretch bitmap by Bo Xu · 10 years ago
  4. 10ec7ca Fix uninitialized coords and one of infinite loops by JUN FANG · 10 years ago
  5. 55681f9 Remove a few unused variables, functions, and member variables. by Nico Weber · 10 years ago
  6. ec570e5 Fix a few -Wreorder warnings. by Nico Weber · 10 years ago
  7. 96608b3 Add missing braces for aggregate initializers. by Nico Weber · 10 years ago
  8. f04bd76 Fix potential integer overflow in fpdf_render_loadimage.cpp by JUN FANG · 10 years ago
  9. f1d18bb Attempt to fix some -Woverloaded-virtual warnings. by Nico Weber · 10 years ago
  10. fe08482 Fix incorrect override of GetLayoutOrder(). by Nico Weber · 10 years ago
  11. 8dee6ca Fix the potential integer overflow from 'offset+size' in extension.h and fpdfview.cpp by JUN FANG · 10 years ago
  12. 0d3b5cc Speculative fix for uninitialized value in CFX_ByteString(). by Tom Sepez · 10 years ago
  13. cc96527 Fix the typo of "Resources" keyword by Bo Xu · 10 years ago
  14. 621d4de Tidy up app::response(). by Tom Sepez · 10 years ago
  15. 6c55495 Fix a few more warnings in chromium_code mode. by Nico Weber · 10 years ago
  16. c77e8f7 Remove a few unused variables, functions, and tables. by Nico Weber · 10 years ago
  17. 3b07e75 Remove 'inline' from two methods. by Nico Weber · 10 years ago
  18. e7e6ca4 CalRGB color correction by Bo Xu · 10 years ago
  19. 3414a64 This change is for fixing the potential integer overflow from "offset + size" by JUN FANG · 10 years ago
  20. a08cf99 Refactor CFX_BasicArray. by Chris Palmer · 10 years ago
  21. 141d61d Check for integer overflow in CFX_BasicArray. by Chris Palmer · 10 years ago
  22. f7f6b0c Remove unnecessary aligned memory check when __SSE__ is used by Bo Xu · 10 years ago
  23. 10e6c7c Only use "final" on MSVS2012+, to keep pdfium building with 2010. by Nico Weber · 10 years ago
  24. 46773fd Fix potential memory violation in CJS_PublicMethods::StrRTrim() by Tom Sepez · 10 years ago
  25. 8538642 Fix lookahead beyond bounds in CJS_PublicMethods::MakeFormatDate(). by Tom Sepez · 10 years ago
  26. 0f14185 Fix FPDF_RenderPage 2x zoom in when bBackgroundAlphaNeeded is true by Bo Xu · 10 years ago
  27. 9e0177a Added options to save pages into BMP and EMF on Windows. by Vitaly Buka · 10 years ago
  28. 22b31e0 Adjust null object check by Bo Xu · 10 years ago
  29. baca770 Fix remaining -Wdelete-non-virtual-dtor violations on Windows. by Nico Weber · 10 years ago
  30. b72977f Build with exceptions enabled on Windows too. by Nico Weber · 10 years ago
  31. 98a44a1 Fix the potential integer overflow from "offset + size". by Chris Palmer · 10 years ago
  32. 5ffacd6 Fix bounds checking in CJS_PublicMethods::MakeRegularDate(). by Tom Sepez · 10 years ago
  33. 6256a14 Fix pdfium building issue on VS2010 by Jun Fang · 11 years ago
  34. 5eb9f7b pdfium: Fix all -Wdelete-non-virtual-dtor violations on Mac. by Nico Weber · 11 years ago
  35. a9c29e0 Fix garbled text when loading linearized pdf document by Bo Xu · 11 years ago
  36. c7cd3c8 Fix building pdfium for x64 with ninja under windows. by Nico Weber · 11 years ago
  37. 3fb18f4 Hook up the default v8::Platform implementation to pdfium by Jochen Eisinger · 11 years ago
  38. 8f75c67 Disable warning 4267 in pdfium until it is fixed. by Nico Weber · 11 years ago
  39. e76e823 Remove unused variable orig_size. by Bo Xu · 11 years ago
  40. 3d07b6f Do not disable warnings-as-errors for pdfium. by Nico Weber · 11 years ago
  41. 0ce77e3 Add a newline at the end of fpdfeditpage.cpp. by Nico Weber · 11 years ago
  42. 27e35a8 Remove uninitialized const global g_GbFontNameMap. by Nico Weber · 11 years ago
  43. b44bac5 Error handling for invalid component number in CPDF_ICCBasedCS::v_Load by Jun Fang · 11 years ago
  44. f86d7d6 Fix uninitialized coords in _DrawCoonPatchMeshes by Jun Fang · 11 years ago
  45. 1c8d196 Fix uninitialized nresults in GetRGB by Jun Fang · 11 years ago
  46. feff0db Fix uninitialized RGB in DrawShading by Jun Fang · 11 years ago
  47. 8434565 Fix uninitialized Storage in _LUTeval16 by foxit · 11 years ago
  48. 9114e83 Add support to extract viewer preference by Bo Xu · 11 years ago
  49. 8daab31 Fix an out-of-boundary issue for wide string by Bo Xu · 11 years ago
  50. 456cde9 Fix uninitialized Storage by foxit · 11 years ago
  51. fab8896 Fix uninitialized okeybuf by foxit · 11 years ago
  52. 41e06e7 Fix uninitialized triangle by foxit · 11 years ago
  53. d5a0e7a Zero out temporary arrays before use in PDF encryption. by Bo Xu · 11 years ago
  54. b66432c Fix a null object bug by Bo Xu · 11 years ago
  55. 532a6a7 Fixes for re-enabling more MSVC level 4 warnings: pdfium/ edition (try 2) by Lei Zhang · 11 years ago
  56. d573678 Fix a null object check by Bo Xu · 11 years ago
  57. cb46ea1 Fix BUILD.gn for commit 3522876d. by Lei Zhang · 11 years ago
  58. ab99c38 Revert commit 95c018e2d15ecc3a5bd2a9aab18638316a6d3d46 by Lei Zhang · 11 years ago
  59. 95c018e Fixes for re-enabling more MSVC level 4 warnings: pdfium/ edition by Lei Zhang · 11 years ago
  60. 3522876 Remove custom memory manager by Bo Xu · 11 years ago
  61. e7ee98e Fix for UMR in CXML_Parser::GetCharRef. by Chris Palmer · 11 years ago
  62. 30f2ff1 Fix integer overflow in fx_basic_[bw]string.cpp. by Chris Palmer · 11 years ago
  63. d7db790 Fix a crasher issue due to invalid 'bits per component' in PDF by foxit · 11 years ago
  64. a26b328 fix a crash issue in _CMapLookupCallback by foxit · 11 years ago
  65. f3227ae Fix uninitialized nresults and RGB by foxit · 11 years ago
  66. e644f7f Fix uninitialized offset by foxit · 11 years ago
  67. 5a5c042 Fix uninitialized RGB in GetRGB by foxit · 11 years ago
  68. 17dd07a Fix uninitialized RGB in translating scanline by foxit · 11 years ago
  69. ab4221c Integer overflow in fx_basic.h and fx_memory.h by foxit · 11 years ago
  70. c7d8739 Fix uninitialized RGB in LoadPalette by foxit · 11 years ago
  71. cceb554 Fix uninitialized font_offset by foxit · 11 years ago
  72. 9d319f0 Fix syntax error in BUILD.gn by John Abd-El-Malek · 11 years ago
  73. 72c9373 Fix checklicenses in chromium by John Abd-El-Malek · 11 years ago
  74. 287e11a Remove "this==NULL" and adjust corresponding callers by Bo Xu · 11 years ago
  75. ad30f60 Fix standalone build. by John Abd-El-Malek · 11 years ago
  76. 9108ad2 Import Chromium base/numerics to resolve integer overflow. by Chris Palmer · 11 years ago
  77. a548d30 Explicitly use binary mode when opening files in the pdfium_test sample. by John Abd-El-Malek · 11 years ago
  78. 9a52eb0 Fix and integer overflow issue in SDK's QuickSort by Bo Xu · 11 years ago
  79. 6c67358 Revert "Import Chromium base/numerics to resolve integer overflow." by John Abd-El-Malek · 11 years ago
  80. 617089a BUG=382241 R=palmer@chromium.org by foxit · 11 years ago
  81. bda8232 Fix a crash in CFXMEM_FixedMgr::AllocLarge by foxit · 11 years ago
  82. 3e4b1bc Stack-buffer-overflow in IccLib_Translate by foxit · 11 years ago
  83. d9713f0 Import Chromium base/numerics to resolve integer overflow. by Chris Palmer · 11 years ago
  84. 63412bf Fix JS_WIDESTRING to work with clang-cl by John Abd-El-Malek · 11 years ago
  85. fda75e4 resolve symbol collsion with zlib 1.2.8 by Bo Xu · 11 years ago
  86. 394010d Add FPDFPage_SetRotation function by Bo Xu · 11 years ago
  87. a5572c3 Enable security removal in FPDF_Doc_Save by Bo Xu · 11 years ago
  88. 3084c79 Bring back the Skia files from the old repo. by John Abd-El-Malek · 11 years ago
  89. d7d52f1 BUG=379656 R=palmer@chromium.org by foxit · 11 years ago
  90. 9e16edd free, rather than delete, malloc'd object. by John Abd-El-Malek · 11 years ago
  91. def5c7d Disable pointer-to-int conversion warning. by John Abd-El-Malek · 11 years ago
  92. 9364d22 Fix a crash when parsing truetype fonts without any tables. by Lei Zhang · 11 years ago
  93. 0db35e8 Use none SSE functions when data is not 16 byte aligned by foxit · 11 years ago
  94. d68f9a3 Add GN build file for pdfium, rename GYP target. by John Abd-El-Malek · 11 years ago
  95. f0a5576 fix two uninitialized reads by John Abd-El-Malek · 11 years ago
  96. bb2b1e7 Use unsigned type for iteration to avoid int overflow. by John Abd-El-Malek · 11 years ago
  97. 62a7fd6 Wrong variable assignment in Pdfium. by John Abd-El-Malek · 11 years ago
  98. dbd4c06 In linux and mac, use Arial to replace Tahoma for displaying east europe characters by Bo Xu · 11 years ago
  99. 64ab40e Fix xcode build. by John Abd-El-Malek · 11 years ago
  100. 961a34a Followup comments from https://codereview.chromium.org/298893007/ by John Abd-El-Malek · 11 years ago