Age | Commit message (Expand) | Author |
2015-02-27 | Pull in gmock for standalone pdfium builds. | Tom Sepez |
2015-02-25 | Kill off unused IFXJS interface methods. | Tom Sepez |
2015-02-24 | Kill multi-byte comments in fxet_list.h | Tom Sepez |
2015-02-23 | Replace 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/2314 | Tom Sepez |
2015-02-18 | Replace ugly JS_Define macros with templates. | Tom Sepez |
2015-02-17 | Tidy up JS_Defines.h | Tom Sepez |
2015-02-06 | Cleanup: Fix some unused-function warnings. | Lei Zhang |
2015-02-05 | Kill off some more unreachable fopen's. | Tom Sepez |
2015-02-05 | Merge to master: Kill off some dodgy JS callbacks | Tom Sepez |
2015-02-05 | Fix segv in CPDF_DataAvail::CheckRoot() when /Root object is a string. | Tom Sepez |
2015-02-05 | Add namespace and-re-arrange PDFium's local copy of chromium /base. | Tom Sepez |
2015-02-04 | Initialize V8 outside of PDFium. | John Abd-El-Malek |
2015-02-04 | Prevent base::CheckedNumeric from leaking outside of pdfium. | Tom Sepez |
2015-02-03 | Fix stack exhaustion in CPDF_DataAvail::HaveResourceAncestor() | Tom Sepez |
2015-02-02 | Add embedder test for fix to bug_452455. | Tom Sepez |
2015-01-30 | Track formhandles in EmbedderTest class itself | Tom Sepez |
2015-01-28 | Merge to Master: Cover fpdftext.h API with embeddertests. | Tom Sepez |
2015-01-27 | Add embedder test for stream length beyond end of file. | Tom Sepez |
2015-01-26 | Fix infinite recursion in CPDF_Parser::ParseIndirectObjectAt(). | Tom Sepez |
2015-01-23 | Fix test naming in previous commit. | Tom Sepez |
2015-01-23 | Fix null crash in CheckTrailer. | Tom Sepez |
2015-01-22 | Use IPDF_DataAvail interface to hide CPDF_DataAvail. | Tom Sepez |
2015-01-22 | Add API tests: NamedDestsByName, DestGetPageIndex. | Tom Sepez |
2015-01-21 | Add tests for GetNamedDests() API. | Tom Sepez |
2015-01-21 | Use signed long for FPDF_GetNamedDest buffer length. | Bo Xu |
2015-01-21 | Simplify UTF16LE_Encode and add unittest. | Bo Xu |
2015-01-16 | Follow-on to pdfium_embeddertests. | Tom Sepez |
2015-01-15 | Allow FPDFBookmark_GetFirstChild to return the top level bookmark | Tom Sepez |
2015-01-10 | Add APIs for getting bookmarks and named destinations. | Bo Xu |
2015-01-09 | Fix -Wnon-virtual-dtor compiler warnings. | Tom Sepez |
2015-01-05 | Cleanup: Get rid of CRLF line endings. | Lei Zhang |
2015-01-05 | Get rid of g_timeMap global object. | Bruce Dawson |
2015-01-05 | Remove run-time calculation of hash constants in pdfium. | Bruce Dawson |
2015-01-05 | Get rid of fifteen copies of m_sTimeMap and their initializers. | Bruce Dawson |
2015-01-05 | Clean up bookmark related codes. | Bo Xu |
2015-01-05 | In windows printing, convert src bitmap to dest bitmap using CompositeBitmap. | Bo Xu |
2015-01-02 | Remove g_NaN global variable and its constructor. | Bruce Dawson |
2014-12-30 | Get rid of FX_LPCSTR cast. | Bo Xu |
2014-12-12 | Avoid duplicate definitions of JSCONST_n*Hash and QeTable variables. | Bruce Dawson |
2014-12-12 | Simplify PDFium by removing code that's not used in the open source repo. | John Abd-El-Malek |
2014-12-08 | Replace manual/error-prone/hard-to-verify arraysize calculations with safe FX... | Bruce Dawson |
2014-12-08 | Getting rid of more (FX_LPCWSTR) casts and fixing two bugs revealed by this. | Bruce Dawson |
2014-11-17 | Removing unnecessary casts from wchar_t* to wchar_t*, by various names. | Bruce Dawson |
2014-11-14 | Correct typo in form fill environment functions | Bo Xu |
2014-11-14 | Remove FX_LPCWSTR cast to wchar_t* literals | Bo Xu |
2014-11-14 | Change from 'this' to L'this' and remove the cast that was hiding this mismatch. | Bo Xu |
2014-11-06 | Adding constructor to _FX_SYSTEMTIME to resolve uninitialized read bugs found... | Tom Sepez |
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 |