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

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 review comments, streamline tests and allow them to operate on in-memory databases. Created 8 years, 10 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..6b6e37e8135e38655ef628dd5fa5f0c15d5fa835
--- /dev/null
+++ b/webkit/data/dom_storage/README.txt
@@ -0,0 +1,4 @@
+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.

Powered by Google App Engine
This is Rietveld 408576698