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

Issue 10214008: Revert 133815 - GDataDB support with leveldb. (Closed)

Created:
8 years, 8 months ago by achuithb
Modified:
8 years, 8 months ago
Reviewers:
achuithb
CC:
chromium-reviews, achuith+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Revert 133815 - GDataDB support with leveldb. * Define GDataDB interface with methods to Put, Get and Delete. Also define a path-based iterator. * GDataLevelDB implements GDataDB using leveldb. * Add methods SerializeToString and FromProtoString to serialize GDataEntry to strings and vice versa. * GDataDBTests test Put, Get, Delete for files and directories. * Iterator tests in GDataDBTests. * GDataDBFactory class to create GDataLevelDB instance. TODO: * There is no integration with GDataRootDirectory/GDataFileSystem yet. BUG=chromium-os:29232 TEST=unittests pass. Review URL: https://chromiumcodereview.appspot.com/10168025 TBR=achuith@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=133819

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -736 lines) Patch
D chrome/browser/chromeos/gdata/gdata_db.h View 1 chunk +0 lines, -69 lines 0 comments Download
D chrome/browser/chromeos/gdata/gdata_db_factory.h View 1 chunk +0 lines, -25 lines 0 comments Download
D chrome/browser/chromeos/gdata/gdata_db_factory.cc View 1 chunk +0 lines, -22 lines 0 comments Download
D chrome/browser/chromeos/gdata/gdata_db_unittest.cc View 1 chunk +0 lines, -266 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_files.h View 5 chunks +8 lines, -20 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_files.cc View 7 chunks +6 lines, -64 lines 0 comments Download
D chrome/browser/chromeos/gdata/gdata_leveldb.h View 1 chunk +0 lines, -60 lines 0 comments Download
D chrome/browser/chromeos/gdata/gdata_leveldb.cc View 1 chunk +0 lines, -204 lines 0 comments Download
M chrome/chrome_browser.gypi View 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
achuithb
8 years, 8 months ago (2012-04-25 00:15:23 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698