Bug 18214

Summary: WebKit will sometimes load duplicate plugins
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Plug-insAssignee: Adam Roben (:aroben) <aroben>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, jhoneycutt
Priority: P2 Keywords: PlatformOnly
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Bug Depends on:    
Bug Blocks: 18208    
Attachments:
Description Flags
Patch v1 + ChangeLog darin: review+

Description Adam Roben (:aroben) 2008-03-29 19:50:39 PDT
I've noticed that if I look at Safari's "Installed Plugins" page I see two copies of "RealPlayer(tm) G2 LiveConnect-Enabled Plug-In (32-bit)" and "RealJukebox NS Plugin", but in Firefox's about:plugins I only see one of each. I believe that PluginPackage::equal is not being strict enough.
Comment 1 Adam Roben (:aroben) 2008-03-29 20:03:02 PDT
(In reply to comment #0)
> I believe that PluginPackage::equal is not being strict enough.

By which I mean: I believe that PluginPackage::equal is being too strict.
Comment 2 Adam Roben (:aroben) 2008-03-29 20:13:33 PDT
Created attachment 20206 [details]
Patch v1 + ChangeLog
Comment 3 Darin Adler 2008-03-30 16:37:41 PDT
Comment on attachment 20206 [details]
Patch v1 + ChangeLog

r=me
Comment 4 Adam Roben (:aroben) 2008-03-31 09:53:28 PDT
Committed in r31458.