summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript
AgeCommit message (Expand)Author
2016-09-15Replace FX_UINT with unsigned intdsinclair
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 javascript field observe sdk documenttsepez
2016-09-12Make wrapped JS Document observe C++-side object.tsepez
2016-09-12Make CFX_Obeservable::Observer into a pointer-ish type;tsepez
2016-09-08Pass CFX_WideString further down widget callerstsepez
2016-09-08Remove unused context parameter from JSGetStringFromIDtsepez
2016-09-08Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observertsepez
2016-09-07Fix spelling of "Formated" in several variableschromium/2854tsepez
2016-09-07Make Observers into a templated classtsepez
2016-09-07Fixup CPDFSDK_PageView and CPDF_Page interactions.dsinclair
2016-09-07Add observer for BAAnnots from Javascriptdsinclair
2016-09-06Do not re-create the page view when accessing from Document::removeField.dsinclair
2016-08-31Use enum class for subtypes of CPDF_Annot.jaepark
2016-08-26Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype.jaepark
2016-08-26Add support to Document::getAnnots methodtonikitoo
2016-08-22Implement Field::SetHidden using Field::SetDisplay.chromium/2837tonikitoo
2016-08-19Introduce pdfium::FakeUniquePtr for keys to sets of unique ptrs.tsepez
2016-08-19Stub out Document::syncAnnotScan method.chromium/2834tonikitoo
2016-08-18Add initial Document::getAnnot supportchromium/2833tonikitoo
2016-08-18Use a map for app::m_Timersdsinclair
2016-08-17Split fpdfsdk/fsdk_baseform.h into individual classes.jaepark
2016-08-17Factor out the duplicated logic in Field::SetDisplaytonikitoo
2016-08-15Push v8::Isolate into CFXJS_Engine classchromium/2831tsepez
2016-08-15Only create widgets if really needed.dsinclair
2016-08-15Move some v8 objects from CJS back into FXJStsepez
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-09Remove back-pointer to CJS_Runtime from CJS_Datetsepez
2016-08-08Add support to Document::gotoNamedDest method.tonikitoo
2016-08-08Remove MsgBox()/Alert() from CJS_EmbedObj.tsepez
2016-08-08Rename CJS_Timer to GlobalTimer and make private to app.cpptsepez
2016-08-08Add support to Document::URL property getter.tonikitoo
2016-08-08Remove backpointer to runtime from CJS_Array.tsepez
2016-08-05Remove another potential stale CJS_Timer usagetsepez
2016-08-05Return v8::Date specialization not v8::Value where possiblechromium/2824chromium/2823chromium/2822chromium/2821tsepez
2016-08-04Fix issue when firing TimerProc() destroys timerchromium/2820tsepez
2016-08-03Use smart pointers for class owned pointersweili
2016-08-02Introduce ::getPropertyInternal method to avoid duplicationchromium/2819chromium/2818chromium/2817tonikitoo
2016-08-01Watch for destruction of CPDFSDK_widget during callbacktsepez
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-27Reland of Remove pageview from map immediatelydsinclair
2016-07-25Tidy up JS_Value.htsepez
2016-07-25Remove unused CJS_Value::Attach() varianttsepez
2016-07-21Remove EnableMessageBox() / IsMessageBoxEnabled()tsepez
2016-07-21Remove unused methods from JS_Object.cpptsepez