summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/PublicMethods.cpp
AgeCommit message (Expand)Author
2017-10-30Rename PublicMethods to cjs_publicmethodsDan Sinclair
2017-10-30Move JS_Value into JS_DefineDan Sinclair
2017-10-30Move JS_Object to cjs_objectDan Sinclair
2017-10-30Rename Field to cjs_fieldDan Sinclair
2017-10-26Make spec arrays constDan Sinclair
2017-10-26Remove CJS_ArrayDan Sinclair
2017-10-26Rename JS_EventHandlerdan sinclair
2017-10-25Refactor JS method parameters and return values.Dan 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-19Refactoring JS Callbacks.dan sinclair
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-09-01Prepare for converting FX_STRSIZE int->size_tRyan Harrison
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-15Remove GetAt from string classesRyan Harrison
2017-08-04Remove platform-specific IsFinite, JS_PortIsNan, and GetNan.Tom Sepez
2017-08-01Replace raw value for constant error value in string operationsRyan Harrison
2017-07-28Convert calls to Mid() to Left() or Right() if possibleRyan Harrison
2017-07-27Remove single param Mid() method from string classesRyan Harrison
2017-07-13Rename CPWL_Color to CFX_ColorDan Sinclair
2017-05-04Give a couple of char to int functions better names.chromium/3090Lei Zhang
2017-04-21Replace FXSYS_iswdigit with std::iswdigit.Lei Zhang
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-18Use Byte/WideString iteratorsTom Sepez
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-02-22Convert native method names to single-byte.Tom Sepez
2017-02-21Remove some JS_Define macroschromium/3020Tom Sepez
2017-02-21Pass CJS_Runtime to JS callbacks.Tom Sepez
2017-02-16Rename IJS_Context to IJS_EventContext.Tom Sepez
2016-12-14Verify precision length before converting to string.dsinclair
2016-11-15Replace fcvt with std::stringstream in AFNumber_Formatnpm
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-10-12Cleanup env variable namesdsinclair
2016-10-12Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironmentdsinclair
2016-10-11Remove CPDFSDK_Document from IJS_Contextdsinclair
2016-10-05Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironmentdsinclair