summaryrefslogtreecommitdiff
path: root/render/html_css.c
Commit message (Collapse)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
| | | | Second in the series to decouple the core API usage from the frontends.
* move scheduleing into browser operation tableVincent Sanders2014-03-091-5/+6
|
* Remove asserts for default cases from all content message handlers; this is ↵Rob Kendrick2014-01-051-9/+1
| | | | laborious and is no longer useful for catching bugs.
* Update for new libcss API.Michael Drake2013-12-131-1/+1
|
* fix mismatched option name and variable namesVincent Sanders2013-05-281-1/+1
| | | | | block_ads should be block_advertisments to match option name toolbar_status_width should be toolbar_status_size to match option name
* move options includeVincent Sanders2013-05-281-1/+1
|
* Pass fetch redirect info up to content layer as content_msg. Mark redirect ↵Michael Drake2013-05-271-0/+3
| | | | origin URLs as visited in browser window content callback. Note this doesn't mean we track redirects, it just lets us get the :visited link style on links that redirect.
* Remove extra logging.Michael Drake2013-03-181-3/+0
|
* Fix bug where html conversion began before STYLE element fetch had been ↵Michael Drake2013-03-181-1/+1
| | | | launched.
* 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