summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Silence warnings in release modeJohn Mark Bell2009-07-171-64/+64
* Error checking for string comparisons.John Mark Bell2009-07-171-3/+13
* Fix selector hash some more. It turns out that I'd forgotten how it was meant...John Mark Bell2009-07-173-5/+37
* Colour names are case insensitiveJohn Mark Bell2009-07-171-1/+1
* Fix utterly broken selector chain search code.John Mark Bell2009-07-171-12/+0
* Missed this from previous commitJohn Mark Bell2009-07-171-0/+17
* Change mechanism for handling case sensitivity of element names. Now has anot...John Mark Bell2009-07-174-19/+20
* Store em and percentage values for properties in the computed style.John Mark Bell2009-07-174-562/+2498
* It is necessary to consider the element name when matching selectors. John Mark Bell2009-07-171-6/+27
* Ensure that we merge-sort the element and universal selector chains during se...John Mark Bell2009-07-171-44/+51
* Fix matching of named ancestor combinators.John Mark Bell2009-07-171-34/+166
* Add a flag to the font size computation callback to indicate that the resulta...John Mark Bell2009-07-165-8/+12
* Hacky avoidance of element name case insensitivity. The correct solution is f...John Mark Bell2009-07-161-1/+4
* Use a proper hash function.John Mark Bell2009-07-161-1/+1
* Provide accessor for computed value of display assuming static position.John Mark Bell2009-07-155-60/+45
* Fix selection from selectors within @media blocks.John Mark Bell2009-07-151-8/+14
* Provide some API to allow retrieval of an Initial styleJohn Mark Bell2009-07-122-0/+44
* It helps if you add filesJohn Mark Bell2009-07-091-0/+20
* Fix processing of rules after @import -- previously, they were completely ign...John Mark Bell2009-07-082-1/+3
* Make list-style shorthand parser attempt to parse a list-style-type value bef...John Mark Bell2009-07-071-5/+5
* Simplify charToHex()John Mark Bell2009-07-071-36/+9
* Force use of 64bit arithmetic when multiplying/dividing.John Mark Bell2009-07-051-2/+2
* Compute absolute values for all length properties.John Mark Bell2009-07-044-32/+1047
* Add callback to make client compute the font size.John Mark Bell2009-07-045-14/+123
* Ensure that any properties explicitly set to inherit on the root element are ...John Mark Bell2009-07-043-114/+189
* Move quotes property into common style block.John Mark Bell2009-07-047-81/+66
* Query client for initial values of color, font-family, quotes, and voice-fami...John Mark Bell2009-07-0411-333/+404
* Factor out setting of property values from hints or initial values.John Mark Bell2009-07-041-65/+73
* Merge iterations across computed styleJohn Mark Bell2009-07-041-60/+59
* Similar fix for empty rules in normal stylesheets.John Mark Bell2009-07-011-0/+5
* Blank inline styles, or inline styles that only contain invalid data will hav...John Mark Bell2009-07-011-5/+6
* Fixup parsing of empty inline styles -- previously, it would emit the START_S...John Mark Bell2009-07-011-5/+9
* Ensure that charset detection always returns CSS_OK unless there's a fatal er...John Mark Bell2009-07-011-4/+2
* Len already includes the NUL, so stop trying to manually terminate url/title.John Mark Bell2009-07-011-2/+0
* It probably helps to remember that @import also contains URL data.John Mark Bell2009-07-011-1/+19
* Make all URIs absoluteJohn Mark Bell2009-07-0111-25/+150
* Fix test data:John Mark Bell2009-06-301-6/+24
* It somewhat helps to ensure that you convert units to their external represen...John Mark Bell2009-06-301-23/+83
* Update testdata.Michael Drake2009-06-301-0/+1
* s/background-image/list-style-image/John Mark Bell2009-06-301-2/+2
* More test data changes.Michael Drake2009-06-301-4/+23
* Fix tests.Michael Drake2009-06-301-27/+25
* Introduce an initial value of border-*-color in the computed style.John Mark Bell2009-06-303-6/+21
* Fix tests.Michael Drake2009-06-301-0/+12
* Delete unset color and border color because they'll be inherit.Michael Drake2009-06-301-15/+0
* Fix test.Michael Drake2009-06-301-5/+5
* Enable selector tests. Update tests.Michael Drake2009-06-302-20/+233
* Finish dumping of computed stylesJohn Mark Bell2009-06-301-42/+960
* More propertiesJohn Mark Bell2009-06-291-0/+204
* Dump more computed propertiesJohn Mark Bell2009-06-291-2/+175