Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(318)

Side by Side Diff: build/android/lint/suppressions.xml

Issue 2781323004: Create a new Data Saver settings page that adds the site breakdown (Closed)
Patch Set: rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/android/java/res/layout/data_reduction_old_stats_layout.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 <ignore regexp="content/shell/android/linker_test_apk/res/layout/test_activi ty.xml"/> 419 <ignore regexp="content/shell/android/linker_test_apk/res/layout/test_activi ty.xml"/>
420 <!-- TODO(crbug.com/635567): Fix this properly. --> 420 <!-- TODO(crbug.com/635567): Fix this properly. -->
421 <ignore regexp="content/shell/android/shell_apk/res/values/strings.xml"/> 421 <ignore regexp="content/shell/android/shell_apk/res/values/strings.xml"/>
422 </issue> 422 </issue>
423 <!-- TODO(crbug.com/669629): Remove this when the Chromecast dependency on old layout code is removed. --> 423 <!-- TODO(crbug.com/669629): Remove this when the Chromecast dependency on old layout code is removed. -->
424 <issue id="UseCompoundDrawables"> 424 <issue id="UseCompoundDrawables">
425 <ignore regexp="chromecast/internal/android/prebuilt/settings/res/layout-v17 /setup_activity_progress.xml"/> 425 <ignore regexp="chromecast/internal/android/prebuilt/settings/res/layout-v17 /setup_activity_progress.xml"/>
426 </issue> 426 </issue>
427 <issue id="UselessParent"> 427 <issue id="UselessParent">
428 <ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/ac tivity_webview_browser.xml"/> 428 <ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/ac tivity_webview_browser.xml"/>
429 <ignore regexp="chrome/android/java/res/layout/data_reduction_promo_screen.x ml"/> 429 <ignore regexp="chrome/android/java/res/layout/data_usage_breakdown.xml"/>
430 <ignore regexp="chromecast/internal"/> 430 <ignore regexp="chromecast/internal"/>
431 <ignore regexp="tools/android/kerberos/SpnegoAuthenticator/res/layout/activi ty_account_authenticator.xml"/> 431 <ignore regexp="tools/android/kerberos/SpnegoAuthenticator/res/layout/activi ty_account_authenticator.xml"/>
432 </issue> 432 </issue>
433 <issue id="UsesMinSdkAttributes" severity="Error"> 433 <issue id="UsesMinSdkAttributes" severity="Error">
434 <ignore regexp="AndroidManifest.xml"/> 434 <ignore regexp="AndroidManifest.xml"/>
435 </issue> 435 </issue>
436 <issue id="ValidFragment" severity="Error"> 436 <issue id="ValidFragment" severity="Error">
437 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/media/ro uter/BaseMediaRouteDialogManager.java"/> 437 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/media/ro uter/BaseMediaRouteDialogManager.java"/>
438 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/media/ro uter/MediaRouteChooserDialogManager.java"/> 438 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/media/ro uter/MediaRouteChooserDialogManager.java"/>
439 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/media/ro uter/MediaRouteControllerDialogManager.java"/> 439 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/media/ro uter/MediaRouteControllerDialogManager.java"/>
440 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/preferen ces/privacy/OtherFormsOfHistoryDialogFragment.java"/> 440 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/preferen ces/privacy/OtherFormsOfHistoryDialogFragment.java"/>
441 <ignore regexp="media/capture/content/android/java/src/org/chromium/media/Sc reenCapture.java"/> 441 <ignore regexp="media/capture/content/android/java/src/org/chromium/media/Sc reenCapture.java"/>
442 </issue> 442 </issue>
443 <issue id="ViewConstructor" severity="ignore"/> 443 <issue id="ViewConstructor" severity="ignore"/>
444 <issue id="WrongCall" severity="ignore"/> 444 <issue id="WrongCall" severity="ignore"/>
445 <issue id="WrongConstant"> 445 <issue id="WrongConstant">
446 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien tCertificateRequest.java"/> 446 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien tCertificateRequest.java"/>
447 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments /ui/EditorView.java"/> 447 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments /ui/EditorView.java"/>
448 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S igninAndSyncView.java"/> 448 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S igninAndSyncView.java"/>
449 <ignore regexp="content/public/android/java/src/org/chromium/content/browser /ChildProcessConnectionImpl.java"/> 449 <ignore regexp="content/public/android/java/src/org/chromium/content/browser /ChildProcessConnectionImpl.java"/>
450 </issue> 450 </issue>
451 </lint> 451 </lint>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/res/layout/data_reduction_old_stats_layout.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698