summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/javascript/global.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-02-24Fixing whitespace lint errors.Dan Sinclair
2016-02-22Switch from _DEBUG to NDEBUG.Lei Zhang
2016-02-17Expand all paths to be based off pdfium/ directoryDan Sinclair
2015-12-14Merge to XFA: Get rid of most instance of 'foo != NULL'Lei Zhang
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-09Merge to XFA: Fix all relative includes to core.Lei Zhang
2015-11-06Merge to XFA: Remove FXJS_GetRuntimeTom Sepez
2015-10-14Next round of XFA changes to match master.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: 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-14Merge to XFA: Get CJS_RuntimeFactory out of CJS_GlobalData management.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-08-19Merge to XFA: Extern in .cpp files is a code smell, part 1.Tom Sepez
2015-08-19Merge to XFA: CFX_MapByteStringToPtr considered harmful (combo patch).Tom Sepez
2015-08-17Merge to XFA: js_global_data and global_alternate violate naming rules.Tom Sepez
2015-08-14Merge to XFA: Use override in more classes in fpdfsdk/Lei Zhang
2015-08-04XFA: clang-format all pdfium code.Nico Weber
2015-07-23Merge to XFA - else after returns.Tom Sepez
2015-07-17Merge to XFA: Tidy up CPDFDOC_Environment.Tom Sepez
2015-06-13Remove trailing whitespaces in fpdfsdk, XFA edition.Lei Zhang
2015-06-13Merge to XFA: Cleanup: Get this rid of "this->" in fpdfsdk/Lei Zhang
2015-06-10Merge to XFA: Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-05-27Make CPDFXFA_App / IXFA_AppProvider sanerTom 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: 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-03-02Merge to XFA: Return error information from pdfium to JS.Tom Sepez
2015-02-27Merge to XFA: Cleanup: Get rid of CRLF line endings.Lei Zhang
2015-02-17Merge to XFA: Tidy up JS_Defines.hTom Sepez
2015-01-05XFA: merge patch from CL 792043005, run-time hashing.Bruce 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-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek