diff options
author | Ben Murdoch <benm@google.com> | 2011-11-16 19:18:15 +0000 |
---|---|---|
committer | Ben Murdoch <benm@google.com> | 2011-11-16 19:33:21 +0000 |
commit | cd0dd93d13c6442beafe15552dee623ad6016f1e (patch) | |
tree | d453e603327b0dfbb47b47a2832e1c97fafb694d /opengl/java/android/opengl/Texture.java | |
parent | f10daf647004e84235d240bb6471aa0dab61a493 (diff) |
WebViewDatabase v11 for ICS.
Bump WebView database version to 11. This has the following effects:
- Removes the old webview cookie table on GB devices. Cookies are now
managed by the Chromium stack.
- Removes the old webview cache database on GB devices. Cache is now
managed by the Chromium stack.
- Autocomplete form data is now stored/retrieved based on
the URL minus the query string/fragment. Upgrade any existing
form URLs in the database to match this format, so we can
still use them. This will impact GB and HC devices.
This has an unfortunate side effect that we may end up with
duplicate URLs in the formurl table (say we had two URLS for the
same host but with different query strings). Currently we only take
the first url from the table - which is fine when they were
unique. The simplest way to work around this is just iterate all the
rows returned and use all the values we find.
Bug: 5560410
Change-Id: I59323dc5e523969e0a1c268b5936d6fa998d625c
Diffstat (limited to 'opengl/java/android/opengl/Texture.java')
0 files changed, 0 insertions, 0 deletions