1. a62b963 Clear the WebView picture when a new load starts. by Ben Murdoch · 13 years ago
  2. e263bc1 Set the initial scroll position for RTL. by George Mount · 13 years ago
  3. aefc28a Remove unnecessary memory allocations by John Reck · 13 years ago
  4. 8eb83b9 Modify BrowserFrame.requestClientCert() to take the host and port as a String by Steve Block · 13 years ago
  5. fe33a75 Add WebViewClient.onProceededAfterSslError() by Steve Block · 13 years ago
  6. bf52c0e SSL-related cleanup in BrowserFrame and SslCertLookupTable by Steve Block · 13 years ago
  7. fa03f9a Fix BrowserFrame to construct SslError using the full URL, rather than the host by Steve Block · 13 years ago
  8. 200ff0a Remove superfluous synchronized modifier on SslCertLookupTable.getInstance() by Steve Block · 13 years ago
  9. 2376f82 Relax form autocomplete conditions by Ben Murdoch · 13 years ago
  10. 9041d92 Fix for bug 5100096 Repeated Security Waring by Kristian Monsen · 13 years ago
  11. a7f0ed4 Add a flag to force suppression of the auth dialog. by Ben Murdoch · 13 years ago
  12. 0d6c6a7 Part of fix for bug 4997380: Some error types unknown to SslError by Kristian Monsen · 13 years ago
  13. 6dd005b I. Can. Not. Stand. ViewAncestor. by Dianne Hackborn · 13 years ago
  14. 2cb978e Maintain a reference to the Java object when WebView.removeJavascriptInterface() is called by Steve Block · 13 years ago
  15. 5bb9b19 2nd try: Gets the URL that has a cert error and carrys it in SslError. by Huahui Wu · 13 years ago
  16. 2e029c6 Revert "Gets the URL that has a cert error and carrys it in SslError." by Huahui Wu · 13 years ago
  17. 3015516 Gets the URL that has a cert error and carrys it in SslError. by Huahui Wu · 13 years ago
  18. a147759 Implement android.webkit.BrowserFrame.requestClientCert by Brian Carlstrom · 13 years ago
  19. c6cc0f8 Rename ViewRoot to ViewAncestor. by Joe Onorato · 13 years ago
  20. 888f065 am 5d534f28: am ea44c7c7: Merge "Pass the auto login header information to the app." into honeycomb-mr1 by Patrick Scott · 13 years ago
  21. 85a50ff Pass the auto login header information to the app. by Patrick Scott · 14 years ago
  22. cdaff15bd Create a RenderSkinButton in UI side. by Leon Scroggins · 13 years ago
  23. 9497c5f A Java implementation of the SearchBox API. by Narayan Kamath · 13 years ago
  24. d6662b5 Adds localization support for incognito start page by John Reck · 13 years ago
  25. c56c3e2 b/3416864 Send the cert info from Native to Java side. by Huahui Wu · 13 years ago
  26. 2f7fa83 Save form data when submitted. by Leon Scroggins · 13 years ago
  27. c7939b1 b/3347670 Support installing online certs to the system keystore. by Huahui Wu · 14 years ago
  28. b890e75 Add BrowserFrame.setCertificate() method. by Iain Merrick · 14 years ago
  29. d1737ed Do not merge. by Patrick Scott · 14 years ago
  30. 808751f Avoid superfluous calls to CacheManager with the Chromium HTTP stack by Steve Block · 14 years ago
  31. 624051a Use the app context to avoid a memory leak. by Patrick Scott · 14 years ago
  32. ad053ce b/2864818 Prompt the SSL error dialog to user and proceed or cancel by Huahui Wu · 14 years ago
  33. 689a342 Add WebView.removeJavascriptInterface() by Steve Block · 14 years ago
  34. 544295e Update WebView.addJavascriptInterface() to ignore null instances by Steve Block · 14 years ago
  35. 9eb2a89 Make maybeSavePassword() a top-level method in BrowserFrame. by Iain Merrick · 14 years ago
  36. 9d005a1 Find mime from file extension if the mime is empty by Kristian Monsen · 14 years ago
  37. c12544a Offer a callback to intercept url requests. by Patrick Scott · 14 years ago
  38. 83d4a23 Provide default error strings in BrowserFrame.onReceivedError(). by Iain Merrick · 14 years ago
  39. badf945 Move more of android file handling in Java by Kristian Monsen · 14 years ago
  40. 82d9816 Update Chromium HTTP stack to get database and cache paths from CookieSyncManager by Steve Block · 14 years ago
  41. 2bcd292 Strip off MIME types when loading content URLs. by Iain Merrick · 14 years ago
  42. d77f9b7 Implement file downloads for Chrome HTTP stack (Java side) by Iain Merrick · 14 years ago
  43. eb8be97 Make fields in WebAddress private, add getters/setters by Bjorn Bringert · 14 years ago
  44. 2edfcd5 Initialized the orientation variable to -1. by Shimeng (Simon) Wang · 14 years ago
  45. 5f7c5a2 Avoid sending false orientation event to webkit. by Shimeng (Simon) Wang · 14 years ago
  46. 5c23eba Update the storage locations used by the Chromium HTTP stack by Steve Block · 14 years ago
  47. 4f0e56b Fix deadlock in HTTP authentication within synchronous request. by Iain Merrick · 14 years ago
  48. 10229b2 HTTP auth for Chromium HTTP stack (Java side) by Iain Merrick · 14 years ago
  49. dba35c0 Java calls to get Android specific files. by Kristian Monsen · 14 years ago
  50. b48fdbe Browser save page as web archive. by Elliott Slaughter · 14 years ago
  51. ad45686 Add dumpChildFramesAsText function support in LayoutTestController. by Shimeng (Simon) Wang · 14 years ago
  52. 9714728 Fix a monkey crash when the new WebView is destroyed. by Patrick Scott · 14 years ago
  53. edb20ac Adding a way for native code to get the apps data directory by Kristian Monsen · 14 years ago
  54. fa296a4 Add a string for the no file chosen label, shown on a file upload control when the user has not yet picked a file. by Ben Murdoch · 14 years ago
  55. 9b95ab1 Instead of holding an ApplicationContext, JWebCoreJavaBridge by Grace Kloba · 14 years ago
  56. 11f5738 Use ViewRoot.addConfigCallback instead of a BroadcastReceiver. by Patrick Scott · 14 years ago
  57. dbde425 Use the Display orientation rather than the accelerometer. by Patrick Scott · 14 years ago
  58. ea08c51 Fixes XHR requests to use the username and password supplied from JavaScript by Steve Block · 14 years ago
  59. 1bb1a91 If failUrl(now historyUrl) is null, use "about:blank" instead of "". by Leon Scroggins · 14 years ago
  60. ac96fa5 use the stream instead of the cursor data to return its size by Cary Clark · 14 years ago
  61. dba8cb7 b/2511635 Browser displays incorrect SSL cert information by Brian Carlstrom · 14 years ago
  62. c0b778e http://b/issue?id=2501101 by Leon Clarke · 14 years ago
  63. 2036dba Add a new WebCoreWorker thread to handle the tasks by Grace Kloba · 14 years ago
  64. d0d9bc2 Add request header support for the Browser/WebView. by Grace Kloba · 15 years ago
  65. 9a67c82 Address the multiple resizing during initializing problem adobe run into. by Grace Kloba · 15 years ago
  66. aacced6 Provide localized strings for <input> labels. by Leon Scroggins · 15 years ago
  67. f06364b Listen for window orientation events. by Patrick Scott · 15 years ago
  68. 7c24ed6 Check if another Activity wants to intercept an xml mime type. by Patrick Scott · 15 years ago
  69. 01d0fbf Fix a leak in WebView. by Romain Guy · 15 years ago
  70. 8c92c39 Add postdata identifier so that if we cache the post by Grace Kloba · 15 years ago
  71. d5ba82a Prevent getFile from copying when the file is too large. by Leon Scroggins · 15 years ago
  72. 70ca3c2 File upload. by Leon Scroggins · 15 years ago
  73. 1184313 Setting WebCore cache limit depending on the memory class. by Grace Kloba · 15 years ago
  74. d58ccff Add a boolean indicating if the apple-touch-icon is precomposed. by Patrick Scott · 15 years ago
  75. 408cf85 Support the new dpi change in the WebView. by Grace Kloba · 15 years ago
  76. 41d8565 WebKit: switch to java-based CertTool. by Chia-chi Yeh · 15 years ago
  77. 04b2868 WebView zoom clean up by Grace Kloba · 15 years ago
  78. cf7b552 Remove the call to nativeAddJavascriptInterface() from BrowserFrame::addJavascriptInterface() as it causes an intermitent crash. by Andrei Popescu · 15 years ago
  79. 4950b2b Fix appcache layout test that was timing out due to race condition in WebView::addJavascriptInterface. by Andrei Popescu · 15 years ago
  80. 8303158 Get drawable directory for the platform buttons. by Grace Kloba · 15 years ago
  81. af31c3a Check for a null history item to avoid crashing. by Patrick Scott · 15 years ago
  82. 686cf75 replace 'new String()' with "" by Cary Clark · 15 years ago
  83. bf951c5 As createCacheFile is called from WebCore instead of http thread now, remove by Grace Kloba · 15 years ago
  84. 2ba1262 Add a callback for the url of an apple-touch-icon. by Patrick Scott · 15 years ago
  85. fadbbd2 Fix 1986313. WebKit assumes things happened in a certain order. In this case, we can't call LoadListener's nativeError until BrowserFrame's startLoadingResource returns. Otherwise, the failed request will not be removed from the DocLoader's request list. So the page will never finish loading. by Grace Kloba · 15 years ago
  86. fe4fec7 Remove all our old high priority knowledge since WebCore will manage it. by Patrick Scott · 15 years ago
  87. 2e5c150 Centralized debug flags and enabled more granular control of debug settings. by Derek Sollenberger · 15 years ago
  88. 5753430 Added postUrl() to WebView so that we can pass lat/lon for the search. by Grace Kloba · 15 years ago
  89. 658ab7d Added PluginManager to handle getting all the plugin directories from PackageManager. by Grace Kloba · 15 years ago
  90. 42bc2ff Remove references to android.util.Config by Dave Bort · 15 years ago
  91. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 15 years ago
  92. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  93. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  94. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 15 years ago
  95. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  96. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago