[Webkit-unassigned] [Bug 25040] New: Make SecurityOrigin thread safe.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 3 15:32:22 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=25040
Summary: Make SecurityOrigin thread safe.
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jianli at chromium.org
CC: fishd at chromium.org, dimich at chromium.org,
levin at chromium.org
We need to make SecurityOrigin thread safe, i.e., the way to initialize static
values in SecurityOrigin and other classes it calls. Considering moving all
statics into one place and use TLS.
Currently we assume that main thread will initialize a document and thus create
a SecurityOrigin before any other thread that uses WebKit is run.
--
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