summaryrefslogtreecommitdiff
path: root/fpdfsdk/include
AgeCommit message (Expand)Author
2015-11-05Fix all relative includes to third_party.chromium/2560chromium/2559chromium/2558chromium/2557Lei Zhang
2015-11-04Cleanup after syncing CPDFSDK_BAAnnotDan Sinclair
2015-11-04Backport CPDFSDK_BAAnnot from XFA.Dan Sinclair
2015-10-30Clean up CPDF_AnnotList.Lei Zhang
2015-10-30Convert a bunch of raw pointers in fsdk_mgr to unique_ptrs.Oliver Chang
2015-10-30Rip out the KillFocusAnnot call from CPDFSDK_PageView's destructorOliver Chang
2015-10-30Fix incorrect CPDFSDK_PageView::CountAnnots(). (try 2)Lei Zhang
2015-10-30Revert "Fix incorrect CPDFSDK_PageView::CountAnnots()."Lei Zhang
2015-10-30Fix incorrect CPDFSDK_PageView::CountAnnots().Lei Zhang
2015-10-23Cleanup parts of CPDFSDK_AnnotIterator and CPDFSDK_PageView.chromium/2547chromium/2546Lei Zhang
2015-10-22Remove unused CPDFSDK_InterForm::DoFDFBuffer.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-20Cosmetic changes in fsdk_define.hTom Sepez
2015-10-19Remove unused CFFL_Notify.Lei Zhang
2015-10-19Remove dead code that was reactivated when fixing overrides.chromium/2545chromium/2544chromium/2543chromium/2542chromium/2541Lei Zhang
2015-10-15Introduce CPDFPageFromFPFDPage()Tom Sepez
2015-10-15Fix layering violation in CPDF_Document::FromFPDFDocument().Tom Sepez
2015-10-14Next round of master changes to match XFATom Sepez
2015-10-13Revert "Remove IPDFSDK_AnnotHandler interface."chromium/2535Tom 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-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-06Make the vast majority of JS headers private to src/javascript.Tom Sepez
2015-10-05Remove JavaScript.hTom Sepez
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-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-09-28Introduce kPerIsolateDataIndex and tidy JS_Define.hTom Sepez
2015-09-25Revert "Revert "Merge to master: contention over isolate data slots""Tom Sepez
2015-09-22Revert "Merge to master: contention over isolate data slots"Tom Sepez
2015-09-22Merge to master: contention over isolate data slotsTom Sepez
2015-09-22Use std::set<> to track active event handlers.Tom Sepez
2015-09-21Remove CJS_RuntimeFactorychromium/2519chromium/2518chromium/2517Tom Sepez
2015-09-21More tidy of CJS_Object, kill implicit cast operatorTom Sepez
2015-09-17Don't pass null isolates to FXJS_ when we have a real isolate.Tom Sepez
2015-09-16Remove several dead functions from fxjs_v8.{cpp,h}.Tom Sepez
2015-09-16Ensure functions in FXJS_V8 are prefixed by FXJS_.Tom Sepez
2015-09-15Check for empty embedder data before using it in PDFium JS bindings.chromium/2510Tom Sepez
2015-09-15Refactor fxjs_v8 and add embeddertests for it.Tom Sepez
2015-09-14Get CJS_RuntimeFactory out of the CJS_GlobalData management business.Tom Sepez
2015-09-11Fix strings, remove stringify macros, void return types for Consts.h.Tom Sepez
2015-09-11Rename Init methods to more accurately describe purposeTom Sepez
2015-09-10Remove some abstractions in fxjs_v8.h.Tom Sepez
2015-09-01Remove IPDFSDK_AnnotHandler interface.Tom Sepez
2015-09-01CPDFSDK_MediaActionHandler is unused.Tom Sepez