summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript
AgeCommit message (Expand)Author
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
2016-07-20Clean up singleton implementationweili
2016-07-15Remove type info from CJS_Value, interrogate v8 insteadtsepez
2016-07-14Do not try to v8::Object::Clone() any objectstsepez
2016-07-13Remove RichText support from fpdfsdk/fxedit.dsinclair
2016-07-12Move fpdfsdk/jsapi into fxjs/dsinclair
2016-07-12Rename fxjse/ to fxjs/ update files to match class names.dsinclair
2016-06-28Implement IJS_Runtime::Destroy().thestig
2016-06-20Change func(void) to func()weili
2016-06-15Make code compile with clang_use_chrome_plugin (part IV)weili
2016-06-09Cleanup some cjs_runtime ifdefs.dsinclair
2016-06-09Move xfa/fxjse/ to fxjse/dsinclair
2016-06-08Remove redundant casts, part 4tsepez
2016-06-07Remove various FXJSE Value methods.dsinclair
2016-06-07Get rid of NULLs in fpdfsdk/thestig
2016-06-07Fix more code which has shadow variablesweili
2016-06-06Remove unused context param from execute.dsinclair
2016-06-03Fix some code which causes warnings when compiled by /analyze toolweili
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-06-01Remove use of v8:Lockerstsepez
2016-05-26Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value*dsinclair
2016-05-23Change CPDF_Boolean to use bool instead of FX_BOOL.thestig
2016-05-16Convert border style defines to an enum class.dsinclair
2016-05-12Fix use of an uninitialised CFX_Widestring in AFNumber_Keystroke.ochang
2016-05-09Remove std::string usage in PublicMethods.cpp.thestig
2016-05-02Fix lint bugs.thestig
2016-04-27Fix incorrect v8 TryCatch.etienneb