[Webkit-unassigned] [Bug 13039] WebKit doesn't load page resources during event tracking (NSEventTrackingRunLoopMode)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 10 09:03:46 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13039





------- Comment #1 from misc at macrabbit.com  2007-08-10 09:03 PDT -------
I have tracked the problem down to NSURLConnection. WebKit uses NSURLConnection
in ResourceHandleMac.mm: start(Frame* frame). Since NSURLConnection refuses to
send delegate methods during event tracking, all of WebKit inherits this
behavior.

Possible solutions: threading the resource load or fixing this bug in
Foundation. The latter is probably more preferable.


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