RESOLVED FIXED Bug 44271
WebKit2 should load plugins specified in the MozillaPlugins registry key (like old WebKit does)
https://bugs.webkit.org/show_bug.cgi?id=44271
Summary WebKit2 should load plugins specified in the MozillaPlugins registry key (lik...
Adam Roben (:aroben)
Reported 2010-08-19 09:24:36 PDT
Old WebKit (WebCore, really) knows how to load plugins specified in the MozillaPlugins registry key. WebKit2 should do that, too!
Attachments
Load plugins that are specified in the MozillaPlugins registry key (7.18 KB, patch)
2010-10-14 11:16 PDT, Adam Roben (:aroben)
sfalken: review+
Adam Roben (:aroben)
Comment 1 2010-08-19 09:25:56 PDT
Adam Roben (:aroben)
Comment 3 2010-10-14 11:16:55 PDT
Created attachment 70754 [details] Load plugins that are specified in the MozillaPlugins registry key
Steve Falkenburg
Comment 4 2010-10-14 11:35:40 PDT
Comment on attachment 70754 [details] Load plugins that are specified in the MozillaPlugins registry key We should confirm that REG_EXPAND_SZ types either don't need to be handled, or are handled properly by this.
Adam Roben (:aroben)
Comment 5 2010-10-14 12:10:56 PDT
(In reply to comment #4) > (From update of attachment 70754 [details]) > We should confirm that REG_EXPAND_SZ types either don't need to be handled, or are handled properly by this. Firefox doesn't expand the strings, so presumably we don't need to, either. It probably wouldn't be harmful to do so, however.
Adam Roben (:aroben)
Comment 6 2010-10-14 12:31:28 PDT
Note You need to log in before you can comment on or make changes to this bug.