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

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

Issue 2704263004: bluetooth: Add connected icon to Bluetooth Chooser on Android (Closed)
Patch Set: Address juncai's comments Created 3 years, 9 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
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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 <!-- http://crbug.com/450548 --> 177 <!-- http://crbug.com/450548 -->
178 <ignore regexp="chromecast/internal"/> 178 <ignore regexp="chromecast/internal"/>
179 <ignore regexp="restriction_values.xml.*"/> 179 <ignore regexp="restriction_values.xml.*"/>
180 </issue> 180 </issue>
181 <issue id="MissingVersion"> 181 <issue id="MissingVersion">
182 <ignore path="AndroidManifest.xml"/> 182 <ignore path="AndroidManifest.xml"/>
183 </issue> 183 </issue>
184 <issue id="NewApi"> 184 <issue id="NewApi">
185 <ignore regexp="Attribute `paddingStart` referenced here can result in a cra sh on some specific devices older than API 17"/> 185 <ignore regexp="Attribute `paddingStart` referenced here can result in a cra sh on some specific devices older than API 17"/>
186 <ignore regexp="chrome/android/java/res/drawable/downloads_big.xml"/> 186 <ignore regexp="chrome/android/java/res/drawable/downloads_big.xml"/>
187 <ignore regexp="chrome/android/java/res/drawable/ic_bluetooth_connected.xml" />
187 <ignore regexp="chrome/android/java/res/values-v17/styles.xml"/> 188 <ignore regexp="chrome/android/java/res/values-v17/styles.xml"/>
188 <ignore regexp="chromecast/internal"/> 189 <ignore regexp="chromecast/internal"/>
189 <ignore regexp="com/android/tv"/> 190 <ignore regexp="com/android/tv"/>
190 <ignore regexp="com/android/webview/chromium/ServiceWorkerControllerAdapter. class"/> 191 <ignore regexp="com/android/webview/chromium/ServiceWorkerControllerAdapter. class"/>
191 <ignore regexp="com/android/webview/chromium/ServiceWorkerSettingsAdapter.cl ass"/> 192 <ignore regexp="com/android/webview/chromium/ServiceWorkerSettingsAdapter.cl ass"/>
192 <ignore regexp="com/android/webview/chromium/WebViewChromium.class"/> 193 <ignore regexp="com/android/webview/chromium/WebViewChromium.class"/>
193 <ignore regexp="com/android/webview/chromium/WebViewChromiumFactoryProvider. class"/> 194 <ignore regexp="com/android/webview/chromium/WebViewChromiumFactoryProvider. class"/>
194 <ignore regexp="com/chrome/cloud/experimental/airspeed/BenchmarksTest.class" /> 195 <ignore regexp="com/chrome/cloud/experimental/airspeed/BenchmarksTest.class" />
195 <ignore regexp="com/google/android/apps/cast"/> 196 <ignore regexp="com/google/android/apps/cast"/>
196 <ignore regexp="com/google/android/apps/mediashell"/> 197 <ignore regexp="com/google/android/apps/mediashell"/>
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 </issue> 450 </issue>
450 <issue id="ViewConstructor" severity="ignore"/> 451 <issue id="ViewConstructor" severity="ignore"/>
451 <issue id="WrongCall" severity="ignore"/> 452 <issue id="WrongCall" severity="ignore"/>
452 <issue id="WrongConstant"> 453 <issue id="WrongConstant">
453 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien tCertificateRequest.java"/> 454 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien tCertificateRequest.java"/>
454 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments /ui/EditorView.java"/> 455 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments /ui/EditorView.java"/>
455 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S igninAndSyncView.java"/> 456 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S igninAndSyncView.java"/>
456 <ignore regexp="content/public/android/java/src/org/chromium/content/browser /ChildProcessConnectionImpl.java"/> 457 <ignore regexp="content/public/android/java/src/org/chromium/content/browser /ChildProcessConnectionImpl.java"/>
457 </issue> 458 </issue>
458 </lint> 459 </lint>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698