Closed
Bug 855613
Opened 12 years ago
Closed 11 years ago
Stop exposing nsIDOMMimeType objects in nsIDOMPluginTag.
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla24
People
(Reporter: jst, Assigned: jst)
References
Details
(Keywords: addon-compat)
Attachments
(1 file)
9.90 KB,
patch
|
jaas
:
review+
|
Details | Diff | Splinter Review |
The interface nsIDOMMimeType is going away as part of my work to convert navigator.plugins and navigator.mimeTypes (in bug 855611). We can instead just expose arrays of mime types, descriptions, and suffixes, which is all I believe the current consumers care about (all of 2 of them in the tree AFAICT). Cc:ing dolske and fryn who exposed this code (in bug 747300).
This is currently on try at https://tbpl.mozilla.org/?tree=Try&rev=194a84bc47b2
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #730550 -
Flags: review?(joshmoz)
Assignee | ||
Comment 2•12 years ago
|
||
Try run is all green.
Attachment #730550 -
Flags: review?(joshmoz) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
Updated•11 years ago
|
Keywords: addon-compat
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•