summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/WebViewZygote.java
AgeCommit message (Expand)Author
2019-04-10Wait for RELRO before starting WebViewZygote at boot.Torne (Richard Coles)
2019-03-28Remove support for the WebView stub.Torne (Richard Coles)
2019-01-30Widen allowed UID range for webview zygote.Martijn Coenen
2019-01-23Use new app preload path for WebView zygote.Torne (Richard Coles)
2019-01-22Code cleanup to conform to style guide / linter.Chris Wailes
2019-01-18Prepare setresuid()/setresgid() seccomp filter in AppZygote.Martijn Coenen
2019-01-07Initial support for application Zygote.Martijn Coenen
2018-03-14Start the webview_zygote at boot, but in the background.Torne (Richard Coles)
2018-02-28Merge "Delay starting the webview_zygote until first use." am: 6d9d717ab7 am:...Robert Sesek
2018-02-26Delay starting the webview_zygote until first use.Robert Sesek
2018-02-26Preload with RELRO sharing in the WebView zygote.Torne (Richard Coles)
2018-02-21Merge "Reparent the webview_zygote to be a child of the main app_process zygo...Robert Sesek
2018-02-20Reparent the webview_zygote to be a child of the main app_process zygote.Robert Sesek
2018-02-20Consider shared libs when precreating WebView classloader.Torne (Richard Coles)
2017-09-19Consider shared libs when precreating WebView classloader.Torne (Richard Coles)
2017-09-05WebView: wrap Java literals with {@code}Nate Fischer
2017-04-28Add a time-out for connecting to SystemServer, and WebView, zygotes.Gustav Sennton
2017-04-24Explicitly wait for the WebView Zygote.Gustav Sennton
2017-03-28Support loading a stub WebView using a donor package.Torne (Richard Coles)
2017-03-24Post WebView Zygote connection code to a background thread.Gustav Sennton
2017-02-22Add isBundled argument to LoadedApk.makePaths callDimitry Ivanov
2017-01-03Synchronize access to WebViewZygote.Robert Sesek
2016-11-29Add new hostingType for startProcessLocked() that selects using the WebViewZy...Robert Sesek
2016-11-21Precreate the classloader for the WebView.Torne (Richard Coles)
2016-10-07Create the WebViewZygote and implement WebViewZygoteInit.Robert Sesek