Conversation
…have the offscreen document
|
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. |
ui/pages/home/home.component.js
Outdated
| isMv3ButOffscreenDocIsMissing ? ( | ||
| <div> | ||
| <p>{t('outdatedBrowserNotification')}</p> | ||
| <p>{t('browserDoesntSupportHWandSnaps')}</p> |
There was a problem hiding this comment.
Nit: The spacing between these doesn't seem right, maybe a <br> would look better in between?
Also the second message seems higher priority, but I can see it being easy to scan past. Maybe we could consider bolding it, or putting it first, or both
There was a problem hiding this comment.
There was a problem hiding this comment.
Nice, yeah that looks better I think
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #25142 +/- ##
========================================
Coverage 65.66% 65.66%
========================================
Files 1359 1359
Lines 54014 54020 +6
Branches 14015 14019 +4
========================================
+ Hits 35464 35469 +5
- Misses 18550 18551 +1 ☔ View full report in Codecov by Sentry. |
Builds ready [642124a]
Page Load Metrics (50 ± 2 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
|
Missing release label release-11.16.8 on PR. Adding release label release-11.16.8 on PR and removing other release labels(release-12.1.0), as PR was cherry-picked in branch 11.16.8. |


Description
With the update to manifest v3, users on versions older than chrome 109 would have errors thrown from app-init about chrome.offscreen being undefined. Snaps and hardware wallets would be broken for these users.
We need to update our minimum supported browser version to 109, but before we do that we need to warn users that there current browser version is out of date.
This PR:
OUTDATED_BROWSER_VERSIONSconst so that users on chromium versions older than 109 will see a warning about their browser versionRelated issues
Fixes: #25116
Manual testing steps
Screenshots/Recordings
After
Pre-merge author checklist
Pre-merge reviewer checklist