[Webkit-unassigned] [Bug 23196] Add scheduletimer to PluginView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 13 10:35:49 PST 2009


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





------- Comment #4 from andersca at apple.com  2009-01-13 10:35 PDT -------
(In reply to comment #3)
> Hi Anders,
> 
> PluginTimer.[cp,h] was at one point in webcore/plugins, but then it was
> removed. This patch is basically to restore it, and to hook it up to npapi.cpp.
> 
> If you have any questions about the code, please ping me. I have one more
> android-specific change to submit for plugins, but I want to wait for this
> patch first.
> 
> thanks,
> mike
> 

Hi Mike,

so the reason I added NPN_ScheduleTimer/NPN_UnscheduleTimer was as a
replacement for null events on Mac. The idea behind these timers is that the
browser is free to pause/throttle them as necessary. (That's why they're in
WebKit - they were Mac specific)

Do you need the API on Android for the same reasons? If so, I think we should
propose on plugin-futures that they be made generic and not mac-specific at
all. 


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list