Bug 18214 - WebKit will sometimes load duplicate plugins
Summary: WebKit will sometimes load duplicate plugins
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Adam Roben (:aroben)
URL:
Keywords: PlatformOnly
Depends on:
Blocks: 18208
  Show dependency treegraph
 
Reported: 2008-03-29 19:50 PDT by Adam Roben (:aroben)
Modified: 2008-03-31 09:53 PDT (History)
2 users (show)

See Also:


Attachments
Patch v1 + ChangeLog (3.51 KB, patch)
2008-03-29 20:13 PDT, Adam Roben (:aroben)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.