summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/javascript/JS_Value.cpp
AgeCommit message (Expand)Author
2016-03-14Move fpdfsdk/src up to fpdfsdk/.Dan Sinclair
2016-03-09Review and cleanup lint warnings.Dan Sinclair
2016-03-01Fix and enable lint checks.Dan Sinclair
2016-02-24Fixing whitespace lint errors.Dan Sinclair
2016-02-17Expand all paths to be based off pdfium/ directoryDan Sinclair
2016-01-29Merge to XFA: Fix behaviour of app.alert() with a single object argument.Tom Sepez
2016-01-20Merge to XFA: Bugs in CJS_PublicMethods::ParseNumber().Tom Sepez
2015-12-21Merge to XFA: Fix JS seconds since epoch to date conversions.Lei Zhang
2015-12-14Merge to XFA: Get rid of most instance of 'foo == NULL'Lei Zhang
2015-10-08Merge to XFA: Wean CJS_Value off of v8::Isolate.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 JavaScript.hTom Sepez
2015-09-21Merge to XFA:More tidy of CJS_Object, kill implicit cast operatorTom Sepez
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-08-04XFA: clang-format all pdfium code.Nico Weber
2015-06-13Remove trailing whitespaces in fpdfsdk, XFA edition.Lei Zhang
2015-06-10Merge to XFA: Remove typdefs for pointer types in fx_system.h.Tom Sepez
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: Kill overloaded cast operators in CJS_Value.Tom Sepez
2015-04-06Merge to XFA: fix missing semicolonsJUN FANG
2015-04-06Merge to XFA: Fix a fatal error due to cloning a global document objectJUN FANG
2014-12-30XFA: merge patch from CL 733693003, get rid of FX_LPCSTR castBo Xu
2014-10-30For v8 Global Object, do not copy in CJS_Value constructor.Tom Sepez
2014-07-31Fix a few more -Wreorder warnings.Nico Weber
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek