Update minimum supported browser versions#29505
Conversation
|
Note automated CI testing happens for:
Automated tests can be run locally for:
Safari tests are not automated. QA uses Safari (among other browsers) during manual testing. |
|
This change will cause users on older browsers to get a "browser is out of date" message. That could be a user experience issue on corporate computers if browser versions are old and the end-user has no control to do anything about it. So what is the "release to the wild" process for this kind of thing? |
Codecov Report
@@ Coverage Diff @@
## master #29505 +/- ##
=========================================
Coverage 60.86% 60.86%
Complexity 17240 17240
=========================================
Files 1032 1032
Lines 57388 57388
=========================================
Hits 34927 34927
Misses 22461 22461Continue to review full report at Codecov.
|
|
@phil-davis quick backport? |
|
Backport stable10 #29507 |
as per core PR owncloud/core#29505 and core issue owncloud/core#28016
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Update the minimum supported browser versions. Note that this code expects the number of the last version that is NOT supported.
Note: The JScript that uses these numbers also has code for FirefoxESR and already knows that Firefox ESR 52 is the "OK" version. So it should also pass anyone running Firefox ESR 52.
Related Issue
#28016
Motivation and Context
ownCloud is tested with currently supported browser versions, so warn users if they are using an older browser version.
How Has This Been Tested?
Types of changes
Checklist:
Doc update is required once the exact versions are agreed here.