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

Issue 1146833002: [AppRemoting] Implement ConnectionDroppedDialog. (Closed)

Created:
5 years, 7 months ago by kelvinp
Modified:
5 years, 7 months ago
Reviewers:
Jamie
CC:
chromium-reviews, dcheng, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[AppRemoting] Implement ConnectionDroppedDialog. This CL implements a ConnectionDroppedDialog using HTML5 dialog element. The dialog will be shown to the user whenever a connection is dropped. BUG=486888 Committed: https://crrev.com/81d05c568abebd6712402afbc7bb309ff181a735 Cr-Commit-Position: refs/heads/master@{#330849}

Patch Set 1 : #

Total comments: 17

Patch Set 2 : Reviewer's feedback #

Patch Set 3 : WindowShape fixes + reviewer's feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+184 lines, -12 lines) Patch
M remoting/app_remoting_webapp_files.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/resources/remoting_strings.grd View 1 chunk +6 lines, -0 lines 0 comments Download
M remoting/webapp/app_remoting/html/ar_dialog.css View 1 2 1 chunk +6 lines, -2 lines 0 comments Download
M remoting/webapp/app_remoting/html/template_lg.html View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M remoting/webapp/app_remoting/js/app_connected_view.js View 1 chunk +3 lines, -2 lines 0 comments Download
M remoting/webapp/app_remoting/js/app_remoting_activity.js View 1 2 chunks +27 lines, -2 lines 0 comments Download
M remoting/webapp/app_remoting/js/context_menu_chrome.js View 1 chunk +3 lines, -1 line 0 comments Download
A remoting/webapp/base/html/connection_dropped_dialog.html View 1 1 chunk +14 lines, -0 lines 0 comments Download
M remoting/webapp/base/js/modal_dialogs.js View 1 2 2 chunks +118 lines, -2 lines 0 comments Download
M remoting/webapp/base/js/window_shape.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/webapp/files.gni View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
kelvinp
PTAL https://codereview.chromium.org/1146833002/diff/20001/remoting/webapp/app_remoting/html/template_lg.html File remoting/webapp/app_remoting/html/template_lg.html (right): https://codereview.chromium.org/1146833002/diff/20001/remoting/webapp/app_remoting/html/template_lg.html#newcode13 remoting/webapp/app_remoting/html/template_lg.html:13: <link rel="stylesheet" href="ar_dialog.css"> This css file should be ...
5 years, 7 months ago (2015-05-20 01:27:31 UTC) #3
Jamie
Does this CL include the code to centre the dialog w.r.t. the remote window bounding ...
5 years, 7 months ago (2015-05-20 02:20:37 UTC) #4
kelvinp
The centering logic is already checked-in in an earlier change https://code.google.com/p/chromium/codesearch#chromium/src/remoting/webapp/base/js/window_shape.js&l=64 https://codereview.chromium.org/1146833002/diff/20001/remoting/webapp/app_remoting/html/ar_dialog.css File remoting/webapp/app_remoting/html/ar_dialog.css (right): ...
5 years, 7 months ago (2015-05-20 18:13:00 UTC) #5
Jamie
lgtm https://codereview.chromium.org/1146833002/diff/20001/remoting/webapp/app_remoting/html/ar_dialog.css File remoting/webapp/app_remoting/html/ar_dialog.css (right): https://codereview.chromium.org/1146833002/diff/20001/remoting/webapp/app_remoting/html/ar_dialog.css#newcode12 remoting/webapp/app_remoting/html/ar_dialog.css:12: #connection-dropped-dialog.kd-modaldialog, On 2015/05/20 18:12:59, kelvinp wrote: > On ...
5 years, 7 months ago (2015-05-20 19:55:09 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1146833002/60001
5 years, 7 months ago (2015-05-20 21:52:01 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:60001)
5 years, 7 months ago (2015-05-20 23:46:52 UTC) #10
commit-bot: I haz the power
5 years, 7 months ago (2015-05-20 23:51:37 UTC) #11
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/81d05c568abebd6712402afbc7bb309ff181a735
Cr-Commit-Position: refs/heads/master@{#330849}

Powered by Google App Engine
This is Rietveld 408576698