summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/javascript
AgeCommit message (Expand)Author
2015-12-21Cleanup CJS_PublicMethods:Lei Zhang
2015-12-21Fix JS seconds since epoch to date conversions.Lei Zhang
2015-12-14Get rid of most instance of 'foo == NULL'Lei Zhang
2015-12-14Get rid of most instance of 'foo != NULL'Lei Zhang
2015-12-08Make app.cpp match XFATom Sepez
2015-11-24Add "Underlying types" to master.Tom Sepez
2015-11-16Reland "Cleanup some numeric code.""chromium/2567Dan Sinclair
2015-11-12Remove relative includes.Lei Zhang
2015-11-11Replace CJS_Parameters with std::vector<CJS_Value>.Lei Zhang
2015-11-11Cleanup CPDF_ApSettings and CJS_Parameters.Lei Zhang
2015-11-10Keep "static" objects per-context rather than per isolate.Tom Sepez
2015-11-10Revert x4 "Cleanup some numeric code."dan sinclair
2015-11-10Revert "Revert "Revert "Revert "Cleanup some numeric code.""""dan sinclair
2015-11-09Remove CFX_PtrArray usage in fpdfsdk.Lei Zhang
2015-11-06Fix all relative includes to core.Lei Zhang
2015-11-06Remove FXJS_GetRuntimeTom Sepez
2015-11-05Fix all relative includes to third_party.chromium/2560chromium/2559chromium/2558chromium/2557Lei Zhang
2015-11-04Cleanup: Remove some NULL checks in fpdfsdk.Lei Zhang
2015-11-04Make JS app.setTimeOut() work again.Lei Zhang
2015-11-04Make JS_Define.h match XFATom Sepez
2015-11-03Revert "Revert "Revert "Cleanup some numeric code."""Dan Sinclair
2015-11-03Revert "Revert "Cleanup some numeric code.""Dan Sinclair
2015-10-29Revert "Cleanup some numeric code."dan sinclair
2015-10-29Cleanup some numeric code.Dan Sinclair
2015-10-21More master side changes for convergence with XFA.Tom Sepez
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-20Add type cast definitions for CPDF_Boolean.Dan Sinclair
2015-10-14Next round of master changes to match XFATom 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-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-01Revert "Leak per-isolate data in pdfium"Raymes Khoury
2015-09-30Leak per-isolate data in pdfiumchromium/2525chromium/2524Raymes Khoury
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-16Fix build broken at 506df426d5d6.Tom Sepez
2015-09-16Ensure functions in FXJS_V8 are prefixed by FXJS_.Tom Sepez