Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Underline layout and rendering #480

Closed
wants to merge 4 commits into from
Closed

Underline layout and rendering #480

wants to merge 4 commits into from

Conversation

@eric93
Copy link

eric93 commented May 24, 2013

Add support for underlines to layout and servo-gfx.

@metajack

This comment has been minimized.

copy is being removed from the language. This should be self.underline.clone() in general. But in this case, I think you don't need either since it's just a bool.

@metajack

This comment has been minimized.

Same here.

@metajack

This comment has been minimized.

Copy link

metajack commented on src/components/servo/layout/inline.rs in 1016e27 May 24, 2013

The style is words separated by underscores. So this should be has_underline.

@eric93 eric93 closed this May 24, 2013
ChrisParis pushed a commit to ChrisParis/servo that referenced this pull request Sep 7, 2014
glennw pushed a commit to glennw/servo that referenced this pull request Jan 16, 2017
Isolate GL calls to the device only

Also used by the WebGL module, but cutting that tie off would be a much bigger task.
This PR makes the code a bit cleaner, also paves the way to servo#407.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/480)
<!-- Reviewable:end -->
glennw pushed a commit to glennw/servo that referenced this pull request Jan 16, 2017
Fix GL stencil state

This was a typo from servo#480
Found out by qApitrace log:
> major api error 14: GL_INVALID_ENUM in glDisable(GL_STENCIL)

Perhaps, we should check for gl errors in the code too. We seem to only do that for WebGL commands at this point.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/500)
<!-- Reviewable:end -->
@jdm jdm mentioned this pull request Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.