|
Aura: Tooltip refactor. This Cl does the following:
* Add tooltip functionality to aura_shell that can be access through aura client API
* Provide an implementation of views::TooltipManager for aura (TooltipManagerAura) that views can use to display/update tooltips in aura
* Remove the no longer needed TooltipManagerViews.
BUG= 97249
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112399
Total comments: 10
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+640 lines, -331 lines) |
Patch |
 |
M |
content/browser/renderer_host/render_widget_host_view_aura.cc
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/aura.gyp
|
View
|
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/client/aura_constants.h
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/client/aura_constants.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
ui/aura/client/tooltip_client.h
|
View
|
1
2
3
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/aura_shell.gyp
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/shell.h
|
View
|
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/shell.cc
|
View
|
1
2
3
4
|
3 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/aura_shell/shell_tooltip_manager.h
|
View
|
1
2
3
|
1 chunk |
+71 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/aura_shell/shell_tooltip_manager.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+281 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/views/test/test_tooltip_client.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/views/test/test_tooltip_client.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/native_widget_aura.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/native_widget_aura.cc
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
A |
ui/views/widget/tooltip_manager_aura.h
|
View
|
1
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/views/widget/tooltip_manager_aura.cc
|
View
|
1
2
3
|
1 chunk |
+107 lines, -0 lines |
0 comments
|
Download
|
 |
D |
ui/views/widget/tooltip_manager_views.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -80 lines |
0 comments
|
Download
|
 |
D |
ui/views/widget/tooltip_manager_views.cc
|
View
|
|
1 chunk |
+0 lines, -239 lines |
0 comments
|
Download
|
 |
M |
views/views.gyp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|