OSDN Git Service

SSL-related cleanup in BrowserFrame and SslCertLookupTable
authorSteve Block <steveblock@google.com>
Tue, 4 Oct 2011 10:22:11 +0000 (11:22 +0100)
committerSteve Block <steveblock@google.com>
Wed, 5 Oct 2011 12:32:32 +0000 (13:32 +0100)
commitbf52c0ea10482ad761e4fbc8ce07e9517b8541f6
tree381da2270af7402b91478adc06f1920c048fb47b
parent270a3c806224403dd48cb7c721693f565d9a0595
SSL-related cleanup in BrowserFrame and SslCertLookupTable

- Fix a comment in BrowserFrame.certificate()
- Simplify SslCertLookupTable by not storing 'deny' decisions.
  We only need to store 'allow' decisions, as we don't re-use 'deny' decisions.

No change in behaviour.

Bug: 5409251
Change-Id: I447cd1966fbb6c2dea8088b2e4c4e2de22405cb9
core/java/android/webkit/BrowserFrame.java
core/java/android/webkit/SslCertLookupTable.java