Results 115 comments of David Keijser

@vchimishuk Checking the next label on issues here on github should give a rough idea but is probably the best option around. Specifically getting cookie/session sharing working again would be...

Oh, that explains it event got a special treatment in #334 to avoid an extra round trip core - event-manager, but now any other consumer of those are cut-out. Not...

I'm afraid I'm not going to be of much help debugging this deep in the draw stack, I can't imagine this being uzbl specific though. I would suggest trying to...

Nope. I can set it to 1.3 just fine. But maybe my magic number is something else

@bugaevc cool stuff, is this using some official wayland clipboard protocol or is it more a gtk tool which IIRC was the line pursued by the gnome folks before?

The best place to implement this would be inside tabbed. `UzblTabbed.tab_closed` has some very simple logic that calls `quit()` when there is no more open pages. Configurable by some setting...

Just to clear a few things up. uzbl-core also implements xembed and should in theory work with suckless tabbed or some similiar tool. In fact uzbl-tabbed works exactly the same...

it was added it 2.10 so it shouldn't be added for 2.9 see https://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebsiteDataManager.html#WebKitWebsiteDataManager--disk-cache-directory we need to do another #if check before adding it to the variables table

If you want something usable today look at the master branch or the 0.9.0 release

Talked a bit to the #webkitgtk+ people a while back and it was pointed out that in the modern web cookies is the least of our problems between local storage,...