[Webkit-unassigned] [Bug 25166] Add QWebFrame::requestCount() method for obtaining the number of associated resource requests.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 14 13:23:53 PDT 2009


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


hausmann at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hausmann at webkit.org




------- Comment #3 from hausmann at webkit.org  2009-04-14 13:23 PDT -------
I understand the motivation behind retrieving this information, but I think
it's not functionality frequently used enough to have a dedicated method in
QWebFrame. In theory you can determine all this already using the public API by
setting a custom network access manager on a page and keeping track of the
issued network requests and their results.

If at all I'd prefer if WebKit wouldn't keep track of those counts but instead
just emit notification signals and let the application decide how to count.

What do you think?


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



More information about the webkit-unassigned mailing list