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

Unified Diff: build/android/lint/suppressions.xml

Issue 2222013004: Handle both plural and singular tab switcher content descriptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + add bug reference to comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/java/res/layout-sw600dp/toolbar.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/lint/suppressions.xml
diff --git a/build/android/lint/suppressions.xml b/build/android/lint/suppressions.xml
index 2111f9a5c2023a79732dc81c08882477dbae3136..806f4371df5e56de731e2fd35e309a0402b963d4 100644
--- a/build/android/lint/suppressions.xml
+++ b/build/android/lint/suppressions.xml
@@ -79,6 +79,13 @@ Still reading?
<!-- http://crbug.com/450548 -->
<ignore regexp=".*restriction_values.xml.*" />
</issue>
+ <!--
+ TODO(estevenson) remove this once translations are added for
+ IDS_ACCESSIBILITY_TOOLBAR_BTN_TABSWITCHER_TOGGLE (http://crbug.com/635677)
+ -->
+ <issue id="MissingQuantity">
+ <ignore regexp=".*android_chrome_strings.xml" />
+ </issue>
<issue id="MissingVersion">
<ignore path="AndroidManifest.xml"/>
</issue>
@@ -118,6 +125,13 @@ Still reading?
</issue>
<issue id="SignatureOrSystemPermissions" severity="ignore"/>
<issue id="UnusedAttribute" severity="ignore"/>
+ <!--
+ TODO(estevenson) remove this once translations are updated for
+ IDS_ACCESSIBILITY_TOOLBAR_BTN_TABSWITCHER_TOGGLE (http://crbug.com/635677)
+ -->
+ <issue id="UnusedQuantity">
+ <ignore regexp=".*android_chrome_strings.xml" />
+ </issue>
<issue id="ViewConstructor" severity="ignore"/>
<issue id="WrongCall" severity="ignore"/>
<issue id="UselessParent">
« no previous file with comments | « no previous file | chrome/android/java/res/layout-sw600dp/toolbar.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698