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 the unicode-bidi CSS property #6721
Conversation
hoppipolla-critic-bot
commented
Jul 24, 2015
|
Critic review: https://critic.hoppipolla.co.uk/r/5639 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
| @@ -782,17 +784,23 @@ impl<'a> Iterator for GlyphIterator<'a> { | |||
| self.next_glyph_range() | |||
This comment has been minimized.
This comment has been minimized.
pcwalton
Jul 24, 2015
Contributor
nit: While you're here, could you change this into an early return? Then you can de-indent all your code below.
| if !self.char_range.contains(i) { | ||
| return None | ||
| } | ||
| assert!(i < self.store.char_len()); |
This comment has been minimized.
This comment has been minimized.
|
Review comments addressed. r? @pcwalton |
|
pinging @pcwalton |
|
@bors-servo: r+ |
|
|
Implement the unicode-bidi CSS property r? @pcwalton <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6721) <!-- Reviewable:end -->
|
@bors-servo r- |
|
|
|
@bors-servo r=pcwalton |
|
|
Implement the unicode-bidi CSS property r? @pcwalton <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6721) <!-- Reviewable:end -->
|
|
Can you take a look and see if anything in that test should be affected by this? |
|
Also:
Both of these unexpected results are Mac-only. (The Linux builders are green.)
Looking at the reftest analyzer, even on the failing platforms, the rendering with the patch is an improvement over the rendering before. The remaining failures appear to be unrelated bugs. For example I'll retry this with adjusted text expectations. |
|
@bors-servo r=pcwalton |
|
|
Implement the unicode-bidi CSS property r? @pcwalton <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6721) <!-- Reviewable:end -->
mbrubeck commentedJul 24, 2015
r? @pcwalton