|
|
Chromium Code Reviews|
Created:
4 years, 4 months ago by eostroukhov Modified:
4 years, 3 months ago CC:
chromium-reviews, arv+watch_chromium.org, devtools-reviews_chromium.org Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
Description[DevTools] Add UI for adding remote targets
BUG=636084
R=dgozman@chromium.org, pfeldman@chromium.org
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Committed: https://crrev.com/b9784f26a7f697c23414f2ded311838289344d74
Cr-Commit-Position: refs/heads/master@{#415490}
Patch Set 1 #Patch Set 2 : Rebased #
Total comments: 9
Patch Set 3 : Comments addressed #Patch Set 4 : Added a checkbox #Patch Set 5 : [DevTools] Add UI for adding remote targets #
Messages
Total messages: 66 (40 generated)
Description was changed from ========== [DevTools] Add UI for adding remote targets BUG=636084 R=dgozman@chromium.org, pfeldman@chromium.org ========== to ========== [DevTools] Add UI for adding remote targets BUG=636084 R=dgozman@chromium.org, pfeldman@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ==========
The CQ bit was checked by eostroukhov@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by eostroukhov@google.com to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by eostroukhov@google.com
Rebased
The CQ bit was checked by eostroukhov@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
eostroukhov@chromium.org changed reviewers: - eostroukhov@google.com
Please consider. https://codereview.chromium.org/2248133002/diff/20001/chrome/browser/resource... File chrome/browser/resources/inspect/inspect.js (right): https://codereview.chromium.org/2248133002/diff/20001/chrome/browser/resource... chrome/browser/resources/inspect/inspect.js:613: $('config-dialog').commit(true); I changed the behavior for consistency with the dialog close (e.g. when Esc is pressed) - previously Esc would've saved the input while this button would not. I am not sure saving is a desirable behaviour here, still want the consistency.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
dgozman@chromium.org changed reviewers: + lushnikov@chromium.org - pfeldman@chromium.org
Please ad a screenshot to the bug. Andrey, mind taking a look at inspect.js?
On 2016/08/18 01:17:19, dgozman wrote: > Please ad a screenshot to the bug. > > Andrey, mind taking a look at inspect.js? Added a screenshot: https://storage.googleapis.com/monorail-prod.appspot.com/16/attachments/ef9f8...
https://codereview.chromium.org/2248133002/diff/20001/chrome/browser/resource... File chrome/browser/resources/inspect/inspect.js (right): https://codereview.chromium.org/2248133002/diff/20001/chrome/browser/resource... chrome/browser/resources/inspect/inspect.js:698: function commitPortForwardingConfig(closeConfig) { what's this closeConfig? https://codereview.chromium.org/2248133002/diff/20001/chrome/browser/resource... chrome/browser/resources/inspect/inspect.js:743: element.onclose = null; don't you want to save dialog here as well? (like you do for "cross" button) https://codereview.chromium.org/2248133002/diff/20001/chrome/browser/resource... chrome/browser/resources/inspect/inspect.js:755: var config = {}; unused https://codereview.chromium.org/2248133002/diff/20001/chrome/browser/resource... chrome/browser/resources/inspect/inspect.js:811: var newSelection = line.nextElementSibling || line.previousElementSimpling; typo: line.previousElementSibling
Comments addressed
The CQ bit was checked by eostroukhov@chromium.org to run a CQ dry run
Thanks for the review. Please take another look. https://codereview.chromium.org/2248133002/diff/20001/chrome/browser/resource... File chrome/browser/resources/inspect/inspect.js (right): https://codereview.chromium.org/2248133002/diff/20001/chrome/browser/resource... chrome/browser/resources/inspect/inspect.js:698: function commitPortForwardingConfig(closeConfig) { On 2016/08/18 20:42:14, lushnikov wrote: > what's this closeConfig? Not used anymore. Thanks! https://codereview.chromium.org/2248133002/diff/20001/chrome/browser/resource... chrome/browser/resources/inspect/inspect.js:743: element.onclose = null; On 2016/08/18 20:42:14, lushnikov wrote: > don't you want to save dialog here as well? (like you do for "cross" button) Actually, selectTab can no longer be invoked since the dialog is shown with showModal - so I will inline this function. https://codereview.chromium.org/2248133002/diff/20001/chrome/browser/resource... chrome/browser/resources/inspect/inspect.js:755: var config = {}; On 2016/08/18 20:42:14, lushnikov wrote: > unused Thanks. https://codereview.chromium.org/2248133002/diff/20001/chrome/browser/resource... chrome/browser/resources/inspect/inspect.js:811: var newSelection = line.nextElementSibling || line.previousElementSimpling; On 2016/08/18 20:42:14, lushnikov wrote: > typo: line.previousElementSibling Done.
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by eostroukhov@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
thanks Are there any tests/lints for the webui?
On 2016/08/23 19:23:02, lushnikov wrote: > thanks > > Are there any tests/lints for the webui? I do not see anything for these dialogs...
lgtm for the html/js then
The CQ bit was checked by eostroukhov@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_...)
The CQ bit was checked by eostroukhov@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
lgtm
The CQ bit was checked by eostroukhov@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
eostroukhov@chromium.org changed reviewers: + pfeldman@chromium.org
Added a checkbox
The CQ bit was checked by eostroukhov@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
I added a checkbox. Please take another look.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by eostroukhov@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from dgozman@chromium.org, lushnikov@chromium.org Link to the patchset: https://codereview.chromium.org/2248133002/#ps80001 (title: "[DevTools] Add UI for adding remote targets")
The CQ bit was unchecked by eostroukhov@chromium.org
The CQ bit was checked by eostroukhov@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Exceeded global retry quota
lgtm
The CQ bit was checked by eostroukhov@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #5 (id:80001)
Message was sent while issue was closed.
Description was changed from ========== [DevTools] Add UI for adding remote targets BUG=636084 R=dgozman@chromium.org, pfeldman@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ========== to ========== [DevTools] Add UI for adding remote targets BUG=636084 R=dgozman@chromium.org, pfeldman@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/b9784f26a7f697c23414f2ded311838289344d74 Cr-Commit-Position: refs/heads/master@{#415490} ==========
Message was sent while issue was closed.
Patchset 5 (id:??) landed as https://crrev.com/b9784f26a7f697c23414f2ded311838289344d74 Cr-Commit-Position: refs/heads/master@{#415490} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
