|
|
Added FaviconTabHelper::GetNextFaviconDownloadRequestId() such that the id used in IconMsg_DownloadFavicon is unique.
Currently, the ids are not unique as multiple classes send IconMsg_DownloadFavicon messages each with a locally generated id.
This is necessary for 10500015.
Bug=None
Test=Compiles
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146397
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+77 lines, -85 lines) |
Patch |
 |
M |
chrome/browser/favicon/favicon_handler.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/favicon/favicon_handler_delegate.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/favicon/favicon_handler_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/favicon/favicon_tab_helper.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/favicon/favicon_tab_helper.cc
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/favicon/favicon_util.h
|
View
|
1
2
3
4
5
8
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/favicon/favicon_util.cc
|
View
|
1
2
3
4
8
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/hung_renderer_controller.mm
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
chrome/browser/ui/cocoa/tab_contents/favicon_util.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/ui/cocoa/tab_contents/favicon_util.mm
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -36 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.mm
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/tabpose_window.mm
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/panels/panel_window_controller_cocoa.mm
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/ash/balloon_view_ash.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/ash/launcher/launcher_favicon_loader.cc
|
View
|
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
Total messages: 17 (0 generated)
|