Re: [dev] [surf] Web inspector not working

2017-04-27 Thread David Kennedy
Apparently that last message was sent as HTML even though I had plain text selected in Outlook. Going to blame Microsoft there. Anyways, I provided the use flags for webkit-gtk and midori, because I've been working on some bugs in midori recently and got confused. Can't blame anyone else for

Re: Re: [dev] [surf] Web inspector not working

2017-04-27 Thread Ivan Tham
xant...@openmailbox.org wrote: > On 27-04-2017 06:08, David Kennedy wrote: > > When I attempt to open the web inspector with Ctrl-Shift-o, nothing > > happens. > > No errors are generated in the console or anything. I've enabled the > > inspector > > feature in config.h with the following line:

Re: [dev] [surf] Web inspector not working

2017-04-27 Thread David Kennedy
On 27-04-2017 07:28, xant...@openmailbox.org wrote: > Is it built with musl ? Nope. Am I missing a use flag or something? For webkit-gtk, I've got: coverage doc +egl geolocation gles2 gnome-keyring +gstreamer introspection +jit libnotify nsplugin +opengl spell test wayland +webgl For

Re: [dev] [surf] Web inspector not working

2017-04-27 Thread xant0me
On 27-04-2017 06:08, David Kennedy wrote: When I attempt to open the web inspector with Ctrl-Shift-o, nothing happens. No errors are generated in the console or anything. I've enabled the inspector feature in config.h with the following line: SETB(Inspector, 1), I haven't