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 upReplace util::geometry::rect_contains_point in favor of Rect::contains #8791
Labels
Comments
bors-servo
added a commit
that referenced
this issue
Dec 3, 2015
Replaced rect_contains_point with Rect.contains() This is a proposed in #8791 clean up. Fixes #8791. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8797) <!-- Reviewable:end -->
jrmuizel
pushed a commit
to jrmuizel/gecko-cinnabar
that referenced
this issue
Jun 12, 2017
…) (from pointlessone:rect-contains); r=Manishearth This is a proposed in servo/servo#8791 clean up. Fixes #8791. Source-Repo: https://github.com/servo/servo Source-Revision: 68922e0ac2e36d10dd5f079ecae5de7c07cd1253
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this issue
Oct 1, 2019
…) (from pointlessone:rect-contains); r=Manishearth This is a proposed in servo/servo#8791 clean up. Fixes #8791. Source-Repo: https://github.com/servo/servo Source-Revision: 68922e0ac2e36d10dd5f079ecae5de7c07cd1253 UltraBlame original commit: 4da2d30e3debd6543e8831943f5f2a0a1d471db3
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this issue
Oct 1, 2019
…) (from pointlessone:rect-contains); r=Manishearth This is a proposed in servo/servo#8791 clean up. Fixes #8791. Source-Repo: https://github.com/servo/servo Source-Revision: 68922e0ac2e36d10dd5f079ecae5de7c07cd1253 UltraBlame original commit: 4da2d30e3debd6543e8831943f5f2a0a1d471db3
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this issue
Oct 1, 2019
…) (from pointlessone:rect-contains); r=Manishearth This is a proposed in servo/servo#8791 clean up. Fixes #8791. Source-Repo: https://github.com/servo/servo Source-Revision: 68922e0ac2e36d10dd5f079ecae5de7c07cd1253 UltraBlame original commit: 4da2d30e3debd6543e8831943f5f2a0a1d471db3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remove
servo/components/util/geometry.rs
Lines 89 to 97 in 2be60be
Replace usages with http://doc.servo.org/euclid/rect/struct.Rect.html#method.contains