-
Notifications
You must be signed in to change notification settings - Fork 48.8k
Decouple update priority tracking from Scheduler package #19121
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
rickhanlonii
merged 36 commits into
facebook:master
from
rickhanlonii:rh-current-lane-priority
Jul 6, 2020
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
dc66f1b
Initial currentLanePriority implementation
rickhanlonii dd82bcd
Minor updates from review
rickhanlonii 4404ed2
Fix typos and enable flag
rickhanlonii a029969
Fix feature flags and lint
rickhanlonii 815c4ed
Fix simple event tests by switching to withSuspenseConfig
rickhanlonii c454bda
Don't lower the priority of setPending in startTransition below Input…
rickhanlonii 6fe9d23
Move currentUpdateLanePriority in commit root into the first effect b…
rickhanlonii 7d5c251
Refactor requestUpdateLane to log for priority mismatches
rickhanlonii 79fdca3
Fix four tests by adding ReactDOM.unstable_runWithPriority
rickhanlonii a238e2f
Fix partial hydration when using update lane priority
rickhanlonii 2dcd2aa
Fix partial hydration when using update lane priority
rickhanlonii db5f479
Rename feature flag and only log for now
rickhanlonii fbbddcf
Move unstable_runWithPriority to ReactFiberReconciler
rickhanlonii 93eca31
Add unstable_runWithPriority to ReactNoopPersistent too
rickhanlonii ce0c4a6
Bug fixes and performance improvements
rickhanlonii 6e7fbbe
Remove higherLanePriority from ReactDOMEventReplaying.js
rickhanlonii a2445c2
Change warning implementation and startTransition update lane priority
rickhanlonii f3cb0d8
Inject reconciler functions to avoid importing src/
rickhanlonii 866c5ba
Initial currentLanePriority implementation
rickhanlonii d132425
Minor updates from review
rickhanlonii 0844f04
Fix typos and enable flag
rickhanlonii e317e3a
Fix feature flags and lint
rickhanlonii 9f472fb
Fix simple event tests by switching to withSuspenseConfig
rickhanlonii 8f58f02
Don't lower the priority of setPending in startTransition below Input…
rickhanlonii 1930096
Move currentUpdateLanePriority in commit root into the first effect b…
rickhanlonii 6b500da
Refactor requestUpdateLane to log for priority mismatches
rickhanlonii 863ce17
Fix four tests by adding ReactDOM.unstable_runWithPriority
rickhanlonii 27adc13
Fix partial hydration when using update lane priority
rickhanlonii c6c760d
Fix partial hydration when using update lane priority
rickhanlonii 28a889f
Rename feature flag and only log for now
rickhanlonii 9c71654
Move unstable_runWithPriority to ReactFiberReconciler
rickhanlonii 5802d55
Bug fixes and performance improvements
rickhanlonii 0d9812c
Remove higherLanePriority from ReactDOMEventReplaying.js
rickhanlonii 383eb73
Change warning implementation and startTransition update lane priority
rickhanlonii 23eb05a
Inject reconciler functions to avoid importing src/
rickhanlonii 4294152
Fixes from bad rebase
rickhanlonii 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
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
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
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
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.