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

Issue 165220: Add ctrl+w accelerator to close bookmark manager for linux (Closed)

Created:
11 years, 4 months ago by Joel Stanley (old)
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add ctrl+w accelerator to close bookmark manager for linux Following the way that the Task Manger does it. Comitted at http://src.chromium.org/viewvc/chrome?view=rev&revision=23160

Patch Set 1 #

Patch Set 2 : fix comment #

Total comments: 6

Patch Set 3 : fix indent and modifier masking #

Patch Set 4 : add DCHECKS #

Total comments: 2

Patch Set 5 : fix ident #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -0 lines) Patch
M chrome/browser/gtk/bookmark_manager_gtk.h View 1 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/gtk/bookmark_manager_gtk.cc View 1 2 3 4 3 chunks +32 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Joel Stanley (old)
Totally unsure about comment and code on line 339 and 340. Slightly confused about the ...
11 years, 4 months ago (2009-08-09 15:27:13 UTC) #1
Evan Stade
lgtm with nits http://codereview.chromium.org/165220/diff/1002/1003 File chrome/browser/gtk/bookmark_manager_gtk.cc (right): http://codereview.chromium.org/165220/diff/1002/1003#newcode1456 Line 1456: bookmark_manager) { variable name and ...
11 years, 4 months ago (2009-08-10 18:26:14 UTC) #2
Joel Stanley (old)
http://codereview.chromium.org/165220/diff/1002/1003 File chrome/browser/gtk/bookmark_manager_gtk.cc (right): http://codereview.chromium.org/165220/diff/1002/1003#newcode1457 Line 1457: if (keyval == GDK_w && modifier == GDK_CONTROL_MASK) ...
11 years, 4 months ago (2009-08-11 03:57:53 UTC) #3
Evan Stade
http://codereview.chromium.org/165220/diff/1002/1003 File chrome/browser/gtk/bookmark_manager_gtk.cc (right): http://codereview.chromium.org/165220/diff/1002/1003#newcode1457 Line 1457: if (keyval == GDK_w && modifier == GDK_CONTROL_MASK) ...
11 years, 4 months ago (2009-08-11 04:06:45 UTC) #4
Joel Stanley (old)
http://codereview.chromium.org/165220/diff/1002/1003 File chrome/browser/gtk/bookmark_manager_gtk.cc (right): http://codereview.chromium.org/165220/diff/1002/1003#newcode1456 Line 1456: bookmark_manager) { On 2009/08/10 18:26:14, Evan Stade wrote: ...
11 years, 4 months ago (2009-08-11 14:20:52 UTC) #5
Evan Stade
On 2009/08/11 14:20:52, Joel Stanley wrote: > http://codereview.chromium.org/165220/diff/1002/1003 > File chrome/browser/gtk/bookmark_manager_gtk.cc (right): > > http://codereview.chromium.org/165220/diff/1002/1003#newcode1456 ...
11 years, 4 months ago (2009-08-11 18:26:58 UTC) #6
Joel Stanley (old)
On 2009/08/11 18:26:58, Evan Stade wrote: > We won't get called back unless it is ...
11 years, 4 months ago (2009-08-12 03:09:20 UTC) #7
Evan Stade
lg; nit http://codereview.chromium.org/165220/diff/1012/10 File chrome/browser/gtk/bookmark_manager_gtk.cc (right): http://codereview.chromium.org/165220/diff/1012/10#newcode1452 Line 1452: GObject* acceleratable, wrapped parameters have a ...
11 years, 4 months ago (2009-08-12 03:16:36 UTC) #8
Joel Stanley (old)
11 years, 4 months ago (2009-08-12 03:21:22 UTC) #9
Please commit for me.

http://codereview.chromium.org/165220/diff/1012/10
File chrome/browser/gtk/bookmark_manager_gtk.cc (right):

http://codereview.chromium.org/165220/diff/1012/10#newcode1452
Line 1452: GObject* acceleratable,
On 2009/08/12 03:16:36, Evan Stade wrote:
> wrapped parameters have a 4 space indent

Done.

Powered by Google App Engine
This is Rietveld 408576698