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

Side by Side Diff: build/android/lint/suppressions.xml

Issue 2704263004: bluetooth: Add connected icon to Bluetooth Chooser on Android (Closed)
Patch Set: Address tedchoc's comments Created 3 years, 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/android/java/res/color/item_chooser_row_icon_color.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <lint> 2 <lint>
3 <!-- 3 <!--
4 STOP! It looks like you want to suppress some lint errors: 4 STOP! It looks like you want to suppress some lint errors:
5 - Have you tried identifing the offending patch? 5 - Have you tried identifing the offending patch?
6 Ask the author for a fix and/or revert the patch. 6 Ask the author for a fix and/or revert the patch.
7 - It is preferred to add suppressions in the code instead of 7 - It is preferred to add suppressions in the code instead of
8 sweeping it under the rug here. See: 8 sweeping it under the rug here. See:
9 9
10 http://developer.android.com/tools/debugging/improving-w-lint.html 10 http://developer.android.com/tools/debugging/improving-w-lint.html
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 <!-- http://crbug.com/450548 --> 176 <!-- http://crbug.com/450548 -->
177 <ignore regexp="chromecast/internal"/> 177 <ignore regexp="chromecast/internal"/>
178 <ignore regexp="restriction_values.xml.*"/> 178 <ignore regexp="restriction_values.xml.*"/>
179 </issue> 179 </issue>
180 <issue id="MissingVersion"> 180 <issue id="MissingVersion">
181 <ignore path="AndroidManifest.xml"/> 181 <ignore path="AndroidManifest.xml"/>
182 </issue> 182 </issue>
183 <issue id="NewApi"> 183 <issue id="NewApi">
184 <ignore regexp="Attribute `paddingStart` referenced here can result in a cra sh on some specific devices older than API 17"/> 184 <ignore regexp="Attribute `paddingStart` referenced here can result in a cra sh on some specific devices older than API 17"/>
185 <ignore regexp="chrome/android/java/res/drawable/downloads_big.xml"/> 185 <ignore regexp="chrome/android/java/res/drawable/downloads_big.xml"/>
186 <ignore regexp="chrome/android/java/res/drawable/ic_bluetooth_connected.xml" />
186 <ignore regexp="chrome/android/java/res/values-v17/styles.xml"/> 187 <ignore regexp="chrome/android/java/res/values-v17/styles.xml"/>
187 <ignore regexp="chromecast/internal"/> 188 <ignore regexp="chromecast/internal"/>
188 <ignore regexp="com/android/tv"/> 189 <ignore regexp="com/android/tv"/>
189 <ignore regexp="com/android/webview/chromium/ServiceWorkerControllerAdapter. class"/> 190 <ignore regexp="com/android/webview/chromium/ServiceWorkerControllerAdapter. class"/>
190 <ignore regexp="com/android/webview/chromium/ServiceWorkerSettingsAdapter.cl ass"/> 191 <ignore regexp="com/android/webview/chromium/ServiceWorkerSettingsAdapter.cl ass"/>
191 <ignore regexp="com/android/webview/chromium/WebViewChromium.class"/> 192 <ignore regexp="com/android/webview/chromium/WebViewChromium.class"/>
192 <ignore regexp="com/android/webview/chromium/WebViewChromiumFactoryProvider. class"/> 193 <ignore regexp="com/android/webview/chromium/WebViewChromiumFactoryProvider. class"/>
193 <ignore regexp="com/chrome/cloud/experimental/airspeed/BenchmarksTest.class" /> 194 <ignore regexp="com/chrome/cloud/experimental/airspeed/BenchmarksTest.class" />
194 <ignore regexp="com/google/android/apps/cast"/> 195 <ignore regexp="com/google/android/apps/cast"/>
195 <ignore regexp="com/google/android/apps/mediashell"/> 196 <ignore regexp="com/google/android/apps/mediashell"/>
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 </issue> 442 </issue>
442 <issue id="ViewConstructor" severity="ignore"/> 443 <issue id="ViewConstructor" severity="ignore"/>
443 <issue id="WrongCall" severity="ignore"/> 444 <issue id="WrongCall" severity="ignore"/>
444 <issue id="WrongConstant"> 445 <issue id="WrongConstant">
445 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien tCertificateRequest.java"/> 446 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien tCertificateRequest.java"/>
446 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments /ui/EditorView.java"/> 447 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments /ui/EditorView.java"/>
447 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S igninAndSyncView.java"/> 448 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S igninAndSyncView.java"/>
448 <ignore regexp="content/public/android/java/src/org/chromium/content/browser /ChildProcessConnectionImpl.java"/> 449 <ignore regexp="content/public/android/java/src/org/chromium/content/browser /ChildProcessConnectionImpl.java"/>
449 </issue> 450 </issue>
450 </lint> 451 </lint>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/res/color/item_chooser_row_icon_color.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698