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

Issue 5579004: Exclude text controls from exposing the press action. Structure PerformActio... (Closed)

Created:
10 years ago by David Tseng
Modified:
9 years, 5 months ago
CC:
chromium-reviews, pam+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Exclude text controls from exposing the press action. Structure PerformAction properly. BUG=none. TEST=manually with VoiceOver. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68393

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -2 lines) Patch
M chrome/browser/accessibility/browser_accessibility_cocoa.mm View 1 2 chunks +9 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
David Tseng
10 years ago (2010-12-06 19:36:13 UTC) #1
Chris Guillory
10 years ago (2010-12-06 19:46:46 UTC) #2
LGTM. One comment. Add the bug number to the description if one is available.

http://codereview.chromium.org/5579004/diff/1/chrome/browser/accessibility/br...
File chrome/browser/accessibility/browser_accessibility_cocoa.mm (right):

http://codereview.chromium.org/5579004/diff/1/chrome/browser/accessibility/br...
chrome/browser/accessibility/browser_accessibility_cocoa.mm:416: if ([action
isEqualToString:NSAccessibilityPressAction])
Include braces for this if statement since you are using them below on the else
if.

Powered by Google App Engine
This is Rietveld 408576698