Age | Commit message (Expand) | Author |
2014-11-06 | Merge to XFA: patch from issue 692533005 | Tom Sepez |
2014-11-03 | Do not Initialize v8 in fpdfsdk, since this has been done in xfa | Bo Xu |
2014-11-03 | Lock page in LoadFXAnnot to prevent unintended page closing | unknown |
2014-11-03 | Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 | Bo Xu |
2014-10-30 | For v8 Global Object, do not copy in CJS_Value constructor. | Tom Sepez |
2014-10-03 | Enable C linkage in fpdfppo.h | Bo Xu |
2014-09-24 | Lock page in LoadFXAnnot to prevent unintended page closing | Bo Xu |
2014-09-22 | Invoke V8::Initialize() explicitly during V8 setupchromium/2168chromium/2167 | Jochen Eisinger |
2014-09-19 | Add FPDF_GetSecurityHandlerRevision | Bo Xu |
2014-09-08 | The cause of this issue is that there is an indirect object like '112 0 R' bu... | Jun Fang |
2014-08-22 | Fix confusion between length in bytes and length in characters in app::respon... | Tom Sepez |
2014-08-18 | Fix a double-free issue in CFX_PathData::~CFX_PathData | Jun Fang |
2014-08-18 | Check path point count overflow in DrawThisAppearance | Bo Xu |
2014-08-18 | Fix tzHour usage on systems where char is unsigned.chromium/2137chromium/2136chromium/2135chromium/2133chromium/2132chromium/2131chromium/2130chromium/2129chromium/2128 | Nico Weber |
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 | Treat null Parent as no Parent for dictionary objects | Bo Xu |
2014-08-12 | Fix missing or broken include guard macros in pdfium headers. | Tom Sepez |
2014-08-07 | Change '>=' back to '>' in extension.h due to bad fixchromium/2122chromium/2121chromium/2120chromium/2119chromium/2118 | Jun Fang |
2014-08-06 | Clean up meaningless branch on commented-out code. | Chris Palmer |
2014-08-04 | Remove unused |m_pEvi| field. | Chris Palmer |
2014-08-02 | Fix buffer size boundary check offset by 1chromium/2117chromium/2116chromium/2115chromium/2114chromium/2113 | Bo Xu |
2014-07-31 | Fix a few more -Wreorder warnings. | Nico Weber |
2014-07-31 | Remove CPDFSDK_Annot::ResetAppearance(). | Nico Weber |
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 | Add missing braces for aggregate initializers. | Nico Weber |
2014-07-30 | Attempt to fix some -Woverloaded-virtual warnings. | Nico Weber |
2014-07-30 | Fix incorrect override of GetLayoutOrder(). | Nico Weber |
2014-07-30 | Fix the potential integer overflow from 'offset+size' in extension.h and fpdf... | JUN FANG |
2014-07-30 | Speculative fix for uninitialized value in CFX_ByteString(). | Tom Sepez |
2014-07-29 | Tidy up app::response(). | Tom Sepez |
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-23 | Fix potential memory violation in CJS_PublicMethods::StrRTrim() | Tom Sepez |
2014-07-23 | Fix lookahead beyond bounds in CJS_PublicMethods::MakeFormatDate(). | Tom Sepez |
2014-07-23 | Fix FPDF_RenderPage 2x zoom in when bBackgroundAlphaNeeded is true | Bo Xu |
2014-07-18 | Fix bounds checking in CJS_PublicMethods::MakeRegularDate(). | Tom Sepez |
2014-07-18 | pdfium: Fix all -Wdelete-non-virtual-dtor violations on Mac. | Nico Weber |
2014-07-17 | Hook up the default v8::Platform implementation to pdfium | Jochen Eisinger |
2014-07-16 | Add a newline at the end of fpdfeditpage.cpp.chromium/2096 | Nico Weber |
2014-07-14 | Add support to extract viewer preference | Bo Xu |
2014-07-14 | Fix an out-of-boundary issue for wide string | Bo Xu |
2014-07-09 | Fixes for re-enabling more MSVC level 4 warnings: pdfium/ edition (try 2)chromium/2095chromium/2094chromium/2093chromium/2092chromium/2091chromium/2090chromium/2089chromium/2088chromium/2087chromium/2086 | Lei Zhang |
2014-07-08 | Revert commit 95c018e2d15ecc3a5bd2a9aab18638316a6d3d46 | Lei Zhang |
2014-07-08 | Fixes for re-enabling more MSVC level 4 warnings: pdfium/ edition | Lei Zhang |
2014-07-08 | Remove custom memory manager | Bo Xu |
2014-06-30 | Remove "this==NULL" and adjust corresponding callers | Bo Xu |
2014-06-26 | Import Chromium base/numerics to resolve integer overflow. | Chris Palmer |
2014-06-24 | Fix and integer overflow issue in SDK's QuickSort | Bo Xu |