summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2015-10-26Revert "Revert "Add type cast definitions for CPDF_Reference.""Dan Sinclair
2015-10-26Revert "Add type cast definitions for CPDF_Reference."Dan Sinclair
2015-10-26Add type cast definitions for CPDF_Reference.Dan Sinclair
2015-10-23Cleanup parts of CPDFSDK_AnnotIterator and CPDFSDK_PageView.chromium/2547chromium/2546Lei Zhang
2015-10-22Add type cast definitions for CPDF_Stream.Dan Sinclair
2015-10-22Remove unused CPDFSDK_InterForm::DoFDFBuffer.Dan Sinclair
2015-10-22Add type cast definitions for CPDF_Array.Dan Sinclair
2015-10-21More master side changes for convergence with XFA.Tom Sepez
2015-10-21Remove FFL_Utils as it is unused.Dan Sinclair
2015-10-21Add type cast definitions for CPDF_Name.Dan Sinclair
2015-10-21Add type cast definitions for CPDF_String.Dan Sinclair
2015-10-21Add type cast definitions for CPDF_Number.Dan Sinclair
2015-10-20Make CFX_FontMgr member variables private. (try 2)Lei Zhang
2015-10-20Cosmetic changes in fsdk_define.hTom Sepez
2015-10-20Add type cast definitions for CPDF_Boolean.Dan Sinclair
2015-10-20Revert "Revert "Add type cast definitions for CPDF_Dictionary.""Dan Sinclair
2015-10-20Revert "Make CFX_FontMgr member variables private."Lei Zhang
2015-10-20Revert "Add type cast definitions for CPDF_Dictionary."Dan Sinclair
2015-10-20Make CFX_FontMgr member variables private.Lei Zhang
2015-10-20Add type cast definitions for CPDF_Dictionary.Dan Sinclair
2015-10-19Remove unused CFFL_Notify.Lei Zhang
2015-10-19Fix some override warnings in fpdfview.cpp.Lei Zhang
2015-10-19Remove dead code that was reactivated when fixing overrides.chromium/2545chromium/2544chromium/2543chromium/2542chromium/2541Lei Zhang
2015-10-19Sanity check the values of TRUE and FALSE.Lei Zhang
2015-10-16DEPS include_rules no longer allows core/ -> fpsdfsk/ inclusion.Tom Sepez
2015-10-15Introduce CPDFPageFromFPFDPage()Tom Sepez
2015-10-15Fix layering violation in CPDF_Document::FromFPDFDocument().Tom Sepez
2015-10-14Introduce CPDF_Document::FromFPDFDocument().Tom Sepez
2015-10-14Next round of master changes to match XFATom Sepez
2015-10-14Add unit test for top-level bookmarks.Tom Sepez
2015-10-13Revert "Remove IPDFSDK_AnnotHandler interface."chromium/2535Tom Sepez
2015-10-13Changes to master to more closely match XFA.Tom Sepez
2015-10-09Pass IJS_Runtime, not IJS_Context, to native object constructors.Tom Sepez
2015-10-09Allow compiling PDFium without V8.Tom Sepez
2015-10-08Wean CJS_Value off of v8::Isolate.Tom Sepez
2015-10-07Rename IFXJS_Runtime and IFXJS_Context to IJS_.Tom Sepez
2015-10-06Remove unused global argument from FXJS_CONSTRUCTOR.Tom Sepez
2015-10-06Store object definition ID in each js_class.Tom Sepez
2015-10-06Run FXJS_V8 embedder tests against a shared isolate.Tom Sepez
2015-10-06Make the vast majority of JS headers private to src/javascript.Tom Sepez
2015-10-05Remove JavaScript.hTom Sepez
2015-10-04Fix a leak with g_DefaultGlobalObjectTemplate.chromium/2528Lei Zhang
2015-10-04Remove pointless CPDFSDK_PageView usage in CJS_Object / CJS_EmbedObj.Lei Zhang
2015-10-04Only call DefineJSObjects() once for the global V8 isolate.Lei Zhang
2015-10-04CJS_Timer should observe CJS_Runtime destruction.Lei Zhang
2015-10-03Refcount external V8 isolate initialization / release.chromium/2527Lei Zhang
2015-10-02Pass v8::Isolate to PDFium at init time.Tom Sepez
2015-10-02Do not call into formfiller code with a NULL PageView.Lei Zhang
2015-10-01Fix static initializer in fxjs_v8.cppTom Sepez
2015-10-01Revert "Leak per-isolate data in pdfium"Raymes Khoury