Closed
Bug 978005
Opened 11 years ago
Closed 11 years ago
[email] Fix usage of Bareword DOM constructors TextDecoder and TextEncoder
Categories
(Firefox OS Graveyard :: Gaia::E-Mail, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.4 S2 (28feb)
People
(Reporter: asuth, Assigned: asuth)
References
Details
(Whiteboard: [p=0.5])
Attachments
(1 file)
In bug 976937 bholley provided a patch for email to avoid us exploding when "TextDecoder()" and "TextEncoder()" start exploding because we aren't new'ing them because of bug 916644. Unfortunately, it was against GELAM stuff that's autogenerated. Because we've gotten burnt by hygiene failures before in 1:1 commits between GELAM and gaia, I'm filing this separate bug so we can do things most safely in our own commit separate from the other non-email changes.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → bugmail
Attachment #8383553 -
Flags: review+
Assignee | ||
Comment 2•11 years ago
|
||
landed on jswbxml/master:
https://github.com/mozilla-b2g/jswbxml/pull/9
https://github.com/mozilla-b2g/jswbxml/commit/e6f8766fdec5f6346ae8d564cd92747afe5db3e1
landed on jsas/worker-thread:
https://github.com/mozilla-b2g/jsas/pull/16
https://github.com/mozilla-b2g/jsas/commit/04756d034da22fb8ba494f2577361e6963773f85
landed on gaia-email-libs-and-more/master:
https://github.com/mozilla-b2g/gaia-email-libs-and-more/pull/288
https://github.com/mozilla-b2g/gaia-email-libs-and-more/commit/5fa37363f043c348c65b3437f2f3cb041a12aab1
landed on gaia/master:
https://github.com/mozilla-b2g/gaia/pull/16731
https://github.com/mozilla-b2g/gaia/commit/a9a429061feef43433285e0ec919494b7502ab4f
Bug 978012 was spun off during the process when it turned out the fix for bug 976937 revealed dead GELAM byproducts.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.4 S2 (28feb)
Comment 3•11 years ago
|
||
Awesome, thanks for doing that Andrew!
Assignee | ||
Updated•11 years ago
|
Whiteboard: [p=0.5]
You need to log in
before you can comment on or make changes to this bug.
Description
•