1. 3ae7f74 fix restore bug by Michael Kolb · 14 years ago
  2. 2bc8042 Saved Pages tab by John Reck · 14 years ago
  3. 1461244 Preloading support in browser by Michael Kolb · 14 years ago
  4. db22ec4 Fix IntentHandler behavior by John Reck · 14 years ago
  5. 24f1826 Clarify restore dialog, prevent spam by John Reck · 14 years ago
  6. d8c7452 Persistent frozen tabs by John Reck · 14 years ago
  7. dbf3981 fix various NPEs by Michael Kolb · 14 years ago
  8. aed9c54 Prevent crashing in CrashRecoveryHandler by John Reck · 14 years ago
  9. c831b63 introduce tab IDs by Michael Kolb · 14 years ago
  10. 7bcafde refactor open tab code by Michael Kolb · 14 years ago
  11. 35e9dd6 Browser settings refactor by John Reck · 14 years ago
  12. 7d50a93 Clear session cookies before attempting pre-login. by Patrick Scott · 14 years ago
  13. 30c714c Overhaul handling tab data updates by John Reck · 15 years ago
  14. 7097693 Fix NPE in pauseWebViewTimers by Michael Kolb · 15 years ago
  15. 1bf2313 restore all tabs on demand by Michael Kolb · 15 years ago
  16. 8233fac Controller Refactor by Michael Kolb · 15 years ago
  17. fb3017f Fixes tab title not updating correctly by John Reck · 15 years ago
  18. aff60fb Fixed favicon bug by John Reck · 15 years ago
  19. 4a906e1 Remove unused drag tracking code by Bjorn Bringert · 15 years ago
  20. b1402a5 Remove some unnecessary use of hidden APIs by Bjorn Bringert · 15 years ago
  21. 6e4653e increase max number of tabs by Michael Kolb · 15 years ago
  22. 6877575 disable zoom buttons by Michael Kolb · 15 years ago
  23. 3d6df16 Browser incognito mode session expiration. by Elliott Slaughter · 15 years ago
  24. e440a88 Cleanup temporary incognito mode files after last tab closes. by Elliott Slaughter · 15 years ago
  25. a2b2ba8 UI revision for tabbed browsing bug # http://b/issue?id=2712871 by Michael Kolb · 15 years ago
  26. f0f0395 Initial work on browser incognito mode history feature. by Elliott Slaughter · 15 years ago
  27. fe25199 tabbed title bar work bug # http://b/issue?id=2712871 by Michael Kolb · 15 years ago
  28. b4b8318 remove save/restore picture from browser app by Cary Clark · 15 years ago
  29. f56f68d More aggressively free up the background tabs when by Grace Kloba · 15 years ago
  30. 4720868 Treat voice searches from within the browser differently by Leon Scroggins · 15 years ago
  31. 6eac63e Do not destroy the backforward list when doing another voice search. by Leon Scroggins · 15 years ago
  32. dcc5eeb If a tab was opened solely to download a file, close the tab. by Leon Scroggins · 15 years ago
  33. d5c3e0f disable mr-stretch (at least for now) by Mike Reed · 15 years ago
  34. e5073c2 roll MR3 stretchy changes into master by Mike Reed · 15 years ago
  35. d944d4d Fix a legit crash that the monkey found. by Patrick Scott · 15 years ago
  36. a947d2d enable stretch[1] by default by Mike Reed · 15 years ago
  37. fde9746 Clear parent/child tab relationships when clearing history. by Leon Scroggins · 15 years ago
  38. d5a80a5 add initial dragtrackers by Mike Reed · 16 years ago
  39. 22ac16e Move Tab out of TabControl to its own class. So that by Grace Kloba · 16 years ago
  40. 5d0e02e Stop the loading after WAKELOCK_TIMEOUT (5min) when by Grace Kloba · 16 years ago
  41. 67f0a56 Enable fading scrollbar for the Browser by Grace Kloba · 16 years ago
  42. 555c580 Use favicons in the tab page instead of a snapshot. by Patrick Scott · 16 years ago
  43. d011953 Remove the WebView from its container to change focus. by Patrick Scott · 16 years ago
  44. eb6eef4 Fix the lock icon when switch tabs. by Grace Kloba · 16 years ago
  45. 2a67de4 Check for null tabs before acquiring the parent tab. by Patrick Scott · 16 years ago
  46. 1f005d3 Initial attempt to get the sliding title bar working, using a Gallery. by Leon Scroggins · 16 years ago
  47. e9fc449 Pass unhandled keys up to the main tab. by Patrick Scott · 16 years ago
  48. a977124 make private inner classes static by Cary Clark · 16 years ago
  49. 2bc6991 Adds the browser Geolocation permissions prompt. by Steve Block · 16 years ago
  50. 92c18a5 When free the background tabs due to low memory, keep the parent tab of the by Grace Kloba · 16 years ago
  51. bff2d60 Implement an error console. The console is displayed when the user has enabled debug in the browser (been to about:debug) and there are errors on the page. It can be toggled on/off in debug mode in the settings menu. by Ben Murdoch · 16 years ago
  52. cd11589 Try to reuse tabs with matching urls to avoid loading a new page. by Patrick Scott · 16 years ago
  53. b0e4fc7 Show the new tab when creating it from the bookmarks/history. by Patrick Scott · 16 years ago
  54. 6309c52 am 73972695: Merge change 4925 into donut by Android (Google) Code Review · 16 years ago
  55. d068f80 Fix 2 NPEs in the Browser. by Patrick Scott · 16 years ago
  56. 4433d03 Call the WebViewCore's freeMemory instead of just clearCache by Derek Sollenberger · 16 years ago
  57. 7bfa63b call webview's onPause/onResume in the right places: by Mike Reed · 16 years ago
  58. 272cb0b am 20abe04: Check for null before accessing mPickerData. by Patrick Scott · 16 years ago
  59. eff59c6 am 761b3b5: Merge change 423 into donut by Android (Google) Code Review · 16 years ago
  60. 20abe04 Check for null before accessing mPickerData. by Patrick Scott · 16 years ago
  61. 3ed26ae Merge donut into master by Jean-Baptiste Queru · 16 years ago
  62. 2ed6edb Show the saved picture for freed tabs. by Patrick Scott · 16 years ago
  63. ae641ac Check for null before animating the tab/webview. by Patrick Scott · 16 years ago
  64. 31a6d1c Browser: Remove references to android.util.Config by Dave Bort · 16 years ago
  65. a3c0aab auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 16 years ago
  66. f59ec87 auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 16 years ago
  67. 4e5f587 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 16 years ago
  68. 0c90888 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  69. 8611831 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  70. b7775e1 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  71. 066e908 auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  72. ed217d9 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  73. ba6d7b8 Initial Contribution by The Android Open Source Project · 17 years ago