|
|
Linux accelerators cleanup:
- Give renderer a chance to handle accelerators before browser does.
- Handle browser accelerators that aren't attached to any particular UI element in BrowserWindowGtk rather than in BrowserToolbarGtk
- Use Browser::ExecuteCommand() to handle accelerator activation
- Switch a random void* to gfx::NativeWindow
- Enable three browser commands on linux : Focus Location, Focus Search, Open file
This fully enables ctrl-l, ctrl-k, and ctrl-o. This fixes copy-pasta in the omnibox. This fixes the problem Dean described with < http://www.quirksmode.org/js/keys.html>.
bug= 8659
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=11759
Total comments: 10
Total comments: 23
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+126 lines, -57 lines) |
Patch |
 |
M |
chrome/browser/browser.h
|
View
|
1
2
3
4
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser.cc
|
View
|
1
2
3
4
|
3 chunks |
+16 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_window.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/cocoa/browser_window_cocoa.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/cocoa/browser_window_cocoa.mm
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/browser_toolbar_gtk.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/browser_toolbar_gtk.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+10 lines, -30 lines |
1 comment
|
Download
|
 |
M |
chrome/browser/gtk/browser_window_gtk.h
|
View
|
1
2
3
4
|
3 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/browser_window_gtk.cc
|
View
|
1
2
3
4
5
6
|
8 chunks |
+65 lines, -9 lines |
2 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_widget_host_view_gtk.cc
|
View
|
3
4
|
1 chunk |
+3 lines, -1 line |
1 comment
|
Download
|
 |
M |
chrome/browser/tab_contents/web_contents_view_gtk.cc
|
View
|
3
4
|
2 chunks |
+2 lines, -3 lines |
2 comments
|
Download
|
 |
M |
chrome/browser/views/frame/browser_view.h
|
View
|
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/views/frame/browser_view.cc
|
View
|
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/test_browser_window.h
|
View
|
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|