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

Issue 9297008: [HTerm-Crosh] Add key shortcut for opening Crosh on ChromeOS Aura. (Closed)

Created:
8 years, 11 months ago by tbarzic
Modified:
8 years, 10 months ago
CC:
chromium-reviews, Aaron Boodman, mihaip+watch_chromium.org, derat+watch_chromium.org, mazda
Visibility:
Public.

Description

[HTerm-Crosh] Add key shortcut for opening Crosh on ChromeOS Aura. Make Ctrl+Alt+T open Crosh in HTML Terminal on Aura build. If HTerm is not installed nothing should happen.. BUG=105649 TEST= manual on Stumpy VM with HTerm extension installed. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=120034

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : .. #

Patch Set 5 : Ready for review.. #

Total comments: 1

Patch Set 6 : move accel. processing to ash #

Patch Set 7 : remove previously added header from browser.cc #

Patch Set 8 : . #

Total comments: 1

Patch Set 9 : add comment for new delegate method #

Patch Set 10 : pass GURL to OpenNewTab #

Total comments: 9

Patch Set 11 : jon #

Patch Set 12 : remove ash code #

Patch Set 13 : non extension changes from patch 5 #

Patch Set 14 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -25 lines) Patch
M chrome/app/chrome_command_ids.h View 1 2 3 4 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/extensions/api/terminal/terminal_extension_helper.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +30 lines, -0 lines 0 comments Download
A chrome/browser/extensions/api/terminal/terminal_extension_helper.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +61 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/terminal/terminal_private_api.cc View 4 chunks +4 lines, -25 lines 0 comments Download
M chrome/browser/ui/browser.h View 1 2 6 7 8 9 10 11 12 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +20 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/accelerator_table.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
tbarzic
Hey guys, can you take a look at this? Ben -> browser/ui part Jon -> ...
8 years, 10 months ago (2012-01-27 23:16:50 UTC) #1
Ben Goodger (Google)
In the vein of putting as much shell stuff into ash as possible, can we ...
8 years, 10 months ago (2012-01-27 23:28:08 UTC) #2
tbarzic
Ben, PTAL
8 years, 10 months ago (2012-01-30 17:53:55 UTC) #3
Ben Goodger (Google)
https://chromiumcodereview.appspot.com/9297008/diff/8001/ash/shell_delegate.h File ash/shell_delegate.h (right): https://chromiumcodereview.appspot.com/9297008/diff/8001/ash/shell_delegate.h#newcode86 ash/shell_delegate.h:86: virtual void OpenNewTab(NewTabContentType type) = 0; This function should ...
8 years, 10 months ago (2012-01-30 19:06:15 UTC) #4
tbarzic
8 years, 10 months ago (2012-01-30 22:56:10 UTC) #5
tbarzic
https://chromiumcodereview.appspot.com/9297008/diff/10002/chrome/browser/ui/views/aura/chrome_shell_delegate.cc File chrome/browser/ui/views/aura/chrome_shell_delegate.cc (right): https://chromiumcodereview.appspot.com/9297008/diff/10002/chrome/browser/ui/views/aura/chrome_shell_delegate.cc#newcode124 chrome/browser/ui/views/aura/chrome_shell_delegate.cc:124: new_tab_url = have to fix spacing here..
8 years, 10 months ago (2012-01-30 22:57:18 UTC) #6
tbarzic
On 2012/01/30 19:06:15, Ben Goodger (Google) wrote: > https://chromiumcodereview.appspot.com/9297008/diff/8001/ash/shell_delegate.h > File ash/shell_delegate.h (right): > > ...
8 years, 10 months ago (2012-01-30 23:14:02 UTC) #7
jstritar
extensions LGTM with the comments below https://chromiumcodereview.appspot.com/9297008/diff/10002/chrome/browser/extensions/api/terminal/terminal_extension_helper.cc File chrome/browser/extensions/api/terminal/terminal_extension_helper.cc (right): https://chromiumcodereview.appspot.com/9297008/diff/10002/chrome/browser/extensions/api/terminal/terminal_extension_helper.cc#newcode13 chrome/browser/extensions/api/terminal/terminal_extension_helper.cc:13: // Keep officail ...
8 years, 10 months ago (2012-01-30 23:25:52 UTC) #8
tbarzic
https://chromiumcodereview.appspot.com/9297008/diff/10002/chrome/browser/extensions/api/terminal/terminal_extension_helper.cc File chrome/browser/extensions/api/terminal/terminal_extension_helper.cc (right): https://chromiumcodereview.appspot.com/9297008/diff/10002/chrome/browser/extensions/api/terminal/terminal_extension_helper.cc#newcode13 chrome/browser/extensions/api/terminal/terminal_extension_helper.cc:13: // Keep officail app first, so GetTerminalExtensionID checks it ...
8 years, 10 months ago (2012-01-30 23:38:13 UTC) #9
tbarzic
8 years, 10 months ago (2012-01-31 02:31:37 UTC) #10
Ben Goodger (Google)
OK, I talked to zel about the various configurations. Given the short term support matrix, ...
8 years, 10 months ago (2012-01-31 19:20:06 UTC) #11
tbarzic
OK, non extension part of the newest CL is the same as the patch 5..
8 years, 10 months ago (2012-01-31 20:14:08 UTC) #12
Ben Goodger (Google)
LGTM for patchset 5.
8 years, 10 months ago (2012-01-31 22:50:33 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tbarzic@chromium.org/9297008/20003
8 years, 10 months ago (2012-02-01 01:09:56 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tbarzic@chromium.org/9297008/20003
8 years, 10 months ago (2012-02-01 03:20:32 UTC) #15
commit-bot: I haz the power
8 years, 10 months ago (2012-02-01 04:57:58 UTC) #16
Change committed as 120034

Powered by Google App Engine
This is Rietveld 408576698