1. f9d5ed6 Move files from components/metrics/proto to third_party/metrics_proto by Steven Holte · 8 years ago
  2. bcc319e [omnibox] Reduced number of parameters to ACInput constructor by Kevin Bailey · 8 years ago
  3. 56f2908 Omnibox - Default to Search if user is unlikely to be using URL auth by Mark Pearson · 8 years ago
  4. 3696c941 Rename OmniboxInputType proto enum to match server. by Steven Holte · 8 years ago
  5. 8cabc77f Add title to current page in zero suggest. by gcomanici · 8 years ago
  6. 46f9b83 Mark URLs with empty schemes as invalid. by brettw · 9 years ago
  7. 5d3592ad Omnibox - Enforce non-URL Inputs Show Query First by mpearson · 9 years ago
  8. 00687d0 Interpret '?' and Ctrl-K or Ctrl-E as putting omnibox in keyword search mode for Default Search Provider. by thomasanderson · 9 years ago
  9. 3abb13a Change semicolon replace logic in url_fixer by a-v-y · 9 years ago
  10. 573525c Remove duplicate test data by sangwoo108 · 9 years ago
  11. f57136c1 Switch to standard integer types in components/, part 3 of 4. by avi · 9 years ago
  12. 2102f7c Move //components/omnibox into //components/omnibox/browser by blundell · 10 years ago[Renamed (98%) from components/omnibox/autocomplete_input_unittest.cc]
  13. cf322cd Have AutocompleteInput contain up to date data. by jif · 10 years ago
  14. 018de6e url: Fix the TODO in url_parse.h header. by tfarina · 10 years ago
  15. f948760 Relax the canonical host requirements yet further. by pkasting · 10 years ago
  16. 65e7a040 Allow explicit navigations to "0.0.0.0" to support systems where this performs a by pkasting · 10 years ago
  17. 37a447b Convert ARRAYSIZE_UNSAFE -> arraysize in components/. by viettrungluu · 11 years ago
  18. d932779e Fix crash due to checkfailure in AutocompleteInput::Parse(). by pkasting · 11 years ago
  19. 5aa22b96 Omnibox: make "c# whatever" and the like not be interpreted as a URL by mpearson · 11 years ago
  20. adab4b9 Classify more IPv4-like inputs as QUERY. by pkasting · 11 years ago
  21. 077089f Componentize chrome/common/content_settings files. by mukai · 11 years ago
  22. b1c5ab68 Rename components/autocomplete to components/omnibox by [email protected] · 11 years ago[Renamed (98%) from components/autocomplete/autocomplete_input_unittest.cc]
  23. 65de8d1d Remove url::Initialize and Shutdown in the test. by [email protected] · 11 years ago
  24. 4209e424 Move autocomplete_input* to components/autocomplete by [email protected] · 11 years ago[Renamed (97%) from chrome/browser/autocomplete/autocomplete_input_unittest.cc]
  25. a817ed39 Factor out the dependency from autocomplete_input. by [email protected] · 11 years ago
  26. 5655ea3 The omnibox should check protocols registered via registerProtocolHandler, not by [email protected] · 11 years ago
  27. 332d17d2 Remove AutocompleteInput Type and PageClassification. by [email protected] · 11 years ago
  28. 3dc75b1 Omnibox: Combine Two Input Type Enums into One by [email protected] · 11 years ago
  29. abd026a Revert of Omnibox: Combine Two Input Type Enums into One (https://codereview.chromium.org/319523005/) by [email protected] · 11 years ago
  30. 7f33401 Omnibox: Combine Two Input Type Enums into One by [email protected] · 11 years ago
  31. b4533450 Renamed namespaces in src/chrome. by [email protected] · 11 years ago
  32. c448c889 Make AutocompleteInput::Parse() more strict: return QUERY for all inputs that by [email protected] · 11 years ago
  33. a2770a7d Omnibox: Retire AutocompleteInput::MatchesRequested by [email protected] · 11 years ago
  34. 8842ded Don't return URL from AutocompleteInput::Parse() when the input isn't by [email protected] · 11 years ago
  35. 670d323 Update some uses of UTF conversions in chrome/browser to use the base:: namespace. by [email protected] · 11 years ago
  36. 9692015 Replace string16 with base::string16. by [email protected] · 11 years ago
  37. 25d7e74 Omnibox: Pass Current Page Classification to Providers by [email protected] · 12 years ago
  38. 761fa470 chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1 by [email protected] · 12 years ago
  39. 98570e1 Use a direct include of strings headers in chrome/auto*/. by [email protected] · 12 years ago
  40. 135cb80 Use a direct include of utf_string_conversions.h in chrome/browser/, part 1. by [email protected] · 12 years ago
  41. f62e30f5 Upstreaming mechanism to add query refinement to omnibox searches. by [email protected] · 12 years ago
  42. ae8e367 Convert http; into http: (and other valid schemes). by [email protected] · 12 years ago
  43. f608ea10 Change the way the omnibox handles CTRL-Enter navigations. by [email protected] · 12 years ago
  44. 47e870b Revert 184352 by [email protected] · 12 years ago
  45. 5f0cebb Add utf_string_conversions to base namespace. by [email protected] · 12 years ago
  46. 9171d0e Omnibox: Trim Leading Spaces After Initial Forced-Query '?' by [email protected] · 12 years ago
  47. 0079056 Make Google Search autocomplete provider cursor aware. by [email protected] · 12 years ago
  48. c11f9622 autocomplete: Extract AutocompleteInput tests from autocomplete_unittest.cc. by [email protected] · 13 years ago