summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/JS_Value.cpp
AgeCommit message (Expand)Author
2017-08-04Remove _MSC_VER from JS_Value.cppchromium/3179chromium/3178Tom Sepez
2017-08-04Remove platform-specific IsFinite, JS_PortIsNan, and GetNan.Tom Sepez
2017-08-04Enforce recent VC++ version (2015 or later).Tom Sepez
2017-06-19Move JS time conversion code into an anonymous namespace.Lei Zhang
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-02-23Store JS string constants as single-byte strings.Tom Sepez
2017-01-18Tidy FXJS_V8, backfill tests.chromium/2986tsepez
2016-08-15Push v8::Isolate into CFXJS_Engine classchromium/2831tsepez
2016-08-11Make FXJS_GetObjectElement return std::vector<CFX_WideString>.chromium/2829chromium/2828tsepez
2016-08-10Remove backpointer to CJS_Runtime from CJS_Valuetsepez
2016-08-09Remove back-pointer to CJS_Runtime from CJS_Datetsepez
2016-08-08Remove backpointer to runtime from CJS_Array.tsepez
2016-08-05Return v8::Date specialization not v8::Value where possiblechromium/2824chromium/2823chromium/2822chromium/2821tsepez
2016-07-25Tidy up JS_Value.htsepez
2016-07-25Remove unused CJS_Value::Attach() varianttsepez
2016-07-15Remove type info from CJS_Value, interrogate v8 insteadtsepez
2016-07-14Do not try to v8::Object::Clone() any objectstsepez
2016-06-15Make code compile with clang_use_chrome_plugin (part IV)weili
2016-06-07Get rid of NULLs in fpdfsdk/thestig
2016-06-03Fix some code which causes warnings when compiled by /analyze toolweili
2016-04-27Fix incorrect v8 TryCatch.etienneb
2016-04-15Pass WideStrings without narrowing to c_str in javascript/tsepez
2016-03-31Move the fpdfsdk/include/javascript folderdsinclair
2016-03-28Reduce signed/unsigned comparison warningsWei Li
2016-03-25Remove FX_DWORD from fpdfsdk/ and testingtsepez
2016-03-25util.printd() replaces specified date with current date.tsepez
2016-03-21Make a few more const tables smaller.chromium/2689chromium/2688Tom Sepez
2016-03-14Move fpdfsdk/src up to fpdfsdk/.Dan Sinclair