summaryrefslogtreecommitdiff
path: root/desktop/sslcert_viewer.c
Commit message (Collapse)AuthorAgeFilesLines
* Change LOG() macro to be varadicVincent Sanders2015-05-281-4/+4
| | | | | | | | | | | | 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.
* stop using certificate data from the stack outside the message context.Vincent Sanders2014-07-171-4/+18
|
* remove content include from urldb headerVincent Sanders2014-07-171-0/+3
|
* reduce desktop/browser.h unecessary includesVincent Sanders2014-02-031-1/+1
|
* Remove height getters from treeview client modules API.Michael Drake2013-09-031-7/+0
|
* 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-1/+1
|
* Add a few functions for front ends to use.Michael Drake2013-08-281-0/+7
|
* First pass at new ssl certificate chain viewer module.Michael Drake2013-08-111-0/+507