summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/javascript
AgeCommit message (Expand)Author
2015-01-09Fix -Wnon-virtual-dtor compiler warnings.Tom Sepez
2015-01-05Get rid of fifteen copies of m_sTimeMap and their initializers.Bruce Dawson
2014-12-12Avoid duplicate definitions of JSCONST_n*Hash and QeTable variables.Bruce Dawson
2014-12-08Replace manual/error-prone/hard-to-verify arraysize calculations with safe FX...Bruce Dawson
2014-12-08Getting rid of more (FX_LPCWSTR) casts and fixing two bugs revealed by this.Bruce Dawson
2014-11-17Removing unnecessary casts from wchar_t* to wchar_t*, by various names.Bruce Dawson
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