Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Throw RangeErrors in TextEncoder/TextDecoder constructors. | Aneesh Agrawal | 2015-04-14 | 1 | -5/+3 | |
| | | | | | | | | Fixes #5620. Fix the TODOs and FIXMEs to comply with the spec. Add test case for passing invalid invalid labels. Update test metadata; three test cases have been resolved upstream and will be fixed whenever the rust-encoding dependency is sufficiently upgraded. | |||||
* | Implement TextEncoder | yodalee | 2015-03-31 | 1 | -0/+94 | |
Fixes #4768. |