diff options
author | Steve Block <steveblock@google.com> | 2011-10-12 09:53:09 +0100 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2011-10-12 09:53:09 +0100 |
commit | 6cf7e07ab895af6265850c3df2da05a09977e9a0 (patch) | |
tree | 6e7b3f823720dfbe4dc87faef424dff4e7fd4579 /Source/WebCore/css/CSSRule.cpp | |
parent | 8242049005e7219ea9846eff8eff3cead8e2461e (diff) | |
download | external_webkit-6cf7e07ab895af6265850c3df2da05a09977e9a0.zip external_webkit-6cf7e07ab895af6265850c3df2da05a09977e9a0.tar.gz external_webkit-6cf7e07ab895af6265850c3df2da05a09977e9a0.tar.bz2 |
Modify BrowserFrame.requestClientCert() to take the host and port as a String
Currently we get the host and port from Chromium as a std::string, convert to a
jbyte array to pass over JNI, then convert to String. It's simpler to convert
directly to jstring and to pass that over JNI.
This also fixes the fact that WebFrame::requestClientCert() fails to call
ReleaseByteArrayElements().
Requires https://android-git.corp.google.com/g/141238
in frameworks/base.
Bug: 5442710
Change-Id: If81fdef338ecdf2debeece0ebb9926bd261ae219
Diffstat (limited to 'Source/WebCore/css/CSSRule.cpp')
0 files changed, 0 insertions, 0 deletions