summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/WebViewProviderInfo.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-161-0/+2
* Store WebView package signatures as Signatures instead of StringsGustav Sennton2018-01-031-6/+13
* Add system api to reach WebViewUpdateService Binder interface.Gustav Sennton2016-04-011-1/+5
* Simplify WebViewProviderInfo - move its logic into WebViewUpdateService.Gustav Sennton2016-03-311-118/+8
* Add utility interface for WebView preparation logic.Gustav Sennton2016-03-181-0/+4
* Add fallback packages to be enabled iff no webview packages are validGustav Sennton2016-02-231-3/+9
* Move current WebView provider from Settings.Secure to Settings.GlobalGustav Sennton2016-02-111-20/+14
* Merge "Fix WebView loading logic to allow changing provider if current disabled"Gustav Sennton2016-01-111-1/+37
|\
| * Fix WebView loading logic to allow changing provider if current disabledGustav Sennton2016-01-061-1/+37
* | More progress on triaging PackageManager callers.Jeff Sharkey2016-01-081-4/+3
|/
* Allow several valid signatures per WebView provider.Gustav Sennton2015-12-171-8/+15
* Add functionality for changing WebView provider.Gustav Sennton2015-12-111-0/+140