summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* Flakiness cleanup: disable flaky tests under chrome/browser/evan@chromium.org2012-02-141-1/+1
* Add more informative DCHECKs for unreproducible bug.scr@chromium.org2012-02-145-31/+85
* Removing dead code from NetworkActionPredictor.dominich@chromium.org2012-02-141-14/+0
* Clarify misleading comment in AutocompleteController constructor.jknotten@chromium.org2012-02-141-1/+1
* Adjust scoring of shortcuts based on the percentage of entered data from line...georgey@chromium.org2012-02-113-41/+49
* Use URLRows rather than std::vector<URLRow>. Also, there is an equivalent Typ...mrossetti@chromium.org2012-02-101-3/+2
* Add DCHECK that HistoryURLProvider is on the main thread.mpearson@chromium.org2012-02-101-0/+12
* Clarify comment and fix minor bug?mpearson@chromium.org2012-02-091-5/+7
* Verifies that the AutocompleteEditModel goes through the right mpearson@chromium.org2012-02-092-23/+5
* Use raw search string during final HQP filtering.mrossetti@chromium.org2012-02-081-0/+7
* Fix history_url_provider when building with stlportyfriedman@chromium.org2012-02-083-8/+10
* Breaking down more histograms by hit weight.dominich@chromium.org2012-02-081-2/+5
* [Coverity] Pass AutocompleteMatch to predicate as const-reftbreisacher@chromium.org2012-02-071-1/+1
* Move Ownership of IMUI to HistoryService.mrossetti@chromium.org2012-02-071-13/+19
* Help: Implement the initial version of the cross-platform help/about page.jhawkins@chromium.org2012-02-041-2/+2
* Revert 120448 - Revert 120018 - Revert 120005 - Enabled pressing TAB to trave...pkasting@chromium.org2012-02-0416-575/+317
* Revert 120018 - Revert 120005 - Enabled pressing TAB to traverse through the ...pkasting@chromium.org2012-02-0416-317/+575
* Fine-tune HQP Candidate Result Scoringmrossetti@chromium.org2012-02-031-42/+127
* Field trial to investigate higher weightings for hits when calculating Omnibo...dominich@chromium.org2012-02-012-2/+12
* Make chrome://omnibox/ be able to report per-provider matches.mpearson@chromium.org2012-02-011-0/+2
* Fix DCHECK with Trailing Slash.mrossetti@chromium.org2012-02-011-3/+7
* Revert 120005 - Enabled pressing TAB to traverse through the Omnibox results,...kinuko@chromium.org2012-02-0116-575/+317
* Enabled pressing TAB to traverse through the Omnibox results, removed moving ...aaron.randolph@gmail.com2012-02-0116-317/+575
* Cancel prerenders from Omnibox if we navigate to a different URL than predicted.dominich@chromium.org2012-01-311-1/+11
* Use proper FormatUrl() call so correct format_types is applied.mrossetti@chromium.org2012-01-311-1/+2
* When UMA logs omnibox events, record omnibox modification time.mpearson@chromium.org2012-01-314-20/+67
* Create a field trial for making omnibox autocomplete HistoryURL more aggressive.mpearson@chromium.org2012-01-313-2/+140
* Properly calculate inline autocomplete offset.mrossetti@chromium.org2012-01-303-25/+55
* Revert 119699 - Cancel prerenders from Omnibox if we navigate to a different ...dominich@google.com2012-01-301-11/+1
* Cancel prerenders from Omnibox if we navigate to a different URL than predicted.dominich@chromium.org2012-01-301-1/+11
* Make about:flag for HistoryURL aggressiveness a three way choice: auto, on, off.mpearson@chromium.org2012-01-271-3/+21
* Toward an android build of sync_unit_tests: OWNERS=skyjrg@chromium.org2012-01-271-2/+2
* Coverity: Fix uninitialized member variables.kmadhusu@chromium.org2012-01-241-1/+3
* Initial draft of chrome://omnibox/ page.mpearson@chromium.org2012-01-241-2/+2
* Profiles: Add a --dump-profile-graph option when !NDEBUG.erg@chromium.org2012-01-241-2/+3
* Towards compiling unit_tests for Android. Split off from main CL for OWNERS i...jrg@chromium.org2012-01-212-4/+14
* More fine grained understanding of Omnibox navigation counts.dominich@chromium.org2012-01-111-4/+8
* Allow prerendering of search results from Omnibox.dominich@chromium.org2012-01-102-13/+2
* Remove all but the Exact Full Omnibox Prerender algorithm.dominich@chromium.org2012-01-063-35/+6
* Adding about:network_action_predictor to show state of NetworkActionPredictor...dominich@chromium.org2012-01-052-2/+11
* Convert the remaining trivial tab_contents.h includes in chrome to use web_co...jam@chromium.org2012-01-051-1/+0
* Remove some more tab_contents.h includes from Chrome.jam@chromium.org2012-01-051-2/+4
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-2/+2
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-1/+1
* Enable UMA logging of tab IDs for omnibox interactions.mpearson@chromium.org2011-12-192-1/+18
* Improve HistoryURL scoring by making it more aggressive.mpearson@chromium.org2011-12-163-42/+60
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-3/+5
* Adding tracking of accuracy vs confidence.dominich@chromium.org2011-12-142-0/+20
* Track confidence calculations better. Reduce minimum user text length.dominich@chromium.org2011-12-123-23/+26
* Profiles: Move NetworkActionPredictor to the ProfileKeyedService framework.erg@chromium.org2011-12-126-5/+87