1. 4fb6cc9 Fix build break from conflict merge. by Leon Scroggins III · 15 years ago
  2. 6a6d510 resolved conflicts for merge of fc2c6f1d to master by Leon Scroggins III · 15 years ago
  3. 24727f1 am 8774c667: Remove "Show web suggestions" from browser settings by Leon Scroggins III · 15 years ago
  4. 8774c66 Remove "Show web suggestions" from browser settings by Leon Scroggins III · 15 years ago
  5. d69f51d Add user-selected search providers to browser by Bjorn Bringert · 15 years ago
  6. 8bf09b6 am d2670653: Add user-selected search providers to browser by Bjorn Bringert · 15 years ago
  7. d267065 Add user-selected search providers to browser by Bjorn Bringert · 15 years ago
  8. 13c73a0 resolved conflicts for merge of c8687ffc to master by Brad Fitzpatrick · 15 years ago
  9. 1a6e0e8 Use new apply() instead of commit(). by Brad Fitzpatrick · 15 years ago
  10. 8402962 First revision of the new browser provider. by Jeff Hamilton · 15 years ago
  11. 8b13974 Fix a threading bug in BrowserProvider and clean up query() a bit. by Jeff Hamilton · 15 years ago
  12. fe25199 tabbed title bar work bug # http://b/issue?id=2712871 by Michael Kolb · 15 years ago
  13. f9b0427 When the string is empty, just return an empty list. by Grace Kloba · 15 years ago
  14. a761181 Use system setting for default geolocation permissions by Bjorn Bringert · 15 years ago
  15. 93bea96 Use a Thread instead of an AsyncTask for removing Gears. This is because by Andrei Popescu · 15 years ago
  16. b6a6544 Refactor android.backup -> android.app.backup by Christopher Tate · 15 years ago
  17. c7c0fce Use SUGGEST_COLUMN_TEXT_2_URL in browser suggestions by Bjorn Bringert · 15 years ago
  18. 391df7c Change where "Search for web"'s position. by Grace Kloba · 15 years ago
  19. 385effd Update to reflect android-common no longer in framework. by Dianne Hackborn · 15 years ago
  20. 4391469 Remove our dependency on gsf. by Patrick Scott · 15 years ago
  21. f2463ae Backup bookmarks when a new bookmark is added. by Leon Scroggins · 15 years ago
  22. 3274754 Use SearchManager.getWebSearchActivity() for web suggestions by Bjorn Bringert · 15 years ago
  23. e6c4bd8 Add geolocation permissions to BrowserProvider by Bjorn Bringert · 15 years ago
  24. 4db482f This should fix the build. by Jeff Hamilton · 15 years ago
  25. a1cc3fd Use the constants defined in RecognizerResultsIntent for voice search. by Leon Scroggins · 15 years ago
  26. 58d56c6 Handle the voice search intent. by Leon Scroggins · 15 years ago
  27. d3992d4 Move the "Search web ..." to the first in the suggestion list. by Grace Kloba · 15 years ago
  28. abc3ac8 Change SearchableInfo import by Bjorn Bringert · 16 years ago
  29. b446443 Only show manually entered URLs in suggestions. by Leon Scroggins · 16 years ago
  30. 5ee906c Change android.text.util.Regex to com.android.common.Patterns by Dan Egnor · 16 years ago
  31. 0485170 Pass search intent extra data through the browser by Bjorn Bringert · 16 years ago
  32. 1b20b9d Remove Gears files by Andrei Popescu · 16 years ago
  33. 6b52a55 Remove clientid from the url before it is added to the database. So that we by Grace Kloba · 16 years ago
  34. 3918d44 Implement onReceivedTouchIconUrl. by Patrick Scott · 16 years ago
  35. f0c36f7 More precise determination of when to back up the bookmarks by Christopher Tate · 16 years ago
  36. 9c0dd8c First real cut of bookmarks backup agent by Christopher Tate · 16 years ago
  37. 4524cc7 am 60d24e21: Make suggestion text color change based on the item state by Satish Sampath · 16 years ago
  38. 60d24e2 Make suggestion text color change based on the item state by Satish Sampath · 16 years ago
  39. 88be2b6 am 378e5722: set default client id by Ramanan Rajeswaran · 16 years ago
  40. 378e572 set default client id by Ramanan Rajeswaran · 16 years ago
  41. a03bbce am d1c2a433: Merge change 5160 into donut by Android (Google) Code Review · 16 years ago
  42. 2af7305 Return the url of a browser history item in the intent query column of the by Mike LeBeau · 16 years ago
  43. ae5b217 am d8b0ad28: Use SearchManager.getSuggestions() non-statically. by Bjorn Bringert · 16 years ago
  44. d8b0ad2 Use SearchManager.getSuggestions() non-statically. by Bjorn Bringert · 16 years ago
  45. b6b7f9e Use a grid view for bookmarks page. by Leon Scroggins · 16 years ago
  46. 740eadf When searching the browser history, search titles. by Leon Scroggins · 16 years ago
  47. fe65dcb am e2c52f76: Merge change 4105 into donut by Android (Google) Code Review · 16 years ago
  48. 62b71f7 Honor the system setting of whether to show web suggestions. by Leon Scroggins · 16 years ago
  49. afcf198 resolved conflicts for merge of 565505 to master by Satish Sampath · 16 years ago
  50. 565505b Use system default web search & suggestions providers. by Satish Sampath · 16 years ago
  51. bd359cc Searching the history now checks for matches to the title. by Leon Scroggins · 16 years ago
  52. 31887fd Fix issues found by FindBugs. by Leon Scroggins · 16 years ago
  53. 1cce4f9 am c42f81b8: Get the color value for the search url color from a theme value (dependent on change 1691, and will not submit until that is submitted). by Mike LeBeau · 16 years ago
  54. c42f81b Get the color value for the search url color from a theme value by Mike LeBeau · 16 years ago
  55. 8f4aee8 am 1ef26a30: Only swap title and subtitle for website suggestions; query suggestions should still stay the same (i.e., query in title, number of results in subtitle). by Mike LeBeau · 16 years ago
  56. 1ef26a3 Only swap title and subtitle for website suggestions; query suggestions by Mike LeBeau · 16 years ago
  57. 4155183 am 21beb13: Swap the title and subtitle of browser suggestions, so the w by Mike LeBeau · 16 years ago
  58. 21beb13 Swap the title and subtitle of browser suggestions, so the webpage title by Mike LeBeau · 16 years ago
  59. e1fcea0 am bcd20b3: Import clean-up in BrowserProvider. by Bjorn Bringert · 16 years ago
  60. 4764476 am 346dafb: Add search suggestions for just bookmarks+history. by Bjorn Bringert · 16 years ago
  61. bcd20b3 Import clean-up in BrowserProvider. by Bjorn Bringert · 16 years ago
  62. 6439977 am 24e1ec6: Fix Google search suggestions in Browser address bar. by Bjorn Bringert · 16 years ago
  63. 346dafb Add search suggestions for just bookmarks+history. by Bjorn Bringert · 16 years ago
  64. 24e1ec6 Fix Google search suggestions in Browser address bar. by Bjorn Bringert · 16 years ago
  65. faa15db AI 144462: Fix for 1570350: file:///foo not recorded in goto history. When creating suggestions for the search bar, provide suggestions from the history/bookmarks database that begin with "file" if the user types "file". by Leon Scroggins · 16 years ago
  66. 0ba83ce Automated import from //branches/donutburger/...@142729,142729 by Grace Kloba · 16 years ago
  67. 3d493db Automated import from //branches/master/...@142773,142773 by Grace Kloba · 16 years ago
  68. 87dae9a Automated import from //branches/master/...@142273,142273 by Grace Kloba · 16 years ago
  69. b7a0f3f Automated import from //branches/donutburger/...@142261,142261 by Grace Kloba · 16 years ago
  70. dd4f429 Automated import from //branches/master/...@141638,141638 by Ramanan Rajeswaran · 16 years ago
  71. f447f26 Automated import from //branches/donutburger/...@141637,141637 by Ramanan Rajeswaran · 16 years ago
  72. a3c0aab auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 16 years ago
  73. 0c90888 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  74. 8611831 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  75. b7775e1 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  76. ed217d9 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  77. ba6d7b8 Initial Contribution by The Android Open Source Project · 17 years ago