1. c7939b1 b/3347670 Support installing online certs to the system keystore. by Huahui Wu · 14 years ago
  2. 808751f Avoid superfluous calls to CacheManager with the Chromium HTTP stack by Steve Block · 14 years ago
  3. 685c05e Stop loading if the user cancels the SSL certificate warning dialog by Ben Murdoch · 14 years ago
  4. d77f9b7 Implement file downloads for Chrome HTTP stack (Java side) by Iain Merrick · 14 years ago
  5. eb8be97 Make fields in WebAddress private, add getters/setters by Bjorn Bringert · 14 years ago
  6. 10229b2 HTTP auth for Chromium HTTP stack (Java side) by Iain Merrick · 14 years ago
  7. f197f19 Make sure to set a Resource Response on the native side in all cases. by Ben Murdoch · 14 years ago
  8. 52e4158 Added the subset of partial content support so that by Grace Kloba · 14 years ago
  9. ab35538 Fix (again) for bug 2558156, update cache encoding correctly by Kristian Monsen · 14 years ago
  10. e9a2fe0 Do not create intents for application/xhtml+xml by Kristian Monsen · 14 years ago
  11. d08127f Fix for bug 2558156: Encodig is null by Kristian Monsen · 14 years ago
  12. c6a90a5 Provides ability to store HTTP authentication credentials supplied to an XHR from JavaScript by Steve Block · 14 years ago
  13. ea08c51 Fixes XHR requests to use the username and password supplied from JavaScript by Steve Block · 14 years ago
  14. c76bfa5 Fixes synchronous XHR requests which require authentication to complete synchronously by Steve Block · 14 years ago
  15. 5b494c1 Add an API on the Java side to allow WebKit to pause the current load. This is used when the plugin is streaming data but it's by Ben Murdoch · 14 years ago
  16. dba8cb7 b/2511635 Browser displays incorrect SSL cert information by Brian Carlstrom · 14 years ago
  17. 0b43747 Fix loading from the cache for synchronous requests by Steve Block · 14 years ago
  18. 5ac85cc Do not send the not-modified response when validating the cache. by Patrick Scott · 14 years ago
  19. a401d55 Don't cut the url on a redirect by Kristian Monsen · 15 years ago
  20. 43242d0 am ba74d7cc: am e861b8f9: Merge " Fix issue with authentication with flash" into eclair-mr2 by Leon Clarke · 15 years ago
  21. cb01dba3 Fix issue with authentication with flash by Leon Clarke · 15 years ago
  22. 2036dba Add a new WebCoreWorker thread to handle the tasks by Grace Kloba · 15 years ago
  23. 998c05b Cleanup the cache file when we decide not saving it. by Grace Kloba · 15 years ago
  24. 75481cb Check that the resolved activity is not in our package. by Patrick Scott · 15 years ago
  25. 7c24ed6 Check if another Activity wants to intercept an xml mime type. by Patrick Scott · 15 years ago
  26. 8c92c39 Add postdata identifier so that if we cache the post by Grace Kloba · 15 years ago
  27. e1f43da Share chunks between all ByteArrayBuilders. by Patrick Scott · 15 years ago
  28. d5ad08b am 2e778c17: Merge change I124356f6 into eclair by Grace Kloba · 15 years ago
  29. 124356f Continue caching "POST" result so that we won't get by Grace Kloba · 15 years ago
  30. 499a954 setupRedirect() can throw. Catch it and signal the error. by Grace Kloba · 15 years ago
  31. 41d8565 WebKit: switch to java-based CertTool. by Chia-chi Yeh · 15 years ago
  32. 273fecc2 Do not cache POST response as Cache is indexed with url. by Grace Kloba · 15 years ago
  33. ef32ee3 When we get 304 and switch to cacheLoader, need to set mFromCache to be true. by Grace Kloba · 15 years ago
  34. 4e9718d Fix synchronous xml requests with ssl errors. by Patrick Scott · 15 years ago
  35. c3fa098 The new webkit won't keep RAM cache if http header has "no-store". So remove by Grace Kloba · 15 years ago
  36. f6d1a55 resolved conflicts for merge of b8802b21 to master by Grace Kloba · 15 years ago
  37. 4c8db8a Fix #2025900. If a https request is canceled while openConnection is called by Grace Kloba · 15 years ago
  38. ce41050 resolved conflicts for merge of 4d4229e4 to master by Android Git Automerger · 15 years ago
  39. fd3db87 Support x509-user-cert mime type in browser. by Chung-yih Wang · 15 years ago
  40. 2470a7b am 3b99e64e: Merge change 8475 into donut by Android (Google) Code Review · 15 years ago
  41. c9d4c87 Per conversation, remove the toast while saving the Certificates to CertTools. by Grace Kloba · 15 years ago
  42. c319c69 Allow 205 and 305 to have content. by Patrick Scott · 15 years ago
  43. d7f2036 resolved conflicts for merge of 21d769da to master by Grace Kloba · 15 years ago
  44. fe4fec7 Remove all our old high priority knowledge since WebCore will manage it. by Patrick Scott · 15 years ago
  45. f8ddc98 Fix #1976384. Add p12 to the MimeTypeMap. When downloading p12 in the WebView, send it to the certTool. by Grace Kloba · 15 years ago
  46. f6a6cff am 4492bcb8: Merge change 6081 into donut by Android (Google) Code Review · 15 years ago
  47. bf20b99 Migrate to the CertTool library. by Chung-yih Wang · 15 years ago
  48. 0b956e1 Add content-disposition into the cache header as it is needed by Flash. by Grace Kloba · 15 years ago
  49. e64c556 Fix for the new webkit. Now "expires" takes the string instead of int. by Grace Kloba · 15 years ago
  50. b077443 am 3af8e938: Change addCertificate to take byte[] instead of String as we don\'t know the encoding. by Grace Kloba · 15 years ago
  51. 3af8e93 Change addCertificate to take byte[] instead of String as we don't know the encoding. by Grace Kloba · 15 years ago
  52. 2e5c150 Centralized debug flags and enabled more granular control of debug settings. by Derek Sollenberger · 15 years ago
  53. e82dc42 Parse the base64 data before creating the data stream. by Patrick Scott · 15 years ago
  54. f0c70a8 Treat application/xhtml+xml as xhtml+xml instead of text/html. by Patrick Scott · 15 years ago
  55. 74008f6 Merge donut into master by Jean-Baptiste Queru · 15 years ago
  56. 2563ed8 Use lower case mime type, encoding, and transfer encoding. by Patrick Scott · 15 years ago
  57. 42bc2ff Remove references to android.util.Config by Dave Bort · 15 years ago
  58. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  59. c39a6e0 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 15 years ago
  60. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 16 years ago
  61. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  62. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  63. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  64. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  65. f1e484a auto import from //branches/cupcake/...@127436 by The Android Open Source Project · 16 years ago
  66. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  67. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago