History log of /frameworks/base/core/java/android/webkit/WebViewProviderResponse.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
79fea48aeca5c7d4c16c70c996c42a18d6cd8731 07-Apr-2016 Gustav Sennton <gsennton@google.com> Create WebViewUpdateServiceImpl to move implementation there.

To make the WebViewUpdateService testable we create a new implementation
class that contains the implementation for the actual service. This
implementation can then be tested.

Bug: 27635535
Change-Id: I45c25c71375cc86a04c649a845016d2e7b105a7a
/frameworks/base/core/java/android/webkit/WebViewProviderResponse.java
6258dcd7ea5450726bc7bcb1fbd50e99f62f38fb 30-Oct-2015 Gustav Sennton <gsennton@google.com> Add functionality for changing WebView provider.

Make it possible to change WebView provider (through a Developer
setting) and kill all apps using the old provider.
This includes checking the signatures of the WebView providers to make
sure they are valid.

Now that we can change WebView provider through a setting it is possible
to change provider while some provider is being updated. Because of this
we now keep track of which provider should be in use in
WebViewUpdateService to make sure we use the correct provider at all
times.

We now also read WebView package meta data (name, package name, and
signature) from a separate xml file.

Main bug: crbug.com/546185

Bug: 25338573

Change-Id: I660fd1a40a5388f6569a06a7f0d029e8ff65945a
/frameworks/base/core/java/android/webkit/WebViewProviderResponse.java