Scrolling is now handled through WebKit
authorQuentin Rameau <quinq@fifth.space>
Wed, 18 Nov 2015 14:23:42 +0000 (15:23 +0100)
committerQuentin Rameau <quinq@fifth.space>
Thu, 19 Nov 2015 23:23:59 +0000 (00:23 +0100)
commit42829cdad04c6191c6571d571cde051b16834e43
tree3b99e9f46a65762b52cd4667ac4705c5ce26b172
parent94f2f2eacef96aa3f34124352232aac3a17c995f
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…
surf.c