Bug 63923
| Summary: | WebKit::PluginView::m_pendingURLRequestsTimer should use RunLoop::current() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | jaebok.lee |
| Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
| Status: | UNCONFIRMED | ||
| Severity: | Normal | CC: | andersca, dongseong.hwang, sam |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
jaebok.lee
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Weinig
ProcessModelSharedSecondaryThread is currently not expected to work, there are numerous issues like this one lurking around.
Anders Carlsson
(In reply to comment #0)
> 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.
I think it should be I think WebProcess::shared().runLoop().
jaebok.lee
When do you expect it works?
(In reply to comment #1)
> ProcessModelSharedSecondaryThread is currently not expected to work, there are numerous issues like this one lurking around.