summaryrefslogtreecommitdiff
path: root/nullwebview
AgeCommit message (Collapse)Author
2017-05-12Update NullWebView interface to match real WebView.android-vts-8.0_r2android-vts-8.0_r1oreo-devTorne (Richard Coles)
The real WebView is created via a static factory method now; add the corresponding method to NullWebViewFactoryProvider so they can be created uniformly. Bug: 37645436 Test: cts-tradefed run commandAndExit cts -m CtsWidgetTestCases -t android.widget.cts.TextViewTest Change-Id: Ic8e1dd84e3b78d3a0173ff13e5e849c224a3cd78
2016-01-22Add new interface method implementation into NullWebViewFactoryProviderMikhail Naganov
BUG: 22709088 Change-Id: Ib0b6ab15bc6460ffc8306bd97c34c8e22f41a862
2016-01-15Update NullWebViewProviderSelim Gurun
Add TokenbindingService override Bug: 22665752 Change-Id: I04e60fe0e0ae1d6805c8d48f42033fdfd82609ac
2014-11-13[WebView] Add NullWebViewDFP constructor with WebViewDelegate arg.Ignacio Solla
Replace the NullWebViewDelegateFactoryProvider constructor with a version taking a WebViewDelegate as an argument. This will allow us to remove a fallback from WebViewFactory that we don't need BUG:18152150 Change-Id: Ib6b51e93ee88b5bb8b3e9d0a36bd6b9da7a4cdc6
2014-05-16Add NullWebViewFactoryProvider.Ben Murdoch
This is a WebView implementation that simply throws UnsupportedOperationException for each entry point to the WebView. Intended for devices that do not intend to ship a WebView implementation. Bug: 13438487 Change-Id: I6afa169fa31db82c45c0a507e265301e48ac79dc (cherry picked from commit 4a3d672f44f1bc30aeed9cb53dfe34d6638a2ff8)