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

Issue 2779843006: Add favicon view to ContentSuggestionsArticle (Closed)

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

Description

Add favicon view to ContentSuggestionsArticle BUG=706427 Review-Url: https://codereview.chromium.org/2779843006 Cr-Commit-Position: refs/heads/master@{#461411} Committed: https://chromium.googlesource.com/chromium/src/+/ca7e8fffb3a38d5fdb83f987cb2bc3f8c9909a8a

Patch Set 1 #

Patch Set 2 : Fix build.gn #

Total comments: 2

Patch Set 3 : Rebase #

Total comments: 10

Patch Set 4 : Rebase #

Patch Set 5 : Remove comments #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -4 lines) Patch
M ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.h View 3 chunks +6 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm View 1 2 3 4 5 11 chunks +42 lines, -4 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 23 (10 generated)
gambard
PTAL.
3 years, 8 months ago (2017-03-29 12:18:02 UTC) #2
lpromero
https://codereview.chromium.org/2779843006/diff/20001/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn File ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn (right): https://codereview.chromium.org/2779843006/diff/20001/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn#newcode29 ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn:29: "//ios/chrome/browser/favicon", Don't you miss //ios/chrome/browser/ui/favicon for FaviconViewNew? As we ...
3 years, 8 months ago (2017-03-29 14:05:14 UTC) #4
gambard
Thanks, PTAL. https://codereview.chromium.org/2779843006/diff/20001/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn File ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn (right): https://codereview.chromium.org/2779843006/diff/20001/ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn#newcode29 ios/chrome/browser/ui/content_suggestions/cells/BUILD.gn:29: "//ios/chrome/browser/favicon", On 2017/03/29 14:05:14, lpromero wrote: > ...
3 years, 8 months ago (2017-03-29 14:17:42 UTC) #5
lpromero
lgtm https://codereview.chromium.org/2779843006/diff/40001/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm File ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm (right): https://codereview.chromium.org/2779843006/diff/40001/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm#newcode23 ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm:23: // When updating this, make sure to update ...
3 years, 8 months ago (2017-03-29 14:33:01 UTC) #6
Olivier
https://codereview.chromium.org/2779843006/diff/40001/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm File ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm (right): https://codereview.chromium.org/2779843006/diff/40001/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm#newcode25 ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm:25: // When updating this, make sure to update |layoutSubviews|. ...
3 years, 8 months ago (2017-03-29 14:38:25 UTC) #7
gambard
Thanks, PTAL. https://codereview.chromium.org/2779843006/diff/40001/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm File ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm (right): https://codereview.chromium.org/2779843006/diff/40001/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm#newcode23 ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm:23: // When updating this, make sure to ...
3 years, 8 months ago (2017-03-29 16:25:14 UTC) #9
lpromero
https://codereview.chromium.org/2779843006/diff/40001/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm File ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm (right): https://codereview.chromium.org/2779843006/diff/40001/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm#newcode23 ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm:23: // When updating this, make sure to update |layoutSubviews|. ...
3 years, 8 months ago (2017-03-29 16:35:47 UTC) #10
gambard
https://codereview.chromium.org/2779843006/diff/40001/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm File ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm (right): https://codereview.chromium.org/2779843006/diff/40001/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm#newcode23 ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm:23: // When updating this, make sure to update |layoutSubviews|. ...
3 years, 8 months ago (2017-03-30 06:52:24 UTC) #11
Olivier
lgtm
3 years, 8 months ago (2017-03-31 08:47:27 UTC) #12
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/2779843006/80001
3 years, 8 months ago (2017-04-03 11:10:33 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/182458) ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 8 months ago (2017-04-03 11:12:24 UTC) #17
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/2779843006/100001
3 years, 8 months ago (2017-04-03 11:15:23 UTC) #20
commit-bot: I haz the power
3 years, 8 months ago (2017-04-03 12:16:02 UTC) #23
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/ca7e8fffb3a38d5fdb83f987cb2b...

Powered by Google App Engine
This is Rietveld 408576698