summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/javascript
AgeCommit message (Expand)Author
2014-09-22Invoke V8::Initialize() explicitly during V8 setupchromium/2168chromium/2167Jochen Eisinger
2014-08-22Fix confusion between length in bytes and length in characters in app::respon...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-30Add missing braces for aggregate initializers.Nico Weber
2014-07-29Tidy up app::response().Tom Sepez
2014-07-29Fix a few more warnings in chromium_code mode.Nico Weber
2014-07-23Fix potential memory violation in CJS_PublicMethods::StrRTrim()Tom Sepez
2014-07-23Fix lookahead beyond bounds in CJS_PublicMethods::MakeFormatDate().Tom Sepez
2014-07-18Fix bounds checking in CJS_PublicMethods::MakeRegularDate().Tom Sepez
2014-07-17Hook up the default v8::Platform implementation to pdfiumJochen Eisinger
2014-07-14Fix an out-of-boundary issue for wide stringBo Xu
2014-06-26Import Chromium base/numerics to resolve integer overflow.Chris Palmer
2014-06-23Revert "Import Chromium base/numerics to resolve integer overflow."John Abd-El-Malek
2014-06-20Import Chromium base/numerics to resolve integer overflow.Chris Palmer
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-20Add some blank lines at the end of 3 files to remove the "no newlines at end ...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