[Webkit-unassigned] [Bug 24306] New: Add a way to figure-out if a ResourceRequest requires upload progress notifications

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 2 16:46:52 PST 2009


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

           Summary: Add a way to figure-out if a ResourceRequest requires
                    upload progress notifications
           Product: WebKit
           Version: 420+
          Platform: All
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jcampan at google.com


ResourceLoader::didSendData() must be called for the XMLHttpRequest update
callbacks to be invoked.
It would be good for the request to indicate whether such callbacks are
registered so the loader does not have to call didSendData if there are no
consumers.
This would be especially useful in the Chromium case to limit the number of
notifications sent as they are sent over IPC.


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