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

Issue 271054: Send key equivalents to renderer first, sendEvent-based. (Closed)

Created:
11 years, 2 months ago by Nico
Modified:
9 years, 7 months ago
Reviewers:
Avi (use Gerrit)
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Send key equivalents to renderer first, sendEvent-based. Idea by suzhe@. See also http://codereview.chromium.org/242069 . Known issues: * Uses a different code path than Safari and Firefox. (* Suppressing keypress() doesn't prevent default action (suppressing keydown() works though. Both Firefox and Safari prevent the default action when either is suppressed). This seems to be broken on linux and windows too, though – it seems to match IE8, but not Firefox or Safari. I guess this is the question for the web council.) BUG=15090 TEST=Cmd-f now sucks when used on google docs.

Patch Set 1 #

Total comments: 1

Patch Set 2 : small fix #

Patch Set 3 : speling #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -8 lines) Patch
M chrome/browser/chrome_application_mac.mm View 1 2 2 chunks +23 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/chrome_browser_window.mm View 1 1 chunk +4 lines, -8 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents_view_mac.mm View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Avi (use Gerrit)
Hmmm... I'm liking this one a little bit less. Yes, fixing the application's sendEvent to ...
11 years, 2 months ago (2009-10-12 16:10:42 UTC) #1
Nico
11 years, 2 months ago (2009-10-12 19:44:28 UTC) #2
For the records: We decided to not go with this patch but with the other version
for now.

Powered by Google App Engine
This is Rietveld 408576698