summaryrefslogtreecommitdiff
path: root/desktop/cookie_manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Change LOG() macro to be varadicVincent Sanders2015-05-281-6/+5
| | | | | | | | | | | | 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.
* remove content include from urldb headerVincent Sanders2014-07-171-3/+5
|
* remove unecessary includeVincent Sanders2014-05-181-1/+1
|
* Remove height getters from treeview client modules API.Michael Drake2013-09-031-7/+0
|
* Ensure tree height is provided when treeview building is complete.Michael Drake2013-09-031-0/+3
|
* Add recursive expand/contract functions to hotlist, global history, and ↵Michael Drake2013-09-031-0/+14
| | | | cookie manager modules.
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-1/+0
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Improve callback suppression options. Reduce unnecessary callback usage.Michael Drake2013-08-301-7/+7
|
* Add flag to suppress redraw on node creation.Michael Drake2013-08-291-2/+4
|
* Add a few functions for front ends to use.Michael Drake2013-08-281-0/+14
|
* Expose leaving node callback in public treeview walker interface.Michael Drake2013-08-221-4/+4
|
* Improve namespacing of enum values.Michael Drake2013-07-261-100/+100
|
* Move remaining string literals over to FatMessages.Michael Drake2013-07-261-5/+4
|
* Yield ownership of value to field builder, since date strings were already ↵Michael Drake2013-07-261-15/+15
| | | | allocated.
* Avoid snprintf and having buffer on stack.Michael Drake2013-07-261-7/+6
|
* Use prefabricated field text for common values.Michael Drake2013-07-261-27/+118
|
* Optimise cookie tolder and entry node search by comparing lengths before ↵Michael Drake2013-07-251-8/+22
| | | | strings.
* Abstract field building.Michael Drake2013-07-251-53/+37
|
* Flag a todo. (Move some string literals to messages.)Michael Drake2013-07-251-0/+1
|
* Add initial version of new cookie manager.Michael Drake2013-07-251-0/+758