Age | Commit message (Expand) | Author |
2015-04-01 | doc.external - Check direction of property access before blindly getting. | Tom Sepez |
2015-03-10 | Kill remaining sprintfs | Tom Sepez |
2015-03-06 | Make conversions for CPDF_Link explicit. | Tom Sepez |
2015-03-06 | Make conversion between CPDF_Dest and its object explicit. | Tom Sepez |
2015-03-05 | Make conversion between CPDF_Action and its dictionary explicit. | Tom Sepez |
2015-03-04 | Merge to Master: Fix a compiling error in fxjs_v8.h | Tom Sepez |
2015-03-02 | Kill off JS_ErrorString type. | Tom Sepez |
2015-03-02 | Return error information from pdfium to JS. | Tom Sepez |
2015-02-27 | Remove unused IDS_ constants from pdfium. | Tom Sepez |
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 |