netsurf/frontends
Chris Young 1ca5b7332c Decouple the scheduler from system time
This is a hang-over from the old polling scheduler.  I've modified it to use relative times and pass the callback along with the TimeRequest so events get executed in the order they arrive.
The list of events is still in a heap sorted by expected execution time, but this may need to change to something more efficient for random lookups.
2016-08-09 18:36:09 +01:00
..
amiga Decouple the scheduler from system time 2016-08-09 18:36:09 +01:00
atari Allow certificate verification user prompt creation to return errors 2016-07-31 13:25:20 +01:00
beos URL unescape: return the new length to the caller. 2016-07-24 14:03:16 +01:00
cocoa Allow certificate verification user prompt creation to return errors 2016-07-31 13:25:20 +01:00
framebuffer add header for memcpy prototype 2016-07-15 14:40:40 +01:00
gtk remove unused GTK treeview code completely repalced with core window API 2016-08-06 17:11:29 +01:00
monkey Allow certificate verification user prompt creation to return errors 2016-07-31 13:25:20 +01:00
riscos Allow certificate verification user prompt creation to return errors 2016-07-31 13:25:20 +01:00
windows URL unescape: return the new length to the caller. 2016-07-24 14:03:16 +01:00
Makefile Allow include directories to be added by sub makefiles 2016-06-06 14:47:27 +01:00