| 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 <ignore regexp="chromecast/internal" /> | 267 <ignore regexp="chromecast/internal" /> |
| 268 <ignore regexp="clank" /> | 268 <ignore regexp="clank" /> |
| 269 <ignore regexp="gen/android_webview/locale_paks.resources.zip/values/locale-
paks.xml" /> | 269 <ignore regexp="gen/android_webview/locale_paks.resources.zip/values/locale-
paks.xml" /> |
| 270 <ignore regexp="gen/android_webview/strings_grd.resources.zip/values/android
_webview_strings.xml" /> | 270 <ignore regexp="gen/android_webview/strings_grd.resources.zip/values/android
_webview_strings.xml" /> |
| 271 <ignore regexp="gen/blimp/client/blimp_strings_grd.resources.zip/values/andr
oid_blimp_strings.xml" /> | 271 <ignore regexp="gen/blimp/client/blimp_strings_grd.resources.zip/values/andr
oid_blimp_strings.xml" /> |
| 272 <ignore regexp="gen/components/strings/components_strings_grd.resources.zip/
values.*/components_strings.xml" /> | 272 <ignore regexp="gen/components/strings/components_strings_grd.resources.zip/
values.*/components_strings.xml" /> |
| 273 <ignore regexp="gen/remoting/resources/strings_java.resources.zip/values/rem
oting_strings.xml" /> | 273 <ignore regexp="gen/remoting/resources/strings_java.resources.zip/values/rem
oting_strings.xml" /> |
| 274 <ignore regexp="remoting/android/java/res/layout/navigation_list_item.xml" /
> | 274 <ignore regexp="remoting/android/java/res/layout/navigation_list_item.xml" /
> |
| 275 <!-- Used by Android's policies system --> | 275 <!-- Used by Android's policies system --> |
| 276 <ignore regexp="restriction_values.xml" /> | 276 <ignore regexp="restriction_values.xml" /> |
| 277 <ignore regexp="ui/android/java/res/values/dimens.xml"/> |
| 277 </issue> | 278 </issue> |
| 278 <issue id="UseCompoundDrawables"> | 279 <issue id="UseCompoundDrawables"> |
| 279 <ignore regexp="chrome/android/java/res/layout/download_content.xml" /> | 280 <ignore regexp="chrome/android/java/res/layout/download_content.xml" /> |
| 280 <ignore regexp="chromecast/internal" /> | 281 <ignore regexp="chromecast/internal" /> |
| 281 </issue> | 282 </issue> |
| 282 <issue id="UselessParent"> | 283 <issue id="UselessParent"> |
| 283 <ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/ac
tivity_webview_browser.xml" /> | 284 <ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/ac
tivity_webview_browser.xml" /> |
| 284 <ignore regexp="tools/android/kerberos/SpnegoAuthenticator/res/layout/activi
ty_account_authenticator.xml" /> | 285 <ignore regexp="tools/android/kerberos/SpnegoAuthenticator/res/layout/activi
ty_account_authenticator.xml" /> |
| 285 <ignore regexp="chrome/android/java/res/layout/data_reduction_promo_screen.x
ml" /> | 286 <ignore regexp="chrome/android/java/res/layout/data_reduction_promo_screen.x
ml" /> |
| 286 <ignore regexp="chromecast/internal" /> | 287 <ignore regexp="chromecast/internal" /> |
| (...skipping 12 matching lines...) Expand all Loading... |
| 299 </issue> | 300 </issue> |
| 300 <issue id="ViewConstructor" severity="ignore" /> | 301 <issue id="ViewConstructor" severity="ignore" /> |
| 301 <issue id="WrongCall" severity="ignore" /> | 302 <issue id="WrongCall" severity="ignore" /> |
| 302 <issue id="WrongConstant"> | 303 <issue id="WrongConstant"> |
| 303 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien
tCertificateRequest.java" /> | 304 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien
tCertificateRequest.java" /> |
| 304 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments
/ui/EditorView.java" /> | 305 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments
/ui/EditorView.java" /> |
| 305 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S
igninAndSyncView.java" /> | 306 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S
igninAndSyncView.java" /> |
| 306 <ignore regexp="content/public/android/java/src/org/chromium/content/browser
/ChildProcessConnectionImpl.java" /> | 307 <ignore regexp="content/public/android/java/src/org/chromium/content/browser
/ChildProcessConnectionImpl.java" /> |
| 307 </issue> | 308 </issue> |
| 308 </lint> | 309 </lint> |
| OLD | NEW |