-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Only register top level window message listener upon registering service binding #41733
Merged
yaakovschectman
merged 22 commits into
flutter:main
from
yaakovschectman:wm_close_toplevel
May 10, 2023
Merged
Changes from 18 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
a9edfd8
Listen for binding register
yaakovschectman 248630a
Consume message on mac, linux
yaakovschectman 4f72ae4
Fix typo
yaakovschectman d27058c
Fix typo
yaakovschectman 3807362
Test service binding registration
yaakovschectman 952520b
Formatting
yaakovschectman 7dc998d
Comments
yaakovschectman 559ab7b
Gate WM_CLOSE consumption
yaakovschectman 748c3e5
Rename message
yaakovschectman 2a7e68f
Update shell/platform/windows/flutter_windows_engine_unittests.cc
yaakovschectman ecadae4
Update shell/platform/windows/flutter_windows_engine_unittests.cc
yaakovschectman 24a37cc
Feedback
yaakovschectman 01409d4
TODO comments
yaakovschectman d35bf00
VS mistake
yaakovschectman 47866e4
Tag gspencergoog in TODO for Linux
yaakovschectman a759f41
Tag chrome-bot
yaakovschectman 621bca6
Rename method
yaakovschectman ff6af43
Rename var
yaakovschectman 5368213
Cleanup null
yaakovschectman 83d9d67
Formatting
yaakovschectman 5047d74
Merge branch 'main' into wm_close_toplevel
yaakovschectman 5e13448
Update TODO
yaakovschectman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is
chrome-bot
something I don't yet know about or should this be gspencergoog?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chrome-bot
was from the patch generated by the lint failure. It looks like no one is assigned to the open linux PR, but he authored it, so probably.