summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/javascript
AgeCommit message (Expand)Author
2015-04-30Merge to XFA: Fix V8 array buffer allocator.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-04-14Merge to XFA: Kill CFX_Object.Tom Sepez
2015-04-07Merge to XFA: Fix (nearly all) IWYU in fpdfskd/include/javascript/ headers.Tom Sepez
2015-04-06Merge to XFA: Fix a fatal error due to cloning a global document objectJUN 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-27Merge to XFA: Remove unused IDS_ constants from pdfium.Tom Sepez
2015-02-25Merge to XFA: Kill off unused IFXJS interface methods.Tom Sepez
2015-02-23Merge to XFA: Replace second set of #defines with templates in JS_Define.hTom Sepez
2015-02-19Merge to XFA: Replace ugly JS_Define macros with templates.Tom Sepez
2015-02-17Merge to XFA: Tidy up JS_Defines.hTom Sepez
2015-02-10Merge https://codereview.chromium.org/897973002/ and https://codereview.chrom...John Abd-El-Malek
2015-02-05Kill off some dodgy JS callbacksTom Sepez
2015-01-09merge to XFA: Fix -Wnon-virtual-dtor compiler warnings.Tom Sepez
2015-01-05Fix XFA specific use of m_sTimeMap. This fixes a build break.Bruce Dawson
2015-01-05XFA: merge patch from CL 831903002, m_sTimeMap fixesBruce Dawson
2015-01-05XFA: merge patch from CL 729293003, use FX_ArraySize for safetyBruce Dawson
2014-12-23XFA: merge patch from CL 733693003, getting rid of more castsBruce Dawson
2014-12-19XFA: merge patch from CL 441988Bruce Dawson
2014-11-17Merge to XFA: patch from CL 730993002Bo Xu
2014-11-03Merge XFA to PDFium master at 4dc95e7 on 10/28/2014Bo Xu
2014-10-30For v8 Global Object, do not copy in CJS_Value constructor.Tom Sepez
2014-08-13Remove try/catch blockBo Xu
2014-07-31Fix a few more -Wreorder warnings.Nico Weber
2014-07-30Remove a few unused variables, functions, and member variables.Nico Weber
2014-07-30Fix a few -Wreorder warnings.Nico Weber
2014-07-29Fix a few more warnings in chromium_code mode.Nico Weber
2014-07-17Hook up the default v8::Platform implementation to pdfiumJochen Eisinger
2014-06-19Fix JS_WIDESTRING to work with clang-clJohn Abd-El-Malek
2014-05-23Convert all line endings to LF.John Abd-El-Malek
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