summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/WebViewFactory.java
Commit message (Expand)AuthorAgeFilesLines
* WebView: Load Android T specific WebViewMichael Bai2022-02-181-1/+1
* Revert^3 "Deprecate Context#createApplicationContext"Ryan Mitchell2021-06-301-7/+3
* Revert^2 "Deprecate Context#createApplicationContext"Paul Hobbs2021-06-291-3/+7
* Revert "Deprecate Context#createApplicationContext"Ryan Mitchell2021-06-221-7/+3
* Merge "Deprecate Context#createApplicationContext" into sc-devTreeHugger Robot2021-05-191-3/+7
|\
| * Deprecate Context#createApplicationContextRyan Mitchell2021-05-181-3/+7
* | Rework WebView startup timestamp system API.Torne (Richard Coles)2021-05-181-54/+100
|/
* webview: switch timestamps to uptimeMillis().Torne (Richard Coles)2021-04-291-8/+8
* Document WebViewDelegate.getTimestamps() better.Torne (Richard Coles)2021-04-271-0/+11
* Use SystemClock.elapsedRealtime() to record WebView startup timestamps.Anna Malova2021-02-171-8/+9
* Record WebView startup timestamps and add API to access them.Anna Malova2021-01-291-2/+47
* Clean up WebViewFactory.getProvider error handling.Torne (Richard Coles)2020-12-011-11/+4
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Reland "Enable new S APIs for WebView.""Richard Coles2020-10-131-1/+1
* Revert "Enable new S APIs for WebView."Nate Fischer2020-10-021-1/+1
* Enable new S APIs for WebView.Torne (Richard Coles)2020-08-051-1/+1
* Switch to WebViewFactoryProviderForR.Anna Malova2020-02-131-1/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Remove support for the WebView stub.Torne (Richard Coles)2019-03-281-45/+1
* WebView: add all APKs to asset path.Torne (Richard Coles)2019-03-181-2/+3
* Partially revert "Handle WebView assets correctly when multiple APKs are used."Torne (Richard Coles)2019-03-131-1/+2
* Handle WebView assets correctly when multiple APKs are used.Torne (Richard Coles)2019-03-121-2/+1
* [wv] Update WebView factory provider class name.Tobias Sargeant2018-12-211-1/+1
* Merge "Simplify WebView RELRO creation and handle more cases."TreeHugger Robot2018-09-121-3/+0
|\
| * Simplify WebView RELRO creation and handle more cases.Torne (Richard Coles)2018-08-071-3/+0
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-161-0/+7
|/
* Make WebViewLibraryLoader interface more flexible.Torne (Richard Coles)2018-02-211-13/+10
* Reenable Strictmode disk reads checks in WebViewFactory.Gustav Sennton2018-01-151-3/+0
* Switch to WebViewChromiumFactoryProviderForPShimi Zhang2017-12-211-1/+1
* Merge "Make WebView data directory configurable."TreeHugger Robot2017-12-191-0/+47
|\
| * Make WebView data directory configurable.Torne (Richard Coles)2017-12-121-0/+47
* | Add major version code to platform.Dianne Hackborn2017-12-041-4/+4
|/
* Merge "WebView: change 'iff' to 'if' in docs"TreeHugger Robot2017-10-261-1/+1
|\
| * WebView: change 'iff' to 'if' in docsNate Fischer2017-10-261-1/+1
* | Refactor some WebView loading logic into WebViewLibraryLoader.Gustav Sennton2017-10-241-25/+3
|/
* Merge "[WebView] Only pass one path to relro creation/loading at a time."TreeHugger Robot2017-10-051-2/+2
|\
| * [WebView] Only pass one path to relro creation/loading at a time.Gustav Sennton2017-10-051-2/+2
* | Fix NPE in WebView relro creator process.Torne (Richard Coles)2017-10-041-2/+7
* | Improve handling of devices without a WebView.Torne (Richard Coles)2017-10-031-14/+26
|/
* Consider shared libs when precreating WebView classloader.Torne (Richard Coles)2017-09-191-2/+2
* WebView: wrap Java literals with {@code}Nate Fischer2017-09-051-1/+1
* WebView: switch to OMR1 FactoryProviderNate Fischer2017-08-141-1/+1
* Move WebView relro related functionality to its own file.Gustav Sennton2017-06-201-256/+7
* Take better control over Exceptions thrown in WebViewFactory.Gustav Sennton2017-05-151-17/+23
* Support loading a stub WebView using a donor package.Torne (Richard Coles)2017-03-281-3/+49
* Do not allow WebView instantiation from privileged processes.Robert Sesek2017-03-161-1/+3
* Make sure we cannot use packages targeting pre-O as WebView packages.Gustav Sennton2017-02-011-22/+8
* Load WebViewChromiumFactoryProviderForOTao Bai2017-01-101-5/+22