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

Update for language changes #546

Merged
merged 1 commit into from Jun 26, 2013
Merged

Update for language changes #546

merged 1 commit into from Jun 26, 2013

Conversation

@brson
Copy link
Contributor

brson commented Jun 26, 2013

No description provided.

let buf = str::raw::from_buf(strbuf as *u8);
JS_free(cx, strbuf as *libc::c_void);
Ok(buf)
unsafe {

This comment has been minimized.

@metajack

metajack Jun 26, 2013

Contributor

This unsafe is nested.

bors-servo pushed a commit that referenced this pull request Jun 26, 2013
bors-servo pushed a commit that referenced this pull request Jun 26, 2013
bors-servo pushed a commit that referenced this pull request Jun 26, 2013
@brson
Copy link
Contributor Author

brson commented Jun 26, 2013

Removed the extra unsafe block.

@metajack

This comment has been minimized.

Copy link

metajack commented on 56e5ba1 Jun 26, 2013

r+

@bors-servo

This comment has been minimized.

Copy link
Contributor

bors-servo commented on 56e5ba1 Jun 26, 2013

saw approval from metajack
at brson@56e5ba1

This comment has been minimized.

Copy link
Contributor

bors-servo replied Jun 26, 2013

merging brson/servo/master = 56e5ba1 into auto

This comment has been minimized.

Copy link
Contributor

bors-servo replied Jun 26, 2013

brson/servo/master = 56e5ba1 merged ok, testing candidate = bc520e0

This comment has been minimized.

Copy link
Contributor

bors-servo replied Jun 26, 2013

fast-forwarding master to auto = bc520e0

bors-servo pushed a commit that referenced this pull request Jun 26, 2013
@bors-servo bors-servo merged commit 56e5ba1 into servo:master Jun 26, 2013
1 check passed
1 check passed
default all tests passed
ChrisParis pushed a commit to ChrisParis/servo that referenced this pull request Sep 7, 2014
Removed deprecated tests drawSystemFocusRing*
glennw pushed a commit to glennw/servo that referenced this pull request Jan 16, 2017
Change text-shadow to blur entire text run, and clean up texture cache.

* Add support for text-shadow to be drawn via render tasks on text runs.
* Add support for blur render tasks. Uses standard 2 pass separable technique.
* Remove a large amount of code that was used only for old glyph blur support.
* Remove blur_radius from GlyphKey, resource cache, texture cache etc.
* Add gaussian blur shader (cs_blur).
* Add text run cache shader (cs_text_run).
* Add generic primitive shader for drawing cache items (ps_cache_image).

<!-- 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/546)
<!-- 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

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