summaryrefslogtreecommitdiff
path: root/core/java/android/webkit
Commit message (Expand)AuthorAgeFilesLines
...
| * | Start the webview_zygote at boot, but in the background.Torne (Richard Coles)2018-03-141-5/+12
| |/
* | docs: Javadoc typo fixAndrew Solovay2018-03-141-1/+1
* | Merge "Implemented WebView.isVisibleToUserForAutofill()" into pi-dev am: ec17...Felipe Leme2018-03-122-5/+13
|\|
| * Merge "Implemented WebView.isVisibleToUserForAutofill()" into pi-devTreeHugger Robot2018-03-122-5/+13
| |\
| | * Implemented WebView.isVisibleToUserForAutofill()Felipe Leme2018-03-072-5/+13
* | | Merge "hide serialization methods on Picture"TreeHugger Robot2018-03-101-4/+1
|\ \ \ | |/ / |/| |
| * | hide serialization methods on PictureMike Reed2018-03-091-4/+1
* | | Expose WebView#onCheckIsTextEditorChangwan Ryu2018-03-082-0/+10
| |/ |/|
* | Merge "WebView: add @NonNull annotation to API"TreeHugger Robot2018-03-011-1/+1
|\ \
| * | WebView: add @NonNull annotation to APINate Fischer2018-03-011-1/+1
* | | Merge "WebView: relax URLUtil#isFileUrl()"TreeHugger Robot2018-02-281-1/+1
|\ \ \
| * | | WebView: relax URLUtil#isFileUrl()Nate Fischer2018-02-271-1/+1
| |/ /
* | | 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
* | | | Merge changes I7ce670f5,I0bd2de38TreeHugger Robot2018-02-273-19/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | Preload with RELRO sharing in the WebView zygote.Torne (Richard Coles)2018-02-261-1/+3
| * | | Make WebViewLibraryLoader interface more flexible.Torne (Richard Coles)2018-02-212-18/+12
* | | | Merge "WebView: fix docs for setSafeBrowsingWhitelist"TreeHugger Robot2018-02-222-9/+12
|\ \ \ \ | |/ / / |/| | |
| * | | WebView: fix docs for setSafeBrowsingWhitelistNate Fischer2018-02-212-9/+12
| | |/ | |/|
* | | 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-202-7/+16
* | Add OWNERS for webview directories in framework.Torne (Richard Coles)2018-02-201-0/+3
* | Merge "WebView Tracing API: address comments from the API council."Tim Volodine2018-02-163-217/+183
|\ \
| * | WebView Tracing API: address comments from the API council.Tim Volodine2018-02-153-217/+183
* | | Improve docs for WebView data dir methods.Torne (Richard Coles)2018-01-301-4/+20
* | | Merge "Store WebView package signatures as Signatures instead of Strings"TreeHugger Robot2018-01-251-6/+13
|\ \ \
| * | | Store WebView package signatures as Signatures instead of StringsGustav Sennton2018-01-031-6/+13
* | | | Merge "WebView: document Safe Browsing as 'on' by default"TreeHugger Robot2018-01-252-16/+18
|\ \ \ \
| * | | | WebView: document Safe Browsing as 'on' by defaultNate Fischer2018-01-182-16/+18
* | | | | Merge "WebView: fix docs for setAllow*AccessFromFileUrls"TreeHugger Robot2018-01-251-9/+9
|\ \ \ \ \
| * | | | | WebView: fix docs for setAllow*AccessFromFileUrlsNate Fischer2018-01-231-9/+9
| |/ / / /
* | | | | Add an API to fetch the WebView thread.Gustav Sennton2018-01-241-0/+12
* | | | | Add a method for fetching the WebView classloader.Gustav Sennton2018-01-222-0/+16
| |_|/ / |/| | |
* | | | Merge "Reenable Strictmode disk reads checks in WebViewFactory."TreeHugger Robot2018-01-161-3/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Reenable Strictmode disk reads checks in WebViewFactory.Gustav Sennton2018-01-151-3/+0
| |/ /
* | | Merge "Add a Java FindAddress implentation." am: 9ea410a6f8 am: da4e3b68fbToby Sargeant2018-01-092-3/+482
|\ \ \ | | |/ | |/|
| * | Add a Java FindAddress implentation.Tobias Sargeant2018-01-052-3/+482
* | | Merge "WebView: clarify docs regarding base64 encoding"TreeHugger Robot2018-01-051-8/+18
|\ \ \ | |_|/ |/| |
| * | WebView: clarify docs regarding base64 encodingNate Fischer2018-01-041-8/+18
* | | Switch to WebViewChromiumFactoryProviderForPShimi Zhang2017-12-212-2/+2
* | | Merge "Make WebView data directory configurable."TreeHugger Robot2017-12-193-0/+96
|\ \ \
| * | | Make WebView data directory configurable.Torne (Richard Coles)2017-12-123-0/+96
* | | | Merge "Start processes asynchronously in AMS."Sudheer Shanka2017-12-161-4/+5
|\ \ \ \
| * | | | Start processes asynchronously in AMS.Sudheer Shanka2017-12-151-4/+5
* | | | | Merge "WebView: Clarify documentation about mimeTypes"James Wallace-Lee2017-12-141-4/+10
|\ \ \ \ \
| * | | | | WebView: Clarify documentation about mimeTypesJames Wallace-Lee2017-12-121-4/+10
| |/ / / /
* | | | | Merge "Add WebView Tracing API."TreeHugger Robot2017-12-144-0/+400
|\ \ \ \ \
| * | | | | Add WebView Tracing API.Tim Volodine2017-12-134-0/+400
* | | | | | Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-133-17/+22
| |/ / / / |/| | | |