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

Issue 947563002: Add prefetch support to AffiliationBackend. (Closed)

Created:
5 years, 10 months ago by engedy
Modified:
5 years, 9 months ago
Reviewers:
Mike West
CC:
chromium-reviews, gcasto+watchlist_chromium.org, mkwst+watchlist-passwords_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add prefetch support to AffiliationBackend. BUG=437865 Committed: https://crrev.com/bce04057f25553eb353f167fa0f578947c4cf397 Cr-Commit-Position: refs/heads/master@{#319941}

Patch Set 1 #

Patch Set 2 : Extended tests, clean ups. #

Patch Set 3 : Check number of FacetManagers in tests, tiny cleanups. #

Total comments: 10

Patch Set 4 : Comment phrasing. #

Patch Set 5 : Comment phrasing. #

Total comments: 20

Patch Set 6 : Addressed comments, completely reworked tests. #

Total comments: 14

Patch Set 7 : Addressed some comments. #

Patch Set 8 : Remove 'stale' accessor, cleaned up timelines for tests, extended/fixed some tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2071 lines, -160 lines) Patch
M components/components_tests.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M components/password_manager/core/browser/affiliation_backend.h View 1 2 3 4 5 3 chunks +18 lines, -5 lines 0 comments Download
M components/password_manager/core/browser/affiliation_backend.cc View 1 6 chunks +47 lines, -18 lines 0 comments Download
M components/password_manager/core/browser/affiliation_backend_unittest.cc View 1 2 3 4 5 6 12 chunks +346 lines, -60 lines 0 comments Download
M components/password_manager/core/browser/affiliation_service.h View 1 2 3 4 5 3 chunks +10 lines, -12 lines 0 comments Download
M components/password_manager/core/browser/affiliation_service.cc View 1 2 3 4 5 1 chunk +2 lines, -6 lines 0 comments Download
M components/password_manager/core/browser/affiliation_service_unittest.cc View 1 2 3 4 5 4 chunks +4 lines, -3 lines 0 comments Download
M components/password_manager/core/browser/affiliation_utils.h View 1 2 3 4 5 1 chunk +5 lines, -1 line 0 comments Download
M components/password_manager/core/browser/affiliation_utils.cc View 1 2 3 4 5 1 chunk +8 lines, -8 lines 0 comments Download
M components/password_manager/core/browser/facet_manager.h View 1 2 3 4 5 6 7 6 chunks +63 lines, -18 lines 0 comments Download
M components/password_manager/core/browser/facet_manager.cc View 1 2 3 4 5 6 7 4 chunks +158 lines, -19 lines 0 comments Download
M components/password_manager/core/browser/facet_manager_host.h View 2 chunks +5 lines, -10 lines 0 comments Download
A components/password_manager/core/browser/facet_manager_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1404 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (6 generated)
engedy
Mike, could you please take a look. I would also welcome comments regarding how to ...
5 years, 10 months ago (2015-02-24 11:59:14 UTC) #3
Mike West
https://codereview.chromium.org/947563002/diff/60001/components/password_manager/core/browser/affiliation_backend_unittest.cc File components/password_manager/core/browser/affiliation_backend_unittest.cc (right): https://codereview.chromium.org/947563002/diff/60001/components/password_manager/core/browser/affiliation_backend_unittest.cc#newcode120 components/password_manager/core/browser/affiliation_backend_unittest.cc:120: GetAffiliations(mock_consumer(), facet_uri, true /* cached_only */); Nit: In a ...
5 years, 10 months ago (2015-02-24 13:27:01 UTC) #4
Mike West
(Sorry, hit send accidentally... not done reviewing at all)
5 years, 10 months ago (2015-02-24 13:27:23 UTC) #5
Mike West
The code, generally, looks great. I don't think the tests are unreadable, but I think ...
5 years, 10 months ago (2015-02-25 10:33:06 UTC) #6
engedy
I have reworked the unit tests completely. I have uploaded the whole to this CL, ...
5 years, 9 months ago (2015-03-10 11:01:01 UTC) #7
Mike West
At first glance, the diff between patchset 5 and 6 looks totally reasonable, and the ...
5 years, 9 months ago (2015-03-10 11:10:28 UTC) #8
Mike West
Got this far before meeting. More in 30m. https://codereview.chromium.org/947563002/diff/120001/components/password_manager/core/browser/facet_manager_unittest.cc File components/password_manager/core/browser/facet_manager_unittest.cc (right): https://codereview.chromium.org/947563002/diff/120001/components/password_manager/core/browser/facet_manager_unittest.cc#newcode47 components/password_manager/core/browser/facet_manager_unittest.cc:47: } ...
5 years, 9 months ago (2015-03-10 11:58:29 UTC) #9
Mike West
You're a super methodical coder, Balzas. Thank you. :) The code changes certainly LGTM, this ...
5 years, 9 months ago (2015-03-10 13:32:36 UTC) #10
engedy
Thanks for reviewing! I have addressed your comments as per offline discussion, and I think ...
5 years, 9 months ago (2015-03-10 15:09:47 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/947563002/200001
5 years, 9 months ago (2015-03-10 17:53:10 UTC) #16
commit-bot: I haz the power
Committed patchset #8 (id:200001)
5 years, 9 months ago (2015-03-10 19:24:52 UTC) #17
commit-bot: I haz the power
5 years, 9 months ago (2015-03-10 19:25:47 UTC) #18
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/bce04057f25553eb353f167fa0f578947c4cf397
Cr-Commit-Position: refs/heads/master@{#319941}

Powered by Google App Engine
This is Rietveld 408576698