[Vimprobable-users] Editor patch evolution
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
|
From: Daniel C. <dan...@gm...> - 2012-09-29 13:18:48
|
Hi Markus! This patch works fine for me too. I'm not sure about the consequences, but I think it would be a better approach to use webkit functions like webkit_dom_html_text_area_element_set_value() instead of evaluating JavaScript. I suppose that using the c functions direct could be a little faster. I attached a patch to show what I mean. This is only a sample, but it should be also possible to remove jsapi calls from _resume_from_editor() too. Daniel |