|
Have panels respond to changes in work area on Linux. This includes switching taskbar to/from auto-hide as well as changes to screen resolution.
- Factored out the part of code that listens to X property changes from
ActiveWindowWatcherX into a separate class.
- Implemented a watcher for work area changes.
- Add hook-up for PanelManager to respond to the changes.
- This change also handles user switching between auto-hide vs non auto-hide mode of taskbar.
TEST=Manual. Create panels. Switch to auto-hide and see them move them move.
BUG= 102719
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111171
Total comments: 32
Total comments: 4
Total comments: 26
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+363 lines, -98 lines) |
Patch |
 |
M |
chrome/browser/extensions/extension_browser_event_router.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_browser_event_router.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/browser_titlebar.h
|
View
|
1
2
3
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/browser_titlebar.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/browser_window_gtk.h
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/browser_window_gtk.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/panels/panel_browser_window_gtk.h
|
View
|
1
2
3
|
4 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/panels/panel_browser_window_gtk.cc
|
View
|
1
2
|
4 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/x/active_window_watcher_x.h
|
View
|
1
2
3
|
2 chunks |
+19 lines, -24 lines |
0 comments
|
Download
|
 |
M |
ui/base/x/active_window_watcher_x.cc
|
View
|
1
2
3
|
4 chunks |
+25 lines, -42 lines |
0 comments
|
Download
|
 |
A |
ui/base/x/active_window_watcher_x_observer.h
|
View
|
1
2
3
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/base/x/root_window_property_watcher_x.h
|
View
|
1
2
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/base/x/root_window_property_watcher_x.cc
|
View
|
1
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/base/x/work_area_watcher_x.h
|
View
|
1
2
3
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/base/x/work_area_watcher_x.cc
|
View
|
1
2
3
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/base/x/work_area_watcher_x_observer.h
|
View
|
1
2
3
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/x/x11_util.h
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/x/x11_util.cc
|
View
|
1
|
2 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ui/ui.gyp
|
View
|
1
2
3
|
3 chunks |
+13 lines, -6 lines |
0 comments
|
Download
|
 |
M |
views/widget/native_widget_gtk.h
|
View
|
1
2
3
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
views/widget/native_widget_gtk.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|