summaryrefslogtreecommitdiffstats
path: root/src/core/ssl_host_state_delegate_qt.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Simple adaptations to Chromium 55Allan Sandfeld Jensen2017-03-011-4/+18
| | | | | | | The simplest adaptations to API and build changes in Chromium 55 Change-Id: I923fa188690a04902492317807f72f006bcab9c6 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* 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/+135
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>