summaryrefslogtreecommitdiff
path: root/css
Commit message (Expand)AuthorAgeFilesLines
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-064-78/+210
* Sync with versioned libcss ABIJohn Mark Bell2011-03-132-0/+5
* Fix matching of universal element selectorsJohn Mark Bell2011-03-121-2/+6
* Sync API with modern libcssJohn Mark Bell2011-03-121-59/+68
* Saturated maths in css fixed point Vincent Sanders2011-03-122-20/+19
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-271-8/+19
* Clean up blank_import on exitJohn Mark Bell2011-02-262-2/+11
* Parallelise fetch and conversion of imported stylesheetsJohn Mark Bell2011-02-262-182/+252
* Fix bug #3171370: initialise font resolution callback pointersJohn Mark Bell2011-02-032-0/+6
* Fix :root detectionJohn Mark Bell2011-01-311-1/+2
* Various fixes for selection callbacksJohn Mark Bell2011-01-311-105/+132
* Sync selection engine binding with latest libcssJohn Mark Bell2011-01-311-5/+329
* add default system colour handlers to each frontendVincent Sanders2011-01-302-3/+4
* Add ability to dump opacity property, tooJohn Mark Bell2011-01-291-0/+14
* Port to latest libcssJohn Mark Bell2011-01-292-27/+9
* Reflect new css_stylesheet_create APIJohn Mark Bell2011-01-292-13/+46
* Fix attempt to destroy selection resutls that don't exist.Michael Drake2011-01-051-2/+1
* Update to new libcss API for simultanious selection for base element and its ...Michael Drake2011-01-052-18/+11
* Make function only used in the selection code private.Michael Drake2011-01-042-3/+3
* Reflect changes to libcss APIJohn Mark Bell2010-12-052-1/+3
* Fix coloursJohn Mark Bell2010-12-042-157/+159
* Only invoke callback when we successfully converted CSS data.John Mark Bell2010-07-011-2/+11
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which *...Daniel Silverstone2010-04-301-20/+3
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-0/+5
* Unref uri after sending it to hlcache when requesting a css pending import, s...Daniel Silverstone2010-04-271-0/+3
* Fix it so that empty charset strings fall back properly. Fixes http://www.ar...Daniel Silverstone2010-04-221-1/+1
* Check correct variable for error.John Mark Bell2010-04-181-1/+1
* Now that we own imported stylesheets, we can get away with allocating a singl...John Mark Bell2010-04-111-7/+14
* Pedantic line breakJohn Mark Bell2010-04-111-1/+2
* Merge jmb/kill-reentrancy. r=vinceJohn Mark Bell2010-04-112-109/+203
* Cover our backs in the charset == NULL caseDaniel Silverstone2010-04-081-0/+2
* Allow nscss to retain charset and nscss_clone to use itDaniel Silverstone2010-04-082-4/+7
* Prevent assertion when imported stylesheet fails to load.John Mark Bell2010-04-061-4/+6
* Make the high-level cache drop contents of unacceptable type on the floor.John Mark Bell2010-04-041-1/+3
* Most of a stop implementation.John Mark Bell2010-04-042-0/+29
* Constify data parameter to *_process_dataJohn Mark Bell2010-04-032-4/+4
* The convert stage of a content's state progression no longer reflows the cont...John Mark Bell2010-03-292-10/+6
* Only obey size property on input elements that are either text or password. ...Rob Kendrick2010-03-281-0/+4
* Replace fetch_poll with llcache_poll throughout. Allow CONTENT_OTHER to comp...Daniel Silverstone2010-03-281-1/+1
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-286-269/+241
* Fix erroneous switch fallthroughJohn Mark Bell2009-11-221-0/+2
* Log failuresJohn Mark Bell2009-10-121-1/+6
* Yet more case insensitivityJohn Mark Bell2009-09-061-1/+1
* Fix for percentage values.Michael Drake2009-09-051-2/+4
* Remove redundant line.Michael Drake2009-09-051-1/+0
* Fix table border=0.Michael Drake2009-09-051-5/+6
* Fix defualt table cell border width and move border style from default css to...Michael Drake2009-09-051-33/+46
* Attribute value comparisons should be case insensitiveJohn Mark Bell2009-09-051-32/+38
* Sync with libcss.John Mark Bell2009-08-231-2/+2
* Fix buildJohn Mark Bell2009-08-221-22/+9