commit | c38afb6d0a2e3a7dca2604d35f2965a5c92e53e4 | [log] [tgz] |
---|---|---|
author | Chris Mumford <[email protected]> | Mon Oct 09 17:55:08 2017 |
committer | Commit Bot <[email protected]> | Mon Oct 09 17:55:08 2017 |
tree | f0e541b025e8ba60f033eedf3b485db0fde30807 | |
parent | 2a6d05c40c3d417ca52cf24880da8978eb87fce9 [diff] |
leveldb: Add leveldb_chrome::NewMemEnv. Calling leveldb_chrome::NewMemEnv() is identical to calling leveldb::NewMemEnv. This change is being made to facilitate these future changes: 1) Conversion of leveldatabase to a component, (issue 764810). 2) Minimize caching for in-memory DBs, (issue 761398). 3) Reporting memory Env use to memory-infra, (issue 750803). This change is a subset of http://crrev.com/c/647329 (reverted) without the changes related to (2) above. [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] TBRing reviewers: [email protected]: chrome/browser/extensions/api/sync_file_system/* chrome/browser/sync_file_system/* content/browser/service_worker/service_worker_database.cc [email protected]: components/data_reduction_proxy/core/browser/data_store_impl.cc [email protected]: components/leveldb_proto/* [email protected]: components/sync/model_impl/model_type_store_backend.cc [email protected]: content/browser/notifications/* [email protected]: storage/browser/fileapi/quota/quota_backend_impl_unittest.cc [email protected]: PRESUBMIT.py Bug: 764810 Change-Id: I1fe456e5a1f8f02390648d578faf2be20148ead2 Reviewed-on: https://chromium-review.googlesource.com/703930 Commit-Queue: Chris Mumford <[email protected]> Reviewed-by: Victor Costan <[email protected]> Cr-Commit-Position: refs/heads/master@{#507406}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .