summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/javascript/app.cpp
AgeCommit message (Expand)Author
2016-02-01Merge to XFA: Use JS_ExpandKeywordParams() in app.response()Tom Sepez
2016-01-29Merge to XFA: Fix botched "CC:" parameter passing in JS_DocmailForm().Tom Sepez
2016-01-29Merge to XFA: Fix behaviour of app.alert() with a single object argument.Tom Sepez
2015-12-24Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr.Lei Zhang
2015-12-14Merge to XFA: Get rid of most instance of 'foo != NULL'Lei Zhang
2015-12-08Fix non-xfa build on xfa branch.Tom Sepez
2015-12-02Fix the issue that no response from the call back function of FFI_GetPlatform()Jun Fang
2015-12-02Fix an issue that no response from the call back function of FFI_GetLanguage()Jun Fang
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-24Introduce "underlying types" to abstract XFA differences.Tom Sepez
2015-11-12Merge to XFA: Remove relative includes.Lei Zhang
2015-11-11Merge to XFA: Replace CJS_Parameters with std::vector<CJS_Value>.Lei Zhang
2015-11-06Merge to XFA: Fix all relative includes to third_party.Lei Zhang
2015-10-21XFA: add CPDFDocumentToFPDFDocument()Tom Sepez
2015-10-13Merge to XFA: Pass IJS_Runtime, not IJS_Context, to native object constructors.Tom Sepez
2015-10-08Merge to XFA: Wean CJS_Value off of v8::Isolate.Tom Sepez
2015-10-08Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_.Tom Sepez
2015-10-06Merge to XFA: Store object definition ID in each js_class.Tom Sepez
2015-10-06Merge to XFA: Make the vast majority of JS headers private to src/javascript.Tom Sepez
2015-10-05Merge to XFA: Remove pointless CPDFSDK_PageView usage in CJS_Object / CJS_Emb...Lei Zhang
2015-10-05Merge to XFA: CJS_Timer should observe CJS_Runtime destruction.Lei Zhang
2015-10-05Merge to XFA: Remove JavaScript.hTom Sepez
2015-10-02XFA: Remove more checks for new returning NULL.Lei Zhang
2015-09-17Merge to XFA: Ensure functions in FXJS_V8 are prefixed by FXJS_.Tom Sepez
2015-09-10Merge to XFA: Remove some abstractions in fxjs_v8.h.Tom Sepez
2015-09-08Merge to XFA: Beef up app_props.in and tidy app.cpp.Tom Sepez
2015-09-08Merge to XFA: Change the JS app.viewerType() return value to "pdfium"Lei Zhang
2015-08-14Merge to XFA: Use override in more classes in fpdfsdk/Lei Zhang
2015-08-13Merge to XFA: Remove if checks after new.Lei Zhang
2015-08-06XFA: clang-format all pdfium code, again.Nico Weber
2015-08-04XFA: clang-format all pdfium code.Nico Weber
2015-07-17Merge to XFA: Tidy up CPDFDOC_Environment.Tom Sepez
2015-06-19Merge to XFA: Cleanup: Do not check pointers before deleting them.Lei Zhang
2015-05-19Merge V8 API updates to xfa branchJochen Eisinger
2015-04-27Merge to XFA: Reduce usage of operator LPCWSTR from CFX_WideString().Tom Sepez
2015-04-23Merge to XFA: Remove unused nParamNum values from JS method tables.Tom Sepez
2015-04-23Merge to XFA: Kill overloaded cast operators in CJS_Value.Tom Sepez
2015-03-02Merge to XFA: Kill off JS_ErrorString type.Tom Sepez
2015-02-17Merge to XFA: Tidy up JS_Defines.hTom Sepez
2015-02-05Kill off some dodgy JS callbacksTom Sepez
2014-12-23XFA: merge patch from CL 733693003, getting rid of more castsBruce Dawson
2014-12-15XFA: merge patch from issue 801913002 and 804463003John Abd-El-Malek
2014-11-14Merge to XFA: Patch from CL 726143002Bo Xu
2014-11-03Merge XFA to PDFium master at 4dc95e7 on 10/28/2014Bo Xu
2014-08-22Fix confusion between length in bytes and length in characters in app::respon...Tom Sepez
2014-07-30Remove a few unused variables, functions, and member variables.Nico Weber
2014-07-29Tidy up app::response().Tom Sepez
2014-07-14Fix an out-of-boundary issue for wide stringBo Xu
2014-05-23Convert all line endings to LF.John Abd-El-Malek