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

Issue 10828263: Moving FaviconService to a ProfileKeyedService. (Closed)

Created:
8 years, 4 months ago by rpetterson
Modified:
8 years, 4 months ago
CC:
chromium-reviews, dbeam+watch-ntp_chromium.org, ncarter (slow), mihaip-chromium-reviews_chromium.org, akalin, Shishir, estade+watch_chromium.org, Raghu Simha, sreeram, gideonwald, dominich, Aaron Boodman, David Black, Jered, tfarina, gbillock+watch_chromium.org, smckay+watch_chromium.org, tim (not reviewing), Elliot Glaysher
Visibility:
Public.

Description

Moving FaviconService to a ProfileKeyedService. BUG=112526 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152904 Reverted, was not the cause of problem. Resubmitting. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=153087

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 2

Patch Set 7 : #

Patch Set 8 : syncing with current library #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : resyncing with library after revert #

Unified diffs Side-by-side diffs Delta from patch set Stats (+237 lines, -158 lines) Patch
M chrome/browser/bookmarks/bookmark_html_writer.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_html_writer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_model.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/favicon/favicon_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/favicon/favicon_service.h View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +8 lines, -4 lines 0 comments Download
M chrome/browser/favicon/favicon_service.cc View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +21 lines, -35 lines 0 comments Download
A chrome/browser/favicon/favicon_service_factory.h View 1 1 chunk +42 lines, -0 lines 0 comments Download
A chrome/browser/favicon/favicon_service_factory.cc View 1 2 3 4 5 6 1 chunk +55 lines, -0 lines 0 comments Download
M chrome/browser/favicon/favicon_tab_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/importer/profile_writer.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/instant/instant_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/intents/register_intent_handler_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/jumplist_win.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/browser/profiles/profile.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -13 lines 0 comments Download
M chrome/browser/profiles/profile_dependency_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_impl.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +0 lines, -14 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_change_processor.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/sync/glue/session_model_associator.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/history_menu_bridge.mm View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/ui/intents/web_intent_picker_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/ui/intents/web_intent_picker_controller_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/search_engines/template_url_table_model.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/toolbar/back_forward_menu_model.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/extensions/extension_icon_source.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/favicon_source.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/favicon_webui_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +6 lines, -4 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/base/testing_profile.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -7 lines 0 comments Download
M chrome/test/base/testing_profile.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +9 lines, -10 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
rpetterson
All small one-line-ish changes, but need a lot of owners approvals. atwilson - sync/glue estade ...
8 years, 4 months ago (2012-08-10 20:34:15 UTC) #1
Andrew T Wilson (Slow)
sync/glue LGTM
8 years, 4 months ago (2012-08-10 20:36:41 UTC) #2
sail
LGTM CCing erg
8 years, 4 months ago (2012-08-10 20:38:52 UTC) #3
Miranda Callahan
On 2012/08/10 20:38:52, sail wrote: > LGTM > CCing erg importer/ & profiles/ LGTM
8 years, 4 months ago (2012-08-10 20:40:22 UTC) #4
groby-ooo-7-16
intents lgtm
8 years, 4 months ago (2012-08-10 20:42:50 UTC) #5
sreeram
LGTM for chrome/browser/instant/...
8 years, 4 months ago (2012-08-10 22:10:59 UTC) #6
sky
LGTM
8 years, 4 months ago (2012-08-10 22:41:41 UTC) #7
Evan Stade
webui lgtm. For mechanical changes like this you can TBR owners reviews.
8 years, 4 months ago (2012-08-11 01:57:05 UTC) #8
Peter Kasting
LGTM (and agree on it being OK to TBR though there has historically been disagreement ...
8 years, 4 months ago (2012-08-11 02:52:34 UTC) #9
Elliot Glaysher
profiles lgtm
8 years, 4 months ago (2012-08-13 17:44:25 UTC) #10
andreip3000
http://codereview.chromium.org/10828263/diff/1067/chrome/browser/favicon/favicon_service.h File chrome/browser/favicon/favicon_service.h (right): http://codereview.chromium.org/10828263/diff/1067/chrome/browser/favicon/favicon_service.h#newcode110 chrome/browser/favicon/favicon_service.h:110: Profile* profile_; I think this dependency must go. You ...
8 years, 4 months ago (2012-08-17 10:11:26 UTC) #11
rpetterson
andreip, PTAL. http://codereview.chromium.org/10828263/diff/1067/chrome/browser/favicon/favicon_service.h File chrome/browser/favicon/favicon_service.h (right): http://codereview.chromium.org/10828263/diff/1067/chrome/browser/favicon/favicon_service.h#newcode110 chrome/browser/favicon/favicon_service.h:110: Profile* profile_; I think I've gotten rid ...
8 years, 4 months ago (2012-08-19 01:10:01 UTC) #12
rpetterson
ping andreip? On 2012/08/19 01:10:01, rpetterson wrote: > andreip, PTAL. > > http://codereview.chromium.org/10828263/diff/1067/chrome/browser/favicon/favicon_service.h > File ...
8 years, 4 months ago (2012-08-21 21:18:57 UTC) #13
andreip3000
Sorry, LGTM! Thanks! On 2012/08/21 21:18:57, rpetterson wrote: > ping andreip? > > On 2012/08/19 ...
8 years, 4 months ago (2012-08-21 21:26:46 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rlp@chromium.org/10828263/19008
8 years, 4 months ago (2012-08-22 22:46:59 UTC) #15
commit-bot: I haz the power
Change committed as 152904
8 years, 4 months ago (2012-08-23 01:08:28 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rlp@chromium.org/10828263/19009
8 years, 4 months ago (2012-08-23 18:20:12 UTC) #17
commit-bot: I haz the power
8 years, 4 months ago (2012-08-23 22:28:02 UTC) #18
Change committed as 153087

Powered by Google App Engine
This is Rietveld 408576698