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

Issue 2750403002: Refine the accessibility label of Clear Browsing Data flow. (Closed)

Created:
3 years, 9 months ago by lpromero
Modified:
3 years, 9 months ago
CC:
chromium-reviews, ios-reviews+chrome_chromium.org, ios-reviews_chromium.org, pkl (ping after 24h if needed), noyau+watch_chromium.org, marq+watch_chromium.org, srahim+watch_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Refine the accessibility label of Clear Browsing Data flow. When using VoiceOver, the user taps a button to Clear Browsing Data then gets on a new Clear Browsing Data button, which can be confusing. To make it more understandable, this CL changes the accessibility label of the second button to "Confirm Clear Browsing Data". BUG=688415 R=lindsayw@chromium.org Review-Url: https://codereview.chromium.org/2750403002 Cr-Commit-Position: refs/heads/master@{#458186} Committed: https://chromium.googlesource.com/chromium/src/+/cf84fa5c1519b0d0867d49071d3266004605d53b

Patch Set 1 #

Total comments: 2

Patch Set 2 : Refine string description #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M ios/chrome/app/strings/ios_strings.grd View 1 1 chunk +3 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/settings/clear_browsing_data_collection_view_controller.mm View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (16 generated)
lpromero
3 years, 9 months ago (2017-03-16 16:57:09 UTC) #1
lindsayw
LGTM with nit https://codereview.chromium.org/2750403002/diff/1/ios/chrome/app/strings/ios_strings.grd File ios/chrome/app/strings/ios_strings.grd (right): https://codereview.chromium.org/2750403002/diff/1/ios/chrome/app/strings/ios_strings.grd#newcode510 ios/chrome/app/strings/ios_strings.grd:510: <message name="IDS_IOS_CONFIRM_CLEAR_BUTTON" desc="Accessibility label for the ...
3 years, 9 months ago (2017-03-16 18:49:52 UTC) #6
lpromero
https://codereview.chromium.org/2750403002/diff/1/ios/chrome/app/strings/ios_strings.grd File ios/chrome/app/strings/ios_strings.grd (right): https://codereview.chromium.org/2750403002/diff/1/ios/chrome/app/strings/ios_strings.grd#newcode510 ios/chrome/app/strings/ios_strings.grd:510: <message name="IDS_IOS_CONFIRM_CLEAR_BUTTON" desc="Accessibility label for the action sheet button ...
3 years, 9 months ago (2017-03-17 13:34:11 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2750403002/20001
3 years, 9 months ago (2017-03-17 13:34:25 UTC) #12
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started once the ...
3 years, 9 months ago (2017-03-17 13:34:27 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2750403002/20001
3 years, 9 months ago (2017-03-17 13:34:58 UTC) #16
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started once the ...
3 years, 9 months ago (2017-03-17 13:35:00 UTC) #18
lpromero
+noyau: as committer, can you approve and CQ?
3 years, 9 months ago (2017-03-17 13:35:01 UTC) #20
Olivier
lgtm
3 years, 9 months ago (2017-03-20 18:12:21 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2750403002/20001
3 years, 9 months ago (2017-03-20 20:50:22 UTC) #24
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/cf84fa5c1519b0d0867d49071d3266004605d53b
3 years, 9 months ago (2017-03-20 21:16:43 UTC) #27
gchatz
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/2763793002/ by gchatz@chromium.org. ...
3 years, 9 months ago (2017-03-20 23:24:06 UTC) #28
lpromero
3 years, 9 months ago (2017-03-21 10:56:04 UTC) #29
Message was sent while issue was closed.
On 2017/03/20 23:24:06, gchatz wrote:
> A revert of this CL (patchset #2 id:20001) has been created in
> https://codereview.chromium.org/2763793002/ by mailto:gchatz@chromium.org.
> 
> The reason for reverting is: Caused a variety of EG test failures.
> For example:
> SettingsTestCase.testClearPasswords
> SettingsTestCase.testClearPasswords:
> ../../ios/chrome/browser/ui/settings/settings_egtest.mm:294: error:
> -[SettingsTestCase testClearPasswords] : Exception: NoMatchingElementException
> 
> Exception Name: NoMatchingElementException
> Exception Reason: Cannot find UI element.
> Exception with Action: {
>   "Action Name" : "Tap",
>   "Element Matcher" : "((((respondsToSelector(isAccessibilityElement) &&
> isAccessibilityElement) && accessibilityLabel('Clear Browsing Data')) &&
> ((respondsToSelector(isAccessibilityElement) && isAccessibilityElement) &&
> accessibilityTraits: UIAccessibilityTraitButton)) &&
> !kindOfClass('MDCCollectionViewTextCell'))",
>   "Recovery Suggestion" : "Check if element exists in the UI, modify assert
> criteria, or adjust the matcher"
> }.

Reland at https://codereview.chromium.org/2763943002

Powered by Google App Engine
This is Rietveld 408576698