| Commit message (Expand) | Author | Age | Files | Lines |
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -2/+1 |
* | Removed unused imports | Per Lundberg | 2016-05-15 | 1 | -1/+1 |
* | Update SpiderMonkey | Anthony Ramine | 2016-05-03 | 1 | -2/+3 |
* | Replaced DOMString constructor by conversion functions. | Alan Jeffrey | 2015-11-12 | 1 | -1/+1 |
* | Make DOMString a newtype around String, rather than a typedef. | Ms2ger | 2015-11-04 | 1 | -1/+1 |
* | merge from master | rohan.prinja | 2015-11-03 | 1 | -7/+5 |
|\ |
|
| * | Remove the pointless TextEncoder::encoding field. | Ms2ger | 2015-10-30 | 1 | -7/+5 |
* | | rearrange imports to be in alphabetical order | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
* | | more refactoring | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
|/ |
|
* | Refactor Error enum usage to consistently be qualified | Anthony Urena | 2015-10-06 | 1 | -4/+3 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -2/+2 |
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -7/+3 |
* | Make the traits for the IDL interfaces take &self | Anthony Ramine | 2015-08-27 | 1 | -3/+3 |
* | make dom_struct derive HeapSizeOf, | João Oliveira | 2015-08-27 | 1 | -1/+0 |
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -4/+4 |
* | Cleanup NodeIterator, Range, ServoHTMLParser, TextEncoder, URLHelper, URL, Vi... | Manish Goregaokar | 2015-08-18 | 1 | -2/+2 |
* | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -0/+2 |
* | Add spec links | Bogdan Cuza | 2015-07-28 | 1 | -1/+1 |
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -6/+6 |
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. | Simon Sapin | 2015-05-05 | 1 | -1/+1 |
* | Auto merge of #5903 - psdh:textencoder5900, r=Ms2ger | bors-servo | 2015-05-01 | 1 | -2/+1 |
|\ |
|
| * | TextEncoder::Constructor should not trim whitespaces or lowercase labels #5900 | Prabhjyot Singh Sodhi | 2015-04-30 | 1 | -2/+1 |
* | | Use a better name in TextEncoder::Encode. | Ms2ger | 2015-05-01 | 1 | -3/+3 |
|/ |
|
* | Remove as_slice() calls from script. | Ms2ger | 2015-04-26 | 1 | -2/+2 |
* | Throw RangeErrors in TextEncoder/TextDecoder constructors. | Aneesh Agrawal | 2015-04-14 | 1 | -5/+3 |
* | Implement TextEncoder | yodalee | 2015-03-31 | 1 | -0/+94 |