| 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 <ignore regexp="espresso/espresso_core_java.interface.jar"/> | 157 <ignore regexp="espresso/espresso_core_java.interface.jar"/> |
| 158 </issue> | 158 </issue> |
| 159 <issue id="LabelFor" severity="Error"> | 159 <issue id="LabelFor" severity="Error"> |
| 160 <ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/ac
tivity_webview_browser.xml"/> | 160 <ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/ac
tivity_webview_browser.xml"/> |
| 161 </issue> | 161 </issue> |
| 162 <issue id="LintError" severity="Error"/> | 162 <issue id="LintError" severity="Error"/> |
| 163 <issue id="LogConditional" severity="ignore"/> | 163 <issue id="LogConditional" severity="ignore"/> |
| 164 <issue id="LongLogTag" severity="ignore"/> | 164 <issue id="LongLogTag" severity="ignore"/> |
| 165 <issue id="MissingApplicationIcon" severity="ignore"/> | 165 <issue id="MissingApplicationIcon" severity="ignore"/> |
| 166 <issue id="MissingPermission" severity="ignore"/> | 166 <issue id="MissingPermission" severity="ignore"/> |
| 167 <!-- TODO(yolandyan) remove this once all tests are converted to junit4 --> |
| 168 <issue id="MissingPrefix" severity="ignore"/> |
| 167 <!-- | 169 <!-- |
| 168 TODO(estevenson) remove this once translations are added for | 170 TODO(estevenson) remove this once translations are added for |
| 169 IDS_ACCESSIBILITY_TOOLBAR_BTN_TABSWITCHER_TOGGLE (http://crbug.com/635677) | 171 IDS_ACCESSIBILITY_TOOLBAR_BTN_TABSWITCHER_TOGGLE (http://crbug.com/635677) |
| 170 --> | 172 --> |
| 171 <issue id="MissingQuantity"> | 173 <issue id="MissingQuantity"> |
| 172 <ignore regexp="android_chrome_strings.xml"/> | 174 <ignore regexp="android_chrome_strings.xml"/> |
| 173 </issue> | 175 </issue> |
| 174 <issue id="MissingRegistered" severity="ignore"/> | 176 <issue id="MissingRegistered" severity="ignore"/> |
| 175 <issue id="MissingSuperCall" severity="Error"> | 177 <issue id="MissingSuperCall" severity="Error"> |
| 176 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/widget/s
election/SelectionToolbar.java"/> | 178 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/widget/s
election/SelectionToolbar.java"/> |
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 </issue> | 453 </issue> |
| 452 <issue id="ViewConstructor" severity="ignore"/> | 454 <issue id="ViewConstructor" severity="ignore"/> |
| 453 <issue id="WrongCall" severity="ignore"/> | 455 <issue id="WrongCall" severity="ignore"/> |
| 454 <issue id="WrongConstant"> | 456 <issue id="WrongConstant"> |
| 455 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien
tCertificateRequest.java"/> | 457 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien
tCertificateRequest.java"/> |
| 456 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments
/ui/EditorView.java"/> | 458 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments
/ui/EditorView.java"/> |
| 457 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S
igninAndSyncView.java"/> | 459 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S
igninAndSyncView.java"/> |
| 458 <ignore regexp="content/public/android/java/src/org/chromium/content/browser
/ChildProcessConnectionImpl.java"/> | 460 <ignore regexp="content/public/android/java/src/org/chromium/content/browser
/ChildProcessConnectionImpl.java"/> |
| 459 </issue> | 461 </issue> |
| 460 </lint> | 462 </lint> |
| OLD | NEW |