summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid division by zeroJohn Mark Bell2009-07-201-2/+5
* 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
* Change mechanism for handling case sensitivity of element names. Now has anot...John Mark Bell2009-07-173-19/+18
* Store em and percentage values for properties in the computed style.John Mark Bell2009-07-173-536/+1983
* 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-162-5/+6
* 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-152-58/+2
* 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-121-0/+40
* 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
* Compute absolute values for all length properties.John Mark Bell2009-07-042-6/+1018
* Add callback to make client compute the font size.John Mark Bell2009-07-042-11/+48
* 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-044-33/+27
* Query client for initial values of color, font-family, quotes, and voice-fami...John Mark Bell2009-07-045-306/+348
* 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-016-19/+80
* It somewhat helps to ensure that you convert units to their external represen...John Mark Bell2009-06-301-23/+83
* Introduce an initial value of border-*-color in the computed style.John Mark Bell2009-06-301-4/+4
* Fix setting of computed display: noneJohn Mark Bell2009-06-291-1/+1
* Ensure that the root element has its styling set to the initial values.John Mark Bell2009-06-291-3/+10
* Fix list-style shorthand parserJohn Mark Bell2009-06-271-0/+8
* Fix font shorthand parser to reject spurious instances of inheritJohn Mark Bell2009-06-271-0/+32
* Fix comma separated list parsingJohn Mark Bell2009-06-271-1/+2
* Fix border + outline shorthand property parsersJohn Mark Bell2009-06-271-0/+40
* Fix azimuth parserJohn Mark Bell2009-06-271-2/+2
* Fix cue and pause shorthand parsersJohn Mark Bell2009-06-271-0/+16
* Fix padding shorthand parser in the face of inherit.John Mark Bell2009-06-272-0/+9
* Purge "colour" from the public API -- it's just confusingJohn Mark Bell2009-06-272-22/+22
* Reduce inlining in lexerJohn Mark Bell2009-06-271-26/+26
* Less pointless inliningJohn Mark Bell2009-06-272-58/+58
* Fix margin shorthand parserJohn Mark Bell2009-06-261-0/+7
* It helps if you remember to disable debug againJohn Mark Bell2009-06-261-1/+1