Age | Commit message (Expand) | Author |
2016-08-17 | Split fpdfsdk/fsdk_baseform.h into individual classes. | jaepark |
2016-08-17 | Factor out the duplicated logic in Field::SetDisplay | tonikitoo |
2016-08-15 | Push v8::Isolate into CFXJS_Engine classchromium/2831 | tsepez |
2016-08-15 | Only create widgets if really needed. | dsinclair |
2016-08-15 | Move some v8 objects from CJS back into FXJS | tsepez |
2016-08-11 | Make FXJS_GetObjectElement return std::vector<CFX_WideString>.chromium/2829chromium/2828 | tsepez |
2016-08-10 | Make Document's 'info' property readonly | tonikitoo |
2016-08-10 | Remove backpointer to CJS_Runtime from CJS_Value | tsepez |
2016-08-09 | Remove back-pointer to CJS_Runtime from CJS_Date | tsepez |
2016-08-08 | Add support to Document::gotoNamedDest method. | tonikitoo |
2016-08-08 | Remove MsgBox()/Alert() from CJS_EmbedObj. | tsepez |
2016-08-08 | Rename CJS_Timer to GlobalTimer and make private to app.cpp | tsepez |
2016-08-08 | Add support to Document::URL property getter. | tonikitoo |
2016-08-08 | Remove backpointer to runtime from CJS_Array. | tsepez |
2016-08-05 | Remove another potential stale CJS_Timer usage | tsepez |
2016-08-05 | Return v8::Date specialization not v8::Value where possiblechromium/2824chromium/2823chromium/2822chromium/2821 | tsepez |
2016-08-04 | Fix issue when firing TimerProc() destroys timerchromium/2820 | tsepez |
2016-08-03 | Use smart pointers for class owned pointers | weili |
2016-08-02 | Introduce ::getPropertyInternal method to avoid duplicationchromium/2819chromium/2818chromium/2817 | tonikitoo |
2016-08-01 | Watch for destruction of CPDFSDK_widget during callback | tsepez |
2016-07-28 | Split fpdfdoc/include/fpdf_doc.h into individual classes. | dsinclair |
2016-07-27 | Reland of Remove pageview from map immediately | dsinclair |
2016-07-25 | Tidy up JS_Value.h | tsepez |
2016-07-25 | Remove unused CJS_Value::Attach() variant | tsepez |
2016-07-21 | Remove EnableMessageBox() / IsMessageBoxEnabled() | tsepez |
2016-07-21 | Remove unused methods from JS_Object.cpp | tsepez |
2016-07-20 | Clean up singleton implementation | weili |
2016-07-15 | Remove type info from CJS_Value, interrogate v8 instead | tsepez |
2016-07-14 | Do not try to v8::Object::Clone() any objects | tsepez |
2016-07-13 | Remove RichText support from fpdfsdk/fxedit. | dsinclair |
2016-07-12 | Move fpdfsdk/jsapi into fxjs/ | dsinclair |
2016-07-12 | Rename fxjse/ to fxjs/ update files to match class names. | dsinclair |
2016-06-28 | Implement IJS_Runtime::Destroy(). | thestig |
2016-06-20 | Change func(void) to func() | weili |
2016-06-15 | Make code compile with clang_use_chrome_plugin (part IV) | weili |
2016-06-09 | Cleanup some cjs_runtime ifdefs. | dsinclair |
2016-06-09 | Move xfa/fxjse/ to fxjse/ | dsinclair |
2016-06-08 | Remove redundant casts, part 4 | tsepez |
2016-06-07 | Remove various FXJSE Value methods. | dsinclair |
2016-06-07 | Get rid of NULLs in fpdfsdk/ | thestig |
2016-06-07 | Fix more code which has shadow variables | weili |
2016-06-06 | Remove unused context param from execute. | dsinclair |
2016-06-03 | Fix some code which causes warnings when compiled by /analyze tool | weili |
2016-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-06-01 | Remove use of v8:Lockers | tsepez |
2016-05-26 | Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value* | dsinclair |
2016-05-23 | Change CPDF_Boolean to use bool instead of FX_BOOL. | thestig |
2016-05-16 | Convert border style defines to an enum class. | dsinclair |
2016-05-12 | Fix use of an uninitialised CFX_Widestring in AFNumber_Keystroke. | ochang |
2016-05-09 | Remove std::string usage in PublicMethods.cpp. | thestig |