[Webkit-unassigned] [Bug 119644] New: [iOS] isMainThread implementation with USE(WEB_THREAD)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 9 17:03:09 PDT 2013


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

           Summary: [iOS] isMainThread implementation with USE(WEB_THREAD)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: ddkilzer at webkit.org, dbates at webkit.org,
                    benjamin at webkit.org


At the 2013 WebKit Contributors Meeting this year one of the discussions was upstreaming iOS WebKit:
<https://docs.google.com/document/d/1jsqXPcwOkBo4L8taB_rmSY8oAZFCaGJ1CU20PI6p0kQ/edit?pli=1>

Discussion: What do we do about ASSERT(isMainThread())?
DECISION: Leave it named isMainThread()…

On iOS isMainThread() means that the current thread is either the MainThread or WebThread and the current thread has the WebThreadLock.

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