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

Unified Diff: build/android/findbugs_filter/findbugs_known_bugs.txt

Issue 11823027: [Android WebView] Implement the capture picture API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: adding findbugs update from 11825002 to make the trybots happy. Created 7 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: build/android/findbugs_filter/findbugs_known_bugs.txt
diff --git a/build/android/findbugs_filter/findbugs_known_bugs.txt b/build/android/findbugs_filter/findbugs_known_bugs.txt
index 4dc8b3cac5bc08b7f74ed00dd2779b744d5b1337..ac568e112424c540413a9187f53ecc9d2f191acc 100644
--- a/build/android/findbugs_filter/findbugs_known_bugs.txt
+++ b/build/android/findbugs_filter/findbugs_known_bugs.txt
@@ -139,3 +139,6 @@ M V MS: org.chromium.content.browser.LoadUrlParams.UA_OVERRIDE_TRUE should be pa
M C RCN: Nullcheck of GestureDetector.mVelocityTracker at line 630 of value previously dereferenced in org.chromium.content.browser.third_party.GestureDetector.onTouchEvent(MotionEvent) At GestureDetector.java
M D SF: Switch statement found in org.chromium.content.browser.third_party.GestureDetector.onTouchEvent(MotionEvent) where default case is missing At GestureDetector.java
M D ST: Write to static field org.chromium.content.browser.ContentSettings.sAppCachePathIsSet from instance method org.chromium.content.browser.ContentSettings.setAppCachePath(String) At ContentSettings.java
+M D UuF: Unused public or protected field: org.chromium.android_webview.AwContentsClient$ExternalPictureData.height In AwContentsClient.java
+M D UuF: Unused public or protected field: org.chromium.android_webview.AwContentsClient$ExternalPictureData.nativePicture In AwContentsClient.java
+M D UuF: Unused public or protected field: org.chromium.android_webview.AwContentsClient$ExternalPictureData.width In AwContentsClient.java

Powered by Google App Engine
This is Rietveld 408576698