DOMStorage: Remove support for V1 database schema.
The V2 schema was introduced in WebKit on 2011-07-15, in https://bugs.webkit.org/show_bug.cgi?id=58762. Removing support for the V1 schema allows us to remove the plumbing for a SQLite feature that no other part of the codebase uses. This CL does mean that a hypothetical user who hasn't upgraded Chrome for 7 years and suddenly upgrades will have their DOM storage reset. We generally support database schemas up to 2 years old, so this hypothetical user will most likely start with a clean slate anyways. Change-Id: I8e21c525a114ed1da856af5c393d62a0ad8cfb1c Reviewed-on: https://chromium-review.googlesource.com/1146280Reviewed-by:Daniel Murphy <dmurph@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#577266}
Showing
Please register or sign in to comment