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

Application data refactor #699

Merged

Conversation

toasted-nutbread
Copy link

This change removes a lot of the redundancy involving tabId/frameId on non-background scripts. Application already computes this during initialization, so there is no reason to recompute it. The only tricky bit here is primarily that there are bunch of places that null needs to be checked, and the undefined value was changed to null on the ContentOrigin type.

@toasted-nutbread toasted-nutbread requested a review from a team as a code owner February 17, 2024 18:52
Copy link

github-actions bot commented Feb 17, 2024

✔️ No visual differences introduced by this PR.

View Playwright Report (note: open the "playwright-report" artifact)

@djahandarie djahandarie added this pull request to the merge queue Feb 18, 2024
Merged via the queue into yomidevs:master with commit 7e9f7e2 Feb 18, 2024
7 checks passed
@djahandarie djahandarie added the kind/meta The issue or PR is meta label Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/meta The issue or PR is meta
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants