summaryrefslogtreecommitdiffstats
path: root/src/core/ssl_host_state_delegate_qt.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused BrowserContextAdapter handlesKai Koehne2016-04-201-2/+1
| | | | | Change-Id: Ic3504db1b55e1ff4375efacb450a96ce32a119ee Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
* Implement SSLHostStateDelegateAllan Sandfeld Jensen2016-02-231-0/+80
This class was introduced to track accepted certificate errors. Our lack of implementation caused a regression in certificate error handling. Task-number: QTBUG-51319 Change-Id: Idf3314fd17a5f9cb13a4513a3ccdb40954519c0d Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com>