summaryrefslogtreecommitdiff
path: root/css
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use new alignment schemeJohn Mark Bell2009-08-221-82/+81
* Support HTML alignment hints.John Mark Bell2009-08-212-15/+304
* Sync with new libcss API. There's huge amounts of room for improvement in thi...John Mark Bell2009-07-291-0/+175
* Add stylesheet size + size of imported sheets onto CSS content size.John Mark Bell2009-07-271-1/+31
* Slight optimisationJohn Mark Bell2009-07-271-3/+9
* Retrieve charset specified on the HTTP layer.John Mark Bell2009-07-271-2/+9
* Consider stylesheet media typesJohn Mark Bell2009-07-272-23/+45
* Something approximating error reporting. This really needs addressing properly.John Mark Bell2009-07-251-3/+37
* Make round-to-nearest clearer.John Mark Bell2009-07-251-1/+1
* Now that libwapcaplet guarantees NUL-termination of strings, stop copying the...John Mark Bell2009-07-253-72/+8
* More consistent conversion of lengths to pixels.John Mark Bell2009-07-251-15/+34
* Merge LibCSS port to trunk.John Mark Bell2009-07-2317-7903/+4379
* Rename TRANSPARENT to NS_TRANSPARENT to avoid clash on Windows. By MarkieB.Michael Drake2009-07-143-7/+7
* Replace parent_url with a pointer to the parent content.John Mark Bell2009-07-101-1/+1
* Tidy up background-position parsingJohn Mark Bell2009-05-281-15/+21
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-282-4/+2
* Purge WITH_AUTHJohn Mark Bell2009-02-221-3/+1
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-221-2/+0
* Squash leaksJohn Mark Bell2009-02-181-0/+3
* Ensure URLs are normalized prior to fetching.John Mark Bell2009-02-101-1/+15
* Blah.John Mark Bell2009-02-051-39/+39
* Handle no units in CSS as px. This is a temporary measure until the new CSS p...Michael Drake2009-01-221-5/+9
* Fix css_len2pt conversion from px and use it in the RO front end code.Michael Drake2008-12-161-1/+1
* Rename library to avoid confusion.John Mark Bell2008-11-281-3/+8