- Pass SSL certificate information to CefRequestHandler::OnCertificateError via a new CefSSLInfo interface (issue #1530).

- cefclient: Improve error message text and use a data: URI instead of LoadString for loading error messages (issue #579).
- Add functions in cef_url.h for base64 and URI encoding/decoding (issue #579).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@2029 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2015-02-11 18:15:56 +00:00
parent 27f50277e5
commit 32d4ca36aa
34 changed files with 2004 additions and 24 deletions

View File

@ -46,8 +46,7 @@ class ClientSchemeHandler : public CefResourceHandler {
"<br/><img src=\"client://tests/logo.png\"><pre>";
// Output a string representation of the request
std::string dump;
test_runner::DumpRequestContents(request, dump);
const std::string& dump = test_runner::DumpRequestContents(request);
data_.append(dump);
data_.append("</pre><br/>Try the test form:"