summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/WebViewClient.java
AgeCommit message (Expand)Author
2020-07-23WebView: remove non-inclusive terminology from docsNate Fischer
2019-03-11Merge "onPageFinished javadoc cleanup" into pi-dev am: dfd3a1b852Shimi Zhang
2019-03-11onPageFinished javadoc cleanupShimi Zhang
2019-01-18WebView: clean up onReceivedSslError docs am: 9f726cd280Nate Fischer
2019-01-18WebView: clean up onReceivedSslError docsNate Fischer
2018-10-18WebView: fix mistaken wording in API docNate Fischer
2018-10-17WebView: add new integer for billing threatsNate Fischer
2018-08-08Clarify WebViewClient.shouldOverrideUrlLoading docsPaul Miller
2018-07-27Clarify WebViewClient.shouldOverrideUrlLoading docsPaul Miller
2018-05-22Update security-related WebView documentation.Torne (Richard Coles)
2018-03-26WebView: clarify shouldInterceptRequest docsNate Fischer
2017-12-13Add more IntDef prefixes for auto-documenting.Jeff Sharkey
2017-11-29WebView: linkify ClientCertRequest method namesNate Fischer
2017-10-31Merge "WebView: misc docs changes in WebViewClient"TreeHugger Robot
2017-10-31Merge "WebView: make notes in docs stand out"TreeHugger Robot
2017-10-31WebView: misc docs changes in WebViewClientNate Fischer
2017-10-26WebView: make notes in docs stand outNate Fischer
2017-09-26Merge "WebView: add @Nullable and @NonNull annotations"TreeHugger Robot
2017-09-21WebView: add @Nullable and @NonNull annotationsNate Fischer
2017-09-14Merge "WebView: document Safe Browsing and shouldInterceptRequest" into oc-mr...Nate Fischer
2017-09-14Merge "WebView: remove "</p>" tags from docs"Nate Fischer
2017-09-11WebView: document Safe Browsing and shouldInterceptRequestNate Fischer
2017-09-11WebView: remove "</p>" tags from docsNate Fischer
2017-09-05WebView: wrap Java literals with {@code}Nate Fischer
2017-07-13WebView: add IntDef for SafeBrowsingThreatNate Fischer
2017-07-11Add SafeBrowsingResponse abstract classNate Fischer
2017-06-16Add WebViewClient#onSafeBrowsingHit() APINate Fischer
2017-03-06Add WebView Safe Browsing error codeNate Fischer
2017-01-31WebView: Revise the behavior of crash handle APITao Bai
2016-12-16WebView: Add the definition of crash API.Tao Bai
2016-04-27Remove onUhandledInputEvent API.Michael Wright
2016-02-16Better document the ignore behavior for client cert apiSelim Gurun
2015-10-28Add new version of WebViewClient.shouldOverrideUrlLoading callbackMikhail Naganov
2015-06-25am 37c68894: am a78c0e0b: Merge "Fixed Javadoc typos"Narayan Kamath
2015-06-25Fixed Javadoc typosPhilipp Hasper
2015-06-22Clarify handling client certificatesSelim Gurun
2015-05-21Clean remaining API related issues.Selim Gurun
2015-05-13Update the new error reporting API in android.webkitMikhail Naganov
2015-05-13Improve documentation and rename insertVisualStateCallback to postVisualState...Tobias Sargeant
2015-03-30Remove unnecessary codeSelim Gurun
2015-03-17Add visual state callbacks to the WebView.Tobias Sargeant
2015-03-06Provide better error reporting for WebViewMikhail Naganov
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-01-27Update docs to say onPageStarted is not called for fragment navigations.Marcin Kosiba
2014-07-15Add more params to WebViewClient.shouldInterceptRequest.Marcin Kosiba
2014-05-02Unhide Client Cert APISSelim Gurun
2014-05-01Fix WebViewClient docsMichael Wright
2014-05-01Merge "Add unhandledInputEvent API to ViewRoot"Michael Wright
2014-04-29Add unhandledInputEvent API to ViewRootMichael Wright
2014-04-24fix buildColin Cross