CSSMin: Correctly format 'url()' values with parentheses etc.
authorBartosz Dziewoński <matma.rex@gmail.com>
Wed, 11 Dec 2013 21:00:29 +0000 (22:00 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Wed, 11 Dec 2013 21:22:59 +0000 (22:22 +0100)
commit2c866d8e731f8def157658ebc79dc3bbd7955f1d
tree49917efde4d47cfcd29f99d678800c9f1363293c
parente36dcfa4c6e821bce7ecdcec3000ebf308e587f3
CSSMin: Correctly format 'url()' values with parentheses etc.

Introduce new static function, CSSMin::buildUrlValue.

Actually using such values in CSS does not work well because the
URL_REGEX is nowhere near good enough. :(

Change-Id: I04a7078dd0087bcb461fa5e5168c870d37c255f4
includes/libs/CSSMin.php
tests/phpunit/includes/libs/CSSMinTest.php