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

Issue 10698115: Support "Report Issue" in case of no-browser windows in ChromeOS. (Closed)

Created:
8 years, 5 months ago by Jun Mukai
Modified:
8 years, 5 months ago
CC:
chromium-reviews, mazda+watch_chromium.org, sadrul, yusukes+watch_chromium.org, derat+watch_chromium.org, ben+watch_chromium.org, mazda, oshima
Visibility:
Public.

Description

Support "Report Issue" in case of no-browser windows in ChromeOS. "Report Issue" shortcut (Alt-Shift-I) should be available even if there are no browser windows, in case that the user wants to report issues of ChromeOS window systems. Changes around ash: add OPEN_FEEDBACK_PAGE accelerator command and assign it in the global shortcut key Changes around feedback_ui: allow 'tab_index' parameter is -1 BUG=131158 TEST=manually verified on lumpy, in case of no-windows and some windows Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=146530

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -10 lines) Patch
M ash/accelerators/accelerator_controller.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M ash/accelerators/accelerator_table.h View 1 2 4 chunks +7 lines, -6 lines 0 comments Download
M ash/accelerators/accelerator_table.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ash/shell/shell_delegate_impl.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ash/shell/shell_delegate_impl.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M ash/shell_delegate.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M ash/test/test_shell_delegate.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/test_shell_delegate.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/ash/chrome_shell_delegate.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/ash/chrome_shell_delegate.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/feedback_ui.cc View 1 2 2 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Jun Mukai
8 years, 5 months ago (2012-07-06 08:23:57 UTC) #1
Yusuke Sato
Ash accelerator part LGTM http://codereview.chromium.org/10698115/diff/1/ash/accelerators/accelerator_table.h File ash/accelerators/accelerator_table.h (right): http://codereview.chromium.org/10698115/diff/1/ash/accelerators/accelerator_table.h#newcode70 ash/accelerators/accelerator_table.h:70: OPEN_FEEDBACK_PAGE, can you merge line ...
8 years, 5 months ago (2012-07-09 17:49:59 UTC) #2
rkc1
http://codereview.chromium.org/10698115/diff/1/chrome/browser/ui/webui/feedback_ui.cc File chrome/browser/ui/webui/feedback_ui.cc (right): http://codereview.chromium.org/10698115/diff/1/chrome/browser/ui/webui/feedback_ui.cc#newcode392 chrome/browser/ui/webui/feedback_ui.cc:392: #if !defined(OS_CHROMEOS) We set the index in ShowFeedbackView for ...
8 years, 5 months ago (2012-07-09 18:23:22 UTC) #3
Jun Mukai
http://codereview.chromium.org/10698115/diff/1/ash/accelerators/accelerator_table.h File ash/accelerators/accelerator_table.h (right): http://codereview.chromium.org/10698115/diff/1/ash/accelerators/accelerator_table.h#newcode70 ash/accelerators/accelerator_table.h:70: OPEN_FEEDBACK_PAGE, On 2012/07/09 17:49:59, Yusuke Sato wrote: > can ...
8 years, 5 months ago (2012-07-10 11:08:20 UTC) #4
rkc1
LGTM provided the check is removed. http://codereview.chromium.org/10698115/diff/1/chrome/browser/ui/webui/feedback_ui.cc File chrome/browser/ui/webui/feedback_ui.cc (right): http://codereview.chromium.org/10698115/diff/1/chrome/browser/ui/webui/feedback_ui.cc#newcode392 chrome/browser/ui/webui/feedback_ui.cc:392: #if !defined(OS_CHROMEOS) On ...
8 years, 5 months ago (2012-07-10 17:20:10 UTC) #5
rkc
LGTM from the right account. On 2012/07/10 17:20:10, g_rkc wrote: > LGTM provided the check ...
8 years, 5 months ago (2012-07-10 18:44:04 UTC) #6
Jun Mukai
http://codereview.chromium.org/10698115/diff/1/chrome/browser/ui/webui/feedback_ui.cc File chrome/browser/ui/webui/feedback_ui.cc (right): http://codereview.chromium.org/10698115/diff/1/chrome/browser/ui/webui/feedback_ui.cc#newcode392 chrome/browser/ui/webui/feedback_ui.cc:392: #if !defined(OS_CHROMEOS) Sure, then removed the check itself. now ...
8 years, 5 months ago (2012-07-11 12:42:39 UTC) #7
Jun Mukai
sky, can you check the code as the owner of ash and c/b/ui?
8 years, 5 months ago (2012-07-11 12:43:03 UTC) #8
Jun Mukai
I heard sky is on vacation. ben, can you take a look at this?
8 years, 5 months ago (2012-07-12 11:04:14 UTC) #9
Ben Goodger (Google)
lgtm http://codereview.chromium.org/10698115/diff/9001/chrome/browser/ui/views/ash/chrome_shell_delegate.cc File chrome/browser/ui/views/ash/chrome_shell_delegate.cc (right): http://codereview.chromium.org/10698115/diff/9001/chrome/browser/ui/views/ash/chrome_shell_delegate.cc#newcode329 chrome/browser/ui/views/ash/chrome_shell_delegate.cc:329: chrome::OpenFeedbackDialog(browser); chrome::OpenFeedbackDialog(GetTargetBrowser());
8 years, 5 months ago (2012-07-12 15:50:40 UTC) #10
Jun Mukai
http://codereview.chromium.org/10698115/diff/9001/chrome/browser/ui/views/ash/chrome_shell_delegate.cc File chrome/browser/ui/views/ash/chrome_shell_delegate.cc (right): http://codereview.chromium.org/10698115/diff/9001/chrome/browser/ui/views/ash/chrome_shell_delegate.cc#newcode329 chrome/browser/ui/views/ash/chrome_shell_delegate.cc:329: chrome::OpenFeedbackDialog(browser); On 2012/07/12 15:50:40, Ben Goodger (Google) wrote: > ...
8 years, 5 months ago (2012-07-13 02:31:24 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/10698115/11002
8 years, 5 months ago (2012-07-13 02:31:37 UTC) #12
commit-bot: I haz the power
Try job failure for 10698115-11002 (retry) on win_rel for step "browser_tests". It's a second try, ...
8 years, 5 months ago (2012-07-13 04:48:38 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/10698115/11002
8 years, 5 months ago (2012-07-13 05:23:54 UTC) #14
commit-bot: I haz the power
8 years, 5 months ago (2012-07-13 06:35:46 UTC) #15
Try job failure for 10698115-11002 (retry) on linux_rel for step
"browser_tests".
It's a second try, previously, step "browser_tests" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&...

Powered by Google App Engine
This is Rietveld 408576698