Plug-in hosting WebProcess instances appear in Activity Monitor as WebProcess
Created attachment 79289 [details] Patch
Comment on attachment 79289 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=79289&action=review > Source/WebKit2/PluginProcess/mac/PluginProcessMac.mm:87 > + }; > + No need for these spaces. > Source/WebKit2/PluginProcess/mac/PluginProcessMac.mm:99 > + [[(NSString*)parameters.pluginPath lastPathComponent] stringByDeletingPathExtension], Need space before the asterisk. Is this what the WebKit1 plug-in host does (use the path, not the display name from the bundle)?
Committed r76034: <http://trac.webkit.org/changeset/76034>