[webkit-reviews] review granted: [Bug 107061] [WK2] Don't use NSApplication run loop in NetworkProcess : [Attachment 183053] proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 17 10:01:32 PST 2013


Anders Carlsson <andersca at apple.com> has granted Alexey Proskuryakov
<ap at webkit.org>'s request for review:
Bug 107061: [WK2] Don't use NSApplication run loop in NetworkProcess
https://bugs.webkit.org/show_bug.cgi?id=107061

Attachment 183053: proposed patch
https://bugs.webkit.org/attachment.cgi?id=183053&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=183053&action=review


> Source/WebCore/platform/mac/RunLoopMac.mm:36
> +void RunLoop::setUseApplicationRunLoopOnMainRunLoop()
> +{
> +    s_useApplicationRunLoopOnMainRunLoop = true;
> +}

Can we assert that the main run loop has not yet been created here?


More information about the webkit-reviews mailing list