summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2015-02-23Replace second set of #defines with templates in JS_Define.hchromium/2342chromium/2341chromium/2340chromium/2339chromium/2338chromium/2337chromium/2336chromium/2335chromium/2334chromium/2333chromium/2332chromium/2331chromium/2330chromium/2329chromium/2328chromium/2327chromium/2326chromium/2325chromium/2324chromium/2323chromium/2322chromium/2321chromium/2320chromium/2319chromium/2318chromium/2317chromium/2316chromium/2315chromium/2314Tom Sepez
2015-02-18Replace ugly JS_Define macros with templates.Tom Sepez
2015-02-17Tidy up JS_Defines.hTom Sepez
2015-02-06Cleanup: Fix some unused-function warnings.Lei Zhang
2015-02-05Kill off some more unreachable fopen's.Tom Sepez
2015-02-05Merge to master: Kill off some dodgy JS callbacksTom Sepez
2015-02-05Fix segv in CPDF_DataAvail::CheckRoot() when /Root object is a string.Tom Sepez
2015-02-05Add namespace and-re-arrange PDFium's local copy of chromium /base.Tom Sepez
2015-02-04Initialize V8 outside of PDFium.John Abd-El-Malek
2015-02-04Prevent base::CheckedNumeric from leaking outside of pdfium.Tom Sepez
2015-02-03Fix stack exhaustion in CPDF_DataAvail::HaveResourceAncestor()Tom Sepez
2015-02-02Add embedder test for fix to bug_452455.Tom Sepez
2015-01-30Track formhandles in EmbedderTest class itselfTom Sepez
2015-01-28Merge to Master: Cover fpdftext.h API with embeddertests.Tom Sepez
2015-01-27Add embedder test for stream length beyond end of file.Tom Sepez
2015-01-26Fix infinite recursion in CPDF_Parser::ParseIndirectObjectAt().Tom Sepez
2015-01-23Fix test naming in previous commit.Tom Sepez
2015-01-23Fix null crash in CheckTrailer.Tom Sepez
2015-01-22Use IPDF_DataAvail interface to hide CPDF_DataAvail.Tom Sepez
2015-01-22Add API tests: NamedDestsByName, DestGetPageIndex.Tom Sepez
2015-01-21Add tests for GetNamedDests() API.Tom Sepez
2015-01-21Use signed long for FPDF_GetNamedDest buffer length.Bo Xu
2015-01-21Simplify UTF16LE_Encode and add unittest.Bo Xu
2015-01-16Follow-on to pdfium_embeddertests.Tom Sepez
2015-01-15Allow FPDFBookmark_GetFirstChild to return the top level bookmarkTom Sepez
2015-01-10Add APIs for getting bookmarks and named destinations.Bo Xu
2015-01-09Fix -Wnon-virtual-dtor compiler warnings.Tom Sepez
2015-01-05Cleanup: Get rid of CRLF line endings.Lei Zhang
2015-01-05Get rid of g_timeMap global object.Bruce Dawson
2015-01-05Remove run-time calculation of hash constants in pdfium.Bruce Dawson
2015-01-05Get rid of fifteen copies of m_sTimeMap and their initializers.Bruce Dawson
2015-01-05Clean up bookmark related codes.Bo Xu
2015-01-05In windows printing, convert src bitmap to dest bitmap using CompositeBitmap.Bo Xu
2015-01-02Remove g_NaN global variable and its constructor.Bruce Dawson
2014-12-30Get rid of FX_LPCSTR cast.Bo Xu
2014-12-12Avoid duplicate definitions of JSCONST_n*Hash and QeTable variables.Bruce Dawson
2014-12-12Simplify PDFium by removing code that's not used in the open source repo.John Abd-El-Malek
2014-12-08Replace manual/error-prone/hard-to-verify arraysize calculations with safe FX...Bruce Dawson
2014-12-08Getting rid of more (FX_LPCWSTR) casts and fixing two bugs revealed by this.Bruce Dawson
2014-11-17Removing unnecessary casts from wchar_t* to wchar_t*, by various names.Bruce Dawson
2014-11-14Correct typo in form fill environment functionsBo Xu
2014-11-14Remove FX_LPCWSTR cast to wchar_t* literalsBo Xu
2014-11-14Change from 'this' to L'this' and remove the cast that was hiding this mismatch.Bo Xu
2014-11-06Adding constructor to _FX_SYSTEMTIME to resolve uninitialized read bugs found...Tom Sepez
2014-10-30For v8 Global Object, do not copy in CJS_Value constructor.Tom Sepez
2014-10-03Enable C linkage in fpdfppo.hBo Xu
2014-09-24Lock page in LoadFXAnnot to prevent unintended page closingBo Xu
2014-09-22Invoke V8::Initialize() explicitly during V8 setupchromium/2168chromium/2167Jochen Eisinger
2014-09-19Add FPDF_GetSecurityHandlerRevisionBo Xu
2014-09-08The cause of this issue is that there is an indirect object like '112 0 R' bu...Jun Fang