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

Issue 108163005: [Files.app] Remove OK and Cancel buttons in task picker dialog (Closed)

Created:
7 years ago by yoshiki
Modified:
6 years, 11 months ago
CC:
chromium-reviews, rginda+watch_chromium.org, mtomasz+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org
Visibility:
Public.

Description

[Files.app] Remove OK and Cancel buttons in task picker dialog BUG=223574 TEST=manually tested Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243526

Patch Set 1 #

Total comments: 8

Patch Set 2 : addressed a comment #

Total comments: 1

Patch Set 3 : reupload #

Total comments: 2

Patch Set 4 : addressed comments #

Total comments: 4

Patch Set 5 : Adressed the comment #

Total comments: 6

Patch Set 6 : addressed comments #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -17 lines) Patch
M chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js View 1 2 3 4 5 4 chunks +15 lines, -11 lines 0 comments Download
M chrome/browser/resources/file_manager/foreground/js/file_manager_commands.js View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/file_manager/foreground/js/ui/file_manager_dialog_base.js View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ui/webui/resources/js/cr/ui/dialogs.js View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
hirono
https://codereview.chromium.org/108163005/diff/1/chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js File chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js (right): https://codereview.chromium.org/108163005/diff/1/chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js#newcode96 chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js:96: * @param {function(Object=)} onSelected Callback with the selected item. ...
7 years ago (2013-12-09 06:30:16 UTC) #1
yoshiki
@hirono, PTAL. Thanks. https://codereview.chromium.org/108163005/diff/1/chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js File chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js (right): https://codereview.chromium.org/108163005/diff/1/chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js#newcode96 chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js:96: * @param {function(Object=)} onSelected Callback with ...
7 years ago (2013-12-12 13:22:24 UTC) #2
hirono
I tried this patch locally. It seems the open-with menu does not open the task ...
7 years ago (2013-12-13 03:31:09 UTC) #3
yoshiki
On 2013/12/13 03:31:09, hirono wrote: > I tried this patch locally. > It seems the ...
7 years ago (2013-12-13 06:03:37 UTC) #4
yoshiki
And I'm sorry that I forgot to upload the latest patch. Could you take a ...
7 years ago (2013-12-13 06:11:01 UTC) #5
hirono
On 2013/12/13 06:11:01, yoshiki wrote: > And I'm sorry that I forgot to upload the ...
7 years ago (2013-12-13 06:16:09 UTC) #6
hirono
https://codereview.chromium.org/108163005/diff/40001/chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js File chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js (right): https://codereview.chromium.org/108163005/diff/40001/chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js#newcode105 chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js:105: this.onCancelledCallback_ = opt_onCancel || function() {}; Will this called ...
7 years ago (2013-12-13 06:50:09 UTC) #7
yoshiki
@hirono: PTAL. Thanks. https://codereview.chromium.org/108163005/diff/40001/chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js File chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js (right): https://codereview.chromium.org/108163005/diff/40001/chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js#newcode105 chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js:105: this.onCancelledCallback_ = opt_onCancel || function() {}; ...
7 years ago (2013-12-13 07:37:34 UTC) #8
hirono
lgtm! Thanks!
7 years ago (2013-12-13 08:02:12 UTC) #9
yoshiki
On 2013/12/13 08:02:12, hirono wrote: > lgtm! Thanks! Thanks!
7 years ago (2013-12-13 08:24:13 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/108163005/60001
7 years ago (2013-12-13 08:24:29 UTC) #11
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=41201
7 years ago (2013-12-13 09:50:34 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/108163005/60001
7 years ago (2013-12-13 12:48:05 UTC) #13
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=41232
7 years ago (2013-12-13 13:02:53 UTC) #14
yoshiki
@arv: could you take a look at dialogs.js? Thanks
7 years ago (2013-12-13 19:33:19 UTC) #15
arv (Not doing code reviews)
Not LGTM https://codereview.chromium.org/108163005/diff/60001/chrome/browser/resources/file_manager/foreground/js/ui/file_manager_dialog_base.js File chrome/browser/resources/file_manager/foreground/js/ui/file_manager_dialog_base.js (right): https://codereview.chromium.org/108163005/diff/60001/chrome/browser/resources/file_manager/foreground/js/ui/file_manager_dialog_base.js#newcode106 chrome/browser/resources/file_manager/foreground/js/ui/file_manager_dialog_base.js:106: this.buttons_.style.display = 'none'; buttons_ is private and ...
7 years ago (2013-12-16 16:51:28 UTC) #16
yoshiki
@arv: PTAL again. Thanks. https://codereview.chromium.org/108163005/diff/60001/chrome/browser/resources/file_manager/foreground/js/ui/file_manager_dialog_base.js File chrome/browser/resources/file_manager/foreground/js/ui/file_manager_dialog_base.js (right): https://codereview.chromium.org/108163005/diff/60001/chrome/browser/resources/file_manager/foreground/js/ui/file_manager_dialog_base.js#newcode106 chrome/browser/resources/file_manager/foreground/js/ui/file_manager_dialog_base.js:106: this.buttons_.style.display = 'none'; On 2013/12/16 ...
7 years ago (2013-12-20 08:43:25 UTC) #17
arv (Not doing code reviews)
LGTM https://codereview.chromium.org/108163005/diff/70001/chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js File chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js (right): https://codereview.chromium.org/108163005/diff/70001/chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js#newcode98 chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js:98: * @param {function(Object)} onSelected Callback which called when ...
6 years, 11 months ago (2014-01-06 15:13:34 UTC) #18
yoshiki
Thanks! https://codereview.chromium.org/108163005/diff/70001/chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js File chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js (right): https://codereview.chromium.org/108163005/diff/70001/chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js#newcode98 chrome/browser/resources/file_manager/foreground/js/default_action_dialog.js:98: * @param {function(Object)} onSelected Callback which called when ...
6 years, 11 months ago (2014-01-08 04:59:01 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/108163005/280001
6 years, 11 months ago (2014-01-08 04:59:51 UTC) #20
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) nacl_integration http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=243226
6 years, 11 months ago (2014-01-08 10:08:14 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/108163005/280001
6 years, 11 months ago (2014-01-08 11:34:07 UTC) #22
commit-bot: I haz the power
6 years, 11 months ago (2014-01-08 12:15:50 UTC) #23
Message was sent while issue was closed.
Change committed as 243526

Powered by Google App Engine
This is Rietveld 408576698