Age | Commit message (Expand) | Author |
2015-04-17 | Replace FX_NEW with new, remove tests from fpdfsdk | Tom Sepez |
2015-04-14 | Kill CFX_Object. | Tom Sepez |
2015-04-09 | Include windows.h instead of the MFC header afxres.h | Bruce Dawson |
2015-04-09 | Fix reference to timezone variable - removed in VS 2015 | Bruce Dawson |
2015-04-07 | Land on master: FFL_MIN and FFL_MAX are pointless and stupid. | Tom Sepez |
2015-04-06 | fix missing semicolons | JUN FANG |
2015-04-06 | Fix a fatal error due to cloning a global document object | JUN FANG |
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-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-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 |