[Webkit-unassigned] [Bug 16815] Crash with navigator.plugins and navigator.mimeTypes after plugins.refresh

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 18 05:51:09 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16815





------- Comment #12 from hausmann at kde.org  2008-01-18 05:51 PDT -------
We have continued to work on the patch, including code style fixes and an
implementation for the Mac port that also removes some now unused code.

We decided to stick to PluginData for now as we think that in the future we
should simply merge this with PluginDataBase, which appears to be the correct
name and place. But that of course requires bigger changes outside the scope of
this bug report / crash.

We thought about the use of a hash for the plugins and the mime type, but given
the linear nature of the JavaScript API here it appears safer to stay with the
plain lists to preserve order and behaviour.

The data itself is now shared across Page instances, which simplified the
sharing itself and also implements the reloading of frames that contain plugins
in a platform independent way.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list