Closed
Bug 1351486
Opened 8 years ago
Closed 8 years ago
Remove unused nsPluginHost::e_SpecialTypeUnity
Categories
(Core Graveyard :: Plug-ins, enhancement)
Core Graveyard
Plug-ins
Tracking
(firefox55 fixed)
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: qdot, Assigned: qdot)
References
Details
Attachments
(1 file)
Unused enum field
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8852237 [details]
Bug 1351486 - Remove unused nsPluginHost::eSpecialType_Unity;
https://reviewboard.mozilla.org/r/124466/#review127262
::: dom/plugins/base/nsPluginHost.h:202
(Diff revision 1)
> - eSpecialType_Test,
> + eSpecialType_Test,
> - // Informs some decisions about OOP and quirks
> + // Informs some decisions about OOP and quirks
> - eSpecialType_Flash,
> + eSpecialType_Flash,
> - // Binds to the <applet> tag, has various special
> + // Binds to the <applet> tag, has various special
> - // rules around opening channels, codebase, ...
> + // rules around opening channels, codebase, ...
> - eSpecialType_Java,
> + eSpecialType_Java
File a followup to remove all this special-casing also? Maybe we can completely neuter <applet> ?
Attachment #8852237 -
Flags: review?(benjamin) → review+
Pushed by kmachulis@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/64ec8261b704
Remove unused nsPluginHost::eSpecialType_Unity; r=bsmedberg
Comment 4•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•