summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/Document.cpp
AgeCommit message (Expand)Author
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
2016-11-18Make CPDF_Dictionary use unique pointers.chromium/2926tsepez
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-10-28Fix more FX_BOOL / int noise in core/fpdfsdktsepez
2016-10-19Make Document::m_IconList a vector of IconElements. (try 2)chromium/2896thestig
2016-10-18Revert of Make Document::m_IconList a vector of IconElements. (patchset #2 id...dsinclair
2016-10-18Make Document::m_IconList a vector of IconElements.thestig
2016-10-17Revert "Make CPDF_Object containers hold objects via unique pointers."tsepez
2016-10-13Make CPDF_Object containers hold objects via unique pointers.tsepez
2016-10-12Cleanup env variable namesdsinclair
2016-10-12Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironmentdsinclair
2016-10-11Remove remaining CPDFSDK_Document referencesdsinclair
2016-10-11Convert IJS_Runtime to CPDFSDK_FormFillEnvironmentdsinclair
2016-10-11Remove CPDFSDK_Document from IJS_Contextdsinclair
2016-10-11Convert Field to use CPDFSDK_FormFillEnvironmentdsinclair
2016-10-05Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironmentdsinclair
2016-10-05Cleanup some CPDFSDK_PageView annotation code.dsinclair
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