summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript
AgeCommit message (Expand)Author
2017-10-25Remove unused CJS_Object methodsDan Sinclair
2017-10-25Remove CJS_DateDan Sinclair
2017-10-25Remove methods from CJS_DateDan Sinclair
2017-10-25Remove CJS_ValueDan Sinclair
2017-10-25Refactor JS method parameters and return values.Dan Sinclair
2017-10-25Only set return value if one provideddan sinclair
2017-10-25Make NewNull return an actual Nulldan sinclair
2017-10-25Convert JS input params to v8::Local<v8::Value>>sdan sinclair
2017-10-24Move MaybeCoerceToNumber to CJS_RuntimeDan Sinclair
2017-10-24Remove IsArrayObject and IsDateObject methodsDan Sinclair
2017-10-24Remove GetType from CJS_ValueDan Sinclair
2017-10-24Remove the CJS_Value To* methods.Dan Sinclair
2017-10-24Remove CJS_Value constructorsDan Sinclair
2017-10-24Remove most CJS_Value Set methodsDan Sinclair
2017-10-23Cleanup some javascript color codeDan Sinclair
2017-10-23Cleaning up JS macrosDan Sinclair
2017-10-23Remove CJS_PropValueDan Sinclair
2017-10-23Cleanup CJS_Valuechromium/3248Dan Sinclair
2017-10-19Cleanup not supported Field codedan sinclair
2017-10-19Cleanup visiblity in Fielddan sinclair
2017-10-19Refactoring JS Callbacks.dan sinclair
2017-10-18Refactor HasXFAField into HasFormInfoRyan Harrison
2017-10-17Convert XFA Doc Types to be more preciseRyan Harrison
2017-10-16Convert CPVT_Color to CFX_ColorDan Sinclair
2017-10-05Add ObservedPtr to catch Widget being killed by JSRyan Harrison
2017-09-27Remove FXSYS_strlen and FXSYS_wcslenchromium/3226Ryan Harrison
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Move CFX_Observable to ObservableDan Sinclair
2017-09-21Move CFX_AutoRestorer to fxcrt::AutoRestorerDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-09-01Prepare for converting FX_STRSIZE int->size_tRyan Harrison
2017-09-01Adjust loops in preperation for FX_STRSIZE int->size_tRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-30Add truly const versions of CPDF_Document getters.Lei Zhang
2017-08-30Move CFX_BinaryBuf out of fx_basicDan Sinclair
2017-08-30Split auto restorer from fx_basicDan Sinclair
2017-08-30Convert int* references to FX_STRSIZERyan Harrison
2017-08-23Convert string Find methods to return an OptionalRyan Harrison
2017-08-16Add in missting string length checkRyan Harrison
2017-08-16Check for possible empty object returns from NewFxDynamicObj()Tom Sepez
2017-08-15Remove GetAt from string classesRyan Harrison
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-04Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others.chromium/3177Henrique Nakashima
2017-08-04Enforce recent VC++ version (2015 or later).Tom Sepez
2017-08-04Revert "Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others."Henrique Nakashima
2017-08-02Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others.Henrique Nakashima
2017-08-01Replace raw value for constant error value in string operationsRyan Harrison