summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/Document.cpp
AgeCommit message (Expand)Author
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
2016-09-29Move fpdfsdk/include to fpdfsdkdsinclair
2016-09-29Move core/fpdfdoc/include to core/fpdfdocdsinclair
2016-09-29Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parserdsinclair
2016-09-29Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_pagedsinclair
2016-09-29Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_fontdsinclair
2016-09-28Remove dead code from CPDF_InterForm.thestig
2016-09-22Rename App to Env where needed.dsinclair
2016-09-15Rename dictionary set and get methodsdsinclair
2016-09-14Remove FFI_ from CPDFSDK_Environment method namesdsinclair
2016-09-14Rename CPDFDoc_Environment to CPDFSDK_Environmentdsinclair
2016-09-13Split fsdk_mgr files apart.dsinclair
2016-09-12Make wrapped JS Document observe C++-side object.tsepez
2016-09-08Remove unused context parameter from JSGetStringFromIDtsepez
2016-09-06Do not re-create the page view when accessing from Document::removeField.dsinclair
2016-08-26Add support to Document::getAnnots methodtonikitoo
2016-08-19Stub out Document::syncAnnotScan method.chromium/2834tonikitoo