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

Issue 10912088: favicon handler: Consider all frames when receiving favicons from the history db (Closed)

Created:
8 years, 3 months ago by Nico
Modified:
8 years, 3 months ago
Reviewers:
pkotwicz, sky
CC:
chromium-reviews, pkotwicz
Visibility:
Public.

Description

favicon handler: Consider all frames when receiving favicons from the history db Also use SelectFaviconFrames() for resizing. This is a prerequisite for serving hidpi favicons for (most) webui pages. BUG=145228 TEST=On a retina mac, go to a webui page. The favicon is now pixel-scaled instead of linearly interpolated. Go to any page where the favicon is served from history. The same happens here. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=154957

Patch Set 1 #

Total comments: 2

Patch Set 2 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -26 lines) Patch
M chrome/browser/favicon/favicon_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/favicon/favicon_handler.cc View 1 5 chunks +11 lines, -6 lines 0 comments Download
M chrome/browser/favicon/favicon_service.cc View 1 2 chunks +6 lines, -16 lines 0 comments Download
M chrome/browser/favicon/favicon_tab_helper.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/favicon/favicon_util.h View 1 2 chunks +17 lines, -0 lines 0 comments Download
M chrome/browser/favicon/favicon_util.cc View 1 2 chunks +29 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Nico
8 years, 3 months ago (2012-09-04 22:54:17 UTC) #1
sky
Peter is working on getting all this working. Better to have him review this.
8 years, 3 months ago (2012-09-04 23:24:08 UTC) #2
pkotwicz
LGTM with nits http://codereview.chromium.org/10912088/diff/1/chrome/browser/favicon/favicon_handler.cc File chrome/browser/favicon/favicon_handler.cc (right): http://codereview.chromium.org/10912088/diff/1/chrome/browser/favicon/favicon_handler.cc#newcode237 chrome/browser/favicon/favicon_handler.cc:237: const std::vector<history::FaviconBitmapResult>& favicon_bitmap_results) { Nit: Can ...
8 years, 3 months ago (2012-09-05 14:08:46 UTC) #3
Nico
Thanks! https://chromiumcodereview.appspot.com/10912088/diff/1/chrome/browser/favicon/favicon_handler.cc File chrome/browser/favicon/favicon_handler.cc (right): https://chromiumcodereview.appspot.com/10912088/diff/1/chrome/browser/favicon/favicon_handler.cc#newcode237 chrome/browser/favicon/favicon_handler.cc:237: const std::vector<history::FaviconBitmapResult>& favicon_bitmap_results) { On 2012/09/05 14:08:46, pkotwicz ...
8 years, 3 months ago (2012-09-05 14:48:54 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/10912088/1004
8 years, 3 months ago (2012-09-05 14:49:09 UTC) #5
sky
8 years, 3 months ago (2012-09-05 14:49:43 UTC) #6
LGTM 2

Powered by Google App Engine
This is Rietveld 408576698