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

Issue 2697043005: Use component ImageFetcher instead of iOS one. (Closed)

Created:
3 years, 10 months ago by gambard
Modified:
3 years, 10 months ago
CC:
chromium-reviews, marq+watch_chromium.org, pkl (ping after 24h if needed), noyau+watch_chromium.org, ntp-dev+reviews_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use component ImageFetcher instead of iOS one. The ImageFetcher used in iOS is equivalent to the ImageFetcher used in components with the iOS ImageDecoder. BUG=689020 Review-Url: https://codereview.chromium.org/2697043005 Cr-Commit-Position: refs/heads/master@{#451610} Committed: https://chromium.googlesource.com/chromium/src/+/e91c63172c67544b11170de90e82dcd71a0f5799

Patch Set 1 #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -158 lines) Patch
M ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc View 5 chunks +7 lines, -4 lines 5 comments Download
M ios/chrome/browser/suggestions/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
D ios/chrome/browser/suggestions/image_fetcher_impl.h View 1 chunk +0 lines, -64 lines 0 comments Download
D ios/chrome/browser/suggestions/image_fetcher_impl.mm View 1 chunk +0 lines, -84 lines 0 comments Download
M ios/chrome/browser/suggestions/suggestions_service_factory.mm View 3 chunks +10 lines, -4 lines 2 comments Download

Messages

Total messages: 19 (6 generated)
gambard
PTAL. https://codereview.chromium.org/2697043005/diff/1/ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc File ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc (right): https://codereview.chromium.org/2697043005/diff/1/ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc#newcode169 ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc:169: CreateIOSImageDecoder(web::WebThread::GetBlockingPool()), I have used the same pool as ...
3 years, 10 months ago (2017-02-17 08:16:09 UTC) #2
Marc Treib
Nice! Drive-by non-owners LGTM :)
3 years, 10 months ago (2017-02-17 09:40:04 UTC) #4
noyau (Ping after 24h)
https://codereview.chromium.org/2697043005/diff/1/ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc File ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc (right): https://codereview.chromium.org/2697043005/diff/1/ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc#newcode169 ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc:169: CreateIOSImageDecoder(web::WebThread::GetBlockingPool()), On 2017/02/17 08:16:09, gambard wrote: > I have ...
3 years, 10 months ago (2017-02-17 10:04:18 UTC) #5
Marc Treib
https://codereview.chromium.org/2697043005/diff/1/ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc File ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc (right): https://codereview.chromium.org/2697043005/diff/1/ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc#newcode169 ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc:169: CreateIOSImageDecoder(web::WebThread::GetBlockingPool()), On 2017/02/17 10:04:18, noyau wrote: > On 2017/02/17 ...
3 years, 10 months ago (2017-02-17 10:10:31 UTC) #6
gambard
https://codereview.chromium.org/2697043005/diff/1/ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc File ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc (right): https://codereview.chromium.org/2697043005/diff/1/ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc#newcode169 ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc:169: CreateIOSImageDecoder(web::WebThread::GetBlockingPool()), On 2017/02/17 10:04:18, noyau wrote: > On 2017/02/17 ...
3 years, 10 months ago (2017-02-17 10:11:16 UTC) #7
Marc Treib
https://codereview.chromium.org/2697043005/diff/1/ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc File ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc (right): https://codereview.chromium.org/2697043005/diff/1/ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc#newcode169 ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc:169: CreateIOSImageDecoder(web::WebThread::GetBlockingPool()), On 2017/02/17 10:11:16, gambard wrote: > On 2017/02/17 ...
3 years, 10 months ago (2017-02-17 10:13:19 UTC) #8
justincohen
https://codereview.chromium.org/2697043005/diff/1/ios/chrome/browser/suggestions/suggestions_service_factory.mm File ios/chrome/browser/suggestions/suggestions_service_factory.mm (right): https://codereview.chromium.org/2697043005/diff/1/ios/chrome/browser/suggestions/suggestions_service_factory.mm#newcode102 ios/chrome/browser/suggestions/suggestions_service_factory.mm:102: nit remove new spaces
3 years, 10 months ago (2017-02-17 14:24:31 UTC) #9
gambard
Thanks, PTAL. https://codereview.chromium.org/2697043005/diff/1/ios/chrome/browser/suggestions/suggestions_service_factory.mm File ios/chrome/browser/suggestions/suggestions_service_factory.mm (right): https://codereview.chromium.org/2697043005/diff/1/ios/chrome/browser/suggestions/suggestions_service_factory.mm#newcode102 ios/chrome/browser/suggestions/suggestions_service_factory.mm:102: On 2017/02/17 14:24:31, justincohen wrote: > nit ...
3 years, 10 months ago (2017-02-17 14:26:01 UTC) #10
gambard
+sdefresne, PTAL.
3 years, 10 months ago (2017-02-20 10:32:12 UTC) #12
sdefresne
lgtm
3 years, 10 months ago (2017-02-20 10:35:16 UTC) #13
gambard
Thanks!
3 years, 10 months ago (2017-02-20 10:35:38 UTC) #14
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/2697043005/1
3 years, 10 months ago (2017-02-20 10:35:54 UTC) #16
commit-bot: I haz the power
3 years, 10 months ago (2017-02-20 13:02:41 UTC) #19
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/e91c63172c67544b11170de90e82...

Powered by Google App Engine
This is Rietveld 408576698