|
ProcessSingleton now uses base::win::MessageWindow to create a message-only window.
Collateral changes:
- base::win::MessageWindow registes a single window class used by all message-only windows it creates. The class is registered via base::LazyInstance.
- Added base::win::MessageWindow::FindWindow() wrapper used to find other message-only windows, including the other created by a different process.
- Removed chrome::kMessageWindowClass constant.
- chrome_frame_test::ContextMenuTest destroys the clipboard during the test teardown.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=211049
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+145 lines, -123 lines) |
Patch |
 |
M |
base/win/message_window.h
|
View
|
1
2
3
|
3 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
base/win/message_window.cc
|
View
|
1
|
3 chunks |
+67 lines, -40 lines |
0 comments
|
Download
|
 |
M |
base/win/message_window_unittest.cc
|
View
|
|
3 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_process_finder_win.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/process_singleton.h
|
View
|
|
3 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/process_singleton_win.cc
|
View
|
|
7 chunks |
+32 lines, -65 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_constants.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_constants.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome_frame/test/chrome_frame_test_utils.h
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome_frame/test/chrome_frame_test_utils.cc
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome_frame/test/ui_test.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
win8/delegate_execute/command_execute_impl.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 20 (0 generated)
|