summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* Revert 105678 - Caused flakiness described in http://crbug.com/100479rsleevi@chromium.org2011-10-166-36/+32
* HQP Refactoring (in Preparation for SQLite Cache) mrossetti@chromium.org2011-10-156-32/+36
* Fixes bug in instant where we would end up incorrectly using thesky@chromium.org2011-10-151-1/+1
* When users navigate to an intranet host that has not been previously typed, t...pkasting@chromium.org2011-10-141-16/+5
* Tweak omnibox parsing heuristics more:pkasting@chromium.org2011-10-135-65/+109
* Revert 105300 - HQP Refactoring (in Preparation for SQLite Cache)mrossetti@chromium.org2011-10-136-36/+32
* HQP Refactoring (in Preparation for SQLite Cache)mrossetti@chromium.org2011-10-136-32/+36
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-1313-29/+33
* Don't call instant's Update() if the text was not user entered.sreeram@chromium.org2011-10-121-2/+7
* Add browser metrics to Chrome client cl #2.georgey@chromium.org2011-10-101-0/+19
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-081-2/+4
* Revert 104597 - base::Bind: Complete cleanup of history/.acolwell@chromium.org2011-10-071-4/+2
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-071-2/+4
* Refactor the AutoCompletePopupView to get rid of gtk/gdk related code.jennyz@chromium.org2011-10-071-1/+2
* Make instant only load searches for the default provider.sky@chromium.org2011-10-072-30/+9
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-071-1/+1
* Restrict Omnibox Prerender to URL matches.dominich@chromium.org2011-10-062-99/+155
* Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-10-051-1/+2
* Don't destroy instant loaders if you don't have to.sreeram@chromium.org2011-10-041-11/+7
* Splitting the NetworkActionPredictor.Action histogram based on field trial.dominich@chromium.org2011-10-032-5/+6
* net: Move UnescapeURLComponent() functions into net namespace.tfarina@chromium.org2011-10-021-2/+2
* Added multiple NetworkActionPredictor heuristics and a field trial to select ...dominich@chromium.org2011-09-271-24/+64
* Change some uses of old callback types to new ones.pkasting@chromium.org2011-09-272-4/+6
* Omnibox enters keyword search mode incorrectlykeishi@chromium.org2011-09-262-21/+124
* Remove non trivial static from global scope in ShortcutsProvider to improve s...georgey@chromium.org2011-09-243-18/+22
* Place field trial name at the end (as a suffix).sreeram@chromium.org2011-09-231-3/+2
* Reintroducing check for NULL tab before updating Instant.dominich@chromium.org2011-09-201-0/+3
* Add Field Trial for Prerender From Omnibox.dominich@chromium.org2011-09-201-7/+4
* Makes intranet urls autocomplete again. This patch gives the relevancesky@chromium.org2011-09-205-76/+242
* Fixes and simplification to ShortcutsBackend including addition of "DeleteAll"georgey@chromium.org2011-09-173-103/+102
* Revert 100530 - Disable the in memory URL index. This is a temporary test to ...brettw@chromium.org2011-09-141-2/+2
* Switch from chrome://extensions to chrome://settings/extensionSettings.finnur@chromium.org2011-09-131-0/+1
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-1/+1
* Fix Linux Views build breakage.willchan@chromium.org2011-09-131-1/+1
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-1/+1
* Revert 99124: Revert 99099 Fix up more WaitForNavigation calls.gbillock@chromium.org2011-09-121-2/+3
* Modifying prefetch to account for multi-profile.rlp@chromium.org2011-09-101-3/+6
* Disable the in memory URL index. This is a temporary test to see if it affect...brettw@google.com2011-09-091-2/+2
* Fix prerender-from-omnibox/Instant issues.dominich@chromium.org2011-09-082-13/+27
* Revert 100003 - Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-09-071-2/+1
* Moved PrerenderManager to ProfileKeyedService system.dominich@chromium.org2011-09-071-1/+2
* Revert 99883 - Completely disable about:flagsthakis@chromium.org2011-09-071-1/+1
* Completely disable about:flagsthakis@chromium.org2011-09-071-1/+1
* Confidence ranges were coming in too high and had occasional divide-by-zero l...dominich@chromium.org2011-09-072-10/+9
* bookmarks: Split BookmarkModel::SetURLStarred in two helper functions in book...tfarina@chromium.org2011-09-031-4/+7
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-022-2/+4
* Track recommended actions for all UMA users.dominich@chromium.org2011-09-021-10/+13
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-022-4/+2
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-022-2/+4
* Fix crash in CanFindIntranetURL() due to FixupUserInput() changing the Autoco...pkasting@chromium.org2011-09-017-33/+47