summaryrefslogtreecommitdiff
path: root/content/handlers/html/html_css_fetcher.c
Commit message (Collapse)AuthorAgeFilesLines
* html: css fetcher: Fix passing LWC borrow to fetcher_add, which consumes.Michael Drake2019-12-021-1/+2
| | | | | | | | | Fixes abort on exit when corestring finalisation tried to unref what should have been the final ref: $ ./nsgtk3 corrupted double-linked list Aborted (core dumped)
* html_css_fetcher: Use corestring_lwc_x_ns_cssDaniel Silverstone2019-12-011-8/+2
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* move html and text content handlers where they belongVincent Sanders2018-05-101-0/+325