Closed
Bug 711226
Opened 11 years ago
Closed 11 years ago
Separate desktop and ES 2.0 symbol loading
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: drs, Assigned: drs)
References
Details
Attachments
(1 file)
5.00 KB,
patch
|
bjacob
:
review+
|
Details | Diff | Splinter Review |
Currently, we have a single symbol table for ES 2.0 and desktop symbols which doesn't work when we need to insert an ES 2 symbol in between any of the desktop symbols. On top of that, it's also less clear what's going on (especially in the situations where we only load a symbol if it's desktop), so we should shuffle this around such that there's a desktop and ES 2.0 list which we load separately.
Assignee | ||
Comment 1•11 years ago
|
||
Followup to bug 708207.
Assignee: nobody → dsherk
Attachment #582130 -
Flags: review?(bjacob)
Updated•11 years ago
|
Attachment #582130 -
Flags: review?(bjacob) → review+
Assignee | ||
Comment 2•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/b895916227b2
Comment 3•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/b895916227b2
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla11
You need to log in
before you can comment on or make changes to this bug.
Description
•