summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ensure generation tool exits if it cannot open its output file. (coverity 112...Vincent Sanders2014-01-242-0/+8
* 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-146-31/+7
* 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-1330-416/+661
* 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
* Significantly optimise CSS selection performance.Michael Drake2013-12-014-123/+444
* 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
* Add computed style accessor for writing-mode and and writing-mode to the prop...Michael Drake2013-09-103-0/+23
* Add support for parsing the writing-mode property. Thanks to Caitlin Potter.Caitlin Potter2013-09-1011-4/+136
* Apply slightly modified patch from Murat Gocmen.Michael Drake2013-09-101-4/+12
* Early return after processing @namespace.John-Mark Bell2013-04-291-0/+3
* ensure enough parameetrs to IDENT list existVincent Sanders2013-04-221-67/+75
* Hopefully silence a warningDaniel Silverstone2012-10-151-1/+1
* Prioritise id and class hashes over element hash when inserting rules.Michael Drake2012-08-262-47/+108
* Skip empty/broken rules early, before we match their selector chains.Michael Drake2012-08-261-11/+13
* Fix not([node_name]) selection.Michael Drake2012-08-071-1/+7
* Cleanup: Remove unused UNUSED()Daniel Silverstone2012-07-191-2/+0
* Clear up CLANG warnings in various property settersDaniel Silverstone2012-07-011-11/+14
* Clear up CLANG warnings in css__stylesheet_selector_append_specificDaniel Silverstone2012-07-011-4/+4
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-299-9/+9
* Git ignoresDaniel Silverstone2012-06-041-0/+2
* correctly apply enum casts to avoid warnings about casting between Vincent Sanders2012-04-142-42/+43
* Complete widows and orphans support. Thanks to James Montgomerie.Michael Drake2012-04-136-38/+219
* Fix debug build (warnings about comparing different enums).François Revel2012-04-062-36/+42
* Add common CSS tokens to stylesheet string table.Michael Drake2012-03-292-0/+11
* Use correct unit enum values for computed clip rectangleRob Kendrick2012-03-251-1/+1
* Correct type of out parameterJohn Mark Bell2012-03-242-2/+2
* Dodgy bodge to shut clang upDaniel Silverstone2012-03-241-1/+3
* Remove out-of-sync sources comment. Make source list clearer and sort it.Michael Drake2012-02-031-27/+32
* Add parsing of CSS3 Multi-column layout module shorthand properties. (column...Michael Drake2012-02-037-6/+335
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-2821-18/+1045
* Fix \!important for opacity property.Michael Drake2012-01-271-0/+5