Age | Commit message (Expand) | Author |
2014-08-22 | Fix a hang issue due to inconsistent page number in the test file | Jun Fang |
2014-08-22 | Bounds check in CFX_Font::LoadGlyphPath(). | Tom Sepez |
2014-08-22 | Don't stretch bitmaps if destination size is empty. | Vitaly Buka |
2014-08-22 | Check the number of component in ICCBased colorspace | Bo Xu |
2014-08-21 | For pattern colorspace, its base colorspace should not be a pattern colorspace | Bo Xu |
2014-08-19 | Fix bug in CPDF_PageContentGenerate constructor and destructor | Bo Xu |
2014-08-18 | Font is used after release in CPDF_TextStateData::~CPDF_TextStateData | Jun Fang |
2014-08-18 | Add a null check before getting unicode text in CPDF_FormField::GetValue | Jun Fang |
2014-08-18 | Add a null pointer check before getting the family name of the given color sp... | Jun Fang |
2014-08-18 | No need to release m_pBaseCS in CPDF_IndexedCS and CPDF_PatternCS | Bo Xu |
2014-08-15 | Fix buffer size offset error in PNG_Predictor | Bo Xu |
2014-08-13 | Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes. | Tom Sepez |
2014-08-13 | Remove try/catch block | Bo Xu |
2014-08-12 | Fix missing or broken include guard macros in pdfium headers. | Tom Sepez |
2014-08-12 | For a CPDF_Color object, when set a new pattern to it, disconnect its link wi... | Bo Xu |
2014-08-07 | Change '>=' back to '>' in extension.h due to bad fixchromium/2122chromium/2121chromium/2120chromium/2119chromium/2118 | Jun Fang |
2014-08-05 | Fix the problem that memory is accessed after released due to invalid type-cast | Jun Fang |
2014-08-05 | The root cause of this issue is shown as below: | Jun Fang |
2014-08-04 | Fix unninitialized 'tmp' in CJBig2_Image::composeTo_opt2 | Jun Fang |
2014-08-04 | Fix a segmentation fault in CPDF_DataAvail::CheckPage due to invalid usage of... | Jun Fang |
2014-08-01 | Add more |bpc| value check in GetValidBpc() | Bo Xu |
2014-07-31 | Fix for min/max compile error on Windows | Scott Graham |
2014-07-31 | Correct the names of the FX_SAFE_* typedefs. | Chris Palmer |
2014-07-31 | Fix a few more -Wreorder warnings. | Nico Weber |
2014-07-31 | Fix integer overflow when stretch bitmap | Bo Xu |
2014-07-30 | Fix uninitialized coords and one of infinite loops | JUN FANG |
2014-07-30 | Remove a few unused variables, functions, and member variables. | Nico Weber |
2014-07-30 | Fix a few -Wreorder warnings. | Nico Weber |
2014-07-30 | Fix potential integer overflow in fpdf_render_loadimage.cpp | JUN FANG |
2014-07-30 | Fix the potential integer overflow from 'offset+size' in extension.h and fpdf... | JUN FANG |
2014-07-29 | Fix the typo of "Resources" keyword | Bo Xu |
2014-07-29 | Fix a few more warnings in chromium_code mode. | Nico Weber |
2014-07-29 | Remove a few unused variables, functions, and tables. | Nico Weber |
2014-07-28 | Remove 'inline' from two methods. | Nico Weber |
2014-07-24 | CalRGB color correction | Bo Xu |
2014-07-24 | This change is for fixing the potential integer overflow from "offset + size" | JUN FANG |
2014-07-23 | Refactor CFX_BasicArray.chromium/2112chromium/2111chromium/2110chromium/2109chromium/2108chromium/2107chromium/2106chromium/2105chromium/2104 | Chris Palmer |
2014-07-23 | Check for integer overflow in CFX_BasicArray. | Chris Palmer |
2014-07-23 | Remove unnecessary aligned memory check when __SSE__ is used | Bo Xu |
2014-07-21 | Adjust null object checkchromium/2103chromium/2102 | Bo Xu |
2014-07-21 | Fix remaining -Wdelete-non-virtual-dtor violations on Windows. | Nico Weber |
2014-07-18 | Fix the potential integer overflow from "offset + size". | Chris Palmer |
2014-07-18 | Fix pdfium building issue on VS2010chromium/2098 | Jun Fang |
2014-07-18 | pdfium: Fix all -Wdelete-non-virtual-dtor violations on Mac. | Nico Weber |
2014-07-17 | Fix garbled text when loading linearized pdf document | Bo Xu |
2014-07-16 | Remove unused variable orig_size. | Bo Xu |
2014-07-16 | Remove uninitialized const global g_GbFontNameMap. | Nico Weber |
2014-07-15 | Error handling for invalid component number in CPDF_ICCBasedCS::v_Load | Jun Fang |
2014-07-14 | Fix uninitialized coords in _DrawCoonPatchMeshes | Jun Fang |
2014-07-14 | Fix uninitialized nresults in GetRGB | Jun Fang |