[Webkit-unassigned] [Bug 63923] New: WebKit::PluginView::m_pendingURLRequestsTimer should use RunLoop::current()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 5 01:07:18 PDT 2011


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

           Summary: WebKit::PluginView::m_pendingURLRequestsTimer should
                    use RunLoop::current()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jaebok.lee at gmail.com


I am using WebKit2 with ProcessModel::ProcessModelSharedSecondaryThread.

When I use Plugin, a crash was invoked.

I found that WebKit::PluginView::m_pendingURLRequestsTimer use RunLoop::main().

I think RunLoop::current() is right because WebKit::PluginView should work in WebProcess context.


Please check this point.

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