r113011 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113010‎ | r113011 | r113012 >
Date:10:12, 5 March 2012
Author:amire80
Status:ok
Tags:i18nreview 
Comment:
Removed blacklisting of IE8 on Windows XP. Nobody can reproduce bug 32775 any more.
Modified paths:
  • /trunk/extensions/WebFonts/resources/ext.webfonts.js (modified) (history)

Diff [purge]

Index: trunk/extensions/WebFonts/resources/ext.webfonts.js
@@ -180,9 +180,6 @@
181181 if ( /MSIE 6/i.test( ua ) ) {
182182 // IE6 doesn't have font fallbacks
183183 return false;
184 - } else if ( /MSIE 8/i.test( ua ) && /Windows NT 5.1/i.test( ua ) ) {
185 - // IE8 on XP has occasional gibberish bug
186 - return false;
187184 }
188185 }
189186 return true;

Status & tagging log