|
Minimum size for aura window
Update restore bounds when SetBounds is called in Fullscreen/Maximized mode.
EventGenerator to generate fake events for various mouse operatings.
BUG=none
TEST=added test case for SetBounds in fullscreen/maximized mode. Added ToplevelWindow test that tests various toplevel operations.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=105882
Total comments: 18
Total comments: 18
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+393 lines, -53 lines) |
Patch |
 |
M |
ui/aura/aura.gyp
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/aura/test/event_generator.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+82 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/aura/test/event_generator.cc
|
View
|
1
2
3
4
6
|
1 chunk |
+107 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/test/test_window_delegate.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura/toplevel_window_event_filter.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/toplevel_window_event_filter.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+23 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ui/aura/toplevel_window_event_filter_unittest.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+47 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+25 lines, -17 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window_unittest.cc
|
View
|
1
2
3
4
5
6
|
10 chunks |
+78 lines, -13 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/point.h
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/widget/native_widget_aura.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
views/widget/widget.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
views/widget/widget.cc
|
View
|
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|