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

Issue 2410903003: [Offline pages] Adding capability to query a subset of requests based on IDs (Closed)

Created:
4 years, 2 months ago by fgorski
Modified:
4 years, 2 months ago
Reviewers:
Pete Williamson
CC:
chromium-reviews, romax+watch_chromium.org, fgorski+watch_chromium.org, dewittj+watch_chromium.org, petewil+watch_chromium.org, chili+watch_chromium.org, dimich+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Offline pages] Adding capability to query a subset of requests based on IDs * Adding GetRequestsByIds to RequestQueueStore and its implementations * Adding tests for GetRequestsByIds. BUG=630657 Committed: https://crrev.com/906dee0ebd4beaa745d1ac1b425d2d11cf41c2d4 Cr-Commit-Position: refs/heads/master@{#425071}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Formatted and rebased. #

Patch Set 3 : Addressing remaining feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -3 lines) Patch
M components/offline_pages/background/request_queue_in_memory_store.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/offline_pages/background/request_queue_in_memory_store.cc View 1 2 2 chunks +29 lines, -0 lines 0 comments Download
M components/offline_pages/background/request_queue_store.h View 1 chunk +5 lines, -0 lines 0 comments Download
M components/offline_pages/background/request_queue_store_sql.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M components/offline_pages/background/request_queue_store_sql.cc View 1 5 chunks +58 lines, -3 lines 0 comments Download
M components/offline_pages/background/request_queue_store_unittest.cc View 1 2 chunks +60 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (11 generated)
fgorski
Good news: you might like this patch ;)
4 years, 2 months ago (2016-10-11 21:11:40 UTC) #2
Pete Williamson
And I do like it! It might be even cooler if the patch also changed ...
4 years, 2 months ago (2016-10-11 22:16:22 UTC) #7
fgorski
Responded to comments. I'll handle renaming the UpdateCallback separately (there is more thinking that needs ...
4 years, 2 months ago (2016-10-12 20:51:29 UTC) #8
Pete Williamson
https://codereview.chromium.org/2410903003/diff/1/components/offline_pages/background/request_queue_in_memory_store.cc File components/offline_pages/background/request_queue_in_memory_store.cc (right): https://codereview.chromium.org/2410903003/diff/1/components/offline_pages/background/request_queue_in_memory_store.cc#newcode42 components/offline_pages/background/request_queue_in_memory_store.cc:42: if (!processed_ids.insert(request_id).second) On 2016/10/12 20:51:29, fgorski wrote: > On ...
4 years, 2 months ago (2016-10-12 22:23:36 UTC) #9
fgorski
Addressed. https://codereview.chromium.org/2410903003/diff/1/components/offline_pages/background/request_queue_in_memory_store.cc File components/offline_pages/background/request_queue_in_memory_store.cc (right): https://codereview.chromium.org/2410903003/diff/1/components/offline_pages/background/request_queue_in_memory_store.cc#newcode42 components/offline_pages/background/request_queue_in_memory_store.cc:42: if (!processed_ids.insert(request_id).second) On 2016/10/12 22:23:36, Pete Williamson wrote: ...
4 years, 2 months ago (2016-10-12 23:05:30 UTC) #12
Pete Williamson
lgtm
4 years, 2 months ago (2016-10-12 23:13:01 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2410903003/40001
4 years, 2 months ago (2016-10-13 17:04:19 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-10-13 17:11:51 UTC) #18
commit-bot: I haz the power
4 years, 2 months ago (2016-10-13 17:14:42 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/906dee0ebd4beaa745d1ac1b425d2d11cf41c2d4
Cr-Commit-Position: refs/heads/master@{#425071}

Powered by Google App Engine
This is Rietveld 408576698