1. 53c6c595 Replace DISALLOW_COPY_AND_ASSIGN in chrome/ by Peter Boström · 3 years, 9 months ago
  2. 1d73e9e [omnibox] Implement sharing hub pedal using CommandUpdater by Orin Jaworski · 3 years, 10 months ago
  3. 91476e0 [omnibox] Add and implement PLAY_CHROME_DINO_GAME Pedal by Orin Jaworski · 4 years ago
  4. 564546a [Start] Provide NTP tiles in Omnibox by MostVisitedSitesProvider. by Xi Han · 4 years ago
  5. 5fc6b1d [omnibox] Respect the AllowDeletingBrowserHistory in History providers by Tommy Li · 4 years, 1 month ago
  6. 0e36f24 [memories] Rename MemoriesService to HistoryClustersService by Tommy Li · 4 years, 1 month ago
  7. daf843f [memories] Plumb MemoriesService through to AutocompleteProviderClient by Tommy Li · 4 years, 1 month ago
  8. f27844b [LSC] Replace base::string16 with std::u16string in //cr/browser/[a-g]* by Jan Wilken Dörrie · 4 years, 3 months ago
  9. 7e2eb3c Reduce JNI call when matching tabs by Gang Wu · 4 years, 4 months ago
  10. 549e40b [ZPS] Fix how authentication status is determined in local history zps by Moe Ahmadi · 4 years, 4 months ago
  11. 086b692b [omnibox] Replace IsBrowserUpdateAvailable with IsIncognitoModeAvailable by Orin Jaworski · 4 years, 6 months ago
  12. 4d46fb81 Add multi-state DNS interception policy - functionality piece. by Travis Skare · 4 years, 8 months ago
  13. df6487ff [omnibox] Add feature-slicing to omnibox logs. by manukh · 4 years, 8 months ago
  14. 10bcb5d Adding a call from ChromeACProvider to Search Prefetch service by Ryan Sturm · 4 years, 8 months ago
  15. a4a8531 [Omnibox] [Switch To Tab] Implement switching to the matching tab by Gang Wu · 5 years ago
  16. a52721ce [Omnibox] [Switch To Tab] Enable Native to search through Java tabs by Gang Wu · 5 years ago
  17. 6d87321 Query tiles: Change namespace from upboarding to query_tiles. by Xing Liu · 5 years ago
  18. a13c6ad Experimental - Query tiles in omnibox using native providers by Shakti Sahu · 5 years ago
  19. 3cbbf76 [Omnibox] Makes BitmapFetcherService receive a callback to notify consumers by Moe Ahmadi · 5 years ago
  20. 47edae4f [Omnibox] Helper class for fetching bitmaps from BitmapFetcherService by Moe Ahmadi · 6 years ago
  21. 6099f61f [omnibox] Cache stripped URLs of tabs for quick comparison by Kevin Bailey · 6 years ago
  22. 3fe8391 [omnibox] Remove Custom Endpoint support from RemoteSuggestionsService by Tommy Li · 6 years ago
  23. d9ece31 [omnibox] Optimize GURL comparison for tab look-up by Kevin Bailey · 6 years ago
  24. da8584b [omnibox]: Client side document scoring. by manuk · 6 years ago
  25. ad9765ab Remove NOTIFICATION_AUTOCOMPLETE_CONTROLLER_RESULT_READY by Evan Stade · 6 years ago
  26. 704a2316 Adds component updater service observer for on device head provider. by Ce Chen · 6 years ago
  27. 06ec26a [omnibox] Rename ContextualSuggestionsService => RemoteSuggestionsService by Tommy C. Li · 6 years ago
  28. bc17c84 [unified-consent] Remove UnifiedConsentGiven preference by Thomas Tangl · 7 years ago
  29. abf577a [omnibox] Connect PedalProvider to AutocompleteClientProvider by Orin Jaworski · 7 years ago
  30. 76893bb [omnibox] Connect first omnibox Pedal into autocomplete system by Orin Jaworski · 7 years ago
  31. 6e7d8014 [Omnibox] Documents - check unity opt-in as prereq. by Travis Skare · 7 years ago
  32. b4aacf4e Omnibox Client - Remove Unnecessary / Redundant Variable by Mark Pearson · 7 years ago
  33. 3fb0e316 Allow Zero Suggest (on Android) on chrome: and about: Pages by Mark Pearson · 7 years ago
  34. cb618ec Omnibox - Use New URL Collection Pref instead of History Sync by Mark Pearson · 7 years ago
  35. 13393cb Omnibox document suggestions provider service by Travis Skare · 7 years ago
  36. 1b20851 S13n: Port components/omnibox to SimpleURLLoader. by Maks Orlovich · 7 years ago
  37. 0215705 physicalweb: Remove omnibox feature by Conley Owens · 7 years ago
  38. 904e7cb Use the sync UploadState to determine whether tab upload to Google is active. by Justin Donnelly · 7 years ago
  39. 499298a [omnibox] Make const some methods with TemplateURLs by Kevin Bailey · 7 years ago
  40. 55841fa7 [omnibox, browser stack] Make URL comparison looser for singletons by Kevin Bailey · 7 years ago
  41. 034cff6 Reland "Add timestamp to requests for experimental contextual suggestions. by Gheorghe Comanici · 7 years ago
  42. 8e96399 Revert "Add timestamp to requests for experimental contextual suggestions." by Adithya Srinivasan · 7 years ago
  43. e76e0e9 Add timestamp to requests for experimental contextual suggestions. by Gheorghe Comanici · 7 years ago
  44. 68250410 Fallback to MostVisited when pers 0-query is on but user not signed-in by Gheorghe Comanici · 8 years ago
  45. 89866997 [omnibox] Include tab headings in suggestions and allow switching by Kevin Bailey · 8 years ago
  46. 86bbdf6 When zs provider is stopped during OAuthToken fetch, stop fetching. by Gheorghe Comanici · 8 years ago
  47. f1e4b57 Add ContextualSuggestionsService to Omnibox. by Daniel Kenji Toyama · 8 years ago
  48. a7a6fec85 Test ChromeAutocompleteProviderClient::StartServiceWorker. by Justin Donnelly · 8 years ago
  49. 4e448cb Start the search service worker when the user input looks like a query. by Justin Donnelly · 8 years ago
  50. ee92054 [PhysicalWeb] Add physical_web namespace. by vitaliii · 9 years ago
  51. 5afc0169 Add a Physical Web omnibox autocomplete provider by mattreynolds · 9 years ago
  52. 4af4858 Convert //chrome/browser from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  53. 83dc1e9 Remove a variety of no-longer-used query params. by pkasting · 9 years ago
  54. e4d7b6f Switch to standard integer types in chrome/browser/, part 1 of 4. by avi · 9 years ago
  55. 2102f7c Move //components/omnibox into //components/omnibox/browser by blundell · 10 years ago
  56. ff1502c Prepare BuiltinProvider for componentization by blundell · 10 years ago
  57. b11c2787e Prepare AutocompleteController for componentization by blundell · 10 years ago
  58. d130d59 Prepare ZeroSuggestProvider for componentization by blundell · 10 years ago
  59. fb1215ee Componentize ShortcutsProvider by blundell · 10 years ago
  60. 62bf65f Move notification sending out of AutocompleteController by blundell · 10 years ago
  61. b582426 Revert of Revert of Prepend "Get" to AutocompleteProviderClient accessors (patchset #1 id:1 of https://codereview.chromium.org/1188163005/) by paulmeyer · 10 years ago
  62. 4a53bdda Revert of Prepend "Get" to AutocompleteProviderClient accessors (patchset #2 id:20001 of https://codereview.chromium.org/1188893002/) by paulmeyer · 10 years ago
  63. 76cad78 Prepend "Get" to AutocompleteProviderClient accessors by blundell · 10 years ago
  64. 0c5bb253 Prepare HistoryURLProvider for componentization by blundell · 10 years ago
  65. 2785597 Reorder AutocompleteProviderClient methods for sanity by blundell · 10 years ago
  66. 55e35e8 Prepare HistoryProvider for componentization by blundell · 10 years ago
  67. a542fca Standardize usage of virtual/override/final in chrome/browser/ by Daniel Cheng · 11 years ago
  68. 01d8b10e replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* by mostynb · 11 years ago
  69. 884ad19 Rename AutocompleteProviderDelegate to AutocompleteProviderClient by Ryo Hashimoto · 11 years ago[Renamed (78%) from chrome/browser/autocomplete/chrome_autocomplete_provider_delegate.h]
  70. 663b9f4 Introduce AutocompleteProviderDelegate by hashimoto · 11 years ago