diff options
author | benm@chromium.org <benm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-10 13:31:59 +0000 |
---|---|---|
committer | benm@chromium.org <benm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-10 13:31:59 +0000 |
commit | 98b6f8b1b8f96602e74d431eff2296c582b01275 (patch) | |
tree | 9074ed279c02247caca0e58bd28f720fa350e484 /webkit/tools | |
parent | 9517c6326e123542fab29f20874dcdd8d48d7f83 (diff) | |
download | chromium_src-98b6f8b1b8f96602e74d431eff2296c582b01275.zip chromium_src-98b6f8b1b8f96602e74d431eff2296c582b01275.tar.gz chromium_src-98b6f8b1b8f96602e74d431eff2296c582b01275.tar.bz2 |
Create a class to represent a Dom Storage Database.
Add a class that can read/write a local storage database in the same format as WebCore's StorageArea.
Also add a method to sql::Statement to query the declared type of a column and a method to return a string16 from a Blob.
BUG=106763
Review URL: http://codereview.chromium.org/9159020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gypi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi index 5e2b49b..787b403 100644 --- a/webkit/tools/test_shell/test_shell.gypi +++ b/webkit/tools/test_shell/test_shell.gypi @@ -1,4 +1,4 @@ -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -405,6 +405,7 @@ '../../database/database_util_unittest.cc', '../../database/quota_table_unittest.cc', '../../dom_storage/dom_storage_area_unittest.cc', + '../../dom_storage/dom_storage_database_unittest.cc', '../../dom_storage/dom_storage_map_unittest.cc', '../../fileapi/file_system_directory_database_unittest.cc', '../../fileapi/file_system_file_util_unittest.cc', |