summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/Document.cpp
AgeCommit message (Expand)Author
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
2016-08-18Add initial Document::getAnnot supportchromium/2833tonikitoo
2016-08-17Split fpdfsdk/fsdk_baseform.h into individual classes.jaepark
2016-08-15Push v8::Isolate into CFXJS_Engine classchromium/2831tsepez
2016-08-11Make FXJS_GetObjectElement return std::vector<CFX_WideString>.chromium/2829chromium/2828tsepez
2016-08-10Make Document's 'info' property readonlytonikitoo
2016-08-10Remove backpointer to CJS_Runtime from CJS_Valuetsepez
2016-08-08Add support to Document::gotoNamedDest method.tonikitoo
2016-08-08Add support to Document::URL property getter.tonikitoo
2016-08-08Remove backpointer to runtime from CJS_Array.tsepez
2016-08-02Introduce ::getPropertyInternal method to avoid duplicationchromium/2819chromium/2818chromium/2817tonikitoo
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-27Reland of Remove pageview from map immediatelydsinclair