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

Unified Diff: third_party/leveldatabase/README.chromium

Issue 793423002: Rolling to leveldb rev which reuses manifest/log. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/leveldatabase/README.chromium
diff --git a/third_party/leveldatabase/README.chromium b/third_party/leveldatabase/README.chromium
index 5d598d7bd615ac266a3691191090fb9f3b78d7c6..8990c9fb3b2d42b9d7f02d02e64668a1802a28e5 100644
--- a/third_party/leveldatabase/README.chromium
+++ b/third_party/leveldatabase/README.chromium
@@ -1,6 +1,6 @@
Name: LevelDB: A Fast Persistent Key-Value Store
Short Name: leveldb
-URL: http://code.google.com/p/leveldb/
+URL: https://github.com/google/leveldb.git
Version: r80
dgrogan 2014/12/11 20:01:53 This doesn't make sense now that we're pulling int
cmumford 2014/12/12 00:37:46 I agree. I will try to get to the bottom of this w
License: New BSD
License File: src/LICENSE
@@ -19,8 +19,6 @@ Local Additions:
chrome primitives in place of some posix primitives
* env_idb.h allows IndexedDB to emit uma stats under separate histograms from
other LevelDB consumers.
-* ChromiumEnv wraps low-level I/O calls that may be interrupted with a
- HANDLE_EINTR macro that retries the call.
* TRACE macros/thread name for chrome://tracing diagnostics
* Handle in-process exclusive file locks, based on src/util/env_posix.cc
* Unit tests for the Chromium environment.
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698