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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 23 02:36:29 PDT 2009


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


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrowe at apple.com




------- Comment #13 from mrowe at apple.com  2009-05-23 02:36 PDT -------
(In reply to comment #9)
> The only WebNetscapePluginView I see is WebNetscapePluginView.mm, which is in
> objective-c. My patch is your old C++ code. What are you proposing?

WebNetscapePluginView is Objective-C++, and the portions related to
ScheduleTimer are primarily in C++.  See the PluginTimer class at
<http://trac.webkit.org/browser/trunk/WebKit/mac/Plugins/WebNetscapePluginView.mm?rev=44048#L113>
and the other references to PluginTimer within that file.  I think Anders may
have been suggesting that the WebCore implementation be based on this existing
version.  It may even be possible to move the PluginTimer class from WebKit/mac
in to WebCore and have WebNetscapePluginView use the WebCore implementation.


-- 
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