summaryrefslogtreecommitdiff
path: root/render/html_object.c
Commit message (Expand)AuthorAgeFilesLines
* HTML object fetch handler: Remove bogus parent content state assertion.Michael Drake2017-03-231-2/+0
* 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-1/+2
* move misc header into public APIVincent Sanders2016-05-301-1/+1
* move the CSS content handlerVincent Sanders2016-05-261-1/+1
* use monotonic clock call for html reflow timingVincent Sanders2016-04-201-23/+31
* stop content header dragging in so many other headersVincent Sanders2016-04-191-0/+1
* complete the rename of the gui browser tableVincent Sanders2016-04-161-3/+3
* Fix object accounting for aborted HTML contents.Michael Drake2016-02-111-3/+4
* HTML: Remove some status bar updating code.Michael Drake2016-02-101-16/+0
* Change LOG() macro to be varadicVincent Sanders2015-05-281-7/+7
* Open select menu via content msg, instead of breaking encapsulation.Michael Drake2014-10-241-0/+1
* Update the core to use the split operations table headersVincent Sanders2014-10-161-5/+6
* 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 cl...Rob Kendrick2014-01-051-0/+1
| * Remove asserts for default cases from all content message handlers; this is l...Rob Kendrick2014-01-051-5/+1
* | 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 conten...Vincent Sanders2013-10-251-2/+4
* Shave a few more px off animated background redraw, in the non-tiled cases. ...Michael Drake2013-07-071-8/+4
* 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 o...Michael Drake2013-05-271-0/+1
* split out object handling from render/html.cVincent Sanders2013-02-251-0/+616