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 RootedReference<T> for Option<JS<T>> #9664
Conversation
highfive
commented
Feb 16, 2016
|
r? @Ms2ger |
|
Can I get you to look for places where this might be used? A quick
|
An implementation of RootedReference for Option<JS<T>> based off of other implementations of RootedReference for Option wrapped types.
|
Review status: 0 of 3 files reviewed at latest revision, 2 unresolved discussions. components/script/dom/browsingcontext.rs, line 81 [r1] (raw file): components/script/dom/htmlinputelement.rs, line 815 [r1] (raw file): Comments from the review on Reviewable.io |
|
Thanks for the comments! |
|
Reviewed 3 of 3 files at r1. components/script/dom/htmlinputelement.rs, line 815 [r1] (raw file): Comments from the review on Reviewable.io |
|
@bors-servo r+ Thanks for your work! Review status: all files reviewed at latest revision, 2 unresolved discussions. components/script/dom/htmlinputelement.rs, line 815 [r1] (raw file): Comments from the review on Reviewable.io |
|
@bors-servo r+ |
|
@bors-servo r+ |
|
|
Implement RootedReference<T> for Option<JS<T>> A basic implementation of `RootedReference for Option<JS<T>>` based off of other implementations of `RootedReference` for `Option` wrapped types. Really I just wanted an excuse to read more in `bindings`😄 Let me know if you have any comments or critiques. Fixes #9654 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9664) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
Implement RootedReference<T> for Option<JS<T>> A basic implementation of `RootedReference for Option<JS<T>>` based off of other implementations of `RootedReference` for `Option` wrapped types. Really I just wanted an excuse to read more in `bindings`😄 Let me know if you have any comments or critiques. Fixes #9654 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9664) <!-- Reviewable:end -->
|
|
dlrobertson commentedFeb 16, 2016
A basic implementation of
RootedReference for Option<JS<T>>based off ofother implementations of
RootedReferenceforOptionwrapped types.Really I just wanted an excuse to read more in😄 Let me know
bindingsif you have any comments or critiques.
Fixes #9654