User "Brion VIBBER" posted a comment on MediaWiki.r87840.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/87840#c16773
Commit summary:

* (bug 25262) Fix for minification of hardcoded data: URIs in CSS

CSSMin::minify()'s processing of url references for path adjustment or 
embedding had excluded explicit fully-qualified http: and https: URLs, but was 
damaging others such as data: URIs that were actually hardcoded into the 
original CSS.
This was affecting styles used on no.wikipedia.org which embedded a few icons 
directly into the style sheet.
Now checking for any URL scheme rather than hardcoding a check for http & https.

Comment:

Tagging for merge to 1.17, 1.17-wmf1, 1.18 branches.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to