[Webkit-unassigned] [Bug 77003] New: Make publicURLManagerMap thread safe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 25 03:41:28 PST 2012


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

           Summary: Make publicURLManagerMap thread safe
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kaustubh at motorola.com
                CC: abarth at webkit.org, levin at chromium.org,
                    arv at chromium.org


With reference to bug - https://bugs.webkit.org/show_bug.cgi?id=74386 there are few missing fixes needed to be done. They are as follows -

1. Replace back removed "NoStaticTables" from DOMURL.idl. needed to allow this to be used with workers.
2. The methods publicURLManagerMap and publicURLManager aren't threadsafe so they has potential race conditions since it can be called on Web Worker threads as well as the main thread. Make them thread-safe.

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