summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add public accessor for column-fill property value.Michael Drake2014-11-072-0/+8
* Implement selection for column-fill property.Michael Drake2014-11-074-17/+62
* Improve output when selection test fails.Michael Drake2014-10-041-0/+38
* Update computed style dumper to dump column-count, and update test data.Michael Drake2014-10-042-3/+66
* Add public accessor for column-count in computed styles.Michael Drake2014-10-041-0/+4
* Cascade and compose column-count property into computed style.Michael Drake2014-10-045-18/+84
* Put the column properties in the computed style's uncommon section.Michael Drake2014-10-041-8/+8
* Remove trailing whitespace.Michael Drake2014-10-041-127/+127
* No need for extern "C" stuff now that bloom.h is internal.Michael Drake2014-09-261-9/+0
* strncasecmp is defined in strings.hVincent Sanders2014-09-051-0/+1
* update component for releaserelease/0.4.0Vincent Sanders2014-08-301-1/+1
* Update component version for releaserelease/0.3.1Vincent Sanders2014-08-261-1/+1
* Improve src/parse/important.c coverage to 98.4%Michael Drake2014-07-242-0/+449
* Fix advancing when play-during rule has !important set.Michael Drake2014-07-241-1/+1
* Fix warning.Michael Drake2014-06-021-1/+2
* Length of computed bits array has increased by one byte.Michael Drake2014-06-011-2/+2
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-0126-111/+577
* Update component version for releaserelease/0.3.0Vincent Sanders2014-04-181-1/+1
* ensure generation tool exits if it cannot open its output file. (coverity 112...Vincent Sanders2014-01-242-0/+8
* print size_t values in a portable wayDavid Tardon2014-01-131-5/+7
* add support for multilibDavid Tardon2014-01-132-3/+3
* Remove implementation duplication in top/right/bottom/left property getters.Michael Drake2014-01-102-115/+85
* Remove duplicate implementation in css_computed_float.Michael Drake2014-01-101-15/+6
* Remove 9.7 handling from get_display. Delete get_display_static. Remove dup...Michael Drake2014-01-103-72/+22
* Fix filename.Michael Drake2014-01-102-1/+1
* Various changes for orphans and widows properties:Michael Drake2014-01-106-64/+22
* Avoid duplicate implementations of computed style property getters.Michael Drake2014-01-102-1392/+160
* C89.Michael Drake2014-01-041-1/+2
* Attempt to make Coverity understand what's happening. I think this is a litt...Michael Drake2013-12-151-1/+1
* Fix destruction of wrong style. Coverity #1137922.Michael Drake2013-12-151-1/+1
* Fix leak. Coverity #1137921.Michael Drake2013-12-151-1/+1
* Update for new lpu API.Michael Drake2013-12-148-50/+9
* Improve explanation of TODO.Michael Drake2013-12-131-1/+5
* Hideous casing to avoid warning (treated as error) with RO toolchain.Michael Drake2013-12-131-1/+3
* Various changes which modify API and ABI:Michael Drake2013-12-1351-2292/+797
* Just match against universal string intern instead of checking strings length...Michael Drake2013-12-073-8/+13
* Slight simplification to selector detail itterator.Michael Drake2013-12-071-3/+2
* Fixup for insensitive hash utilisation.Michael Drake2013-12-022-11/+37
* Since element/class/id names are known to have insensitive string set, just u...Michael Drake2013-12-021-23/+8
* We know element/id/class names are available through the insensitive ptr now.Michael Drake2013-12-021-22/+9
* Ensure that element/class/id names in selector details always get their casel...Michael Drake2013-12-021-0/+18
* Add selection test using bloom filter.Michael Drake2013-12-013-1/+1633
* Update for new selection API.Michael Drake2013-12-011-1/+7
* Significantly optimise CSS selection performance.Michael Drake2013-12-017-123/+448
* Bloom filter implementation for selection optimisation.Michael Drake2013-12-011-0/+205
* Fix NULL check of array. Coverity #1127067.Michael Drake2013-11-081-5/+3
* Remove redundant masks. Coverity #1127061, #1127062, #1127063, #1127064, and...Michael Drake2013-11-081-24/+6
* Handle css__stylesheet_style_append() returning error. Coverity #1127060.Michael Drake2013-11-081-4/+22
* Update test dumpers to output writing-mode.Michael Drake2013-09-102-0/+36
* Add tests for writing-mode. Update selection tests to handle writing-mode.Michael Drake2013-09-103-0/+208