[Webkit-unassigned] [Bug 11347] _commitWithData: Bug or what?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 30 15:25:33 PST 2006


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


malcom.mac at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|                            |LATER
             Status|UNCONFIRMED                 |RESOLVED




------- Comment #5 from malcom.mac at gmail.com  2006-11-30 15:25 PDT -------
I think I've solved. Probability it's a threading problem (I've read something
on apple mailing list for a similar problem:
http://lists.apple.com/archives/webkitsdk-dev/2004/Sep/msg00004.html).
Ok so the solution it call the load html method into main thread:

[myObject performSelectorOnMainThread: @selector(loadArticleWithUIDFromMap:)
                                        withObject: myObject waitUntilDone:
YES];

with my test it seems to works well. I'll post more the next days!
Really good!


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