summaryrefslogtreecommitdiff
path: root/render/html_css_fetcher.c
Commit message (Collapse)AuthorAgeFilesLines
* Change LOG() macro to be varadicVincent Sanders2015-05-281-5/+4
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* make the pseudo css fetcher report initialisation errorsVincent Sanders2014-10-251-7/+9
|
* clean up the fetcher factory and improve its APIVincent Sanders2014-06-191-9/+12
|
* Use correct base URL for inline stylesheetsJohn-Mark Bell2013-02-271-2/+18
|
* Use custom fetcher for inline CSSJohn-Mark Bell2013-02-271-0/+298