Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upChange all DOMStrings to USV strings for XHR #9294
Conversation
highfive
commented
Jan 13, 2016
|
If this doesn't fix any tests, we should write some. |
|
Only one way to know. @bors-servo try |
Change all DOMStrings to USV strings for XHR This is in compliance with the new spec [here](https://xhr.spec.whatwg.org/#xmlhttprequest). <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9294) <!-- Reviewable:end -->
|
|
|
Wow. That was quick. @bors-servo retry
|
Change all DOMStrings to USV strings for XHR This is in compliance with the new spec [here](https://xhr.spec.whatwg.org/#xmlhttprequest). <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9294) <!-- Reviewable:end -->
|
|
|
@Ms2ger I'm not sure what to test for in this case. I'm assuming |
|
For things that return |
|
Added tests, one should be enough. |
|
@bors-servo r+ |
|
|
Change all DOMStrings to USV strings for XHR This is in compliance with the new spec [here](https://xhr.spec.whatwg.org/#xmlhttprequest). <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9294) <!-- Reviewable:end -->
|
Why does your new test fail? |
|
What. I can't read. Just read the test and didn't read the expectations… :( @bors-servo r- |
|
|
|
I've updated the test to instead use \u00DF to represent the german eszett (the ß character). Somehow, the test file stores the ß character as instead of the unicode \u00DF. With that, the test should now pass. |
|
@bors-servo r+ Reviewed 4 of 4 files at r1. Comments from the review on Reviewable.io |
|
|
|
|
Change all DOMStrings to USV strings for XHR This is in compliance with the new spec [here](https://xhr.spec.whatwg.org/#xmlhttprequest). <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9294) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
Change all DOMStrings to USV strings for XHR This is in compliance with the new spec [here](https://xhr.spec.whatwg.org/#xmlhttprequest). <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9294) <!-- Reviewable:end -->
|
|
|
Weird. What failed this time? |
|
@bors-servo retry
|
|
|
Change all DOMStrings to USV strings for XHR This is in compliance with the new spec [here](https://xhr.spec.whatwg.org/#xmlhttprequest). <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9294) <!-- Reviewable:end -->
|
|
KiChjang commentedJan 13, 2016
This is in compliance with the new spec here.