summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/Document.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-26Rename Annot to cjs_annotdan 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-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-23Cleaning up JS macrosDan Sinclair
2017-10-23Remove CJS_PropValueDan Sinclair
2017-10-23Cleanup CJS_Valuechromium/3248Dan Sinclair
2017-10-19Cleanup visiblity in Fielddan sinclair
2017-10-19Refactoring JS Callbacks.dan sinclair
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-18Convert string class namesRyan Harrison
2017-09-01Adjust loops in preperation for FX_STRSIZE int->size_tRyan Harrison
2017-08-30Add truly const versions of CPDF_Document getters.Lei Zhang
2017-08-30Convert int* references to FX_STRSIZERyan Harrison
2017-08-15Remove GetAt from string classesRyan Harrison
2017-08-04Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others.chromium/3177Henrique Nakashima
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-07-19Use CFX_WideString in CPDF_NameTree functions to strip BOMchromium/3162Jane Liu
2017-06-19Fix code in fpdf_flatten.cpp that does no make sense.Lei Zhang
2017-05-31CFXJS_Engine::GetObjDefnID is a static methodTom Sepez
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-02Remove some more |new|s, part 11chromium/3088Tom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-02-28Remove unused IconElement::IconStream.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-23Store JS string constants as single-byte strings.Tom 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-02-13Clean up CPDF_TextObject a bitNicolas Pena
2017-01-18Tidy FXJS_V8, backfill tests.chromium/2986tsepez
2017-01-11Use observed pointers in CPDFSDK_AnnotIterator.chromium/2979tsepez
2017-01-11Annotation deleted while retrieving it in JStsepez