summaryrefslogtreecommitdiff
path: root/render/html_object.c
Commit message (Collapse)AuthorAgeFilesLines
* Change LOG() macro to be varadicVincent Sanders2015-05-281-7/+7
| | | | | | | | | | | | 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.
* Open select menu via content msg, instead of breaking encapsulation.Michael Drake2014-10-241-0/+1
| | | | Fixes bw deref and browser_private.h #include in render/
* Update the core to use the split operations table headersVincent Sanders2014-10-161-5/+6
| | | | Second in the series to decouple the core API usage from the frontends.
* move scheduleing into browser operation tableVincent Sanders2014-03-091-10/+12
|
* Merge branch 'rjek/click-file-gadget'Daniel Silverstone2014-01-051-5/+2
|\
| * Add infrastructure for calling front ends to set file gadget filenames via ↵Rob Kendrick2014-01-051-0/+1
| | | | | | | | clicking in addition to drag-and-drop
| * Remove asserts for default cases from all content message handlers; this is ↵Rob Kendrick2014-01-051-5/+1
| | | | | | | | laborious and is no longer useful for catching bugs.
* | Speculatively start image fetches as we parse the document.John-Mark Bell2014-01-051-9/+17
|/
* ensure no division by zero can occour (coverity 1109862 1109863)Vincent Sanders2013-11-031-5/+14
|
* fix potential division by zero by only computing width and height when ↵Vincent Sanders2013-10-251-2/+4
| | | | content is valid and hence will return content width and height not zero. coverity 110986[23]
* 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