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

Issue 11306005: Download large icon if available when creating secondary tiles on Windows 8. (Closed)

Created:
8 years, 1 month ago by benwells
Modified:
8 years, 1 month ago
Reviewers:
sky
CC:
chromium-reviews, koz (OOO until 15th September), jeremya, tapted
Visibility:
Public.

Description

Download large icon if available when creating secondary tiles on Windows 8. This also fixes a couple of bugs with the background color calculation, where the lightness limit was invalid and the color of transparent pixels were being taken into account. BUG=140942 TEST=Test sites with large favicons available (e.g. google.com, youtube.com) use them in their secondary tile. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=164878

Patch Set 1 : #

Total comments: 10

Patch Set 2 : Rebase #

Patch Set 3 : Feedback #

Total comments: 10

Patch Set 4 : Feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+264 lines, -64 lines) Patch
M chrome/browser/ui/metro_pin_tab_helper_win.h View 1 2 3 2 chunks +27 lines, -5 lines 0 comments Download
M chrome/browser/ui/metro_pin_tab_helper_win.cc View 1 2 3 11 chunks +237 lines, -59 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
benwells
8 years, 1 month ago (2012-10-26 13:25:49 UTC) #1
sky
http://codereview.chromium.org/11306005/diff/2001/chrome/browser/ui/metro_pin_tab_helper_win.cc File chrome/browser/ui/metro_pin_tab_helper_win.cc (right): http://codereview.chromium.org/11306005/diff/2001/chrome/browser/ui/metro_pin_tab_helper_win.cc#newcode158 chrome/browser/ui/metro_pin_tab_helper_win.cc:158: class MetroPinTabHelper::PagePinner How come this is ref counted? http://codereview.chromium.org/11306005/diff/2001/chrome/browser/ui/metro_pin_tab_helper_win.cc#newcode169 ...
8 years, 1 month ago (2012-10-26 20:01:15 UTC) #2
benwells
As discussed on chat I've separated things out. It feels nicer like this and there ...
8 years, 1 month ago (2012-10-29 06:38:41 UTC) #3
sky
http://codereview.chromium.org/11306005/diff/9001/chrome/browser/ui/metro_pin_tab_helper_win.cc File chrome/browser/ui/metro_pin_tab_helper_win.cc (right): http://codereview.chromium.org/11306005/diff/9001/chrome/browser/ui/metro_pin_tab_helper_win.cc#newcode189 chrome/browser/ui/metro_pin_tab_helper_win.cc:189: : title_(title), url_(url), favicon_(favicon) {} Since you wrapped the ...
8 years, 1 month ago (2012-10-29 15:06:41 UTC) #4
benwells
http://codereview.chromium.org/11306005/diff/9001/chrome/browser/ui/metro_pin_tab_helper_win.cc File chrome/browser/ui/metro_pin_tab_helper_win.cc (right): http://codereview.chromium.org/11306005/diff/9001/chrome/browser/ui/metro_pin_tab_helper_win.cc#newcode189 chrome/browser/ui/metro_pin_tab_helper_win.cc:189: : title_(title), url_(url), favicon_(favicon) {} On 2012/10/29 15:06:41, sky ...
8 years, 1 month ago (2012-10-29 23:20:44 UTC) #5
sky
LGTM - but could you wait on http://codereview.chromium.org/11232068/ . It should simplify your code.
8 years, 1 month ago (2012-10-29 23:52:31 UTC) #6
benwells
On 2012/10/29 23:52:31, sky wrote: > LGTM - but could you wait on http://codereview.chromium.org/11232068/ . ...
8 years, 1 month ago (2012-10-30 00:37:19 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/11306005/7002
8 years, 1 month ago (2012-10-30 01:23:58 UTC) #8
commit-bot: I haz the power
Retried try job too often for step(s) browser_tests
8 years, 1 month ago (2012-10-30 06:33:12 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/11306005/7002
8 years, 1 month ago (2012-10-30 06:40:57 UTC) #10
commit-bot: I haz the power
8 years, 1 month ago (2012-10-30 08:36:19 UTC) #11
Change committed as 164878

Powered by Google App Engine
This is Rietveld 408576698