summaryrefslogtreecommitdiff
path: root/src/ext-proxy.c
AgeCommit message (Collapse)Author
2020-01-10Give current selection as env on :shellcmd #592.Daniel Carl
Give current selected text as environment variable $VIMB_SELECTION to scripts called by `:shellcmd`.
2018-10-15Add support for marks, based on vimb-2.12Leonardo Taccari
- Introduce a scroll_top field in State, similar to scroll_percent but in pixel - Adjust the webextension to communicate and update scroll_top - Implement normal_map(), mostly based on vimb-2.12
2018-10-10Show warning if peer dbus connection does not provide credentials #438.Daniel Carl
2018-10-08Use glib example code for dbus auth observer #438.Daniel Carl
2018-09-28Replace tabs by spaces.Daniel Carl
2018-07-31Convert focus_element_by_id.js to CVirgil Dupras
2018-03-28Update license year.Daniel Carl
2017-05-26Update license year.Daniel Carl
2017-05-13fixes :eval segfault (closes #397)Robert Timm
2017-05-12Fixed wrong client to webpage relation #349.Daniel Carl
In case a related webview is created. The relation between webextensions web page and the client in the ui process where mismatched. In fact the relation was correct, but when a dbus call was fired from ui to webextension, the webextension used the last created web page to run javascript in or to focus input fields. This patch adds the page_id of the web page to the dbus calls that target a specific web page. So that th webextension can get the right page by this id to use to answer the call. Also the communication from webextension to ui lagged this essential information. So that a click to a editable filed in a related webview all related instances into input mode switched.
2017-05-08Merge branch 'hints' into webkit2.Daniel Carl
2017-05-08Show scroll indicator in status bar #354.Daniel Carl
2017-05-07Workaround for hanging hints #349.Daniel Carl
2017-05-07Run hint script syncron #349.Daniel Carl
When we run the hinting asyn over dbus we can't use the return value of the hinting to check if the action was done or not. So it was not possible to undo last number filter on pressing backspace.
2017-04-21Run js by webextension.Daniel Carl
Make sure all the scripts we run internally are also evaluated in case js is disabled.
2017-04-21Run js for scrolling from webextension #367.Daniel Carl
2017-04-12Use script message handler to track elements focus changes.Daniel Carl
Use script message handler instead of dbus to track for focused editable elements to switch vimb into input mode or back to normal mode.
2017-03-03A little bit more silence.Daniel Carl
2017-01-28Attempt to start dbus server from ui.Daniel Carl
2016-06-01Update license year.Daniel Carl
2016-03-30Startup webkit2 branch from the scratch.Daniel Carl