summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/Annot.cpp
AgeCommit message (Expand)Author
2017-10-26Rename Annot to cjs_annotdan 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-24Remove the CJS_Value To* methods.Dan Sinclair
2017-10-24Remove most CJS_Value Set methodsDan Sinclair
2017-10-23Cleaning up JS macrosDan Sinclair
2017-10-23Remove CJS_PropValueDan Sinclair
2017-10-19Refactoring JS Callbacks.dan sinclair
2017-09-18Convert string class namesRyan Harrison
2017-02-22Convert JS property tables 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-12Custom toString() methods may delete annots.tsepez
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-09-12Make CFX_Obeservable::Observer into a pointer-ish type;tsepez
2016-09-08Remove unused context parameter from JSGetStringFromIDtsepez
2016-09-07Make Observers into a templated classtsepez
2016-09-07Add observer for BAAnnots from Javascriptdsinclair
2016-08-31Use enum class for subtypes of CPDF_Annot.jaepark
2016-08-26Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype.jaepark
2016-08-18Add initial Document::getAnnot supportchromium/2833tonikitoo