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

Experiment with moving Servo -> Compositor communication to a channel #18259

Open
gterzian opened this issue Aug 27, 2017 · 0 comments
Open

Experiment with moving Servo -> Compositor communication to a channel #18259

gterzian opened this issue Aug 27, 2017 · 0 comments

Comments

@gterzian
Copy link
Member

@gterzian gterzian commented Aug 27, 2017

Currently compositor methods are being called directly by servo, in response to WindowEvent as in https://github.com/gterzian/servo/blob/066e71ece5df3aad0813dad413112bf1b6403ce0/components/servo/lib.rs#L256, instead a channel similar to constellation_chan could be used to communicate with the compositor.

Previous discussion found in #17269 (comment)

Should probably wait to see how Constellation should not assume there's only one compositor turns out.

@gterzian gterzian changed the title Maybe move Servo -> Compositor communication to a channel Experiment with moving Servo -> Compositor communication to a channel Aug 27, 2017
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.

None yet
1 participant
You can’t perform that action at this time.