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

Remove Josefin Sans font #406

Closed
brson opened this issue May 2, 2013 · 0 comments
Closed

Remove Josefin Sans font #406

brson opened this issue May 2, 2013 · 0 comments

Comments

@brson
Copy link
Contributor

@brson brson commented May 2, 2013

We used this font before we had system font support. It's no longer needed anywhere. Also remove OFL.txt

@yichoi yichoi closed this May 2, 2013
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
…anvas-drawCustomFocusRing

Test for drawCustomFocusRing
glennw pushed a commit to glennw/servo that referenced this issue Jan 16, 2017
…2ger

Show the name of the failing file on shader compile error

If compiling of a shader fails for some reason in a release build, there is no information about which file caused the error (only in debug build). Consider printing the filename on errors:

Before:
```
Failed to compile shader: 0:25(2): error: initializer of type int cannot be assigned to variable of type float
0:29(2): error: value of type float cannot be assigned to variable of type int
```

After:
```
Failed to compile shader: "/home/odroid/servo/resources/shaders/ps_rectangle_clip.fs.glsl"
0:25(2): error: initializer of type int cannot be assigned to variable of type float
0:29(2): error: value of type float cannot be assigned to variable of type int
```

<!-- 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/406)
<!-- Reviewable:end -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

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