Closed
Bug 989144
Opened 11 years ago
Closed 11 years ago
Convert EffectChain::mSecondaryEffects to be an EnumeratedArray
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla32
People
(Reporter: bjacob, Assigned: bjacob)
References
Details
Attachments
(1 file)
(deleted),
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
Bug 989123 introduces a shiny new EnumeratedArray container to replace plain arrays when indexing by typed enums. Here is one simple use case for it.
Attachment #8398218 -
Flags: review?(nical.bugzilla)
Updated•11 years ago
|
Attachment #8398218 -
Flags: review?(nical.bugzilla) → review+
Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → bjacob
Comment 2•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
Comment 3•11 years ago
|
||
This was backed out as part of needing to backout bug 987311:
http://hg.mozilla.org/mozilla-central/rev/0ecc4193e630
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•11 years ago
|
Target Milestone: mozilla31 → ---
Assignee | ||
Comment 4•11 years ago
|
||
Relanded with the MSVC 2012 issues now fixed.
http://hg.mozilla.org/integration/mozilla-inbound/rev/828654777f7f
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
You need to log in
before you can comment on or make changes to this bug.
Description
•