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 ZERO_RECT with Rect::zero and ZERO_POINT with Point2D::zero #8792
Labels
Comments
|
May I? |
This was referenced Dec 3, 2015
bors-servo
added a commit
that referenced
this issue
Dec 3, 2015
Replace ZERO_RECT with Rect::zero() This is a proposed in #8792 clean up. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8795) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Dec 3, 2015
Replaced ZERO_POINT with Point2D::zero() This is a proposed in #8792 clean up. Fixes #8792. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8796) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Dec 4, 2015
Replaced ZERO_POINT with Point2D::zero() This is a proposed in #8792 clean up. Fixes #8792. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8796) <!-- Reviewable:end -->
jrmuizel
pushed a commit
to jrmuizel/gecko-cinnabar
that referenced
this issue
Jun 12, 2017
…essone:zero-rect); r=SimonSapin This is a proposed in servo/servo#8792 clean up. Source-Repo: https://github.com/servo/servo Source-Revision: 3995a7672d4b4ee3f2d6f348f2fe0a88964fc9c6
jrmuizel
pushed a commit
to jrmuizel/gecko-cinnabar
that referenced
this issue
Jun 12, 2017
…ointlessone:zero-point); r=SimonSapin This is a proposed in servo/servo#8792 clean up. Fixes #8792. Source-Repo: https://github.com/servo/servo Source-Revision: 2dbc314e2dec39b8798d4e922dd5220d32083b56
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this issue
Oct 1, 2019
…essone:zero-rect); r=SimonSapin This is a proposed in servo/servo#8792 clean up. Source-Repo: https://github.com/servo/servo Source-Revision: 3995a7672d4b4ee3f2d6f348f2fe0a88964fc9c6 UltraBlame original commit: d5b3993c60e5b9e5b3fd4e7c5aad2862accfbd40
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this issue
Oct 1, 2019
…ointlessone:zero-point); r=SimonSapin This is a proposed in servo/servo#8792 clean up. Fixes #8792. Source-Repo: https://github.com/servo/servo Source-Revision: 2dbc314e2dec39b8798d4e922dd5220d32083b56 UltraBlame original commit: 245eb05fd2d3b44ccb0befcdaa4719a52f8fff5f
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this issue
Oct 1, 2019
…essone:zero-rect); r=SimonSapin This is a proposed in servo/servo#8792 clean up. Source-Repo: https://github.com/servo/servo Source-Revision: 3995a7672d4b4ee3f2d6f348f2fe0a88964fc9c6 UltraBlame original commit: d5b3993c60e5b9e5b3fd4e7c5aad2862accfbd40
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this issue
Oct 1, 2019
…ointlessone:zero-point); r=SimonSapin This is a proposed in servo/servo#8792 clean up. Fixes #8792. Source-Repo: https://github.com/servo/servo Source-Revision: 2dbc314e2dec39b8798d4e922dd5220d32083b56 UltraBlame original commit: 245eb05fd2d3b44ccb0befcdaa4719a52f8fff5f
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this issue
Oct 1, 2019
…essone:zero-rect); r=SimonSapin This is a proposed in servo/servo#8792 clean up. Source-Repo: https://github.com/servo/servo Source-Revision: 3995a7672d4b4ee3f2d6f348f2fe0a88964fc9c6 UltraBlame original commit: d5b3993c60e5b9e5b3fd4e7c5aad2862accfbd40
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this issue
Oct 1, 2019
…ointlessone:zero-point); r=SimonSapin This is a proposed in servo/servo#8792 clean up. Fixes #8792. Source-Repo: https://github.com/servo/servo Source-Revision: 2dbc314e2dec39b8798d4e922dd5220d32083b56 UltraBlame original commit: 245eb05fd2d3b44ccb0befcdaa4719a52f8fff5f
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://doc.servo.org/servo/util/geometry/static.ZERO_RECT.html
http://doc.servo.org/servo/euclid/struct.Rect.html#method.zero
http://doc.servo.org/servo/util/geometry/static.ZERO_POINT.html
http://doc.servo.org/euclid/point/struct.Point2D.html#method.zero