Closed
Bug 989144
Opened 9 years ago
Closed 9 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)
4.75 KB,
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•9 years ago
|
Attachment #8398218 -
Flags: review?(nical.bugzilla) → review+
Assignee | ||
Comment 1•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/046c061d91c2
Assignee: nobody → bjacob
Comment 2•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/046c061d91c2
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
Comment 3•9 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•9 years ago
|
Target Milestone: mozilla31 → ---
Assignee | ||
Comment 4•9 years ago
|
||
Relanded with the MSVC 2012 issues now fixed. http://hg.mozilla.org/integration/mozilla-inbound/rev/828654777f7f
https://hg.mozilla.org/mozilla-central/rev/828654777f7f
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
You need to log in
before you can comment on or make changes to this bug.
Description
•