summaryrefslogtreecommitdiff
path: root/render/html_css.c
Commit message (Expand)AuthorAgeFilesLines
* annotate error case fall through in switch to supress warningsVincent Sanders2017-09-111-0/+2
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-16/+24
* HTML CSS handler: event->data.error is invalid for errorcode.Michael Drake2017-08-281-1/+1
* CSS content handler: Ensure fetch hlcache callback handles errorcode.Michael Drake2017-08-281-0/+1
* Style: Fix ignoring of STYLE elements with non-screen media.Michael Drake2016-09-241-0/+38
* Allow include directories to be added by sub makefilesVincent Sanders2016-06-061-1/+1
* Update content to split public and internal APIVincent Sanders2016-06-061-2/+3
* move misc header into public APIVincent Sanders2016-05-301-1/+1
* move the CSS content handlerVincent Sanders2016-05-261-0/+1
* complete the rename of the gui browser tableVincent Sanders2016-04-161-3/+3
* HTML: Remove some status bar updating code.Michael Drake2016-02-101-14/+0
* Change LOG() macro to be varadicVincent Sanders2015-05-281-21/+16
* 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