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