Bug 52635

Summary: Plug-in hosting WebProcess instances appear in Activity Monitor as WebProcess
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

Description Anders Carlsson 2011-01-18 09:52:10 PST
Plug-in hosting WebProcess instances appear in Activity Monitor as WebProcess
Comment 1 Anders Carlsson 2011-01-18 09:55:13 PST
Created attachment 79289 [details]
Patch
Comment 2 mitz 2011-01-18 10:00:53 PST
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)?
Comment 3 Anders Carlsson 2011-01-18 10:11:21 PST
Committed r76034: <http://trac.webkit.org/changeset/76034>