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

Move external image handler API into webrender_api #3796

Closed
wants to merge 2 commits into from
Closed

Conversation

@jdm
Copy link
Member

jdm commented Nov 7, 2019

This reduces some unnecessary dependencies on webrender (vs webrender_api) in Servo and makes it more efficient to bisect during webrender upgrades.

@bors-servo
Copy link
Contributor

bors-servo commented Nov 8, 2019

The latest upstream changes (presumably #3794) made this pull request unmergeable. Please resolve the merge conflicts.

@jdm jdm force-pushed the external-image-api branch from 6eba6a4 to e0c987d Nov 9, 2019
@@ -21,6 +21,73 @@ use webrender::api::units::*;
#[cfg(target_os = "windows")]
use compositor_windows as compositor;

#[cfg(not(target_os = "windows"))]

This comment has been minimized.

Copy link
@kvark

kvark Nov 12, 2019

Member

this change doesn't seem relevant?

This comment has been minimized.

Copy link
@jdm

jdm Nov 12, 2019

Author Member

It was relevant in that cargo build from the root directory is broken on non-windows platforms. In any case, I have submitted https://phabricator.services.mozilla.com/D52686 which only includes 34d64d0.

@bors-servo
Copy link
Contributor

bors-servo commented Nov 15, 2019

The latest upstream changes (presumably #3797) made this pull request unmergeable. Please resolve the merge conflicts.

@atouchet
Copy link
Contributor

atouchet commented Nov 16, 2019

Was this done in #3797?

@kvark
Copy link
Member

kvark commented Nov 17, 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

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