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

Issue 221823005: Accessibility strings for app install alerts (Closed)

Created:
6 years, 8 months ago by gone
Modified:
6 years, 8 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Accessibility strings for app install alerts Adds accessibility strings to touch exploration, and fixes the "open" button coloring on the Nexus S (weird shape defaults on ICS). BUG=356309, 353672 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=261548

Patch Set 1 #

Total comments: 8

Patch Set 2 : Fixing comments, fixing black button #

Total comments: 4

Patch Set 3 : Redid string, implemented suggestions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -5 lines) Patch
M chrome/android/java/res/drawable/app_banner_button_install.xml View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/android/java/res/drawable/app_banner_button_open.xml View 1 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/android/java/res/layout/app_banner_view.xml View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java View 1 2 3 chunks +12 lines, -0 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 2 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
gone
6 years, 8 months ago (2014-04-02 18:02:13 UTC) #1
gone
Strings are still being finalized, but if you could look at it functionally, that'd be ...
6 years, 8 months ago (2014-04-02 18:03:02 UTC) #2
newt (away)
https://chromiumcodereview.appspot.com/221823005/diff/1/chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java File chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java (right): https://chromiumcodereview.appspot.com/221823005/diff/1/chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java#newcode438 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java:438: String accessibilityText = null; why create this variable, if ...
6 years, 8 months ago (2014-04-02 18:48:39 UTC) #3
David Trainor- moved to gerrit
https://chromiumcodereview.appspot.com/221823005/diff/1/chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java File chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java (right): https://chromiumcodereview.appspot.com/221823005/diff/1/chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java#newcode263 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java:263: String bannerTemplate = getContext().getString(R.string.app_banner_view_accessibility); I think you can put ...
6 years, 8 months ago (2014-04-02 19:48:53 UTC) #4
gone
Also fixed the open button color in this one by flipping the ordering of the ...
6 years, 8 months ago (2014-04-02 22:18:26 UTC) #5
newt (away)
lgtm with some important suggestions https://chromiumcodereview.appspot.com/221823005/diff/1/chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java File chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java (right): https://chromiumcodereview.appspot.com/221823005/diff/1/chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java#newcode438 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java:438: String accessibilityText = null; ...
6 years, 8 months ago (2014-04-02 22:51:19 UTC) #6
gone
https://chromiumcodereview.appspot.com/221823005/diff/1/chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java File chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java (right): https://chromiumcodereview.appspot.com/221823005/diff/1/chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java#newcode438 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java:438: String accessibilityText = null; On 2014/04/02 22:51:20, newt wrote: ...
6 years, 8 months ago (2014-04-02 23:13:12 UTC) #7
David Trainor- moved to gerrit
lgtm
6 years, 8 months ago (2014-04-03 17:32:53 UTC) #8
gone
The CQ bit was checked by dfalcantara@chromium.org
6 years, 8 months ago (2014-04-03 17:33:21 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dfalcantara@chromium.org/221823005/40001
6 years, 8 months ago (2014-04-03 17:33:39 UTC) #10
gone
The CQ bit was checked by dfalcantara@chromium.org
6 years, 8 months ago (2014-04-03 18:23:42 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-03 22:19:46 UTC) #12
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
6 years, 8 months ago (2014-04-03 22:19:46 UTC) #13
gone
The CQ bit was checked by dfalcantara@chromium.org
6 years, 8 months ago (2014-04-03 22:20:16 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dfalcantara@chromium.org/221823005/40001
6 years, 8 months ago (2014-04-03 22:21:14 UTC) #15
commit-bot: I haz the power
6 years, 8 months ago (2014-04-03 22:23:15 UTC) #16
Message was sent while issue was closed.
Change committed as 261548

Powered by Google App Engine
This is Rietveld 408576698