RESOLVED FIXED62647
Add PluginModuleInfo header and prepare for renaming of PluginInfoStore::Plugin to PluginModuleInfo
https://bugs.webkit.org/show_bug.cgi?id=62647
Summary Add PluginModuleInfo header and prepare for renaming of PluginInfoStore::Plug...
Anders Carlsson
Reported 2011-06-14 10:16:54 PDT
Add PluginModuleInfo header and prepare for renaming of PluginInfoStore::Plugin to PluginModuleInfo
Attachments
Patch (15.22 KB, patch)
2011-06-14 10:18 PDT, Anders Carlsson
darin: review+
Anders Carlsson
Comment 1 2011-06-14 10:18:08 PDT
Darin Adler
Comment 2 2011-06-14 10:20:52 PDT
Comment on attachment 97134 [details] Patch Given that almost all objects contain data or “info” I am not a big fan of “info” in class and function names.
Anders Carlsson
Comment 3 2011-06-14 10:25:04 PDT
(In reply to comment #2) > (From update of attachment 97134 [details]) > Given that almost all objects contain data or “info” I am not a big fan of “info” in class and function names. Right. I couldn't think of a better name, and since this class represents info about a plug-in module (as opposed to the plug-in module itself), I went with info.
Anders Carlsson
Comment 4 2011-06-14 10:37:30 PDT
Note You need to log in before you can comment on or make changes to this bug.