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

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

Issue 2487893003: Trybot test for deleting ReplicaInputConnection (Closed)
Patch Set: test Created 4 years, 1 month 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 | content/public/android/BUILD.gn » ('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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 <ignore regexp="org/chromium/memconsumer/MemConsumer.*.class"/> 208 <ignore regexp="org/chromium/memconsumer/MemConsumer.*.class"/>
209 <ignore regexp="org/chromium/memconsumer/ResidentService.class"/> 209 <ignore regexp="org/chromium/memconsumer/ResidentService.class"/>
210 <ignore regexp="org/chromium/mojo/bindings/ValidationTest.class"/> 210 <ignore regexp="org/chromium/mojo/bindings/ValidationTest.class"/>
211 </issue> 211 </issue>
212 <issue id="OldTargetApi"> 212 <issue id="OldTargetApi">
213 <ignore path="AndroidManifest.xml"/> 213 <ignore path="AndroidManifest.xml"/>
214 </issue> 214 </issue>
215 <issue id="Overdraw" severity="ignore"/> 215 <issue id="Overdraw" severity="ignore"/>
216 <issue id="Override"> 216 <issue id="Override">
217 <!-- TODO(crbug.com/635567): Fix this properly. --> 217 <!-- TODO(crbug.com/635567): Fix this properly. -->
218 <ignore regexp="org/chromium/content/browser/input/ReplicaInputConnection.cl ass"/>
219 <!-- TODO(crbug.com/635567): Fix this properly. -->
220 <ignore regexp="org/chromium/content/browser/input/ThreadedInputConnection.c lass"/> 218 <ignore regexp="org/chromium/content/browser/input/ThreadedInputConnection.c lass"/>
221 <!-- TODO(crbug.com/635567): Fix this properly. --> 219 <!-- TODO(crbug.com/635567): Fix this properly. -->
222 <ignore regexp="com/android/webview/chromium/ContentSettingsAdapter.class"/> 220 <ignore regexp="com/android/webview/chromium/ContentSettingsAdapter.class"/>
223 <!-- TODO(crbug.com/635567): Fix this properly. --> 221 <!-- TODO(crbug.com/635567): Fix this properly. -->
224 <ignore regexp="com/android/webview/chromium/ServiceWorkerControllerAdapter. class"/> 222 <ignore regexp="com/android/webview/chromium/ServiceWorkerControllerAdapter. class"/>
225 <!-- TODO(crbug.com/635567): Fix this properly. --> 223 <!-- TODO(crbug.com/635567): Fix this properly. -->
226 <ignore regexp="com/android/webview/chromium/ServiceWorkerSettingsAdapter.cl ass"/> 224 <ignore regexp="com/android/webview/chromium/ServiceWorkerSettingsAdapter.cl ass"/>
227 <!-- TODO(crbug.com/635567): Fix this properly. --> 225 <!-- TODO(crbug.com/635567): Fix this properly. -->
228 <ignore regexp="org/chromium/chrome/browser/ChromeActivity.class"/> 226 <ignore regexp="org/chromium/chrome/browser/ChromeActivity.class"/>
229 <!-- TODO(crbug.com/635567): Fix this properly. --> 227 <!-- TODO(crbug.com/635567): Fix this properly. -->
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 </issue> 474 </issue>
477 <issue id="ViewConstructor" severity="ignore"/> 475 <issue id="ViewConstructor" severity="ignore"/>
478 <issue id="WrongCall" severity="ignore"/> 476 <issue id="WrongCall" severity="ignore"/>
479 <issue id="WrongConstant"> 477 <issue id="WrongConstant">
480 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien tCertificateRequest.java"/> 478 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien tCertificateRequest.java"/>
481 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments /ui/EditorView.java"/> 479 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments /ui/EditorView.java"/>
482 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S igninAndSyncView.java"/> 480 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S igninAndSyncView.java"/>
483 <ignore regexp="content/public/android/java/src/org/chromium/content/browser /ChildProcessConnectionImpl.java"/> 481 <ignore regexp="content/public/android/java/src/org/chromium/content/browser /ChildProcessConnectionImpl.java"/>
484 </issue> 482 </issue>
485 </lint> 483 </lint>
OLDNEW
« no previous file with comments | « no previous file | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698