summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/WebViewClient.java
Commit message (Expand)AuthorAgeFilesLines
* WebView: remove non-inclusive terminology from docsNate Fischer2020-07-231-4/+6
* Merge "onPageFinished javadoc cleanup" into pi-dev am: dfd3a1b852Shimi Zhang2019-03-111-3/+5
|\
| * onPageFinished javadoc cleanupShimi Zhang2019-03-111-3/+5
* | WebView: clean up onReceivedSslError docs am: 9f726cd280Nate Fischer2019-01-181-4/+9
|\|
| * WebView: clean up onReceivedSslError docsNate Fischer2019-01-181-4/+9
| * Clarify WebViewClient.shouldOverrideUrlLoading docsPaul Miller2018-08-081-27/+33
* | WebView: fix mistaken wording in API docNate Fischer2018-10-181-1/+1
* | WebView: add new integer for billing threatsNate Fischer2018-10-171-5/+14
* | Clarify WebViewClient.shouldOverrideUrlLoading docsPaul Miller2018-07-271-27/+33
|/
* Update security-related WebView documentation.Torne (Richard Coles)2018-05-221-0/+9
* WebView: clarify shouldInterceptRequest docsNate Fischer2018-03-261-0/+16
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-5/+5
* WebView: linkify ClientCertRequest method namesNate Fischer2017-11-291-7/+7
* Merge "WebView: misc docs changes in WebViewClient"TreeHugger Robot2017-10-311-18/+19
|\
| * WebView: misc docs changes in WebViewClientNate Fischer2017-10-311-18/+19
* | Merge "WebView: make notes in docs stand out"TreeHugger Robot2017-10-311-8/+12
|\ \
| * | WebView: make notes in docs stand outNate Fischer2017-10-261-8/+12
| |/
* | Merge "WebView: add @Nullable and @NonNull annotations"TreeHugger Robot2017-09-261-1/+4
|\ \ | |/ |/|
| * WebView: add @Nullable and @NonNull annotationsNate Fischer2017-09-211-1/+4
* | Merge "WebView: document Safe Browsing and shouldInterceptRequest" into oc-mr...Nate Fischer2017-09-141-0/+8
|\ \
| * | WebView: document Safe Browsing and shouldInterceptRequestNate Fischer2017-09-111-0/+8
* | | Merge "WebView: remove "</p>" tags from docs"Nate Fischer2017-09-141-5/+4
|\ \ \ | |_|/ |/| |
| * | WebView: remove "</p>" tags from docsNate Fischer2017-09-111-5/+4
| |/
* / WebView: wrap Java literals with {@code}Nate Fischer2017-09-051-22/+22
|/
* WebView: add IntDef for SafeBrowsingThreatNate Fischer2017-07-131-2/+16
* Add SafeBrowsingResponse abstract classNate Fischer2017-07-111-13/+5
* Add WebViewClient#onSafeBrowsingHit() APINate Fischer2017-06-161-0/+37
* Add WebView Safe Browsing error codeNate Fischer2017-03-061-0/+2
* WebView: Revise the behavior of crash handle APITao Bai2017-01-311-1/+2
* WebView: Add the definition of crash API.Tao Bai2016-12-161-0/+27
* Remove onUhandledInputEvent API.Michael Wright2016-04-271-2/+1
* Better document the ignore behavior for client cert apiSelim Gurun2016-02-161-1/+3
* Add new version of WebViewClient.shouldOverrideUrlLoading callbackMikhail Naganov2015-10-281-0/+30
* am 37c68894: am a78c0e0b: Merge "Fixed Javadoc typos"Narayan Kamath2015-06-251-1/+1
|\
| * Fixed Javadoc typosPhilipp Hasper2015-06-251-1/+1
* | Clarify handling client certificatesSelim Gurun2015-06-221-4/+17
* | Clean remaining API related issues.Selim Gurun2015-05-211-8/+0
* | Update the new error reporting API in android.webkitMikhail Naganov2015-05-131-2/+11
* | Improve documentation and rename insertVisualStateCallback to postVisualState...Tobias Sargeant2015-05-131-17/+21
* | Remove unnecessary codeSelim Gurun2015-03-301-2/+0
* | Add visual state callbacks to the WebView.Tobias Sargeant2015-03-171-0/+26
* | Provide better error reporting for WebViewMikhail Naganov2015-03-061-0/+35
* | Remove unused imports in frameworks/base.John Spurlock2015-02-281-2/+0
* | Update docs to say onPageStarted is not called for fragment navigations.Marcin Kosiba2015-01-271-1/+3
|/
* Add more params to WebViewClient.shouldInterceptRequest.Marcin Kosiba2014-07-151-0/+23
* Unhide Client Cert APISSelim Gurun2014-05-021-2/+0
* Fix WebViewClient docsMichael Wright2014-05-011-4/+5
* Merge "Add unhandledInputEvent API to ViewRoot"Michael Wright2014-05-011-1/+33
|\
| * Add unhandledInputEvent API to ViewRootMichael Wright2014-04-291-1/+33
* | fix buildColin Cross2014-04-241-24/+0