From: Quentin Rameau Date: Wed, 18 Nov 2015 14:23:42 +0000 (+0100) Subject: Scrolling is now handled through WebKit X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=42829cdad04c6191c6571d571cde051b16834e43;hp=42829cdad04c6191c6571d571cde051b16834e43;p=surf.git Scrolling is now handled through WebKit We don't have access anymore to the scrolling process and have to rely entirely on WebKit. We could be able to manage scrolling and bars directly by manipulating the DOM via a WebKitExtension. To be continued… ---