[Webkit-unassigned] [Bug 18654] New: [XHR] onProgress event needs to be dispatched according what the specification states
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 21 07:31:32 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=18654
Summary: [XHR] onProgress event needs to be dispatched according
what the specification states
Product: WebKit
Version: 526+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: XML
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: julien.chaffraix at gmail.com
We have to use the least frequent between when we receive data and every 350ms
(±200ms). The current behaviour is to dispatch the event every time we receive
the data (which induces big performance hit on big files).
--
Configure bugmail: http://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