| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 <issue id="IconDensities"> | 48 <issue id="IconDensities"> |
| 49 <!-- crbug.com/457918 is tracking missing assets --> | 49 <!-- crbug.com/457918 is tracking missing assets --> |
| 50 <ignore path="components/web_contents_delegate_android/android/java/res/draw
able-xxhdpi"/> | 50 <ignore path="components/web_contents_delegate_android/android/java/res/draw
able-xxhdpi"/> |
| 51 <ignore path="components/web_contents_delegate_android/android/java/res/draw
able-xxxhdpi"/> | 51 <ignore path="components/web_contents_delegate_android/android/java/res/draw
able-xxxhdpi"/> |
| 52 <ignore path="content/public/android/java/res/drawable-xxhdpi"/> | 52 <ignore path="content/public/android/java/res/drawable-xxhdpi"/> |
| 53 <ignore path="content/public/android/java/res/drawable-xxxhdpi"/> | 53 <ignore path="content/public/android/java/res/drawable-xxxhdpi"/> |
| 54 <ignore path="chrome/android/java/res/drawable-xxhdpi"/> | 54 <ignore path="chrome/android/java/res/drawable-xxhdpi"/> |
| 55 <ignore path="chrome/android/java/res/drawable-xxxhdpi"/> | 55 <ignore path="chrome/android/java/res/drawable-xxxhdpi"/> |
| 56 <ignore path="ui/android/java/res/drawable-xxhdpi"/> | 56 <ignore path="ui/android/java/res/drawable-xxhdpi"/> |
| 57 <ignore path="ui/android/java/res/drawable-xxxhdpi"/> | 57 <ignore path="ui/android/java/res/drawable-xxxhdpi"/> |
| 58 <!-- TODO(twellington): revisit this once needed resolutions for google_icon
_sprite.png and try to merge the two regexp's. --> |
| 58 <ignore regexp=".*: data_reduction_illustration.png, reader_mode_bar_backgro
und.9.png, tabs_moved_htc.png, tabs_moved_nexus.png, tabs_moved_samsung.png$"/> | 59 <ignore regexp=".*: data_reduction_illustration.png, reader_mode_bar_backgro
und.9.png, tabs_moved_htc.png, tabs_moved_nexus.png, tabs_moved_samsung.png$"/> |
| 60 <ignore regexp=".*: data_reduction_illustration.png, google_icon_sprite.png,
reader_mode_bar_background.9.png, tabs_moved_htc.png, tabs_moved_nexus.png, tab
s_moved_samsung.png$"/> |
| 61 </issue> |
| 62 <issue id="IconDipSize"> |
| 63 <ignore regexp=".*google_icon_sprite.png.*"/> |
| 59 </issue> | 64 </issue> |
| 60 <issue id="IconLocation"> | 65 <issue id="IconLocation"> |
| 61 <!-- It is OK for content_shell_apk to have missing assets. --> | 66 <!-- It is OK for content_shell_apk to have missing assets. --> |
| 62 <ignore path="content/shell/android/java/res/"/> | 67 <ignore path="content/shell/android/java/res/"/> |
| 63 <!-- Suppression for chrome/test/chromedriver/test/webview_shell/java/res/dr
awable/icon.png --> | 68 <!-- Suppression for chrome/test/chromedriver/test/webview_shell/java/res/dr
awable/icon.png --> |
| 64 <ignore path="res/drawable/icon.png"/> | 69 <ignore path="res/drawable/icon.png"/> |
| 65 <!-- TODO(lambroslambrou) remove this once crbug.com/502030 is fixed. --> | 70 <!-- TODO(lambroslambrou) remove this once crbug.com/502030 is fixed. --> |
| 66 <ignore path="remoting/android/java/res"/> | 71 <ignore path="remoting/android/java/res"/> |
| 67 </issue> | 72 </issue> |
| 68 <issue id="InconsistentLayout" severity="ignore"/> | 73 <issue id="InconsistentLayout" severity="ignore"/> |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 <ignore path="content/shell/android/shell_apk/res/values/strings.xml" /> | 110 <ignore path="content/shell/android/shell_apk/res/values/strings.xml" /> |
| 106 </issue> | 111 </issue> |
| 107 <issue id="SignatureOrSystemPermissions" severity="ignore"/> | 112 <issue id="SignatureOrSystemPermissions" severity="ignore"/> |
| 108 <issue id="UnusedAttribute" severity="ignore"/> | 113 <issue id="UnusedAttribute" severity="ignore"/> |
| 109 <issue id="ViewConstructor" severity="ignore"/> | 114 <issue id="ViewConstructor" severity="ignore"/> |
| 110 <issue id="WrongCall" severity="ignore"/> | 115 <issue id="WrongCall" severity="ignore"/> |
| 111 <issue id="UselessParent"> | 116 <issue id="UselessParent"> |
| 112 <ignore path="chrome/android/java/res/layout/data_reduction_promo_screen.xml
" /> | 117 <ignore path="chrome/android/java/res/layout/data_reduction_promo_screen.xml
" /> |
| 113 </issue> | 118 </issue> |
| 114 </lint> | 119 </lint> |
| OLD | NEW |