summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Select: Squash error-path leak.Michael Drake2017-02-031-1/+0
* Selection: Inline styles prevent computed style sharing.Michael Drake2016-11-292-12/+27
* Selection: Try all previous sibling nodes for sharable styles.Michael Drake2016-11-201-7/+8
* Selection: Turn off style sharing debug output.Michael Drake2016-11-191-1/+0
* Enable sharing where pseudo common pseudo classes are the same.Michael Drake2016-11-192-8/+79
* Selection: Abstract common node flags setting code into helper.Michael Drake2016-11-191-44/+22
* Debug for recording which nodes fail to share style and why.Michael Drake2016-11-191-0/+50
* Documentation: Function param comment fix.Michael Drake2016-11-191-1/+0
* Optimisation: Bypass selection by sharing previous sibling's style.Michael Drake2016-11-192-15/+310
* Selection: Split out selection state {initi|fin}alisation.Michael Drake2016-11-191-95/+149
* Make node data contain list of partial node styles.Michael Drake2016-11-193-2/+29
* Separate node data creation and node bloom creation.Michael Drake2016-11-191-18/+37
* Allow more than just bloom to be stored on nodes.Michael Drake2016-11-192-45/+90
* Split bloom filter get/set out into helpers.Michael Drake2016-11-191-93/+148
* Remove redundant API surface.Michael Drake2016-11-193-8/+14
* Remove trailing whitespace.Michael Drake2016-11-191-1/+1
* Add comment.Michael Drake2016-11-191-0/+1
* Intern partial styles.Michael Drake2016-11-193-9/+129
* Composition: Avoid extension block checks irrelevent to property group.Michael Drake2016-11-191-14/+18
* Change arena hash from FNV-1 to 32-bit MurmurHash2.Michael Drake2016-11-192-17/+68
* After composing styles, intern the result in the style sharing arena.Michael Drake2016-11-191-4/+25
* Add arena module for interning computed styles.Michael Drake2016-11-193-1/+423
* Ensure computed content items are initialised to zero.Michael Drake2016-11-191-0/+1
* Move trivially compared parts of computed styles to sub-structures.Michael Drake2016-11-1918-454/+496
* Selection hash module: calloc instead of malloc, memset.Michael Drake2016-10-151-9/+5
* Access lwc caseless hash through supported API.Michael Drake2016-10-153-40/+32
* Perser generator: Squash coverity #1361551 Unused valueMichael Drake2016-08-131-1/+0
* Parse: Squash coverity #1361552: Unused valueMichael Drake2016-08-131-2/+3
* Fix up error path.Michael Drake2016-02-081-1/+1
* make unused variable macro more portableVincent Sanders2016-02-061-1/+1
* Change how presentational hints are handled.Michael Drake2016-02-021-33/+36
* Slight simplification of set_initial group checks.Michael Drake2015-08-191-19/+18
* Revert "Fix use of uninitialized values in style composition."John-Mark Bell2015-03-101-4/+4
* Fix use of uninitialized values in style composition.John-Mark Bell2015-03-101-4/+4
* Use named initialisers for initial uncommon block.Michael Drake2015-03-071-31/+38
* Simplify length absolutification.Michael Drake2015-02-281-93/+19
* Use calloc instead of malloc/memset.Michael Drake2015-01-241-3/+1
* Use calloc instead of malloc/memset.Michael Drake2015-01-241-3/+1
* Add absolutification for column-gap.Michael Drake2015-01-101-0/+8
* Absolutification of column-width.Michael Drake2015-01-101-0/+8
* Improve comment.Michael Drake2015-01-101-2/+2
* Implement absolutification for column-rule-width.Michael Drake2015-01-101-2/+18
* Sync public getter wrapper's absolutification handling.Michael Drake2015-01-101-17/+10
* Need to pass normal property value though to the client.Michael Drake2015-01-101-43/+2
* Avoid duplicate get_column_rule_color call.Michael Drake2015-01-021-3/+1
* Trivial optimisation.Michael Drake2015-01-021-8/+13
* Ensure letter and word spacing are always absolutified.Michael Drake2015-01-021-2/+16
* Add absolute value conversion of currentColor for column-rule-color.Michael Drake2014-12-311-0/+8
* Fix handling of currentColor.Michael Drake2014-12-311-4/+2
* Fix break-{after,before,inside} group definition.John-Mark Bell2014-12-311-3/+3