User scripts don't work when scripts are disabled.
authorDaniel Carl <danielcarl@gmx.de>
Tue, 11 Apr 2017 22:32:29 +0000 (00:32 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Tue, 11 Apr 2017 22:32:29 +0000 (00:32 +0200)
commitca8bb26b96a78824a241903211dd5dc3d6cdccee
tree56881628e8d560f51b53fd93b13e2b4fb2a6d55c
parent246fd134d3850610d4c6d49f02783ae82e1b63fa
User scripts don't work when scripts are disabled.

In case the scripts are injected from the ui, they are not processed in
case JavaScript is disabled in vimb. So use the previous dbus logic to
observe dom focus changes and use the script messaging system to inform
the ui process.
src/main.c
src/scripts/vimb_util.js [deleted file]
src/webextension/ext-main.c