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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 <issue id="RtlCompat" severity="ignore"/> | 95 <issue id="RtlCompat" severity="ignore"/> |
96 <issue id="RtlEnabled" severity="ignore"/> | 96 <issue id="RtlEnabled" severity="ignore"/> |
97 <issue id="RtlSymmetry" severity="ignore"/> | 97 <issue id="RtlSymmetry" severity="ignore"/> |
98 <issue id="SdCardPath"> | 98 <issue id="SdCardPath"> |
99 <ignore path="content/public/android/java/src/org/chromium/content/browser/M
ediaResourceGetter.java"/> | 99 <ignore path="content/public/android/java/src/org/chromium/content/browser/M
ediaResourceGetter.java"/> |
100 </issue> | 100 </issue> |
101 <issue id="SetJavaScriptEnabled" severity="ignore"/> | 101 <issue id="SetJavaScriptEnabled" severity="ignore"/> |
102 <issue id="UnusedResources"> | 102 <issue id="UnusedResources"> |
103 <!-- Used by chrome/android/java/AndroidManifest.xml --> | 103 <!-- Used by chrome/android/java/AndroidManifest.xml --> |
104 <ignore path="chrome/android/java/res/drawable/window_background.xml" /> | 104 <ignore path="chrome/android/java/res/drawable/window_background.xml" /> |
105 <ignore path="chrome/android/java/res/xml/bookmark_thumbnail_widget_info.xml
" /> | 105 <ignore path="chrome/android/java/res/xml/bookmark_widget_info.xml" /> |
106 <ignore path="chrome/android/java/res/xml/file_paths.xml" /> | 106 <ignore path="chrome/android/java/res/xml/file_paths.xml" /> |
107 | 107 |
108 <ignore path="content/shell/android/shell_apk/res/layout/content_shell_activ
ity.xml" /> | 108 <ignore path="content/shell/android/shell_apk/res/layout/content_shell_activ
ity.xml" /> |
109 <ignore path="content/shell/android/shell_apk/res/values/strings.xml" /> | 109 <ignore path="content/shell/android/shell_apk/res/values/strings.xml" /> |
110 </issue> | 110 </issue> |
111 <issue id="SignatureOrSystemPermissions" severity="ignore"/> | 111 <issue id="SignatureOrSystemPermissions" severity="ignore"/> |
112 <issue id="UnusedAttribute" severity="ignore"/> | 112 <issue id="UnusedAttribute" severity="ignore"/> |
113 <issue id="ViewConstructor" severity="ignore"/> | 113 <issue id="ViewConstructor" severity="ignore"/> |
114 <issue id="WrongCall" severity="ignore"/> | 114 <issue id="WrongCall" severity="ignore"/> |
115 <issue id="UselessParent"> | 115 <issue id="UselessParent"> |
116 <ignore path="chrome/android/java/res/layout/data_reduction_promo_screen.xml
" /> | 116 <ignore path="chrome/android/java/res/layout/data_reduction_promo_screen.xml
" /> |
117 </issue> | 117 </issue> |
118 </lint> | 118 </lint> |
OLD | NEW |