[webkit-reviews] review requested: [Bug 16815] Crash with
navigator.plugins and navigator.mimeTypes after
plugins.refresh : [Attachment 18436] new (concept) patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 14 07:11:38 PST 2008
Simon Hausmann <hausmann at kde.org> has asked for review:
Bug 16815: Crash with navigator.plugins and navigator.mimeTypes after
plugins.refresh
http://bugs.webkit.org/show_bug.cgi?id=16815
Attachment 18436: new (concept) patch
http://bugs.webkit.org/attachment.cgi?id=18436&action=edit
------- Additional Comments from Simon Hausmann <hausmann at kde.org>
This new patch includes the following changes:
1) Auto-generate bindings for window.navigator and its sub-objects
(plugins/mimeTypes)
2) Replace PlugInInfoStore with PluginData
3) Remove unused page/Plugin.h
4) Move all plugin code into WebCore/plugins
5) Move navigator object into WebCore/page
This is still just a proof of concept and requires implementation of
PluginData::platformInit() and PluginData::platformRefresh() on all platforms.
More information about the webkit-reviews
mailing list