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

Issue 864963004: Implement an ObjC wrapper for fetching account chooser avatar images. (Closed)

Created:
5 years, 10 months ago by dconnelly
Modified:
5 years, 9 months ago
Reviewers:
groby-ooo-7-16
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement an ObjC wrapper for fetching account chooser avatar images. Depends on https://codereview.chromium.org/878743007/ BUG=448011 Committed: https://crrev.com/544576f1a93a472f178f9e7da558b7dd685b7781 Cr-Commit-Position: refs/heads/master@{#319249}

Patch Set 1 #

Total comments: 2

Patch Set 2 : simplify cleanup with std::remove #

Patch Set 3 : fix memory stomping #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -0 lines) Patch
A chrome/browser/ui/cocoa/passwords/account_avatar_fetcher_manager.h View 1 chunk +33 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/passwords/account_avatar_fetcher_manager.mm View 2 1 chunk +85 lines, -0 lines 2 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (6 generated)
dconnelly
5 years, 10 months ago (2015-02-06 16:15:25 UTC) #2
groby-ooo-7-16
Why do we need something that's different from ImageFetcher?
5 years, 10 months ago (2015-02-06 16:31:09 UTC) #3
dconnelly
On 2015/02/06 16:31:09, groby wrote: > Why do we need something that's different from ImageFetcher? ...
5 years, 10 months ago (2015-02-09 14:50:57 UTC) #4
groby-ooo-7-16
LGTM w/nit https://codereview.chromium.org/864963004/diff/1/chrome/browser/ui/cocoa/passwords/account_avatar_fetcher_manager.mm File chrome/browser/ui/cocoa/passwords/account_avatar_fetcher_manager.mm (right): https://codereview.chromium.org/864963004/diff/1/chrome/browser/ui/cocoa/passwords/account_avatar_fetcher_manager.mm#newcode80 chrome/browser/ui/cocoa/passwords/account_avatar_fetcher_manager.mm:80: auto it = std::find(bridges_.begin(), bridges_.end(), bridge); You ...
5 years, 10 months ago (2015-02-12 01:07:57 UTC) #5
dconnelly
https://codereview.chromium.org/864963004/diff/1/chrome/browser/ui/cocoa/passwords/account_avatar_fetcher_manager.mm File chrome/browser/ui/cocoa/passwords/account_avatar_fetcher_manager.mm (right): https://codereview.chromium.org/864963004/diff/1/chrome/browser/ui/cocoa/passwords/account_avatar_fetcher_manager.mm#newcode80 chrome/browser/ui/cocoa/passwords/account_avatar_fetcher_manager.mm:80: auto it = std::find(bridges_.begin(), bridges_.end(), bridge); On 2015/02/12 01:07:57, ...
5 years, 10 months ago (2015-02-17 10:17:47 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/864963004/20001
5 years, 10 months ago (2015-02-17 10:18:46 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/43143)
5 years, 10 months ago (2015-02-17 10:23:31 UTC) #11
dconnelly
https://codereview.chromium.org/864963004/diff/60001/chrome/browser/ui/cocoa/passwords/account_avatar_fetcher_manager.mm File chrome/browser/ui/cocoa/passwords/account_avatar_fetcher_manager.mm (right): https://codereview.chromium.org/864963004/diff/60001/chrome/browser/ui/cocoa/passwords/account_avatar_fetcher_manager.mm#newcode80 chrome/browser/ui/cocoa/passwords/account_avatar_fetcher_manager.mm:80: auto it = std::find(bridges_.begin(), bridges_.end(), bridge); It turns out ...
5 years, 10 months ago (2015-02-19 10:37:12 UTC) #13
groby-ooo-7-16
Still LGTM https://codereview.chromium.org/864963004/diff/60001/chrome/browser/ui/cocoa/passwords/account_avatar_fetcher_manager.mm File chrome/browser/ui/cocoa/passwords/account_avatar_fetcher_manager.mm (right): https://codereview.chromium.org/864963004/diff/60001/chrome/browser/ui/cocoa/passwords/account_avatar_fetcher_manager.mm#newcode80 chrome/browser/ui/cocoa/passwords/account_avatar_fetcher_manager.mm:80: auto it = std::find(bridges_.begin(), bridges_.end(), bridge); On ...
5 years, 10 months ago (2015-02-19 17:07:20 UTC) #14
chromium-reviews
No problem, I didn't know either. On Thu Feb 19 2015 at 6:07:21 PM <groby@chromium.org> ...
5 years, 10 months ago (2015-02-20 09:27:31 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/864963004/60001
5 years, 9 months ago (2015-03-05 08:55:32 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:60001)
5 years, 9 months ago (2015-03-05 13:16:56 UTC) #18
commit-bot: I haz the power
5 years, 9 months ago (2015-03-05 13:17:34 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/544576f1a93a472f178f9e7da558b7dd685b7781
Cr-Commit-Position: refs/heads/master@{#319249}

Powered by Google App Engine
This is Rietveld 408576698