Bug 21587

Summary: NPN_PluginThreadAsyncCall does not work properly
Product: WebKit Reporter: Kenneth Russell <kenneth.russell>
Component: Plug-insAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Major CC: andersca, jripley, kenneth.russell, swingler
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Patch fixing problem sam: review+

Description Kenneth Russell 2008-10-14 01:42:53 PDT
An implementation bug causes NPN_PluginThreadAsyncCall to not call the callback in a timely fashion. Trivial patch attached which has been tested and verified.
Comment 1 Kenneth Russell 2008-10-14 01:44:15 PDT
Created attachment 24340 [details]
Patch fixing problem
Comment 2 Alexey Proskuryakov 2008-10-16 01:53:31 PDT
Comment on attachment 24340 [details]
Patch fixing problem

I assume this was meant for review, marking as such.
Comment 3 Anders Carlsson 2008-10-16 12:08:35 PDT
andersca2:WebCore andersca$ svn ci
Sending        WebCore/ChangeLog
Sending        WebCore/plugins/PluginMainThreadScheduler.cpp
Transmitting file data ..
Committed revision 37636.
Comment 4 Sam Weinig 2008-10-17 19:04:14 PDT
Comment on attachment 24340 [details]
Patch fixing problem

This was clearly reviewed by Anders.
Comment 5 John Ripley 2009-01-08 06:50:28 PST
*** Bug 21503 has been marked as a duplicate of this bug. ***