summaryrefslogtreecommitdiff
path: root/fxjs/cjs_util.cpp
AgeCommit message (Expand)Author
2018-10-29Rename CJS_PublicMethods::MakeFormatDate() and MakeRegularDate()Tom Sepez
2018-08-17Rename CJS_Return to CJS_Result.Tom Sepez
2018-08-17Introduce safer CJS_Return::Success() and Failure().Tom Sepez
2018-07-11Check GetObjDefnID() in various JS functions.Lei Zhang
2018-06-20Avoid more .c_str() usage, part 3Tom Sepez
2018-06-20Re-work some more c_str() usage.Tom Sepez
2018-06-11Use spans in CJS_Object.Tom Sepez
2018-06-08Ensure CJS_Return() with error always includes a message.Tom Sepez
2018-06-04Lowercase JS_Define.{h,cpp} and CJS_Define.hTom Sepez
2018-06-04Make CJS_Objects track CJS_Runtime (and hence the document itself)Tom Sepez
2018-03-13Remove usage of FXSYS_*ASCIIlower/upper methodschromium/3370Ryan Harrison
2018-03-12Remove all usages of FXSYS_iswASCIIalphaRyan Harrison
2018-03-12Remove all usages of FXSYS_iswASCIIalnumRyan Harrison
2018-03-09Explicitly mark helper methods that only operate on ASCII rangesRyan Harrison
2018-02-26Get rid of some static variables.Tom Sepez
2018-02-05Fold CJS_EmbedObj classes into CJS_Object classesDan Sinclair
2018-02-05Remove the CJS_EmbedObj template param from JSConstructor.Dan Sinclair
2018-02-05Use unique pointer in CFXJS_PerObjectData.Tom Sepez
2017-12-12[js] Convert to using size instead of sentinelsDan Sinclair
2017-11-16Make WideString::{Format|FormatV} staticDan Sinclair
2017-10-30Convert JS resource into enum classchromium/3254Dan Sinclair
2017-10-30Move fpdfsdk/javascript to fxjs/Dan Sinclair