-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Remove "Window Persistence" feature flag #12499
Conversation
(if we want to keep the feature flag still, I can just revert that last commit. But I don't really understand a reason to do that, so figured I'd just remove it haha) |
I closed and reopened it to trigger the CLA bot, but it did not work... |
does CLA bot know something we don't 😅 |
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.
IMO alwaysEnabled==="we can just delete this now"
@zadjii-msft, did we agree that 1.13 or 1.14 would be the first public version with session save/restore? I forget. |
AKA: do i backport this |
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.
OOSP I APPROVE
@DHowett IIRC you mentioned enabling this for 1.14 Stable (i.e. no backport). I didn't argue, but if it were up to me I'd turn it on in 1.13 Stable (backport). There's not really any bugfixes for this feature going in to 1.14, so keeping it in 1.14+ seems arbitrary. That's my 2c. |
Removes the
Feature_PersistedWindowLayout
feature flag so that it's always enabled.Closes #12422