|
[Mac] Implement the avatar menu bubble.
This also makes a change to AvatarMenuModel such that it no longer notifies its
delegate that the model changed at time of construction. It will now only notify
after any other change occurs. This requires clients to now schedule a layout
themselves after constructing the model.
BUG= 60105
TEST=Run with --multi-profiles. Click on avatar. See bubble menu.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96851
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1339 lines, -66 lines) |
Patch |
 |
A |
chrome/app/nibs/AvatarMenuItem.xib
|
View
|
1
2
|
1 chunk |
+592 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/avatar_menu_model.cc
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/avatar_menu_model_unittest.cc
|
View
|
1
2
3
|
5 chunks |
+7 lines, -43 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/profiles/fake_profile_info_interface.h
|
View
|
1
2
3
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/profiles/fake_profile_info_interface.cc
|
View
|
1
2
3
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/browser/avatar_button.h
|
View
|
|
2 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/browser/avatar_button.mm
|
View
|
|
7 chunks |
+18 lines, -13 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/cocoa/browser/avatar_menu_bubble_controller.h
|
View
|
1
2
3
|
1 chunk |
+112 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/cocoa/browser/avatar_menu_bubble_controller.mm
|
View
|
1
2
3
|
1 chunk |
+326 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/cocoa/browser/avatar_menu_bubble_controller_unittest.mm
|
View
|
1
2
3
|
1 chunk |
+192 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/avatar_menu_bubble_view.cc
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_dll.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|