1. 9f726cd WebView: clean up onReceivedSslError docs by Nate Fischer · 6 years ago
  2. f2043b4 Clarify WebViewClient.shouldOverrideUrlLoading docs by Paul Miller · 6 years ago
  3. 97bf0be Update security-related WebView documentation. by Torne (Richard Coles) · 6 years ago
  4. db01023 WebView: clarify shouldInterceptRequest docs by Nate Fischer · 6 years ago
  5. ce8db99 Add more IntDef prefixes for auto-documenting. by Jeff Sharkey · 7 years ago
  6. da0f1b4 WebView: linkify ClientCertRequest method names by Nate Fischer · 7 years ago
  7. eb7d335 Merge "WebView: misc docs changes in WebViewClient" by TreeHugger Robot · 7 years ago
  8. 39abe99 Merge "WebView: make notes in docs stand out" by TreeHugger Robot · 7 years ago
  9. 73fd92a WebView: misc docs changes in WebViewClient by Nate Fischer · 7 years ago
  10. 7051dd1 WebView: make notes in docs stand out by Nate Fischer · 7 years ago
  11. 6894549 Merge "WebView: add @Nullable and @NonNull annotations" by TreeHugger Robot · 7 years ago
  12. 3442c74 WebView: add @Nullable and @NonNull annotations by Nate Fischer · 7 years ago
  13. 270bd52 Merge "WebView: document Safe Browsing and shouldInterceptRequest" into oc-mr1-dev am: 563cd2d3ca by Nate Fischer · 7 years ago
  14. a7c7899 Merge "WebView: remove "</p>" tags from docs" by Nate Fischer · 7 years ago
  15. b5a9bf4 WebView: document Safe Browsing and shouldInterceptRequest by Nate Fischer · 7 years ago
  16. f02f846 WebView: remove "</p>" tags from docs by Nate Fischer · 7 years ago
  17. 0a6140d WebView: wrap Java literals with {@code} by Nate Fischer · 7 years ago
  18. 5ab00b3 WebView: add IntDef for SafeBrowsingThreat by Nate Fischer · 7 years ago
  19. 2f7af06 Add SafeBrowsingResponse abstract class by Nate Fischer · 7 years ago
  20. 0c30436 Add WebViewClient#onSafeBrowsingHit() API by Nate Fischer · 7 years ago
  21. 3c7c937 Add WebView Safe Browsing error code by Nate Fischer · 7 years ago
  22. dd264f6 WebView: Revise the behavior of crash handle API by Tao Bai · 8 years ago
  23. c53fae1 WebView: Add the definition of crash API. by Tao Bai · 8 years ago
  24. 1ad3955 Remove onUhandledInputEvent API. by Michael Wright · 8 years ago
  25. 977d943 Better document the ignore behavior for client cert api by Selim Gurun · 9 years ago
  26. b851929 Add new version of WebViewClient.shouldOverrideUrlLoading callback by Mikhail Naganov · 9 years ago
  27. c279a83 am 37c68894: am a78c0e0b: Merge "Fixed Javadoc typos" by Narayan Kamath · 9 years ago
  28. 802aa0f Fixed Javadoc typos by Philipp Hasper · 9 years ago
  29. a679ac5 Clarify handling client certificates by Selim Gurun · 9 years ago
  30. 98fe09c Clean remaining API related issues. by Selim Gurun · 9 years ago
  31. 8d4f07f Update the new error reporting API in android.webkit by Mikhail Naganov · 9 years ago
  32. b365604 Improve documentation and rename insertVisualStateCallback to postVisualStateCallback. by Tobias Sargeant · 9 years ago
  33. fc90c05 Remove unnecessary code by Selim Gurun · 9 years ago
  34. a8352f4 Add visual state callbacks to the WebView. by Tobias Sargeant · 9 years ago
  35. 25e8954 Provide better error reporting for WebView by Mikhail Naganov · 10 years ago
  36. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  37. 16687cc Update docs to say onPageStarted is not called for fragment navigations. by Marcin Kosiba · 10 years ago
  38. d72e7ba Add more params to WebViewClient.shouldInterceptRequest. by Marcin Kosiba · 10 years ago
  39. f271c8e Unhide Client Cert APIS by Selim Gurun · 10 years ago
  40. 1feb11f Fix WebViewClient docs by Michael Wright · 10 years ago
  41. e02bfb6 Merge "Add unhandledInputEvent API to ViewRoot" by Michael Wright · 10 years ago
  42. 899d705 Add unhandledInputEvent API to ViewRoot by Michael Wright · 10 years ago
  43. c955677 fix build by Colin Cross · 10 years ago
  44. da5c532 am 7466e3bb: am e3fc3073: am 8c2d70f5: Merge "Add a stub for forgotten callback to fix master-gpl." by Selim Gurun · 10 years ago
  45. 4e48f40 Add a stub for forgotten callback to fix master-gpl. by Selim Gurun · 10 years ago
  46. b6aa97e Add ClientCert support by Selim Gurun · 10 years ago
  47. 47aaba3 Fix broken more JavaDoc links by Jonathan Dixon · 12 years ago
  48. 15cb825 Update WebViewClient.shouldInterceptRequest JavaDoc. by Martin Kosiba · 12 years ago
  49. 881c49c Update WebViewClient.shouldOverrideUrlLoading JavaDoc. by Martin Kosiba · 12 years ago
  50. 46ce1db Improve JavaDoc for HTTP basic authentication methods by Steve Block · 12 years ago
  51. 73eeb7b Extract WebView Classic details from API classes. by Jonathan Dixon · 12 years ago
  52. d6b1098 Support fallback action if unhandled key event by John Reck · 12 years ago
  53. f76a50c Fix obvious typos under frameworks/base/core by Ken Wakasa · 12 years ago
  54. fe33a75 Add WebViewClient.onProceededAfterSslError() by Steve Block · 13 years ago
  55. a147759 Implement android.webkit.BrowserFrame.requestClientCert by Brian Carlstrom · 14 years ago
  56. 85a50ff Pass the auto login header information to the app. by Patrick Scott · 14 years ago
  57. c12544a Offer a callback to intercept url requests. by Patrick Scott · 14 years ago
  58. b5503c1 Fix warnings in docs generation. by Kristian Monsen · 14 years ago
  59. 0348440 Cherry pick from master. by Steve Block · 14 years ago
  60. c6a90a5 Provides ability to store HTTP authentication credentials supplied to an XHR from JavaScript by Steve Block · 14 years ago
  61. 6a5b0ec Deprecate onTooManyRedirects. by Patrick Scott · 15 years ago
  62. ddcea3d Expose onReceivedSslError() so that the WebView client by Grace Kloba · 15 years ago
  63. 447811c Fix a docs comment to match the parameter name. by Patrick Scott · 15 years ago
  64. 05c9ed9 Fix the documentation for onReceivedError. by Patrick Scott · 15 years ago
  65. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  66. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  67. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago