[Webkit-unassigned] [Bug 105348] XMLHttpRequestProgressEventThrottle::resume() always schedules timer even when unnecessary

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 19 07:26:10 PST 2012


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





--- Comment #1 from Yong Li <yoli at rim.com>  2012-12-19 07:28:25 PST ---
The patch will be as easy as

::resume()
{
 ...

+ if (no deferred event to dispatch) {
+   clear flag and return;
+ }
 ...

No time today. will post a patch later

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