-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Dev/listener multiplexer #1542
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
Merged
Merged
Dev/listener multiplexer #1542
Changes from 32 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
c1cd37d
yew: partial event listener multiplexer
bakape 71327a1
Merge remote-tracking branch 'upstream/master' into dev/listener-mult…
bakape 1de087e
yew: partial event listener multiplexer
bakape de70a8c
Merge remote-tracking branch 'upstream/master' into dev/listener-mult…
bakape 37e269d
yew/listener: fix and test synchronous listeners
bakape 48e68ac
yew/listener: add placeholder comments
bakape 7c070a6
yew/listener: passive listener test
bakape 2209c73
yew: extend and fix APIs and docs
bakape fe91f0a
Merge remote-tracking branch 'upstream/master' into dev/listener-mult…
bakape e56b508
yew/listener: event bubbling
bakape b49df05
clippy: ignore warning
bakape 1d1747f
Merge remote-tracking branch 'upstream/master' into dev/listener-mult…
bakape 51e4cc3
Update yew/src/callback.rs
bakape a5d8480
Update yew/src/html/listener/listener_stdweb.rs
bakape 1268b81
Apply suggestions from code review
bakape af3fc32
Apply suggestions from code review
bakape d065b71
yew/listner: remove redundant function
bakape 7db22d0
yew/listner: restore delibarate formatting
bakape e4cc4b7
yew/callback: make Flags a newtype
bakape 389aad2
yew/listener: use utility function
bakape 041e8e5
yew/listener: deferred listeners
bakape c29b786
yew/listner: input and change tests
bakape a948b0a
yew/listener: optimize listener registration
bakape c07dd47
Merge remote-tracking branch 'upstream/master' into dev/listener-mult…
bakape 709de51
yew/listener: remove benchmark placeholders
bakape 56255a6
Merge remote-tracking branch 'upstream/master' into dev/listener-mult…
bakape 39fdb84
yew/callback: revert CallbackOnce -> Once
bakape 47c0df9
yew: convert listener_tests to a build flag
bakape 56afcee
Apply suggestions from code review
bakape 460ef4f
yew: fix doc comments
bakape 99a5139
yew: simplify iteration
bakape eb5cff8
yew/remove unneeded default passive listeners
bakape 36d4ba5
Merge commit 'b872dabf1f9fe777e348f541de832eef38a4978c' into dev/list…
bakape b5ea356
Merge remote-tracking branch 'upstream/master' into dev/listener-mult…
bakape ef595a1
Merge remote-tracking branch 'upstream/master' into dev/listener-mult…
bakape 4aaa3ec
yew/listeners: DRY some more
bakape c2a1673
yew/listener: fix clippy warnings
bakape a4a31c2
yew/listeners: remove legacy comment
bakape 814ee94
yew/listeners: document stopping propagation
bakape 2c29b00
Merge remote-tracking branch 'upstream/master' into dev/listener-mult…
bakape f1b1720
yew/listeners: update tests
bakape 13f4f0c
ci: see how test run on stable
bakape d1ea639
ci: let's find the new MSRV
bakape 9bd2219
ci: try to run integration tests only on stable
bakape cd5a3bc
yew/test: clean up residual dirty state
bakape 26172a2
yew/listeners: minor doc string and inline fixes
bakape 939e97b
yew/listener: document reasonning for function
bakape cc0fa7f
Merge remote-tracking branch 'upstream/master' into dev/listener-mult…
bakape 58c6080
Merge remote-tracking branch 'upstream/master' into dev/listener-mult…
bakape 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 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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.