summaryrefslogtreecommitdiff
path: root/fpdfsdk/src
AgeCommit message (Expand)Author
2015-04-20Remove Release() from IFX_Edit_UndoItem.Tom Sepez
2015-04-20Remove release method from CBA_AnnotItetator.chromium/2377Tom Sepez
2015-04-17Fix all remaining instances of FX_NEW.Tom Sepez
2015-04-17Replace FX_NEW with new, remove tests from fpdfsdkTom Sepez
2015-04-14Kill CFX_Object.Tom Sepez
2015-04-09Include windows.h instead of the MFC header afxres.hBruce Dawson
2015-04-09Fix reference to timezone variable - removed in VS 2015Bruce Dawson
2015-04-07Land on master: FFL_MIN and FFL_MAX are pointless and stupid.Tom Sepez
2015-04-06fix missing semicolonsJUN FANG
2015-04-06Fix a fatal error due to cloning a global document objectJUN FANG
2015-04-01doc.external - Check direction of property access before blindly getting.Tom Sepez
2015-03-10Kill remaining sprintfsTom Sepez
2015-03-06Make conversions for CPDF_Link explicit.Tom Sepez
2015-03-06Make conversion between CPDF_Dest and its object explicit.Tom Sepez
2015-03-05Make conversion between CPDF_Action and its dictionary explicit.Tom Sepez
2015-03-02Kill off JS_ErrorString type.Tom Sepez
2015-03-02Return error information from pdfium to JS.Tom Sepez
2015-02-27Remove unused IDS_ constants from pdfium.Tom Sepez
2015-02-27Pull in gmock for standalone pdfium builds.Tom Sepez
2015-02-25Kill off unused IFXJS interface methods.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