Age | Commit message (Expand) | Author |
2015-02-27 | Merge to XFA: Fix JPX image rendering that regressed due to several security ... | Lei Zhang |
2015-02-27 | Merge to XFA: Fix some typos in fpdf_render_loadimage.cpp. | Lei Zhang |
2015-02-27 | Merge to XFA: Cleanup: Fix some unused-function warnings. | Lei Zhang |
2015-02-27 | Merge to XFA: Cleanup parts of fpdf_render_loadimage.cpp. | Lei Zhang |
2015-02-27 | Merge to XFA: Cleanup: Get rid of CRLF line endings. | Lei Zhang |
2015-02-24 | Merge to XFA: Add small flate decode unit test. | Tom Sepez |
2015-02-12 | Merge to XFA: Fix an error 'Use-of-uninitialized-value in CPDF_Function::Call' | JUN FANG |
2015-02-11 | Merge to XFA: CPDF_Object() constructor should set its internal m_Type variable. | Tom Sepez |
2015-02-10 | Merge to XFA: Fix heap buffer overflow in CPDF_SampledFunc::v_Call | JUN FANG |
2015-02-05 | Merge to XFA: Kill off some more unreachable fopen's. | Tom Sepez |
2015-02-05 | Kill off some dodgy JS callbacks | Tom Sepez |
2015-02-05 | Merge to XFA: Fix segv in CPDF_DataAvail::CheckRoot() | Tom Sepez |
2015-02-05 | Merge to XFA: Add namespace and-re-arrange PDFium's local copy of /base. | Tom Sepez |
2015-02-04 | Merge to XFA: Prevent base::CheckedNumeric from leaking outside of pdfium. | Tom Sepez |
2015-02-03 | Merge to XFA: Replace CFX_SmartPointer cast operator with Get() method. | Tom Sepez |
2015-02-03 | Merge to XFA: Fix stack exhaustion in CPDF_DataAvail::HaveResourceAncestor() | Tom Sepez |
2015-01-29 | Merge to XFA: Fix infinite recursion in CPDF_RenderStatus::RenderSingleObject(). | Tom Sepez |
2015-01-27 | Merge to XFA: Kill scattered extern _PDF_CharType declarations. | Tom Sepez |
2015-01-26 | Merge to XFA: Fix infinite recursion in CPDF_Parser::ParseIndirectObjectAt(). | Tom Sepez |
2015-01-23 | Merge to XFA: Fix null crash in CheckTrailer. | Tom Sepez |
2015-01-22 | Merge to XFA: Use IPDF_DataAvail interface to hide CPDF_DataAvail. | Tom Sepez |
2015-01-09 | merge to XFA: Fix -Wnon-virtual-dtor compiler warnings. | Tom Sepez |
2014-12-30 | XFA: merge patch from CL 733693003, get rid of FX_LPCSTR cast | Bo Xu |
2014-12-23 | XFA: merge patch from CL 733693003, getting rid of more casts | Bruce Dawson |
2014-12-23 | XFA: merge patch from CL 731673003, fix incorrect operator | Bruce Dawson |
2014-12-23 | XFA: merge patch from CL 727083002, zero local variables. | Bruce Dawson |
2014-12-19 | XFA: merge patch from CL 815103002 | Bo Xu |
2014-12-17 | XFA: merge patch from issue 803103002 | JUN FANG |
2014-12-15 | XFA: merge patch from issue 801913002 and 804463003 | John Abd-El-Malek |
2014-12-11 | Merge to XFA: patch from CL 792113003 | Bo Xu |
2014-12-10 | Merge to XFA: patch from CL 790363002 | Bo Xu |
2014-12-10 | Merge to XFA: patch from CL 791223002 | Bo Xu |
2014-12-09 | Merge to XFA: patch from CL 787753002 | Bo Xu |
2014-12-04 | Remove needless casts of (narrow) string literals. | Tom Sepez |
2014-11-19 | Merge to XFA: patch from CL 743263002 | Jun Fang |
2014-11-06 | Merge to XFA: patch from CL 703213004 | Tom Sepez |
2014-10-29 | Resolve compilation error with G++ 4.9. | Tom Sepez |
2014-10-21 | Change the clear order of pDocPage and pDocRender | Bo Xu |
2014-10-14 | Store the address of the page data map's value for proper referencing. | Bo Xu |
2014-10-14 | Don't leave dangling pointer to out-of-scope local in CPDF_StreamContentParse... | Tom Sepez |
2014-10-13 | Fix off-by-one in sizing of m_EmbeddedToUnicodes. | Tom Sepez |
2014-09-19 | Fix a bug when assign the generation number of indirect objectschromium/2166chromium/2165 | Bo Xu |
2014-09-19 | Adjust the order of clearing resource in CPDF_DocPageData::Clear | Jun Fang |
2014-09-18 | Fix Regression: Incomplete file loading is seen for multi page pdf files.chromium/2164chromium/2163 | Tom Sepez |
2014-09-16 | When forcing clear page data, no need to release colorspace when releasing pa... | Bo Xu |
2014-09-15 | Check Null pointer in CPDF_Dictionary::GetUnicodeText | Bo Xu |
2014-09-10 | Check object type for objects used in the dictory of 'Index'chromium/2162chromium/2161chromium/2160chromium/2159chromium/2158chromium/2157chromium/2156 | Jun Fang |
2014-09-09 | Change the forced clear order of CPDF_DocPageData::Clear, and remove m_pDocum... | Bo Xu |
2014-09-08 | Fix un-initialized R G B value | Bo Xu |
2014-09-03 | Allocate m_pCompData when |m_nComponents| is updated. | Bo Xu |