OLD | NEW |
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 Loading... |
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 Loading... |
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> |
OLD | NEW |