0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Prefer colons and single-quoted items in error message. More... about 14 years ago
Website: improve the visual fidelity of the web site. More... about 14 years ago
Fix the broken suboptimal state calculations (caused by an underlying data structure changing). More... about 14 years ago
Website: update the storage location of saved CSS. More... about 14 years ago
Website: tweak HTML and CSS. More... about 14 years ago
Website: fix URL in processed stylesheets. More... about 14 years ago
General cleanup. More... about 14 years ago
Add the code for the website. More... about 14 years ago
Give suboptimal threshold a more sensible value now that it means seconds, not property count. More... about 14 years ago
Add "#f8f8ff" being seen as "#f8f" regression test. More... about 14 years ago
Provide output of verbatim comments and blocks. More... about 14 years ago
Correct handling of font shorthands, and reduce whitespace in font-family properties. More... about 14 years ago
Flag value-less properties in declaration blocks. More... about 14 years ago
Shorten background-position output if possible. More... about 14 years ago
Test @import with a media query. More... about 14 years ago
Standardised text for error reporting. More... about 14 years ago
Correctly flag invalid padding values. More... about 14 years ago
Correctly flag invalid margin values. More... about 14 years ago
Restrict filter and zoom properties to IE-specific hacks only, even when hacks are enabled (Microsoft set precedent for this by making them "-ms-" vendor extensions in IE8). This alters the expected output of the YUI grids test, which uses this hack. More... about 14 years ago
Add tests for filter support in hacks-enabled mode. More... about 14 years ago
Add regression test for border shorthands. More... about 14 years ago
Add tests for border shorthands in a different order. More... about 14 years ago
Update Font.pm to be (correctly) stricter about the requirements of a valid font. This adds errors to and alters the output of the YUI fonts test. More... about 14 years ago
Convert Text.pm to use regexp validation. More... about 14 years ago
Add tests for outputting optimised CSS correctly (includes tests against YUI fonts and grids as more complex examples of stylesheets that can be optimised). More... about 14 years ago
Implement more complex shorthand border output. More... about 14 years ago
Update code dealing with borders, to output shorthands better. More... about 14 years ago
Add "silent" flag to stop progress announcements. More... about 14 years ago
Improve optimisation code, including a timing threshold when to switch to the suboptimal style, and sort elements before IDs and classes in output. More... about 14 years ago
Reduce "0px" and "0em" lengths to just 0. More... about 14 years ago