<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>63923</bug_id>
          
          <creation_ts>2011-07-05 01:07:18 -0700</creation_ts>
          <short_desc>WebKit::PluginView::m_pendingURLRequestsTimer should use RunLoop::current()</short_desc>
          <delta_ts>2012-07-31 21:49:50 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit2</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows 7</op_sys>
          <bug_status>UNCONFIRMED</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter>jaebok.lee</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>andersca</cc>
    
    <cc>dongseong.hwang</cc>
    
    <cc>sam</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>432139</commentid>
    <comment_count>0</comment_count>
    <who name="">jaebok.lee</who>
    <bug_when>2011-07-05 01:07:18 -0700</bug_when>
    <thetext>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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>432341</commentid>
    <comment_count>1</comment_count>
    <who name="Sam Weinig">sam</who>
    <bug_when>2011-07-05 11:09:51 -0700</bug_when>
    <thetext>ProcessModelSharedSecondaryThread is currently not expected to work, there are numerous issues like this one lurking around.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>432343</commentid>
    <comment_count>2</comment_count>
    <who name="Anders Carlsson">andersca</who>
    <bug_when>2011-07-05 11:11:42 -0700</bug_when>
    <thetext>(In reply to comment #0)
&gt; I am using WebKit2 with ProcessModel::ProcessModelSharedSecondaryThread.
&gt; 
&gt; When I use Plugin, a crash was invoked.
&gt; 
&gt; I found that WebKit::PluginView::m_pendingURLRequestsTimer use RunLoop::main().
&gt; 
&gt; I think RunLoop::current() is right because WebKit::PluginView should work in WebProcess context.
&gt; 
&gt; 
&gt; Please check this point.

I think it should be I think WebProcess::shared().runLoop().</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>433947</commentid>
    <comment_count>3</comment_count>
    <who name="">jaebok.lee</who>
    <bug_when>2011-07-08 01:18:01 -0700</bug_when>
    <thetext>When do you expect it works?


(In reply to comment #1)
&gt; ProcessModelSharedSecondaryThread is currently not expected to work, there are numerous issues like this one lurking around.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>