-
Notifications
You must be signed in to change notification settings - Fork 130
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
Merge experimental/ozone into main #4726
Open
madhurajayaraman
wants to merge
9
commits into
main
Choose a base branch
from
experimental/ozone
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Keep Ozone up to date Tested on Cloudtop, --------- Co-authored-by: Hao <[email protected]> Co-authored-by: Andrew Savage <[email protected]> Co-authored-by: Dana Dahlstrom <[email protected]> Co-authored-by: Holden Warriner <[email protected]> Co-authored-by: xiaomings <[email protected]> Co-authored-by: Brian Ting <[email protected]> Co-authored-by: Oscar Vestlie <[email protected]> Co-authored-by: Bo-Rong Chen <[email protected]> Co-authored-by: Austin Osagie <[email protected]> Co-authored-by: Ian Mindich <[email protected]> Co-authored-by: Benoit Lize <[email protected]> Co-authored-by: johnx <[email protected]>
Move ownership of SbWindow to PlatformWindowStarboard, allowing us to get the proper initialization size and assign it as the platform window in the platform window delegate. b/388348504
Swap to using Angle instead of native GLES to avoid devel/debug builds crashing. b/390499263
Mappings from kSbKeyFoo to ui::DomCode::Bar .
Datadog ReportBranch report: ✅ 0 Failed, 11665 Passed, 13 Skipped, 2m 20.11s Total Time |
Remove starboard helper test class and instead run tests from the starboard thread itself. b/388348504
Surround remaining Cobalt hacks with the new Cobalt hack buildflag so they're easier to track and clean up later. b/391414243
Datadog ReportBranch report: ✅ 0 Failed, 11665 Passed, 13 Skipped, 2m 19.2s Total Time |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge experimental/ozone into main