summaryrefslogtreecommitdiffstats
path: root/components/omnibox
Commit message (Expand)AuthorAgeFilesLines
* Add traces for main omnibox providersa-v-y2016-03-258-0/+21
* Omnibox Logging - Clear Both Counterfactual Bits on ResetSession() Callmpearson2016-03-191-0/+1
* Implement a new IDN display policyjshin2016-03-181-46/+48
* Revert of Add traces for main omnibox providers (patchset #1 id:1 of https://...phoglund2016-03-188-21/+0
* Add traces for main omnibox providersa-v-y2016-03-188-0/+21
* Convert location bar decorations to Material Design (Mac).shrike2016-03-162-2/+2
* Calculate correct width for answer-in-suggest.krb2016-03-153-18/+62
* Remove uses of std::unary_function and std::binary_function.vmpstr2016-03-092-5/+3
* c/b/ui: allow circular includes from c/btfarina2016-03-021-1/+1
* Omnibox - Let HistoryQuick Provider Consider the First 20 Title Wordsmpearson2016-03-012-2/+2
* Remove use of URL_SPECIAL_CHARS from two components.mmenke2016-02-261-1/+2
* components: Add out-of-line copy ctors for complex classes.vmpstr2016-02-2516-0/+37
* Reland - Omnibox - HistoryQuickProvider - Cull Search Redirects Earliermpearson2016-02-2410-89/+161
* Avoid use-after-free when opening an omnibox entry.pkasting2016-02-242-4/+6
* net: move IsLocalhost() function into url_util.htfarina2016-02-233-3/+0
* Omnibox: Fix Built-in Provider with Trailing Slash on Inputsmpearson2016-02-172-5/+91
* Eliminate ScopedVector in components/omnibox.pkasting2016-02-102-8/+10
* Allow string::front() and back() and update the codebase to use back().pkasting2016-02-051-2/+1
* Componentizes builtin_provider_unittest.cc.rohitrao2016-02-042-0/+330
* Change HistoryInfoMap to use unordered_map.georgesak2016-02-031-1/+2
* Share suggestion highlighting behavior in Android omnibox.tedchoc2016-02-032-0/+11
* Componentizes shortcuts unittests.rohitrao2016-02-037-1/+1267
* Update components for new prefs location.brettw2016-02-019-9/+10
* Componentizes in_memory_url_index_unittest.cc.rohitrao2016-02-012-0/+1322
* Componentize omnibox_edit_unittest.ccblundell2016-02-014-7/+376
* Moves shared history test helpers into util classes.rohitrao2016-02-015-159/+96
* Change ownership of BookmarkClient.sdefresne2016-02-012-4/+2
* Update GN build files for new prefs location.brettw2016-01-301-3/+2
* Componentizes history_quick_provider_unittest.cc.rohitrao2016-01-272-0/+983
* Moves HistoryIndexRestoreObserver to components/omnibox/browser.rohitrao2016-01-263-0/+54
* [Cleanup] Remove some expired omnibox field trials.isherman2016-01-213-42/+0
* Componentizes history_url_provider_unittest.cc.rohitrao2016-01-213-0/+1178
* net: move more functions out of net_util.htfarina2016-01-201-1/+1
* Revert "Omnibox - HistoryQuickProvider - Cull Search Redirects Earlier"mpearson2016-01-198-154/+55
* Componentizes BookmarkProviderTest and moves it to components/omnibox.rohitrao2016-01-173-0/+497
* Componentizes ZeroSuggestProviderTest.rohitrao2016-01-172-0/+466
* Omnibox - Move the Emphasize-Titles Logic Under Experiment Controlmpearson2016-01-123-7/+71
* Remove a variety of no-longer-used query params.pkasting2016-01-064-22/+0
* Revert of Change HistoryInfoMap to use unordered_map. (patchset #2 id:20001 o...georgesak2016-01-051-2/+1
* Compare case insensitively when copying answers into verbatim matches.jdonnelly2015-12-291-1/+4
* Remove duplicate test datasangwoo1082015-12-281-1/+0
* Convert Pass()→std::move() in //components/[n-z]*dcheng2015-12-2611-23/+32
* Switch to standard integer types in components/, part 3 of 4.avi2015-12-2568-52/+154
* Omnibox - Fix HQP Inline Autocompletion Calculationsmpearson2015-12-226-50/+34
* HistoryURL Provider Matches Must Have Valid Inline Autocompletionmpearson2015-12-181-6/+12
* Refactor VariationsHttpHeaderProvider.asvitkine2015-12-182-6/+6
* Omnibox - HQP - Allow Overlapping Matches for Scoringmpearson2015-12-176-23/+61
* Omnibox: Add Test in HistoryQuick Providermpearson2015-12-151-0/+116
* Componentize shortcuts_database_unittestabhishek.a212015-12-122-0/+301
* Abstract callout to OmniboxEditController on updating input in progressblundell2015-12-092-5/+2