Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: webkit/data/dom_storage/README.txt

Issue 9159020: Create a class to represent a DOM Storage Database. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address comments and add handling of a corrupt database file in LazyOpen Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/data/dom_storage/README.txt
diff --git a/webkit/data/dom_storage/README.txt b/webkit/data/dom_storage/README.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7c6c271e67ea2f11c9298ab9e5923043891bfbdc
--- /dev/null
+++ b/webkit/data/dom_storage/README.txt
@@ -0,0 +1,7 @@
+webcore_test_database.localstorage - This is a sample local storage database
+ generated by Chromium 17.0.963.38 beta (using the WebCore DOM Storage
+ backend). It is used in webkit/dom_storage/dom_storage_database_unittest.cc
+ to verify that the Chromium backend can read a WebCore generated database.
+not_a_database.localstorage - This is definitely not a SQLite database. Used
+ by dom_storage_database_unittest.cc to verify that DomStorageDatabase can
+ handle the case we attempt to open a corrupted or invalid database file.

Powered by Google App Engine
This is Rietveld 408576698