1. 3442c74 WebView: add @Nullable and @NonNull annotations by Nate Fischer · 7 years ago
  2. 0a6140d WebView: wrap Java literals with {@code} by Nate Fischer · 7 years ago
  3. 59375a0 Remove synchronized from static methods in WebView. by Torne (Richard Coles) · 8 years ago
  4. 514c5ef Add missing @Deprecated annotations. by Aurimas Liutikas · 8 years ago
  5. 9d67f36 Update CookieManager documentation by Paul Miller · 10 years ago
  6. 451e338 [WebView] Allow the WebView to be compiled against the system SDK. by Ignacio Solla · 10 years ago
  7. 955d8d6 Put in real "code" (aka marketing) name. by Dianne Hackborn · 10 years ago
  8. 42a9ee5 Remove synchronized from acceptThirdPartyCookies() by Hector Dearman · 10 years ago
  9. 9f59526 Add documentation for CookieManager defualts by Hector Dearman · 10 years ago
  10. ffae672 Update CookieManager API for Council review. by Hector Dearman · 10 years ago
  11. a70d1d9 Deprecate the Cookie Sync Manager by Hector Dearman · 10 years ago
  12. fc9a27a Add Third Party Cookie API by Hector Dearman · 10 years ago
  13. 24a11d3 Connect WebView Async Cookie APIs by Hector Dearman · 10 years ago
  14. 0ac81cb Removes bad comment from CookieManager by Hector Dearman · 10 years ago
  15. c723e35 Clean up JavaDoc for CookieManager by Steve Block · 12 years ago
  16. 4e584df Fix JavaDoc style for several WebView classes by Steve Block · 12 years ago
  17. be58c40 static methods in CookieManger call via instance by Jonathan Dixon · 12 years ago
  18. 03b433c Fix dumprendertree crash by Jonathan Dixon · 12 years ago
  19. d3101b1 Seperate interface and implementation of 4 WebView classes by Jonathan Dixon · 12 years ago
  20. 939e504 Two WebView API cleanups by Jonathan Dixon · 12 years ago
  21. f2bfe2b Remove superfluous code after removal of Android HTTP stack by Steve Block · 12 years ago
  22. 0acb1c3 Drop support for Android HTTP stack by Steve Block · 12 years ago
  23. 77db999 Clean up JavaDoc for CookieManager by Steve Block · 12 years ago
  24. d3f18b8 Fix crash with HTML5 video. by Ben Murdoch · 13 years ago
  25. 65662b6 Fix from post submit review by Kristian Monsen · 13 years ago
  26. 469aebb Part of fix for bug 3489551 Browser doesn't send cookies for HTML5 video in incognito by Kristian Monsen · 13 years ago
  27. 6dfef1b Merge "Adds CookieManager methods to configure policy for cookies for file scheme URLs" by Steve Block · 13 years ago
  28. f01e3b5 am 01b7a98c: am 160c18a4: Merge "Need a public way to wait for cookie operations." into honeycomb by Patrick Scott · 13 years ago
  29. b88e52c Need a public way to wait for cookie operations. by Patrick Scott · 13 years ago
  30. 2d65a5f Proper fix for bug 3407633 by Kristian Monsen · 13 years ago
  31. 8b8f798 Fix for bug 3407633 Cookie not set in CookieManager - DO NOT MERGE by Kristian Monsen · 13 years ago
  32. 5762a23 Fix for bug 3407633 Cookie not set in CookieManager by Kristian Monsen · 13 years ago
  33. 16d041c Adds CookieManager methods to configure policy for cookies for file scheme URLs by Kristian Monsen · 14 years ago
  34. a106993 Move useChromiumHttpStack() from CookieManager to JniUtil. by Iain Merrick · 14 years ago
  35. 8517305 Make CookieManager.removeSessionCookies async by Kristian Monsen · 14 years ago
  36. 99f3977 Call flushCookieStore() from CookieSyncManager. by Iain Merrick · 14 years ago
  37. c40fc2c Add FlushCookieStore() method to CookieManager (Java side) by Iain Merrick · 14 years ago
  38. 87ad930 Correctly parse cookies with spaces after = in attributes by Brian Carlstrom · 14 years ago
  39. 93e5e14 Hook up remaining CookieManager methods by Steve Block · 14 years ago
  40. dcd2d0d Hook up CookieManager.getCookie() for Chromium HTTP stack by Steve Block · 14 years ago
  41. b5ac9de Hook up CookieManager.acceptCookie() and setAcceptCookie() for the Chromium HTTP stack by Steve Block · 14 years ago
  42. 2d80ede Add a JNI method to determine which HTTP stack is in use by Steve Block · 14 years ago
  43. 1c9ca4f Hook up CookieManager.removeAllCookie() for the Chromium HTTP stack by Steve Block · 14 years ago
  44. eb8be97 Make fields in WebAddress private, add getters/setters by Bjorn Bringert · 14 years ago
  45. 7cfa90f Move the public method HttpDateTime.parse() into AndroidHttpClient. by Jesse Wilson · 14 years ago
  46. 11fb614 Match RFC requirement that the domain portion of a cookie should be case-insensitive. by Derek Sollenberger · 14 years ago
  47. 06312ca Compare the cookie names to ensure a consistent ordering. by Patrick Scott · 14 years ago
  48. 2807dbd If both cookies have null values, use the name difference. by Patrick Scott · 14 years ago
  49. d2b49d9 Cookies like "a=b" were broken due to my previous change. by Patrick Scott · 14 years ago
  50. 2269d157 Re-arrange android-common so framework no longer links with it. by Dianne Hackborn · 14 years ago
  51. 6a4472f Allow cookies with no name. by Patrick Scott · 14 years ago
  52. 45a9a14 remove android.webkit.HttpDateTime, again by Doug Zongker · 14 years ago
  53. e4a74ea undo "move HttpDateTime from android.webkit to android-common jar" by Doug Zongker · 14 years ago
  54. 7ad12a5 move HttpDateTime from android.webkit to android-common jar by Doug Zongker · 14 years ago
  55. dbdad99 Fix a cookie bug. If "secure" is in the end of the string, it was ignored. by Grace Kloba · 15 years ago
  56. 8ae2777 Fix #2031300. Set only accept unique objects. So we have to assign different by Grace Kloba · 15 years ago
  57. f4046ba Fix the cookie order. If multiple cookies satisfy the criteria, the one with by Grace Kloba · 15 years ago
  58. 2e5c150 Centralized debug flags and enabled more granular control of debug settings. by Derek Sollenberger · 15 years ago
  59. 6b4e427 Fix 1799207. With the new local dns, we should allow the host without any PERIOD. Otherwise http://go won't work properly. by Grace Kloba · 15 years ago
  60. 42bc2ff Remove references to android.util.Config by Dave Bort · 15 years ago
  61. ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  62. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  63. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  64. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 15 years ago
  65. b798689 auto import from //branches/cupcake/...@125939 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