summaryrefslogtreecommitdiff
path: root/render/html_css.c
Commit message (Expand)AuthorAgeFilesLines
* make the pseudo css fetcher report initialisation errorsVincent Sanders2014-10-251-1/+3
* Update the core to use the split operations table headersVincent Sanders2014-10-161-1/+2
* move scheduleing into browser operation tableVincent Sanders2014-03-091-5/+6
* Remove asserts for default cases from all content message handlers; this is l...Rob Kendrick2014-01-051-9/+1
* Update for new libcss API.Michael Drake2013-12-131-1/+1
* fix mismatched option name and variable namesVincent Sanders2013-05-281-1/+1
* move options includeVincent Sanders2013-05-281-1/+1
* Pass fetch redirect info up to content layer as content_msg. Mark redirect o...Michael Drake2013-05-271-0/+3
* Remove extra logging.Michael Drake2013-03-181-3/+0
* Fix bug where html conversion began before STYLE element fetch had been launc...Michael Drake2013-03-181-1/+1
* Add some extra logging. Some pedantic wrap changes.Michael Drake2013-03-181-15/+19
* Debounce style updatesJohn-Mark Bell2013-03-161-21/+56
* Move public API to endJohn-Mark Bell2013-03-161-128/+128
* Ensure a reference is taken on style nodes.John-Mark Bell2013-03-161-1/+5
* Use correct base URL for inline stylesheetsJohn-Mark Bell2013-02-271-1/+1
* Use custom fetcher for inline CSSJohn-Mark Bell2013-02-271-153/+71
* Fix handling of inline stylesheets with @importJohn-Mark Bell2013-02-261-19/+51
* fix quirk stylesheet loadingVincent Sanders2013-02-251-14/+28
* refactor stylesheet handling to separate object from within html renderingVincent Sanders2013-02-241-0/+678