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

Issue 10910212: Enable hidpi favicons for favicons history does not know about (Closed)

Created:
8 years, 3 months ago by pkotwicz
Modified:
8 years, 3 months ago
Reviewers:
Nicolas Zea, sky
CC:
chromium-reviews, ncarter (slow), akalin, Raghu Simha, tim (not reviewing), browser-components-watch_chromium.org, sreeram, gideonwald, dominich, David Black, Jered, haitaol1, Shishir, rjkroege, Nico
Visibility:
Public.

Description

Enable hidpi favicons for favicons history does not know about. Bug=130896, 147713 Test=Run chrome in HiDPI mode with a new --user-data-dir Favicons should show up in hidpi for sites which have hidpi favicons. Favicons should stay hidpi after sync updates. (I tested this by changing the title of the bookmark of "amazon.com") Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156478

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : Fix FaviconHandlerTest.* #

Total comments: 1

Patch Set 5 : #

Total comments: 1

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -95 lines) Patch
M chrome/browser/bookmarks/bookmark_html_writer_unittest.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/favicon/favicon_handler.h View 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/browser/favicon/favicon_handler.cc View 1 2 3 4 5 6 3 chunks +14 lines, -13 lines 0 comments Download
M chrome/browser/favicon/favicon_handler_unittest.cc View 1 2 3 1 chunk +8 lines, -5 lines 0 comments Download
M chrome/browser/favicon/favicon_service.h View 1 2 3 chunks +68 lines, -20 lines 0 comments Download
M chrome/browser/favicon/favicon_service.cc View 1 2 3 4 5 2 chunks +58 lines, -26 lines 0 comments Download
M chrome/browser/favicon/favicon_tab_helper.cc View 1 chunk +2 lines, -6 lines 0 comments Download
M chrome/browser/instant/instant_controller.cc View 1 2 3 4 5 6 1 chunk +2 lines, -8 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_change_processor.cc View 1 2 3 4 5 2 chunks +13 lines, -4 lines 0 comments Download
M chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc View 2 chunks +2 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
pkotwicz
This CL enables HiDPI favicons for new favicons. It adds FaviconService::SetFavicons() and FaviconService::MergeFavicon(). Favicons which ...
8 years, 3 months ago (2012-09-11 23:28:17 UTC) #1
sky
LGTM http://codereview.chromium.org/10910212/diff/8001/chrome/browser/favicon/favicon_service.cc File chrome/browser/favicon/favicon_service.cc (right): http://codereview.chromium.org/10910212/diff/8001/chrome/browser/favicon/favicon_service.cc#newcode210 chrome/browser/favicon/favicon_service.cc:210: if (history_service_) { nit: early return if no ...
8 years, 3 months ago (2012-09-12 03:16:18 UTC) #2
Nicolas Zea
sync LGTM with a comment nit http://codereview.chromium.org/10910212/diff/4003/chrome/browser/sync/glue/bookmark_change_processor.cc File chrome/browser/sync/glue/bookmark_change_processor.cc (right): http://codereview.chromium.org/10910212/diff/4003/chrome/browser/sync/glue/bookmark_change_processor.cc#newcode640 chrome/browser/sync/glue/bookmark_change_processor.cc:640: // gfx::kFaviconSize in ...
8 years, 3 months ago (2012-09-12 23:13:20 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/10910212/9011
8 years, 3 months ago (2012-09-13 00:46:40 UTC) #4
commit-bot: I haz the power
8 years, 3 months ago (2012-09-13 02:46:55 UTC) #5
Change committed as 156478

Powered by Google App Engine
This is Rietveld 408576698