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 upRemove Box::new_line_pos #2260
Closed
Remove Box::new_line_pos #2260
Comments
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
Apr 2, 2015
text layout, and unify the inline layout paths for pre- and normally-formatted text. This fixes a lot of "jumpiness" and removes the `new_line_pos` stuff. Closes servo#2260.
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
Apr 7, 2015
text layout, and unify the inline layout paths for pre- and normally-formatted text. This fixes a lot of "jumpiness" and removes the `new_line_pos` stuff. Closes servo#2260.
bors-servo
pushed a commit
that referenced
this issue
Apr 7, 2015
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
Apr 7, 2015
text layout, and unify the inline layout paths for pre- and normally-formatted text. This fixes a lot of "jumpiness" and removes the `new_line_pos` stuff. Closes servo#2260.
bors-servo
pushed a commit
that referenced
this issue
Apr 8, 2015
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
Apr 8, 2015
text layout, and unify the inline layout paths for pre- and normally-formatted text. This fixes a lot of "jumpiness" and removes the `new_line_pos` stuff. Closes servo#2260.
bors-servo
pushed a commit
that referenced
this issue
Apr 8, 2015
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
Apr 8, 2015
text layout, and unify the inline layout paths for pre- and normally-formatted text. This fixes a lot of "jumpiness" and removes the `new_line_pos` stuff. Closes servo#2260.
bors-servo
pushed a commit
that referenced
this issue
Apr 8, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's pretty inefficient and I don't think it's necessary.