WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
42296
Add NetscapePluginStream class
https://bugs.webkit.org/show_bug.cgi?id=42296
Summary
Add NetscapePluginStream class
Anders Carlsson
Reported
2010-07-14 15:33:40 PDT
Add NetscapePluginStream class
Attachments
Patch
(9.93 KB, patch)
2010-07-14 15:34 PDT
,
Anders Carlsson
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2010-07-14 15:34:34 PDT
Created
attachment 61575
[details]
Patch
Darin Adler
Comment 2
2010-07-14 15:36:02 PDT
Comment on
attachment 61575
[details]
Patch
> +NetscapePluginStream::NetscapePluginStream(NetscapePlugin* plugin, uint64_t streamID, bool sendNotification, void* notificationData)
bool is no fun
> + NetscapePluginStream(NetscapePlugin* plugin, uint64_t streamID, bool sendNotification, void* notificationData);
No need for the argument name "plugin".
> + RefPtr<NetscapePlugin> m_plugin;
If this class holds a ref to the plugin then the argument should be PassRefPtr<NetscapePlugin>, not NetscapePlugin*.
Anders Carlsson
Comment 3
2010-07-14 15:53:46 PDT
Committed
r63364
: <
http://trac.webkit.org/changeset/63364
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug