Feat: Enable Parent-Child hierarchy logic and Windows-arm64 fixes#313
Merged
AnnaSasDev merged 79 commits intoMay 13, 2026
Merged
Conversation
- Implemented `SetParentWindow` in `InfiniFrameWindowBuilderExtensions` for specifying parent-child relationships. - Added `ParentWindow` property to `InfiniFrameOptionsBuilder` and `IInfiniFrameOptionsBuilder`. - Updated native parameter mapping for parent window handle. - Introduced `ParentChildWindowTests` to verify proper parent-child hierarchy behavior. - Refined XML documentation and comments for clarity.
…ions for naming consistency
…ate to `ParentWindow` in `InfiniFrameOptions`
…nstructor-based parameter injection
… `CancellationToken.None`
2 tasks
…y and readability
…vironment variables for software rendering in Linux testing
…mproved compatibility and simplify setup steps
…dependencies in `infiniframe-linux` configuration
…s for setup action
…ling in `InfiniFrameOptions` and `InfiniFrameEvents`
…ecessary processing
…to control parallel execution in tests
… directory handling in tests
…StaticWebAssetsRuntimeFileProviderTests`
…w` for conditional test skipping
…okeWaitInfo` for improved synchronization and cleanup logic
…for improved organization
…indowInstance` for thread-safe access
…avor of `GWLP_USERDATA` for window instance management
…perty and related tests
…FatalException` and remove unused method
…InfiniFrameEvents`.
…comment typo in `InfiniFrameEvents`.
…file paths per test run with `CreateUniqueTemporaryFilesPath`.
Member
Author
|
This cannot be that difficult to fix... |
…nitialization and enhance tracing for closing scenarios.
…inux BlazorWebView Docker script.
…nt cross-thread teardown races during destruction.
… across Linux Wayland Docker scripts.
…M64 to improve teardown stability during WebView/native shutdown.
…ux Wayland Docker scripts
…bounded test disposal and improve teardown reliability.
…w `docker/scripts` path configuration
… `$PROJECT_DIR$/docker/scripts`.
…l display modes in Linux Docker scripts.
… update `upload-artifact` action to v4 in Windows testing workflow.
…ck workflow in solution.
…lized' of https://github.com/InfiniLore/InfiniFrame into 300-feature-allow-parent-window-to-be-set-before-initialized
…dows testing workflow.
…n Windows testing workflow.
… retry logic to tests
…end build target conditions.
This file contains hidden or 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
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.
Closes #300