summaryrefslogtreecommitdiff
path: root/css/css.c
Commit message (Expand)AuthorAgeFilesLines
* move the CSS content handlerVincent Sanders2016-05-261-847/+0
* Rewrite hints handling to be more efficient.Michael Drake2016-02-051-0/+6
* Change LOG() macro to be varadicVincent Sanders2015-05-281-7/+5
* Doxygen fixesVincent Sanders2014-11-091-11/+16
* when walking the css imports ensure the content is present before dereferenci...Vincent Sanders2014-07-081-2/+2
* remove uncessary include os render/html.hVincent Sanders2014-02-041-4/+3
* Use corestring.Michael Drake2014-01-241-14/+2
* stop system colours being anything to do with frontendsVincent Sanders2014-01-101-3/+3
* Remove asserts for default cases from all content message handlers; this is l...Rob Kendrick2014-01-051-12/+1
* Update for new libcss API.Michael Drake2013-12-131-4/+2
* add handling for recived but no action redirect messages and log before abort...Vincent Sanders2013-06-081-4/+11
* Use correct base URL for inline stylesheetsJohn-Mark Bell2013-02-271-2/+8
* Use custom fetcher for inline CSSJohn-Mark Bell2013-02-271-5/+37
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-031-5/+4
* Interned string cleanup, phase 2: Create utils/corestrings and use it in css ...Michael Drake2012-07-221-246/+0
* Interned string cleanup, phase 1: Use lwc_string where possible in CSS handler.Michael Drake2012-07-221-126/+160
* Ensure error is initialisedJohn Mark Bell2012-03-251-3/+8
* Fix up border-{trbl}-style hintJohn Mark Bell2012-03-251-0/+3
* Make vertical align hint less braindeadJohn Mark Bell2012-03-251-113/+125
* Cellpadding needs interning tooDaniel Silverstone2012-03-251-0/+3
* All the intern strings we might need for CSSDaniel Silverstone2012-03-251-12/+162
* add presentational hint routine for background imageVincent Sanders2012-03-251-0/+3
* Fix up node_presentational_hint_vertical_alignJohn Mark Bell2012-03-251-1/+6
* fix node_is_linkVincent Sanders2012-03-251-49/+86
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-2/+2
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-5/+26
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-2/+4
* Clean up content_factory_register_handler API -- content handlers no longer u...John Mark Bell2011-09-151-13/+8
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-031-3/+2
* Reject attempts by a stylesheet to import itselfJohn Mark Bell2011-08-231-6/+15
* Fix transition from LOADING to ERROR state after content has been locked for ...John Mark Bell2011-07-201-2/+1
* Refactor http utilitiesJohn Mark Bell2011-07-081-3/+23
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-091-15/+8
* consolidate content redraw Vincent Sanders2011-05-081-1/+0
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-38/+176
* Sync with versioned libcss ABIJohn Mark Bell2011-03-131-0/+2
* 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-261-2/+10
* Parallelise fetch and conversion of imported stylesheetsJohn Mark Bell2011-02-261-171/+236
* Fix bug #3171370: initialise font resolution callback pointersJohn Mark Bell2011-02-031-0/+4
* add default system colour handlers to each frontendVincent Sanders2011-01-301-2/+2
* Reflect new css_stylesheet_create APIJohn Mark Bell2011-01-291-10/+31
* Reflect changes to libcss APIJohn Mark Bell2010-12-051-0/+2
* 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