[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 14:21:55 PDT 2009


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





------- Comment #4 from faw217 at gmail.com  2009-04-14 14:21 PDT -------
Keeping track of requests and their results in a custom QNetworkAccessManager
wouldn't be a solution if one wanted to know which particular frame they had
come from and while it seems to be the most probable use case it's also the
main point here.

But yes, I like the idea about signals.

void requestCreated(const QUrl &);
void requestFinished(const QUrl &);
void requestFailed(const QUrl &);

or even rather QNetworkRequest instead of QUrl.

What do you say?


-- 
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