summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/WebViewFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate framework Fragments and LoadersIan Lake2017-11-131-0/+3
| | | | | | | | | | | | Redirect developers to use the Support Library versions of Fragments and Loaders to ensure that they get consistent behavior across versions of Android and all devices as well as access to Lifecycle improvements. Test: Confirmed APIs deprecated in current.txt BUG: 68381801 Change-Id: I58ec599e557fc93c8547c45ba7c9ced96b0c8616
* Remove dependencies on Activity from common Fragment superclassesAdam Powell2016-04-221-1/+1
| | | | | | | | Allow common Fragments to be used in non-Activity hosts. Bug 28337394 Change-Id: Id3baa3ef19ea41ff43ca76be89ced7530fbadfab
* Fix WebViewFragment to avoid detroying the WebView too earlySteve Block2011-07-011-4/+21
| | | | | | | | We must not call WebView.destroy() until after the WebView has been removed from the view hierarchy. Bug: 4974517 Change-Id: I33b3a9d4ec098e2ab50626cb8906da7697ff2a33
* Adds a new WebViewFragment classSteve Block2011-01-141-0/+81
Cherry pick from master change 85641. Bug: 3262357 Change-Id: Ife095f7db820bf0a2add682b47586854a4ea9499