1. 3ea1b18 Rename FilePath to base::FilePath and use new location of string_number_conversions in some chrome subdirectories. by [email protected] · 12 years ago
  2. dbff44658 Initial implementation of dedupping search provider's URLs. by [email protected] · 13 years ago
  3. 2532060 Implement Bookmark Autocomplete Provider by [email protected] · 13 years ago
  4. dd2f9e3 Update page icon in the omnibox by [email protected] · 13 years ago
  5. 00193bf autocomplete: Don't cull matches with empty dest URLs. by [email protected] · 13 years ago
  6. dbacefb autocomplete: Add ContactProvider. by [email protected] · 13 years ago
  7. 35f1f4f0 autocomplete: Add AutocompleteProvider::Type enum. by [email protected] · 13 years ago
  8. 3b81314d autocomplete: Add AutocompleteMatch::MergeClassifications() by [email protected] · 13 years ago
  9. 345e8fda Omnibox: Pretend http and https are the same when removing likely duplicates by [email protected] · 13 years ago
  10. 749e7ae0 Add a method to check if an AutocompleteMatch is of a search type. by [email protected] · 13 years ago
  11. 5281d42 Enhance chrome://omnibox Presentation by [email protected] · 13 years ago
  12. 2a28133 This CL moves the contents of ui_resources_standard.grd into ui_resources.grd and theme_resources_standard.grd into theme_resources.grd. This also eliminates the following Grit outputs: by [email protected] · 13 years ago
  13. 9f8bc2f autocomplete: Rename autocomplete.* to autocomplete_input.*. by [email protected] · 13 years ago
  14. 2278725 HiDPI assets for omnibox icons. by [email protected] · 13 years ago
  15. 30f5bc9 browser: Extract AutocompleteProvider from autocomplete.* by [email protected] · 13 years ago
  16. bca359b A working implementation of AQS (Assisted Query Stats). by [email protected] · 13 years ago
  17. cf6256f Omnibox: In UMA logs, record typed_count of URLS. by [email protected] · 13 years ago
  18. c37ad9e Eliminate the "clock" icon in the omnibox dropdown. The distinction between this and the globe was never clear to users, so let's just simplify. by [email protected] · 13 years ago
  19. 6d478b1 Guard Against Bad Classifications by [email protected] · 13 years ago
  20. 371dab1 Add SearchProvider nav result inline autocompletion. by [email protected] · 13 years ago
  21. 85b8d6f Now that TemplateURLs are guaranteed to have a unique, non-empty keyword, replace AutocompleteMatch's TemplateURL* with a std::string |keyword_|. This has two benefits: by [email protected] · 13 years ago
  22. 3613347d Remove const qualifiers on "TemplateURL*" in many TemplateURLService APIs. This has followon effects in many other places, most noticeably ConfirmAddSearchProvider(), which seems to be declared in like 20 files :P by [email protected] · 13 years ago
  23. 9b74ab5 Make TemplateURLRefs take an owner TemplateURL* (which must not be NULL). This in turn allows us to avoid passing in TemplateURLs to a few other APIs, and will be critical later when adding Profile*s and keeping URL strings on the owner. by [email protected] · 13 years ago
  24. 9d2b5f3b Clean up ShortcutsProvider and related classes: by [email protected] · 13 years ago
  25. 033f342 Misc. autocomplete cleanup: by [email protected] · 13 years ago
  26. 3cb0f8d9 Enabled pressing TAB to traverse through the Omnibox results, removed moving the caret to the end of the line with TAB, and filtered out redundant URLs. by [email protected] · 13 years ago
  27. 369f369 Revert 122412 - Enabled pressing TAB to traverse through the Omnibox results by [email protected] · 13 years ago
  28. 031cbdee Enabled pressing TAB to traverse through the Omnibox results by [email protected] · 13 years ago
  29. eac4499 Add more informative DCHECKs for unreproducible bug. by [email protected] · 13 years ago
  30. 9ba0098 Revert 120448 - Revert 120018 - Revert 120005 - Enabled pressing TAB to traverse through the Omnibox results, removed moving the caret to the end of the line with TAB, and filtered out redundant URLs. by [email protected] · 13 years ago
  31. ac08ddca Revert 120018 - Revert 120005 - Enabled pressing TAB to traverse through the Omnibox results, removed moving the caret to the end of the line with TAB, and filtered out redundant URLs. by [email protected] · 13 years ago
  32. 4d75f8a Revert 120005 - Enabled pressing TAB to traverse through the Omnibox results, removed moving the caret to the end of the line with TAB, and filtered out redundant URLs. by [email protected] · 13 years ago
  33. 467a0f6 Enabled pressing TAB to traverse through the Omnibox results, removed moving the caret to the end of the line with TAB, and filtered out redundant URLs. by [email protected] · 13 years ago
  34. 83820d4 Enable extension APIs for content scripts. by [email protected] · 14 years ago
  35. 531e034 Fix AutocompleteMatch DCHECK() triggered by |RenderViewContextMenu::AppendSearchProvider()|. by [email protected] · 14 years ago
  36. 5595f40d Strip special characters in extension omnibox suggestions. by [email protected] · 14 years ago
  37. 2905f74 Move PageTransition into content namespace. While I'm touching all these files, I've also updated it to use the enum naming convention in the Content API. by [email protected] · 14 years ago
  38. 9251368 Remove confidence from AutocompleteMatch and use History DB instead. by [email protected] · 14 years ago
  39. 71937b9c Add confidence to AutocompleteMatch. by [email protected] · 14 years ago
  40. fc65f27 Autocomplete: fix array size to make size check work by [email protected] · 14 years ago
  41. 37b9573 Misc. cleanup: Change use of string::size_type to size_t (team style), string::size() to string::length() (omnibox code style), and some rewrapping. by [email protected] · 14 years ago
  42. 24d692aa Make the app provider match highlighting use the existing ClassifyMatchXXX() machinery, and set the correct base styles (NONE rather than DIM for the contents, and URL rather than DIM for the description). by [email protected] · 14 years ago
  43. 8f740548 Show an Extension App icon in the omnibox for matches from the Extension App provider. by [email protected] · 14 years ago
  44. 6775e40a Change other usages of .size() to .empty() when applicable. by [email protected] · 14 years ago
  45. 7abfb346 Changes how autocomplete updates results in hopes of keeping the popup by [email protected] · 14 years ago
  46. a2fedb1e Remove wstring from autocomplete. by [email protected] · 14 years ago
  47. 70c209d Revert 72380 - Remove wstring from autocomplete. by [email protected] · 14 years ago
  48. 42ca28c Remove wstring from autocomplete. by [email protected] · 14 years ago
  49. dff945e Removes the link in the omnibox for searching history. by [email protected] · 14 years ago
  50. 9ac4009 [GTK] Added unit tests for omnibox highlighting by [email protected] · 15 years ago