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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 <ignore regexp="org/chromium/memconsumer/MemConsumer.*.class"/> | 209 <ignore regexp="org/chromium/memconsumer/MemConsumer.*.class"/> |
210 <ignore regexp="org/chromium/memconsumer/ResidentService.class"/> | 210 <ignore regexp="org/chromium/memconsumer/ResidentService.class"/> |
211 <ignore regexp="org/chromium/mojo/bindings/ValidationTest.class"/> | 211 <ignore regexp="org/chromium/mojo/bindings/ValidationTest.class"/> |
212 </issue> | 212 </issue> |
213 <issue id="OldTargetApi"> | 213 <issue id="OldTargetApi"> |
214 <ignore path="AndroidManifest.xml"/> | 214 <ignore path="AndroidManifest.xml"/> |
215 </issue> | 215 </issue> |
216 <issue id="Overdraw" severity="ignore"/> | 216 <issue id="Overdraw" severity="ignore"/> |
217 <issue id="Override"> | 217 <issue id="Override"> |
218 <!-- TODO(crbug.com/635567): Fix this properly. --> | 218 <!-- TODO(crbug.com/635567): Fix this properly. --> |
219 <ignore regexp="org/chromium/content/browser/input/ReplicaInputConnection.cl
ass"/> | |
220 <!-- TODO(crbug.com/635567): Fix this properly. --> | |
221 <ignore regexp="org/chromium/content/browser/input/ThreadedInputConnection.c
lass"/> | 219 <ignore regexp="org/chromium/content/browser/input/ThreadedInputConnection.c
lass"/> |
222 <!-- TODO(crbug.com/635567): Fix this properly. --> | 220 <!-- TODO(crbug.com/635567): Fix this properly. --> |
223 <ignore regexp="com/android/webview/chromium/ContentSettingsAdapter.class"/> | 221 <ignore regexp="com/android/webview/chromium/ContentSettingsAdapter.class"/> |
224 <!-- TODO(crbug.com/635567): Fix this properly. --> | 222 <!-- TODO(crbug.com/635567): Fix this properly. --> |
225 <ignore regexp="com/android/webview/chromium/ServiceWorkerControllerAdapter.
class"/> | 223 <ignore regexp="com/android/webview/chromium/ServiceWorkerControllerAdapter.
class"/> |
226 <!-- TODO(crbug.com/635567): Fix this properly. --> | 224 <!-- TODO(crbug.com/635567): Fix this properly. --> |
227 <ignore regexp="com/android/webview/chromium/ServiceWorkerSettingsAdapter.cl
ass"/> | 225 <ignore regexp="com/android/webview/chromium/ServiceWorkerSettingsAdapter.cl
ass"/> |
228 <!-- TODO(crbug.com/635567): Fix this properly. --> | 226 <!-- TODO(crbug.com/635567): Fix this properly. --> |
229 <ignore regexp="org/chromium/chrome/browser/ChromeActivity.class"/> | 227 <ignore regexp="org/chromium/chrome/browser/ChromeActivity.class"/> |
230 <!-- TODO(crbug.com/635567): Fix this properly. --> | 228 <!-- TODO(crbug.com/635567): Fix this properly. --> |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
479 </issue> | 477 </issue> |
480 <issue id="ViewConstructor" severity="ignore"/> | 478 <issue id="ViewConstructor" severity="ignore"/> |
481 <issue id="WrongCall" severity="ignore"/> | 479 <issue id="WrongCall" severity="ignore"/> |
482 <issue id="WrongConstant"> | 480 <issue id="WrongConstant"> |
483 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien
tCertificateRequest.java"/> | 481 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien
tCertificateRequest.java"/> |
484 <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/payments
/ui/EditorView.java"/> |
485 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S
igninAndSyncView.java"/> | 483 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S
igninAndSyncView.java"/> |
486 <ignore regexp="content/public/android/java/src/org/chromium/content/browser
/ChildProcessConnectionImpl.java"/> | 484 <ignore regexp="content/public/android/java/src/org/chromium/content/browser
/ChildProcessConnectionImpl.java"/> |
487 </issue> | 485 </issue> |
488 </lint> | 486 </lint> |
OLD | NEW |