summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/WebViewZygote.java
Commit message (Expand)AuthorAgeFilesLines
* Wait for RELRO before starting WebViewZygote at boot.Torne (Richard Coles)2019-04-101-12/+3
* Remove support for the WebView stub.Torne (Richard Coles)2019-03-281-44/+2
* Widen allowed UID range for webview zygote.Martijn Coenen2019-01-301-1/+1
* Use new app preload path for WebView zygote.Torne (Richard Coles)2019-01-231-27/+29
* Code cleanup to conform to style guide / linter.Chris Wailes2019-01-221-1/+1
* Prepare setresuid()/setresgid() seccomp filter in AppZygote.Martijn Coenen2019-01-181-1/+3
* Initial support for application Zygote.Martijn Coenen2019-01-071-0/+1
* Start the webview_zygote at boot, but in the background.Torne (Richard Coles)2018-03-141-5/+12
* Merge "Delay starting the webview_zygote until first use." am: 6d9d717ab7 am:...Robert Sesek2018-02-281-7/+5
|\
| * Delay starting the webview_zygote until first use.Robert Sesek2018-02-261-7/+5
* | Preload with RELRO sharing in the WebView zygote.Torne (Richard Coles)2018-02-261-1/+3
* | Merge "Reparent the webview_zygote to be a child of the main app_process zygo...Robert Sesek2018-02-211-82/+32
|\|
| * Reparent the webview_zygote to be a child of the main app_process zygote.Robert Sesek2018-02-201-83/+32
| * Consider shared libs when precreating WebView classloader.Torne (Richard Coles)2018-02-201-5/+14
* | Consider shared libs when precreating WebView classloader.Torne (Richard Coles)2017-09-191-5/+14
* | WebView: wrap Java literals with {@code}Nate Fischer2017-09-051-4/+3
|/
* Add a time-out for connecting to SystemServer, and WebView, zygotes.Gustav Sennton2017-04-281-22/+1
* Explicitly wait for the WebView Zygote.Gustav Sennton2017-04-241-1/+25
* Support loading a stub WebView using a donor package.Torne (Richard Coles)2017-03-281-2/+11
* Post WebView Zygote connection code to a background thread.Gustav Sennton2017-03-241-12/+40
* Add isBundled argument to LoadedApk.makePaths callDimitry Ivanov2017-02-221-1/+1
* Synchronize access to WebViewZygote.Robert Sesek2017-01-031-40/+77
* Add new hostingType for startProcessLocked() that selects using the WebViewZy...Robert Sesek2016-11-291-0/+4
* Precreate the classloader for the WebView.Torne (Richard Coles)2016-11-211-5/+20
* Create the WebViewZygote and implement WebViewZygoteInit.Robert Sesek2016-10-071-0/+135