aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/CSSMin.php
Commit message (Expand)AuthorAgeFilesLines
* Revert "CSSMin: Improve encoding of quotes in embedded SVGs"VolkerE2017-09-291-2/+1
* Revert "CSSMin: Mangle whitespace in embedded SVGs"Esanders2017-09-291-7/+0
* CSSMin: Mangle whitespace in embedded SVGsRoan Kattouw2017-09-191-0/+7
* CSSMin: Improve encoding of quotes in embedded SVGsRoan Kattouw2017-09-191-1/+2
* Improve encoding of embedded SVGsRoan Kattouw2017-09-141-1/+9
* resourceloader: Fix @covers for CSSMin testsTimo Tijhof2017-07-271-0/+3
* Re-introduce use of mime_content_type()Timo Tijhof2017-07-271-11/+1
* Merge "CSSMin: Skip #default#behaviorName when detecting local files"jenkins-bot2017-07-241-2/+12
|\
| * CSSMin: Skip #default#behaviorName when detecting local filesJulien Girault2017-07-231-2/+12
* | build: Update mediawiki/mediawiki-codesniffer to 0.10.1Kunal Mehta2017-07-221-2/+2
* | build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0Umherirrender2017-06-261-1/+1
* | CSSMin: Support parenthesis and quotes in url referencesTimo Tijhof2017-05-051-5/+72
|/
* resourceloader: Optimise getMimeType() for common caseTimo Tijhof2017-03-241-6/+6
* Merge "Miscellaneous indentation tweaks"jenkins-bot2017-02-281-1/+1
|\
| * Miscellaneous indentation tweaksBartosz Dziewoński2017-02-271-1/+1
* | includes/libs: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
|/
* Remove empty lines at end of functionsumherirrender2016-11-051-1/+0
* CSSMin: Correctly avoid fallbacks when embedding SVG filesBartosz Dziewoński2016-11-021-1/+1
* Fix and standardize Doxygen tagsRicordisamoa2016-04-301-1/+1
* CSSMin: Remove file-existance filter in getLocalFileReferences()Timo Tijhof2016-03-031-30/+2
* CSSMin: Make isRemoteUrl and isLocalUrl really private, now that we can in PH...Bartosz Dziewoński2016-02-171-5/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-12/+12
* Centralise url handling for urls to static resourcesTimo Tijhof2016-02-021-3/+7
* Make lines shorter to pass phpcs under includes/libsAmir E. Aharoni2015-09-261-1/+11
* ResourceLoaderEditToolbarModule::cssSerializeString() → CSSMin::serializeSt...Ori Livneh2015-09-251-0/+19
* Strip comments before gathering url(...) refs in CSSElliott Eggleston2015-09-191-2/+3
* ResourcesTest: Detect missing files in url(...) expressionsBartosz Dziewoński2015-09-161-12/+27
* Merge "CSSMin: remove dot segments in relative local URLs"jenkins-bot2015-08-201-2/+5
|\
| * CSSMin: remove dot segments in relative local URLsOri Livneh2015-08-161-2/+5
* | CSSMin: version URLs based on content, not mtimeOri Livneh2015-08-171-3/+3
|/
* Use a fixed comment placeholder string in CSSMinOri Livneh2015-06-021-6/+12
* CSSMin: Optimise isLocalUrl by moving fast comparison forwardTimo Tijhof2015-01-291-1/+1
* CSSMin: Rewrite encodeImageAsDataURI()Bartosz Dziewoński2014-11-161-22/+37
* CSSMin: Don't generate double rules for IE < 8 when embedding SVG filesBartosz Dziewoński2014-09-301-21/+60
* CSSMin: Do not base64-encode non-binary files when embeddingBartosz Dziewoński2014-09-301-7/+24
* Make "/*@noflip*/ /*@embed*/" annotation work without CSSJanus hacksBartosz Dziewoński2014-09-231-7/+7
* Remove dead mime_content_type() code pathsKevin Israel2014-09-031-13/+7
* Unify the spelling of MIME in documentationrillke2014-08-071-5/+5
* CSSMin: Add link to css-syntax spec for url tokens on w3.orgTimo Tijhof2014-07-121-0/+2
* Fix CSSMin url() remapping when comments in CSS contain curly bracesStephan Gambke2014-06-301-1/+29
* Revert "Fix "CSSMin url() value remapping not working in certain obscure cases""Trevor Parscal2014-06-101-4/+3
* Fix "CSSMin url() value remapping not working in certain obscure cases"Stephan Gambke2014-06-091-3/+4
* Pass phpcs-strict on includes/libs/Siebrand Mazeland2014-04-241-36/+60
* CSSMin: Don't do file_exists on random data in getLocalFileReferences()Bartosz Dziewoński2014-03-101-5/+13
* CSSMin: Clean up the logic in getLocalFileReferences()Bartosz Dziewoński2014-02-281-5/+11
* Remove unreachable statementReedy2014-01-301-2/+0
* Merge "Add SVG versions of enhanced recent changes collapse/show arrows"jenkins-bot2013-12-271-0/+1
|\
| * Add SVG versions of enhanced recent changes collapse/show arrowsm4tx2013-12-271-0/+1
* | CSSMin: Correctly format 'url()' values with parentheses etc.Bartosz Dziewoński2013-12-111-2/+20
* | CSSMin: Change behavior for missing filesBartosz Dziewoński2013-12-111-25/+20