summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/Field.cpp
AgeCommit message (Expand)Author
2017-10-26Remove unneeded DefineJSObject paramDan Sinclair
2017-10-26Make spec arrays constDan Sinclair
2017-10-26Cleanup statics in JS classesDan Sinclair
2017-10-26Remove g_pClassNameDan Sinclair
2017-10-26Cleanup JS define methodsDan Sinclair
2017-10-26Remove methods for empty const/method/property arraysDan Sinclair
2017-10-26Remove JS macrosDan 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-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-19Refactoring JS Callbacks.dan sinclair
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-18Convert string class namesRyan Harrison
2017-07-13Rename CPWL_Color to CFX_ColorDan Sinclair
2017-04-20Let {Argb,Cmyk}Decode return tuplesNicolas Pena
2017-04-07Cleanup string passing in core/fpdf*Tom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-13Make most PDFium code pass Clang plugin's auto raw check.Lei Zhang
2017-02-27Fix uninitialized memory read in CJS_Object::GetEmbedObject()Tom Sepez
2017-02-23Remove unused Icon::m_pIconStreamchromium/3022Tom Sepez
2017-02-22Convert JS property tables to single-byte.Tom Sepez
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
2017-01-11Annotation deleted while retrieving it in JStsepez
2016-11-04Revert: Only create widgets if really neededdsinclair
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-10-12Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironmentdsinclair
2016-10-11Convert IJS_Runtime to CPDFSDK_FormFillEnvironmentdsinclair
2016-10-11Convert Field to use CPDFSDK_FormFillEnvironmentdsinclair
2016-10-11Convert CPDFSDK_InterForm to take a CPDFSDK_FormFillEnvironmentdsinclair
2016-10-05Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironmentdsinclair
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-04Move core/fpdfapi/fpdf_page to core/fpdfapi/pagedsinclair
2016-10-04Move core/fpdfapi/fpdf_font to core/fpdfapi/fontdsinclair