[Webkit-unassigned] [Bug 68085] [GTK] Loader client implementation for WebKit2 GTK+ API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 20 07:52:25 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=68085





--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com>  2011-09-20 07:52:25 PST ---
(In reply to comment #3)

> I don't really like the idea of the is-loading property, because the page may still be "loading" in a sense -- constructing the DOM, loading XHR, etc even after progress is 1. Progress really only tracks network traffic of the initial load. I think the API should be clear about that distinction.

is-loading property has nothing to do with the progress, it's set to TRUE when a load operation starts and to FALSe en it finishes. It's useful to to start/stop a spinner, for example. I think epiphany has this property in its EphyWebView object.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list