summaryrefslogtreecommitdiff
path: root/render/html_object.c
Commit message (Collapse)AuthorAgeFilesLines
* Shave a few more px off animated background redraw, in the non-tiled cases. ↵Michael Drake2013-07-071-8/+4
| | | | (Restrict area to part of image that changed.)
* Fix rendering of animated background images. Give them sensible redraw area.Michael Drake2013-07-061-17/+101
|
* 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/+1
| | | | 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.
* split out object handling from render/html.cVincent Sanders2013-02-251-0/+616