Remove unused notifications, their messages, and images#22678
Merged
HowardBraham merged 3 commits intodevelopfrom Feb 13, 2024
Merged
Remove unused notifications, their messages, and images#22678HowardBraham merged 3 commits intodevelopfrom
HowardBraham merged 3 commits intodevelopfrom
Conversation
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Collaborator
Builds ready [321dc85]
Page Load Metrics (780 ± 21 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
321dc85 to
65b7d0b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #22678 +/- ##
===========================================
+ Coverage 68.47% 68.54% +0.07%
===========================================
Files 1088 1088
Lines 42956 42900 -56
Branches 11436 11417 -19
===========================================
- Hits 29410 29403 -7
+ Misses 13546 13497 -49 ☔ View full report in Codecov by Sentry. |
Collaborator
Builds ready [65b7d0b]
Page Load Metrics (823 ± 48 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
65b7d0b to
6ef3df8
Compare
Collaborator
Builds ready [6ef3df8]
Page Load Metrics (811 ± 24 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Contributor
|
Manual test cases passed on Chrome 121.0.6167.139 and Firefox 122.0:
|
Contributor
1296466 to
32113b5
Compare
Collaborator
Builds ready [32113b5]
Page Load Metrics (755 ± 15 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
davidmurdoch
previously approved these changes
Feb 6, 2024
9319de5 to
d2954e9
Compare
Collaborator
Builds ready [d2954e9]
Page Load Metrics (791 ± 26 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
d2954e9 to
c62f986
Compare
Collaborator
Builds ready [c62f986]
Page Load Metrics (707 ± 12 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
legobeat
reviewed
Feb 8, 2024
c62f986 to
b02ec91
Compare
legobeat
approved these changes
Feb 9, 2024
Collaborator
Builds ready [b02ec91]
Page Load Metrics (763 ± 17 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
b02ec91 to
b1d94c3
Compare
Collaborator
Builds ready [b1d94c3]
Page Load Metrics (810 ± 32 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
b1d94c3 to
e6f0390
Compare
Collaborator
Builds ready [e6f0390]
Page Load Metrics (1105 ± 85 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Contributor
|
I did some exploratory testing for notifications and compared the notifications between the PR branch and the develop branch. QA passed. ✔️ @HowardBraham |
e6f0390 to
17137c7
Compare
Collaborator
Builds ready [17137c7]
Page Load Metrics (1030 ± 109 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
chloeYue
approved these changes
Feb 13, 2024
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.



Description
Continues the work that @legobeat was doing in #20703 and #21533
All old numbered notifications except 8, 20, and 24 were permanently turned off, but their code, their
messages.json, and most importantly their images were still present in the Extension.By removing all this, we reduce the size of the zipped Extension by 949kB, and the unzipped Extension by 1,852kB.
IMPORTANT: This is NOT well-tested from a QA perspective, and QA should do some good testing on it before we merge.
Related issues
Followup to: #20703
Followup to: #21533
Manual testing steps
Screenshots/Recordings
Pre-merge author checklist
Pre-merge reviewer checklist