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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 <issue id="Recycle" severity="ignore"/> | 72 <issue id="Recycle" severity="ignore"/> |
73 <issue id="Registered" severity="ignore"/> | 73 <issue id="Registered" severity="ignore"/> |
74 <issue id="RtlCompat" severity="ignore"/> | 74 <issue id="RtlCompat" severity="ignore"/> |
75 <issue id="RtlEnabled" severity="ignore"/> | 75 <issue id="RtlEnabled" severity="ignore"/> |
76 <issue id="RtlSymmetry" severity="ignore"/> | 76 <issue id="RtlSymmetry" severity="ignore"/> |
77 <issue id="SdCardPath"> | 77 <issue id="SdCardPath"> |
78 <ignore path="content/public/android/java/src/org/chromium/content/browser/M
ediaResourceGetter.java"/> | 78 <ignore path="content/public/android/java/src/org/chromium/content/browser/M
ediaResourceGetter.java"/> |
79 </issue> | 79 </issue> |
80 <issue id="SetJavaScriptEnabled" severity="ignore"/> | 80 <issue id="SetJavaScriptEnabled" severity="ignore"/> |
81 <issue id="UnusedResources"> | 81 <issue id="UnusedResources"> |
82 <!-- TODO(aurimas): remove suppression once crbug.com/458328 is fixed. --> | |
83 <ignore path="content/public/android/java/res/layout/validation_message_bubb
le.xml" /> | |
84 | |
85 <!-- These files are used by chrome_shell_apk and chrome_apk targets. --> | 82 <!-- These files are used by chrome_shell_apk and chrome_apk targets. --> |
86 <ignore path="chrome/android/java/res/layout/accessibility_tab_switcher.xml"
/> | 83 <ignore path="chrome/android/java/res/layout/accessibility_tab_switcher.xml"
/> |
87 <ignore path="chrome/android/java/res/drawable/btn_back.xml" /> | 84 <ignore path="chrome/android/java/res/drawable/btn_back.xml" /> |
88 <ignore path="chrome/android/java/res/drawable/btn_forward.xml" /> | 85 <ignore path="chrome/android/java/res/drawable/btn_forward.xml" /> |
89 </issue> | 86 </issue> |
90 <issue id="SignatureOrSystemPermissions" severity="ignore"/> | 87 <issue id="SignatureOrSystemPermissions" severity="ignore"/> |
91 <issue id="UnusedAttribute" severity="ignore"/> | 88 <issue id="UnusedAttribute" severity="ignore"/> |
92 <issue id="ViewConstructor" severity="ignore"/> | 89 <issue id="ViewConstructor" severity="ignore"/> |
93 <issue id="WrongCall" severity="ignore"/> | 90 <issue id="WrongCall" severity="ignore"/> |
94 </lint> | 91 </lint> |
OLD | NEW |