[Webkit-unassigned] [Bug 23196] Add scheduletimer to PluginView
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 13 11:34:24 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23196
------- Comment #5 from reed at google.com 2009-01-13 11:34 PDT -------
NPN_ScheduleTimer appears in the old mozilla docs, so I had always
treated it as part of the pseudo standard for plugins. I had not
thought they were mac-specific.
Android offers them to plugins as real timers, since our plugins have
no "windowed" mode, and thus the NPN functions are pretty much all we
give them (modulo we extend npapi for our drawing model).
As submitted (I believe), the change should not actually affect other
port, since hooking these up is left to the browserFuncs
initialization, which is platform-specific.
--
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