Page MenuHomePhabricator

Drop the user-agent-based browser support list from VE (VisualEditorBrowserUnsupportedList)
Closed, ResolvedPublic

Description

In the early days of VE, our JS requirements were significantly higher than MediaWiki's, but these days we support almost all Grade A browsers, and it is very unlikely that we there will ever be a significant number of browsers that VE doesn't support but MW does. VE still has feature-detection compatibility code which prevents it from loading, but we don't need the complex user-agent detection logic and notification messages anymore.

Event Timeline

Change #1046639 had a related patch set uploaded (by Esanders; author: Esanders):

[mediawiki/extensions/VisualEditor@master] Remove VE user-agent based browser compatibility checks

https://gerrit.wikimedia.org/r/1046639

Actually VisualEditorSupportCheck is also obsolete and we should also remove it.

Change #1046639 merged by jenkins-bot:

[mediawiki/extensions/VisualEditor@master] Remove VE user-agent based browser compatibility checks

https://gerrit.wikimedia.org/r/1046639

matmarex assigned this task to Esanders.