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