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 upImplement setters in URLUtils #7228
Conversation
|
@dzbarsky Would you like to review this? |
|
I'm gone for the next week, but I'll do it week after next if nobody else On Sat, Aug 15, 2015, 10:29 AM Josh Matthews notifications@github.com
|
|
Cc'ing @SimonSapin. |
|
Reviewed 3 of 5 files at r1. components/script/dom/location.rs, line 88 [r1] (raw file): Comments from the review on Reviewable.io |
|
Review status: 3 of 5 files reviewed at latest revision, 1 unresolved discussion, all commit checks successful. components/script/dom/location.rs, line 88 [r1] (raw file): Setter, step 2, in the URL case it can throw. Comments from the review on Reviewable.io |
|
|
|
|
|
|
|
@bors-servo: r+ Reviewed 2 of 5 files at r1, 2 of 3 files at r2, 1 of 2 files at r3, 1 of 1 files at r4. Comments from the review on Reviewable.io |
|
|
|
Thanks for tackling this, @nox! |
Implement setters in URLUtils This fixes #6145 and takes care of most of #4250. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7228) <!-- Reviewable:end -->
|
|
nox commentedAug 15, 2015
This fixes #6145 and takes care of most of #4250.