summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/WebResourceResponse.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-20Merge "Clarify WebResourceResponse's stream handling." into pi-devTorne (Richard Coles)
2019-01-11Clarify WebResourceResponse's stream handling.Torne (Richard Coles)
2018-12-17Merge "Clarify WebResourceResponse parameter documentation." into pi-devTorne (Richard Coles)
2018-12-14Clarify WebResourceResponse parameter documentation.Torne (Richard Coles)
2018-08-16Add @UnsupportedAppUsage annotationsMathew Inwood
2017-09-21WebView: add @Nullable and @NonNull annotationsNate Fischer
2015-05-21Clean remaining API related issues.Selim Gurun
2015-05-13Update the new error reporting API in android.webkitMikhail Naganov
2015-03-06Provide better error reporting for WebViewMikhail Naganov
2014-09-15Disallow passing a StringBufferInputStream to a WebResourceResponsePaul Miller
2014-07-15Add more params to WebViewClient.shouldInterceptRequest.Marcin Kosiba
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2012-04-26Fix JavaDoc style for several WebView classesSteve Block
2012-02-22Drop support for Android HTTP stackSteve Block
2012-02-21Clean up JavaDoc for WebResourceResponseSteve Block
2010-11-15Offer a callback to intercept url requests.Patrick Scott