summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/javascript/Consts.cpp
AgeCommit message (Expand)Author
2015-10-08Wean CJS_Value off of v8::Isolate.Tom Sepez
2015-10-06Make the vast majority of JS headers private to src/javascript.Tom Sepez
2015-10-05Remove JavaScript.hTom Sepez
2015-09-16Ensure functions in FXJS_V8 are prefixed by FXJS_.Tom Sepez
2015-09-11Fix strings, remove stringify macros, void return types for Consts.h.Tom Sepez
2015-09-11Rename Init methods to more accurately describe purposeTom Sepez
2015-09-10Remove some abstractions in fxjs_v8.h.Tom Sepez
2015-08-04Remove stringify macro (#) from JS_STATIC_CONST_ENTRY_*.Tom Sepez
2015-08-04Quick fix in Consts.cpp to make tests pass after the clang-format CL.Lei Zhang
2015-08-04clang-format all pdfium code.Nico Weber
2015-06-11Remove trailing whitespaces in fpdfsdk.Lei Zhang
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2014-11-14Remove FX_LPCWSTR cast to wchar_t* literalsBo Xu
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek