Cache the mimeTypes and plugins DOM objects.
At the moment the mimeTypes and plugins objects on navigator return new objects
when indexed by the same ordinal.
This patch adds caching of the mimeTypes and plugins script wrappable DOM objects
DOMPlugin/DOMMimeType in DOMPluginArray/DOMMimeTypeArray.
BUG=
616662