dbus: Property<>.value() should be const
[chromium-blink-merge.git] / third_party / leveldatabase / README.chromium
blobdf508e7972d5e47ed8993b4066b237be5502c138
1 Name: LevelDB: A Fast Persistent Key-Value Store
2 Short Name: leveldb
3 URL: http://code.google.com/p/leveldb/
4 Version: r58
5 License: New BSD
6 Security Critical: yes
8 Description:
9 Alternative to SQLite used as the backend for IndexedDB and internally by the
10 FileSystem API implementation and others.
12 Local Additions:
13 * gyp file for building in chromium
14 * port/port_chromium.{h,cc} and env_chromium.cc provide chromium implementations
15   of primitives used by leveldb.  E.g. threading, file handling, etc.