summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/jsapi/fxjs_v8.cpp
AgeCommit message (Expand)Author
2015-07-16Make v8 embedder data slot configurablechromium/2460chromium/2459chromium/2458Jochen Eisinger
2015-06-11Remove trailing whitespaces in fpdfsdk.Lei Zhang
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-05-19Replace v8::Handle with v8::Local and v8::Persistent with v8::GlobalJochen Eisinger
2015-05-17Replace deprecated with non-deprecated V8 APIsJochen Eisinger
2015-05-14Use phantom handles instead of weak handlesJochen Eisinger
2015-05-13Set pointers in internal fields directly instead of wrapping themJochen Eisinger
2015-04-23Remove unused nParamNum values from JS method tables.Tom Sepez
2015-04-17Replace FX_NEW with new, remove tests from fpdfsdkTom Sepez
2015-04-14Kill CFX_Object.Tom Sepez
2015-04-09Fix reference to timezone variable - removed in VS 2015Bruce Dawson
2015-03-02Return error information from pdfium to JS.Tom Sepez
2015-01-02Remove g_NaN global variable and its constructor.Bruce Dawson
2014-12-30Get rid of FX_LPCSTR cast.Bo Xu
2014-12-12Simplify PDFium by removing code that's not used in the open source repo.John Abd-El-Malek
2014-11-17Removing unnecessary casts from wchar_t* to wchar_t*, by various names.Bruce Dawson
2014-07-14Fix an out-of-boundary issue for wide stringBo Xu
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