[Webkit-unassigned] [Bug 160189] New: [GTK][WK2] Feature request: would like to receive notification on document height change
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 26 02:27:03 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=160189
Bug ID: 160189
Summary: [GTK][WK2] Feature request: would like to receive
notification on document height change
Classification: Unclassified
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Gtk
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aidanholm+webkit at gmail.com
CC: bugs-noreply at webkitgtk.org
I'm currently porting Luakit to the WebKit 2 API, and one thing giving me an inordinate amount of trouble is implementing a robust port of the scroll position indicator.
Currently I'm monitoring DOMSubtreeModified events on a web extension and updating a UI-process cache of the document height over IPC, in an effort to keep the same synchronous API that Luakit provides to Lua scripts. This approach has a considerable performance cost and is also rather unreliable.
I'd like the ability to monitor changes to document height; something like a "notify::scroll-height" signal on a WebKitDOMElement, as this was what I tried first.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160726/b27d1274/attachment.html>
More information about the webkit-unassigned
mailing list