summaryrefslogtreecommitdiff
path: root/desktop/cookies.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix leak.Michael Drake2012-10-111-0/+5
|
* Fix cases of returning pointers as bool for GCC 2.95.2.Michael Drake2012-09-291-1/+1
|
* Don't expand cookies tree by defaultChris Young2011-06-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=12462
* Fix bug #3253090: don't schedule updates of the cookie treeJohn Mark Bell2011-03-281-3/+3
| | | | svn path=/trunk/netsurf/; revision=12141
* Move schedule.h to utils/John Mark Bell2011-03-131-2/+2
| | | | svn path=/trunk/netsurf/; revision=12039
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the ↵Daniel Silverstone2011-03-131-0/+1
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* Ensure we correctly release all icon resources associated with trees, SSL ↵Daniel Silverstone2011-01-201-0/+2
| | | | | | certs, search providers, etc. svn path=/trunk/netsurf/; revision=11421
* Small refactor to change icon names to being passed in from frontends ↵Vincent Sanders2010-12-141-3/+3
| | | | | | instead of core treeview globals svn path=/trunk/netsurf/; revision=11053
* If the cookies tree has not been initialised do not allow operations to be ↵Vincent Sanders2010-10-061-2/+6
| | | | | | scheduled upon it. svn path=/trunk/netsurf/; revision=10868
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-0/+531
svn path=/trunk/netsurf/; revision=10865