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

Issue 11011002: Switch FaviconTabHelper to use WebContentsUserData. (Closed)

Created:
8 years, 2 months ago by Avi (use Gerrit)
Modified:
8 years, 2 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, jennb, sadrul, ben+watch_chromium.org, tburkard+watch_chromium.org, yoshiki+watch_chromium.org, jeremya+watch_chromium.org, browser-components-watch_chromium.org, Dmitry Titov, dcheng, gavinp+prer_chromium.org, dominich+watch_chromium.org, mihaip-chromium-reviews_chromium.org, jianli, ajwong+watch_chromium.org, Avi (use Gerrit), creis+watch_chromium.org, tfarina, mmenke, Aaron Boodman
Visibility:
Public.

Description

Switch FaviconTabHelper to use WebContentsUserData. BUG=107201 TEST=no visible change Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=159606

Patch Set 1 #

Patch Set 2 : cros fix #

Patch Set 3 : unbreak panels #

Patch Set 4 : rebase #

Total comments: 11

Patch Set 5 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -84 lines) Patch
M chrome/browser/favicon/favicon_tab_helper.h View 3 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/favicon/favicon_tab_helper.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/prerender/prerender_manager.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/task_manager/task_manager_resource_providers.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/browser_launcher_item_controller.cc View 2 chunks +8 lines, -4 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 1 chunk +6 lines, -5 lines 0 comments Download
M chrome/browser/ui/browser_commands.cc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.mm View 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model.cc View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/gtk/hung_renderer_dialog_gtk.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/gtk/location_bar_view_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc View 4 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/ui/panels/panel_host.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/panels/panel_host.cc View 1 2 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents.h View 1 2 3 3 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/create_application_shortcut_view.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/extensions/shell_window_views.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/views/hung_renderer_view.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/hung_renderer_view.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 2 3 2 chunks +11 lines, -12 lines 0 comments Download
M chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/web_applications/web_app_ui.cc View 3 chunks +10 lines, -9 lines 0 comments Download
M chrome/browser/ui/webui/web_ui_unittest.cc View 8 chunks +14 lines, -8 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Avi (use Gerrit)
8 years, 2 months ago (2012-09-29 17:35:21 UTC) #1
Avi (use Gerrit)
8 years, 2 months ago (2012-09-29 17:36:26 UTC) #2
Avi (use Gerrit)
Jenn: panels Steven: all else
8 years, 2 months ago (2012-09-29 20:43:59 UTC) #3
jennb
LGTM for panels.
8 years, 2 months ago (2012-10-01 17:28:27 UTC) #4
stevenjb
https://codereview.chromium.org/11011002/diff/13001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/11011002/diff/13001/chrome/browser/ui/browser.cc#newcode553 chrome/browser/ui/browser.cc:553: : NULL; nit: does : NULL; fit on the ...
8 years, 2 months ago (2012-10-01 17:56:50 UTC) #5
Avi (use Gerrit)
https://codereview.chromium.org/11011002/diff/13001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/11011002/diff/13001/chrome/browser/ui/browser.cc#newcode553 chrome/browser/ui/browser.cc:553: : NULL; On 2012/10/01 17:56:51, stevenjb (chromium) wrote: > ...
8 years, 2 months ago (2012-10-01 19:23:56 UTC) #6
stevenjb
LGTM https://codereview.chromium.org/11011002/diff/13001/chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.mm File chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.mm (right): https://codereview.chromium.org/11011002/diff/13001/chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.mm#newcode16 chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.mm:16: contents ? FaviconTabHelper::FromWebContents(contents->web_contents()) On 2012/10/01 19:23:57, Avi wrote: ...
8 years, 2 months ago (2012-10-01 19:31:46 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/11011002/22001
8 years, 2 months ago (2012-10-01 19:34:53 UTC) #8
commit-bot: I haz the power
Presubmit check for 11011002-22001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 2 months ago (2012-10-01 19:35:20 UTC) #9
Avi (use Gerrit)
Ben: OWNER
8 years, 2 months ago (2012-10-01 19:38:10 UTC) #10
Ben Goodger (Google)
lgtm
8 years, 2 months ago (2012-10-01 21:09:27 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/11011002/22001
8 years, 2 months ago (2012-10-01 21:15:40 UTC) #12
commit-bot: I haz the power
8 years, 2 months ago (2012-10-02 01:33:16 UTC) #13
Change committed as 159606

Powered by Google App Engine
This is Rietveld 408576698