Skip to content
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

misc: remove residual references to legacy #15292

Merged
merged 2 commits into from
Jul 26, 2023
Merged

misc: remove residual references to legacy #15292

merged 2 commits into from
Jul 26, 2023

Conversation

adamraine
Copy link
Member

@adamraine adamraine commented Jul 20, 2023

Basically just searched for keywords like "legacy" and "FR" and "fraggle" to find all the places where we still reference legacy mode or refer to user flows with "Fraggle Rock". Most of them are in tests.

Updating docs will be done in a separate PR.

#15060

@adamraine adamraine requested a review from a team as a code owner July 20, 2023 20:58
@adamraine adamraine requested review from connorjclark and removed request for a team July 20, 2023 20:58
const params = new URLSearchParams(location.search);

if (location.search === '' || params.has('deprecations')) {
window.webkitStorageInfo.PERSISTENT; // FAIL(deprecations)
Copy link
Member Author

@adamraine adamraine Jul 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drive-by: webkitStorageInfo was removed (no longer just a deprecation) which was causing an extra error to appear in errors-in-console. We were not catching this before because we were not asserting a specific length for the number of errors before, but we are in this PR.

We had a note to remove when M110 hit stable as well.

*/
function createMockSendCommandFn(options) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

useSessionId always needs to be false now that we removed the legacy runner, so we can just get rid of the options entirely

@adamraine adamraine merged commit 7ae8bd4 into main Jul 26, 2023
24 checks passed
@adamraine adamraine deleted the rm-fr-legacy-names branch July 26, 2023 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants