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

Add multiview feature flag in compositing and constellation #30840

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

delan
Copy link
Member

@delan delan commented Dec 8, 2023

This patch adds a Cargo feature for the new multiple webviews work that is disabled by default.


  • There are tests for these changes OR
  • These changes do not require tests because there are no functional changes

@mrobinson
Copy link
Member

Is there a reason that multiview should be behind a flag? Rendering to multiple web views is a pretty basic feature of a web engine. Is the issue that this work isn't complete yet?

@delan
Copy link
Member Author

delan commented Dec 8, 2023

Yeah, in #30648 there have been some existing events with behaviour that we want to change, but we either need to change all in one go to avoid breakage, or the changes have bugs we still need to iron out.

@delan delan mentioned this pull request Dec 12, 2023
39 tasks
@delan delan added this pull request to the merge queue Dec 12, 2023
Merged via the queue into main with commit 97e6c72 Dec 12, 2023
11 of 12 checks passed
@delan delan deleted the multiview-feature-flag branch December 12, 2023 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants