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 @@
181
181
if ( /MSIE 6/i.test( ua ) ) {
182
182
// IE6 doesn't have font fallbacks
183
183
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;
187
184
}
188
185
}
189
186
return true;
Status & tagging log
11:10, 5 March 2012
Siebrand
(
talk
|
contribs
)
changed the
status
of r113011
[
removed:
new
added:
ok]
10:14, 5 March 2012
Amire80
(
talk
|
contribs
)
changed the
tags
for r113011
[
added:
i18nreview]