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

Issue 690183002: Remote assistance on Chrome OS Part V - It2MeHost Continue Window (Closed)

Created:
6 years, 1 month ago by kelvinp
Modified:
6 years, 1 month ago
Reviewers:
Wez, dcaiafa
CC:
chromium-reviews, stevenjb+watch_chromium.org, oshima+watch_chromium.org, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Remote assistance on Chrome OS Part V - It2MeHost Continue Window This CL implements the ContinueWindow on ChromeOS, which will be shown to the user for confirmation after 10 minutes into a Remote Assistance session. To implement the ContinueWindow, this CL introduces a new class MessageBox, which is a re-usable component built on top of the widget framework. BUG=424908 Committed: https://crrev.com/6410d7ad4937a4a86e9ad28b9ecf99f961305b2d Cr-Commit-Position: refs/heads/master@{#302657} Committed: https://crrev.com/f469112851afa11cb3894451a2b4f9724682ffbd Cr-Commit-Position: refs/heads/master@{#302706}

Patch Set 1 : Continue Window #

Total comments: 8

Patch Set 2 : Address Dan's feedbacks #

Total comments: 16

Patch Set 3 : De-Refericountation of the MessageBox #

Patch Set 4 : Multiline support #

Total comments: 4

Patch Set 5 : Fix Nits and rebase #

Patch Set 6 : Fix views dependencies #

Unified diffs Side-by-side diffs Delta from patch set Stats (+274 lines, -7 lines) Patch
A remoting/host/chromeos/message_box.h View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download
A remoting/host/chromeos/message_box.cc View 1 2 3 4 1 chunk +194 lines, -0 lines 0 comments Download
M remoting/host/continue_window_chromeos.cc View 1 2 3 1 chunk +25 lines, -7 lines 0 comments Download
M remoting/remoting_host.gypi View 1 2 3 4 5 3 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (5 generated)
kelvinp
PTAL
6 years, 1 month ago (2014-10-31 00:55:51 UTC) #3
dcaiafa
https://codereview.chromium.org/690183002/diff/20001/remoting/host/chromeos/message_box.cc File remoting/host/chromeos/message_box.cc (right): https://codereview.chromium.org/690183002/diff/20001/remoting/host/chromeos/message_box.cc#newcode67 remoting/host/chromeos/message_box.cc:67: if (button == ui::DIALOG_BUTTON_OK) { Please use a switch ...
6 years, 1 month ago (2014-10-31 18:05:49 UTC) #4
kelvinp
@dan. PTAL https://codereview.chromium.org/690183002/diff/20001/remoting/host/chromeos/message_box.cc File remoting/host/chromeos/message_box.cc (right): https://codereview.chromium.org/690183002/diff/20001/remoting/host/chromeos/message_box.cc#newcode67 remoting/host/chromeos/message_box.cc:67: if (button == ui::DIALOG_BUTTON_OK) { On 2014/10/31 ...
6 years, 1 month ago (2014-10-31 21:12:53 UTC) #5
Wez
https://codereview.chromium.org/690183002/diff/40001/remoting/host/chromeos/message_box.cc File remoting/host/chromeos/message_box.cc (right): https://codereview.chromium.org/690183002/diff/40001/remoting/host/chromeos/message_box.cc#newcode27 remoting/host/chromeos/message_box.cc:27: // The widget is owned by the NativeWidget. See ...
6 years, 1 month ago (2014-10-31 21:22:24 UTC) #6
kelvinp
PTAL https://codereview.chromium.org/690183002/diff/40001/remoting/host/chromeos/message_box.cc File remoting/host/chromeos/message_box.cc (right): https://codereview.chromium.org/690183002/diff/40001/remoting/host/chromeos/message_box.cc#newcode27 remoting/host/chromeos/message_box.cc:27: // The widget is owned by the NativeWidget. ...
6 years, 1 month ago (2014-11-01 00:42:01 UTC) #8
kelvinp
6 years, 1 month ago (2014-11-03 20:34:53 UTC) #9
Wez
lgtm https://codereview.chromium.org/690183002/diff/100001/remoting/host/chromeos/message_box.cc File remoting/host/chromeos/message_box.cc (right): https://codereview.chromium.org/690183002/diff/100001/remoting/host/chromeos/message_box.cc#newcode21 remoting/host/chromeos/message_box.cc:21: // Core and the MessageBox hold a raw ...
6 years, 1 month ago (2014-11-04 19:10:20 UTC) #10
kelvinp
Thank you for the review https://codereview.chromium.org/690183002/diff/100001/remoting/host/chromeos/message_box.cc File remoting/host/chromeos/message_box.cc (right): https://codereview.chromium.org/690183002/diff/100001/remoting/host/chromeos/message_box.cc#newcode21 remoting/host/chromeos/message_box.cc:21: // Core and the ...
6 years, 1 month ago (2014-11-04 19:28:27 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/690183002/120001
6 years, 1 month ago (2014-11-04 19:30:09 UTC) #13
commit-bot: I haz the power
Committed patchset #5 (id:120001)
6 years, 1 month ago (2014-11-04 20:36:42 UTC) #14
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/6410d7ad4937a4a86e9ad28b9ecf99f961305b2d Cr-Commit-Position: refs/heads/master@{#302657}
6 years, 1 month ago (2014-11-04 20:38:46 UTC) #15
kelvinp
A revert of this CL (patchset #5 id:120001) has been created in https://codereview.chromium.org/689093004/ by kelvinp@chromium.org. ...
6 years, 1 month ago (2014-11-04 20:54:31 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/690183002/140001
6 years, 1 month ago (2014-11-04 22:09:32 UTC) #18
commit-bot: I haz the power
Committed patchset #6 (id:140001)
6 years, 1 month ago (2014-11-04 23:27:12 UTC) #19
commit-bot: I haz the power
6 years, 1 month ago (2014-11-04 23:27:49 UTC) #20
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/f469112851afa11cb3894451a2b4f9724682ffbd
Cr-Commit-Position: refs/heads/master@{#302706}

Powered by Google App Engine
This is Rietveld 408576698