Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(443)

Issue 16780006: Moved remoting::win::MessageWindow to base::win::MessageWindow so that it could be re-used outside … (Closed)

Created:
7 years, 6 months ago by alexeypa (please no reviews)
Modified:
7 years, 6 months ago
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, dcheng, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, weitaosu+watch_chromium.org, alexeypa+watch_chromium.org, erikwright+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Moved remoting::win::MessageWindow to base::win::MessageWindow so that it could be re-used outside of src/remoting. BUG=241939 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207756

Patch Set 1 #

Total comments: 13

Patch Set 2 : CR feedback #

Patch Set 3 : rebased #

Patch Set 4 : rebased and updated include paths #

Patch Set 5 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -336 lines) Patch
M base/base.gyp View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M base/base.gypi View 1 2 3 chunks +6 lines, -4 lines 0 comments Download
A + base/win/message_window.h View 1 4 chunks +12 lines, -19 lines 0 comments Download
A + base/win/message_window.cc View 1 2 3 5 chunks +44 lines, -41 lines 0 comments Download
A + base/win/message_window_unittest.cc View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M remoting/host/clipboard_win.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M remoting/host/local_input_monitor_win.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M remoting/host/win/host_service.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/win/host_service.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
D remoting/host/win/message_window.h View 1 chunk +0 lines, -67 lines 0 comments Download
D remoting/host/win/message_window.cc View 1 chunk +0 lines, -118 lines 0 comments Download
D remoting/host/win/message_window_unittest.cc View 1 chunk +0 lines, -61 lines 0 comments Download
M remoting/remoting.gyp View 1 2 2 chunks +0 lines, -3 lines 0 comments Download

Messages

Total messages: 26 (0 generated)
alexeypa (please no reviews)
Hi Carlos, This is another piece of https://chromiumcodereview.appspot.com/16020005/. This CL moves MessageWindow to base::win. This ...
7 years, 6 months ago (2013-06-11 18:20:23 UTC) #1
alexeypa (please no reviews)
ping
7 years, 6 months ago (2013-06-12 18:59:47 UTC) #2
alexeypa (please no reviews)
ping^2
7 years, 6 months ago (2013-06-14 15:14:04 UTC) #3
cpu_(ooo_6.6-7.5)
I've been thinking about this. I think we need to do a bit more re-organization ...
7 years, 6 months ago (2013-06-14 18:17:27 UTC) #4
cpu_(ooo_6.6-7.5)
can you change chromium/src/ui/base/clipboard/clipboard_win.cc as well on this CL?
7 years, 6 months ago (2013-06-14 22:22:33 UTC) #5
cpu_(ooo_6.6-7.5)
Looking good. https://codereview.chromium.org/16780006/diff/1/base/win/message_window.cc File base/win/message_window.cc (right): https://codereview.chromium.org/16780006/diff/1/base/win/message_window.cc#newcode13 base/win/message_window.cc:13: const wchar_t kClassNameFormat[] = L"Chrome_MessageWindow_%p"; const string16 ...
7 years, 6 months ago (2013-06-14 22:49:32 UTC) #6
cpu_(ooo_6.6-7.5)
ah one more, we should dcheck if destroywindow fails
7 years, 6 months ago (2013-06-14 22:50:31 UTC) #7
Sergey Ulanov
https://codereview.chromium.org/16780006/diff/1/base/win/message_window.cc File base/win/message_window.cc (right): https://codereview.chromium.org/16780006/diff/1/base/win/message_window.cc#newcode13 base/win/message_window.cc:13: const wchar_t kClassNameFormat[] = L"Chrome_MessageWindow_%p"; On 2013/06/14 22:49:32, cpu ...
7 years, 6 months ago (2013-06-14 22:53:06 UTC) #8
alexeypa (please no reviews)
On 2013/06/14 22:22:33, cpu wrote: > can you change chromium/src/ui/base/clipboard/clipboard_win.cc > as well on this ...
7 years, 6 months ago (2013-06-17 15:39:06 UTC) #9
alexeypa (please no reviews)
PTAL. https://chromiumcodereview.appspot.com/16780006/diff/1/base/win/message_window.cc File base/win/message_window.cc (right): https://chromiumcodereview.appspot.com/16780006/diff/1/base/win/message_window.cc#newcode13 base/win/message_window.cc:13: const wchar_t kClassNameFormat[] = L"Chrome_MessageWindow_%p"; On 2013/06/14 22:49:32, ...
7 years, 6 months ago (2013-06-17 18:09:25 UTC) #10
alexeypa (please no reviews)
Carlos, ping.
7 years, 6 months ago (2013-06-18 18:19:07 UTC) #11
cpu_(ooo_6.6-7.5)
I'll finish the review today. Its been a crazy week so far.
7 years, 6 months ago (2013-06-18 18:55:52 UTC) #12
cpu_(ooo_6.6-7.5)
https://chromiumcodereview.appspot.com/16780006/diff/1/base/win/message_window.cc File base/win/message_window.cc (right): https://chromiumcodereview.appspot.com/16780006/diff/1/base/win/message_window.cc#newcode13 base/win/message_window.cc:13: const wchar_t kClassNameFormat[] = L"Chrome_MessageWindow_%p"; On 2013/06/17 18:09:25, alexeypa ...
7 years, 6 months ago (2013-06-18 23:59:58 UTC) #13
alexeypa (please no reviews)
https://chromiumcodereview.appspot.com/16780006/diff/1/base/win/message_window.cc File base/win/message_window.cc (right): https://chromiumcodereview.appspot.com/16780006/diff/1/base/win/message_window.cc#newcode41 base/win/message_window.cc:41: string16 class_name = base::StringPrintf(kClassNameFormat, this); On 2013/06/18 23:59:58, cpu ...
7 years, 6 months ago (2013-06-19 00:04:57 UTC) #14
cpu_(ooo_6.6-7.5)
maybe there is another usage I am unaware, the usage I am aware of requires ...
7 years, 6 months ago (2013-06-19 00:15:02 UTC) #15
alexeypa (please no reviews)
On 2013/06/19 00:15:02, cpu wrote: > maybe there is another usage I am unaware, the ...
7 years, 6 months ago (2013-06-19 15:37:56 UTC) #16
alexeypa (please no reviews)
OK, now I need an OWNER to rubber-stamp changes in src/base and src/remoting. These are ...
7 years, 6 months ago (2013-06-19 15:41:23 UTC) #17
Sergey Ulanov
lgtm
7 years, 6 months ago (2013-06-19 18:25:30 UTC) #18
cpu_(ooo_6.6-7.5)
I think is safe to TBR the gyp changes.
7 years, 6 months ago (2013-06-19 23:24:36 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/16780006/29001
7 years, 6 months ago (2013-06-20 21:31:35 UTC) #20
darin (slow to review)
GYP changes LGTM
7 years, 6 months ago (2013-06-20 21:33:57 UTC) #21
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-06-20 22:18:36 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/16780006/40002
7 years, 6 months ago (2013-06-20 22:30:53 UTC) #23
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-06-20 23:37:18 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/16780006/56001
7 years, 6 months ago (2013-06-21 00:20:38 UTC) #25
commit-bot: I haz the power
7 years, 6 months ago (2013-06-21 08:49:25 UTC) #26
Message was sent while issue was closed.
Change committed as 207756

Powered by Google App Engine
This is Rietveld 408576698