summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/RenderProcessGoneDetail.java
Commit message (Collapse)AuthorAgeFilesLines
* WebView: deprecate accidentally-exposed constructorsNate Fischer2018-09-251-0/+7
| | | | | | | | | | | | | | This deprecates public-exposed constructors. These constructors were exposed by accident. These classes shouldn't be instantiated by applications, but should only be instantiated by WebView. In some cases, the app should get a singleton instance using a #getInstance method. In these cases, we document this explicitly in the deprecation note. Bug: 110807530 Test: make docs, manually verify docs look good. Change-Id: Ibe73b3399c9ced0cf4fbb01e1df13564476df252
* WebView: wrap Java literals with {@code}Nate Fischer2017-09-051-1/+1
| | | | | | | | | | | | | | | | Docs change only. This wraps some Java literals (true, false, null) with {@code} blocks, as per Android API guidelines. This also addresses other presubmit errors: * fix lines that have become too long * fix broken import order and unused imports Bug: 65213517 Test: make docs (and manually verify things look better) Change-Id: Idc7fe28d40bea7bd1edcad539b75fa9c689b8d46
* WebView: Add the definition of the renderer importance API.Tobias Sargeant2017-01-221-0/+11
| | | | | | | | | | | | | | The renderer importance API is used to specify how important out-of-process WebView renderer services are for the purposes of OOM killing and scheduling with respect to the binding application. This allows an application to - for example - specify that renderers can be killed while the application is not in the foreground, thus cleaning up additional resources. Bug: 30824898 Test: Tests await Chromium change. Change-Id: I6dca3d427d6cdb5cb7e0be6f7fb8ece64bd24af9
* WebView: Add the definition of crash API.Tao Bai2016-12-161-0/+35
Bug: 30824898 Test: There is no test yet, this patch just add the defintion of API, and make it easy to work on chromium side. Change-Id: I7fdaf894f18cc8bad8e84465e4a0390b22f8bba8