aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/textencoder.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-7/+3
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-3/+3
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* sort all usesJohann Tuffe2015-08-201-4/+4
* Cleanup NodeIterator, Range, ServoHTMLParser, TextEncoder, URLHelper, URL, Vi...Manish Goregaokar2015-08-181-2/+2
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+2
* Add spec linksBogdan Cuza2015-07-281-1/+1
* Upgrade to SM 39Michael Wu2015-06-191-6/+6
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+1
* Auto merge of #5903 - psdh:textencoder5900, r=Ms2gerbors-servo2015-05-011-2/+1
|\
| * TextEncoder::Constructor should not trim whitespaces or lowercase labels #5900Prabhjyot Singh Sodhi2015-04-301-2/+1
* | Use a better name in TextEncoder::Encode.Ms2ger2015-05-011-3/+3
|/
* Remove as_slice() calls from script.Ms2ger2015-04-261-2/+2
* Throw RangeErrors in TextEncoder/TextDecoder constructors.Aneesh Agrawal2015-04-141-5/+3
* Implement TextEncoderyodalee2015-03-311-0/+94