| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve HistoryURL scoring by making it more aggressive. | mpearson@chromium.org | 2011-12-16 | 1 | -21/+33 |
* | Reverting based on discussions on #chromium with shess and rsleevi | jamiewalch@google.com | 2011-11-23 | 1 | -3/+1 |
* | Add a field trial for using lower sqlite cache sizes. | brettw@chromium.org | 2011-11-23 | 1 | -1/+3 |
* | Correctly score intranet URLs with typed_counts of 0 as UNVISITED_INTRANET if... | pkasting@chromium.org | 2011-11-19 | 1 | -10/+8 |
* | net: Move UnescapeRule into the net namespace. | tfarina@chromium.org | 2011-11-15 | 1 | -2/+2 |
* | When users navigate to an intranet host that has not been previously typed, t... | pkasting@chromium.org | 2011-10-14 | 1 | -16/+5 |
* | Tweak omnibox parsing heuristics more: | pkasting@chromium.org | 2011-10-13 | 1 | -2/+1 |
* | Change some uses of old callback types to new ones. | pkasting@chromium.org | 2011-09-27 | 1 | -2/+3 |
* | Makes intranet urls autocomplete again. This patch gives the relevance | sky@chromium.org | 2011-09-20 | 1 | -63/+136 |
* | Fix crash in CanFindIntranetURL() due to FixupUserInput() changing the Autoco... | pkasting@chromium.org | 2011-09-01 | 1 | -12/+7 |
* | Remove confidence from AutocompleteMatch and use History DB instead. | dominich@chromium.org | 2011-09-01 | 1 | -49/+1 |
* | Handle intranet hostnames more consistently. | pkasting@chromium.org | 2011-08-19 | 1 | -26/+56 |
* | Always treat email addresses as searches. | pkasting@chromium.org | 2011-08-17 | 1 | -0/+9 |
* | Cleanup: | pkasting@chromium.org | 2011-08-16 | 1 | -346/+363 |
* | Change scoring for history url provider. | dominich@chromium.org | 2011-08-16 | 1 | -17/+27 |
* | Add confidence to AutocompleteMatch. | dominich@chromium.org | 2011-08-11 | 1 | -6/+49 |
* | Fix data race in HistoryURLProvider by changing from a bool read by multiple ... | pkasting@chromium.org | 2011-07-06 | 1 | -5/+4 |
* | Misc. cleanup: Change use of string::size_type to size_t (team style), string... | pkasting@chromium.org | 2011-05-26 | 1 | -6/+5 |
* | Makes autocompleting previous search terms work on word boundaries. | sky@chromium.org | 2011-05-09 | 1 | -2/+6 |
* | Changes the HistoryURLProvider such that if the first pass produced an | sky@chromium.org | 2011-04-04 | 1 | -1/+10 |
* | Makes the search provider not return results that look like URLs. | sky@chromium.org | 2011-04-04 | 1 | -1/+1 |
* | Fix uninitialized constructors and reverse NULL checks found by Coverity | stuartmorgan@chromium.org | 2011-03-11 | 1 | -1/+3 |
* | Add caching of the InMemoryURLIndex (part of the HistoryQuickProvider) part 1... | mrossetti@chromium.org | 2011-02-24 | 1 | -9/+6 |
* | Revert 75882 - Add caching of the InMemoryURLIndex (part of the HistoryQuickP... | mrossetti@chromium.org | 2011-02-24 | 1 | -6/+9 |
* | Add caching of the InMemoryURLIndex (part of the HistoryQuickProvider) part 1... | mrossetti@chromium.org | 2011-02-24 | 1 | -9/+6 |
* | Part 1 of repairing regressions to my old clang check plugins so Nico can | erg@google.com | 2011-01-27 | 1 | -0/+2 |
* | Remove wstring from autocomplete. | avi@chromium.org | 2011-01-25 | 1 | -35/+36 |
* | Revert 72380 - Remove wstring from autocomplete. | avi@chromium.org | 2011-01-24 | 1 | -36/+35 |
* | Remove wstring from autocomplete. | avi@chromium.org | 2011-01-24 | 1 | -35/+36 |
* | Make HistoryContentsProvider results deletable | thakis@chromium.org | 2010-12-16 | 1 | -34/+0 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Adds keyword_search_terms to in memory db so that we can synchronously | sky@chromium.org | 2010-11-01 | 1 | -1/+1 |
* | [GTK] Added unit tests for omnibox highlighting | scr@chromium.org | 2010-10-27 | 1 | -0/+1 |
* | FBTF: Even more deinlining. | erg@google.com | 2010-10-20 | 1 | -0/+2 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Final phase of the URL History Quick autocomplete provider integration. This ... | mrossetti@chromium.org | 2010-10-12 | 1 | -90/+5 |
* | Revert 62193 - Final phase of the URL History Quick autocomplete provider int... | mrossetti@chromium.org | 2010-10-11 | 1 | -5/+90 |
* | Final phase of the URL History Quick autocomplete provider integration. This... | mrossetti@chromium.org | 2010-10-11 | 1 | -90/+5 |
* | Make history provider ranking stable for "visited but untyped" intranet URLs. | pkasting@chromium.org | 2010-09-01 | 1 | -1/+12 |
* | Remove the wstring FormatUrl() functions (and convert remaining users to the ... | viettrungluu@chromium.org | 2010-08-31 | 1 | -6/+7 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | Ctrl-based actions should take precedence over ctrl-enter | isherman@chromium.org | 2010-08-25 | 1 | -1/+5 |
* | History provider: style cleanup | isherman@chromium.org | 2010-08-21 | 1 | -5/+9 |
* | Revert 56939 - History provider: style cleanup | thestig@chromium.org | 2010-08-20 | 1 | -20/+5 |
* | History provider: style cleanup | isherman@chromium.org | 2010-08-20 | 1 | -5/+20 |
* | Add Framework for History Quick Provider | mrossetti@chromium.org | 2010-08-04 | 1 | -103/+107 |
* | Revert "Incorporate 'quick' history provider index as an autocomplete ..." | phajdan.jr@chromium.org | 2010-07-30 | 1 | -111/+105 |
* | Incorporate 'quick' history provider index as an autocomplete provider in pre... | mrossetti@chromium.org | 2010-07-30 | 1 | -105/+111 |
* | Header Cleanup: Remove unncessary include of sqlite_utils.h in some files. | tfarina@chromium.org | 2010-07-17 | 1 | -1/+0 |
* | Adds the --enable-in-memory-url-index switch to gate creation and use of the ... | rohitrao@chromium.org | 2010-07-02 | 1 | -19/+27 |