[Webkit-unassigned] [Bug 20508] Memory corruption while performing page transition

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 25 07:58:25 PDT 2008


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





------- Comment #5 from ap at webkit.org  2008-08-25 07:58 PDT -------
WebCore page loading is single-threaded (concurrency is abstracted out in a
separate library which dispatches WebCore callbacks on the main thread), so it
does not need locking. Having to deal with callbacks that can be dispatched in
different order causes some similar effects though.


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