summaryrefslogtreecommitdiff
path: root/framebuffer/schedule.c
Commit message (Collapse)AuthorAgeFilesLines
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-281-7/+7
| | | | | The semantic patch tool appears to have missed some difficult to reason about callsites which have now been manually cleaned up
* Change LOG() macro to be varadicVincent Sanders2015-05-281-3/+2
| | | | | | | | | | | | 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.
* move scheduleing into browser operation tableVincent Sanders2014-03-091-50/+53
|
* Reduce logging flood.Michael Drake2011-10-011-5/+0
| | | | svn path=/trunk/netsurf/; revision=12919
* Move schedule.h to utils/John Mark Bell2011-03-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12039
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the ↵Daniel Silverstone2011-03-131-1/+2
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* fix bogus comment on return value unitsVincent Sanders2011-02-081-1/+2
| | | | svn path=/trunk/netsurf/; revision=11631
* fix pending redraw discoveryVincent Sanders2010-04-281-3/+3
| | | | svn path=/trunk/netsurf/; revision=10515
* The schedule_run function is only called by the frontends so remove it from ↵Vincent Sanders2010-04-281-10/+30
| | | | | | | | | the core header and add its definition to the frontend headers. Alter the framebuffer schedule_run to return the time untill the next event. svn path=/trunk/netsurf/; revision=10512
* Fix scheduler to handle delays of greater than one second. Fixes continual ↵Michael Drake2009-07-031-11/+11
| | | | | | reload issues on pages with meta refresh. svn path=/trunk/netsurf/; revision=8293
* Make framebuffer port use libnsfbVincent Sanders2009-06-281-0/+202
svn path=/trunk/netsurf/; revision=8122