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

Side by Side Diff: third_party/leveldatabase/README.chromium

Issue 11098057: Turn on LevelDB logging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comment Created 8 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Name: LevelDB: A Fast Persistent Key-Value Store 1 Name: LevelDB: A Fast Persistent Key-Value Store
2 Short Name: leveldb 2 Short Name: leveldb
3 URL: http://code.google.com/p/leveldb/ 3 URL: http://code.google.com/p/leveldb/
4 Version: r68 4 Version: r68
5 License: New BSD 5 License: New BSD
6 License File: src/LICENSE 6 License File: src/LICENSE
7 Security Critical: yes 7 Security Critical: yes
8 8
9 Description: 9 Description:
10 Alternative to SQLite used as the backend for IndexedDB and internally by the 10 Alternative to SQLite used as the backend for IndexedDB and internally by the
11 FileSystem API implementation and others. 11 FileSystem API implementation and others.
12 12
13 Local Additions: 13 Local Additions:
14 * gyp file for building in chromium 14 * gyp file for building in chromium
15 * port/port_chromium.{h,cc} and env_chromium.cc provide chromium implementations 15 * port/port_chromium.{h,cc} and env_chromium.cc provide chromium implementations
16 of primitives used by leveldb. E.g. threading, file handling, etc. 16 of primitives used by leveldb. E.g. threading, file handling, etc.
17 * chromium_logger.h was copied from src/util/posix_logger.h and updated to use
18 chrome primitives in place of some posix primitives
OLDNEW
« no previous file with comments | « content/browser/in_process_webkit/indexed_db_browsertest.cc ('k') | third_party/leveldatabase/chromium_logger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698