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

Issue 1160283003: [Offline] Creates metadata store interface for offline pages (Closed)

Created:
5 years, 6 months ago by fgorski
Modified:
5 years, 6 months ago
Reviewers:
Dmitry Titov, blundell
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@offline-pages-1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Offline] Creates metadata store interface for offline pages Offline pages metadata store: * Creates interface for the store * The following actions are available on the store: - AddOfflinePage, - RemoveOfflinePage, - Load, * Updates to the components_unittests to include offline pages BUG=491352 Committed: https://crrev.com/2475986c9476407f0cec00d2eb660b480db30aae Cr-Commit-Position: refs/heads/master@{#333697}

Patch Set 1 : Adding BUILD.gn updates #

Total comments: 4

Patch Set 2 : Removing dependency on levelDB #

Patch Set 3 : Removing Destroy, simplifying callbacks #

Total comments: 6

Patch Set 4 : Addressing feedback #

Total comments: 4

Patch Set 5 : Addressing more feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -3 lines) Patch
M components/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/components_tests.gyp View 1 2 3 4 3 chunks +5 lines, -0 lines 0 comments Download
M components/offline_pages.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M components/offline_pages/BUILD.gn View 1 2 chunks +15 lines, -1 line 0 comments Download
A components/offline_pages/offline_page_metadata_store.h View 1 2 3 4 1 chunk +48 lines, -0 lines 0 comments Download
A components/offline_pages/offline_page_metadata_store.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M components/offline_pages/offline_page_model.h View 1 2 3 4 3 chunks +9 lines, -1 line 0 comments Download
M components/offline_pages/offline_page_model.cc View 1 2 3 4 2 chunks +7 lines, -1 line 0 comments Download
A components/offline_pages/offline_page_model_unittest.cc View 1 2 3 4 1 chunk +68 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (5 generated)
fgorski
PTAL dimich@: components/offline_pages blundell@: components/*.gn and *.gyp Thanks. Filip
5 years, 6 months ago (2015-06-03 18:08:25 UTC) #3
Dmitry Titov
https://codereview.chromium.org/1160283003/diff/20001/components/offline_pages/DEPS File components/offline_pages/DEPS (right): https://codereview.chromium.org/1160283003/diff/20001/components/offline_pages/DEPS#newcode4 components/offline_pages/DEPS:4: "+third_party/leveldatabase", If we can avoid this, it'd be great. ...
5 years, 6 months ago (2015-06-04 00:25:53 UTC) #5
blundell
//components/BUILD.gn and //components/components_tests.gyp lgtm
5 years, 6 months ago (2015-06-04 10:52:55 UTC) #6
fgorski
Dmitry, PTAL, I've followed your recommendation and will submit a patch with implementation in chrome/browser/offline_pages ...
5 years, 6 months ago (2015-06-05 21:28:42 UTC) #7
Dmitry Titov
https://codereview.chromium.org/1160283003/diff/60001/components/offline_pages/offline_page_metadata_store.h File components/offline_pages/offline_page_metadata_store.h (right): https://codereview.chromium.org/1160283003/diff/60001/components/offline_pages/offline_page_metadata_store.h#newcode18 components/offline_pages/offline_page_metadata_store.h:18: // OfflinePageMetadataStore keeps metadata for the offline pages. Would ...
5 years, 6 months ago (2015-06-08 21:47:21 UTC) #8
fgorski
PTAL https://codereview.chromium.org/1160283003/diff/60001/components/offline_pages/offline_page_metadata_store.h File components/offline_pages/offline_page_metadata_store.h (right): https://codereview.chromium.org/1160283003/diff/60001/components/offline_pages/offline_page_metadata_store.h#newcode18 components/offline_pages/offline_page_metadata_store.h:18: // OfflinePageMetadataStore keeps metadata for the offline pages. ...
5 years, 6 months ago (2015-06-09 20:12:18 UTC) #9
Dmitry Titov
Almost there! 2 more: https://codereview.chromium.org/1160283003/diff/80001/components/offline_pages/offline_page_metadata_store.h File components/offline_pages/offline_page_metadata_store.h (right): https://codereview.chromium.org/1160283003/diff/80001/components/offline_pages/offline_page_metadata_store.h#newcode20 components/offline_pages/offline_page_metadata_store.h:20: // asynchronous opertaions when the ...
5 years, 6 months ago (2015-06-09 21:58:05 UTC) #10
fgorski
Addressed https://codereview.chromium.org/1160283003/diff/80001/components/offline_pages/offline_page_metadata_store.h File components/offline_pages/offline_page_metadata_store.h (right): https://codereview.chromium.org/1160283003/diff/80001/components/offline_pages/offline_page_metadata_store.h#newcode20 components/offline_pages/offline_page_metadata_store.h:20: // asynchronous opertaions when the object is being ...
5 years, 6 months ago (2015-06-09 22:11:13 UTC) #11
Dmitry Titov
lgtm
5 years, 6 months ago (2015-06-09 23:24:45 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1160283003/100001
5 years, 6 months ago (2015-06-10 06:42:45 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:100001)
5 years, 6 months ago (2015-06-10 07:45:19 UTC) #16
commit-bot: I haz the power
5 years, 6 months ago (2015-06-10 07:46:16 UTC) #17
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/2475986c9476407f0cec00d2eb660b480db30aae
Cr-Commit-Position: refs/heads/master@{#333697}

Powered by Google App Engine
This is Rietveld 408576698