summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/jsapi/fxjs_v8.h
AgeCommit message (Expand)Author
2016-03-09Review and cleanup lint warnings.Dan Sinclair
2016-03-04Re-land "Only place primitive objects on the V8 global template."Tom Sepez
2016-03-04Revert "Only place primitive objects on the V8 global template."Tom Sepez
2016-03-04Only place primitive objects on the V8 global template.Tom Sepez
2016-02-18Sort headers in non-xfa directories.Dan Sinclair
2016-01-28Fix memory leakage on Linux - part3jinming_wang
2015-11-30Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk.Tom Sepez
2015-11-25Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/Tom Sepez
2015-11-25XFA: More underlying typesTom Sepez
2015-11-20Mising JS refactoring in XFA.Tom Sepez
2015-11-10Merge to XFA: Keep "static" objects per-context rather than per isolate.Tom Sepez
2015-11-10Segv when PDF-side JS object property getter invoked from XFA.Tom Sepez
2015-11-10Merge to XFA: Remove CFX_PtrArray usage in fpdfsdk.Lei Zhang
2015-11-09Merge to XFA: Fix all relative includes to core.Lei Zhang
2015-11-06Merge to XFA: Remove FXJS_GetRuntimeTom Sepez
2015-10-13Merge to XFA: Pass IJS_Runtime, not IJS_Context, to native object constructors.Tom Sepez
2015-10-08Merge to XFA: Only call DefineJSObjects() once for the global V8 isolate.Lei Zhang
2015-10-08Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_.Tom Sepez
2015-10-07Merge to XFA: Remove unused global argument from FXJS_CONSTRUCTOR.Tom Sepez
2015-10-07Merge to XFA: Pass v8::Isolate to PDFium at init time.Tom Sepez
2015-10-06Merge to XFA: Store object definition ID in each js_class.Tom Sepez
2015-09-28Merge to XFA: Introduce kPerIsolateDataIndex and tidy JS_Define.hTom Sepez
2015-09-28XFA: Pass IFXJS_Runtime via V8 contexts, not V8 isolatesTom Sepez
2015-09-22XFA: contention between FXJSE and FXJS over isolate data slotsTom Sepez
2015-09-17Merge to XFA: Don't pass null isolates to FXJS_ when we have a real isolate.Tom Sepez
2015-09-17Merge to XFA: Ensure functions in FXJS_V8 are prefixed by FXJS_.Tom Sepez
2015-09-15Merge to XFA: Refactor fxjs_v8 and add embeddertests for it.Tom Sepez
2015-09-11Merge to XFA: Fix strings, ..., void return types for Consts.h.Tom Sepez
2015-09-10Merge to XFA: Remove some abstractions in fxjs_v8.h.Tom Sepez
2015-09-01Merge to XFA: CJS_Context::compile unusedTom Sepez
2015-08-04XFA: clang-format all pdfium code.Nico Weber
2015-07-30Merge to XFA: Plumb in an externally created v8::IsolateJochen Eisinger
2015-07-22Merge to XFA: Remove dead code found by Scythe.Lei Zhang
2015-05-28Merge to XFA: Fix ALL the include guards.Tom Sepez
2015-05-19Merge V8 API updates to xfa branchJochen Eisinger
2015-04-23Merge to XFA: Remove unused nParamNum values from JS method tables.Tom Sepez
2015-04-07Merge to XFA: Fix (nearly all) IWYU in fpdfskd/include/javascript/ headers.Tom Sepez
2015-03-02Fix a compiling error in fxjs_v8.hJUN FANG
2015-03-02Merge to XFA: Kill off JS_ErrorString type.Tom Sepez
2015-03-02Merge to XFA: Return error information from pdfium to JS.Tom Sepez
2015-02-23Merge to XFA: Replace second set of #defines with templates in JS_Define.hTom Sepez
2015-02-17Merge to XFA: Tidy up JS_Defines.hTom Sepez
2014-05-20Remove "using namespace v8" in header. This allows us to turn all warnings in...John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek