| 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 <ignore regexp="org/chromium/base/JavaHandlerThread.class"/> | 210 <ignore regexp="org/chromium/base/JavaHandlerThread.class"/> |
| 211 <ignore regexp="org/chromium/base/SysUtils.class"/> | 211 <ignore regexp="org/chromium/base/SysUtils.class"/> |
| 212 <ignore regexp="org/chromium/chrome/browser/TtsPlatformImpl.class"/> | 212 <ignore regexp="org/chromium/chrome/browser/TtsPlatformImpl.class"/> |
| 213 <ignore regexp="org/chromium/chrome/browser/ntp/IncognitoNewTabPage.class"/> | 213 <ignore regexp="org/chromium/chrome/browser/ntp/IncognitoNewTabPage.class"/> |
| 214 <ignore regexp="org/chromium/chrome/browser/ntp/NewTabPage.class"/> | 214 <ignore regexp="org/chromium/chrome/browser/ntp/NewTabPage.class"/> |
| 215 <ignore regexp="org/chromium/chromecast/base/CastSettingsManager.class"/> | 215 <ignore regexp="org/chromium/chromecast/base/CastSettingsManager.class"/> |
| 216 <ignore regexp="org/chromium/memconsumer/MemConsumer.*.class"/> | 216 <ignore regexp="org/chromium/memconsumer/MemConsumer.*.class"/> |
| 217 <ignore regexp="org/chromium/memconsumer/ResidentService.class"/> | 217 <ignore regexp="org/chromium/memconsumer/ResidentService.class"/> |
| 218 <ignore regexp="org/chromium/mojo/bindings/ValidationTest.class"/> | 218 <ignore regexp="org/chromium/mojo/bindings/ValidationTest.class"/> |
| 219 <!-- TODO(crbug.com/635567): Fix this properly. --> | 219 <!-- TODO(crbug.com/635567): Fix this properly. --> |
| 220 <ignore regexp="third_party/android_tools/sdk/extras/chromium/support/src/or
g/chromium/android/support/PackageManagerWrapper.java"/> | 220 <ignore regexp="sdk/extras/chromium/support/src/org/chromium/android/support
/PackageManagerWrapper.java"/> |
| 221 </issue> | 221 </issue> |
| 222 <issue id="OldTargetApi"> | 222 <issue id="OldTargetApi"> |
| 223 <ignore path="AndroidManifest.xml"/> | 223 <ignore path="AndroidManifest.xml"/> |
| 224 </issue> | 224 </issue> |
| 225 <issue id="Overdraw" severity="ignore"/> | 225 <issue id="Overdraw" severity="ignore"/> |
| 226 <issue id="Override"> | 226 <issue id="Override"> |
| 227 <!-- TODO(crbug.com/635567): Fix this properly. --> | 227 <!-- TODO(crbug.com/635567): Fix this properly. --> |
| 228 <ignore regexp="org/chromium/content/browser/input/ThreadedInputConnection.c
lass"/> | 228 <ignore regexp="org/chromium/content/browser/input/ThreadedInputConnection.c
lass"/> |
| 229 <!-- TODO(crbug.com/635567): Fix this properly. --> | 229 <!-- TODO(crbug.com/635567): Fix this properly. --> |
| 230 <ignore regexp="com/android/webview/chromium/ContentSettingsAdapter.class"/> | 230 <ignore regexp="com/android/webview/chromium/ContentSettingsAdapter.class"/> |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 <ignore regexp="chrome/android/javatests"/> | 462 <ignore regexp="chrome/android/javatests"/> |
| 463 <ignore regexp="/test/"/> | 463 <ignore regexp="/test/"/> |
| 464 </issue> | 464 </issue> |
| 465 <issue id="WrongCall" severity="ignore"/> | 465 <issue id="WrongCall" severity="ignore"/> |
| 466 <issue id="WrongConstant"> | 466 <issue id="WrongConstant"> |
| 467 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien
tCertificateRequest.java"/> | 467 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien
tCertificateRequest.java"/> |
| 468 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments
/ui/EditorView.java"/> | 468 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments
/ui/EditorView.java"/> |
| 469 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S
igninAndSyncView.java"/> | 469 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S
igninAndSyncView.java"/> |
| 470 </issue> | 470 </issue> |
| 471 </lint> | 471 </lint> |
| OLD | NEW |