[Webkit-unassigned] [Bug 131396] Remove lock around atomic string table when web thread is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 8 15:25:25 PDT 2014


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





--- Comment #6 from Benjamin Poulain <benjamin at webkit.org>  2014-04-08 15:25:45 PST ---
(In reply to comment #5)
> (From update of attachment 228895 [details])
> Seems we can't do this yet since WebKit2 UI process side uses WebCore::ResourceRequest which uses AtomicStrings. :(

The old lock does not protect that. Neither the refcount nor the flags are thread safe. The lock was a hack for a specific code path into AtomicString.

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