summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* Omnibox: Reduce Bolding Flicker in SearchProvidermpearson@chromium.org2014-01-094-63/+104
* Omnibox: Refactor SearchProvider Utility for Creating Suggestionsmpearson@chromium.org2014-01-033-58/+49
* Omnibox: Launch Stop Timer Behaviormpearson@chromium.org2014-01-032-15/+8
* Remove 'using base::string16;' from base/strings/string16.h and remove temporarydbeam@chromium.org2013-12-301-2/+2
* Move kFileScheme constant into content namespace.tfarina@chromium.org2013-12-301-1/+1
* HUP Experimental Scoring framework.bartn@chromium.org2013-12-263-62/+262
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-258-9/+9
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-2427-176/+221
* Update some uses of Value in chrome/browser to use the base:: namespace.avi@chromium.org2013-12-232-23/+26
* Cleanup: Move kFileSystemScheme constant into content namespace.tfarina@chromium.org2013-12-231-2/+2
* Omnibox: Bug Fixes for Shortcuts Inliningmpearson@chromium.org2013-12-207-130/+209
* Revert 242029 "Omnibox: Bug Fixes for Shortcuts Inlining"mpearson@chromium.org2013-12-205-137/+54
* Omnibox: Bug Fixes for Shortcuts Inliningmpearson@chromium.org2013-12-205-54/+137
* Omnibox Style Cleanupmpearson@chromium.org2013-12-191-1/+1
* Updated AutocompleteResultTests.kmadhusu@chromium.org2013-12-193-123/+94
* Move c/c/e/extension_set to top-level extensions/rdevlin.cronin@chromium.org2013-12-171-2/+3
* Omnibox: Make HQP Show Scheme At Right Timesmpearson@chromium.org2013-12-161-1/+1
* Improve psuggest delete.mariakhomenko@chromium.org2013-12-161-1/+10
* Modified GetMatchToPrefetch() to return a valid match for prefetching even wh...kmadhusu@chromium.org2013-12-133-43/+168
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-134-6/+7
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-123-10/+10
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-121-3/+4
* Modify Entity Suggestion support and Add Profile Suggest supportskanuj@chromium.org2013-12-116-206/+105
* Use base namespace for string16 in chrome/browserbrettw@chromium.org2013-12-102-19/+21
* Omnibox: Refactor SearchProvider for Entity Suggestionsmpearson@chromium.org2013-12-102-88/+35
* Omnibox: Allow Shortcuts to Inlinempearson@chromium.org2013-12-075-75/+225
* Add base namespace to some instances of string16.brettw@chromium.org2013-12-068-205/+230
* Assume search provider only sends deletion path.mariakhomenko@chromium.org2013-12-061-3/+6
* Replace string16 with base::string16.brettw@chromium.org2013-12-0441-366/+397
* Added the Profile Settings Reset sub-page of settings to url_constants.cc and...engedy@chromium.org2013-12-041-0/+1
* Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...brettw@chromium.org2013-12-032-2/+3
* Store xsrf token received with psuggest results.mariakhomenko@chromium.org2013-12-034-84/+395
* Ensure zero suggest can handle XSSI-escaped output.mariakhomenko@chromium.org2013-12-034-22/+54
* Move EmptyString, kWhitespace and the BOM to base.brettw@chromium.org2013-12-022-6/+7
* Move kFtpScheme into content namespace.tfarina@chromium.org2013-12-011-1/+1
* Omnibox: Make HistoryURL Highlight Titles like HistoryQuick Providermpearson@chromium.org2013-11-276-48/+71
* Omnibox: Don't Let Users Escape Keyword Mode Accidentallympearson@chromium.org2013-11-223-197/+267
* Omnibox: Make ScoredHistoryMatch a Classmpearson@chromium.org2013-11-212-10/+12
* Rename GetLocationEntry to GetOmniboxView.msw@chromium.org2013-11-201-48/+46
* InstantExtended: remove old flags, add new flag for query extraction.samarth@chromium.org2013-11-201-3/+0
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-152-2/+2
* Omnibox: Disable Default Provider Suggested Relevance Scores In Keyword Modempearson@chromium.org2013-11-142-4/+88
* InstantExtended: update tests for Instant Extended (part 6).samarth@chromium.org2013-11-141-159/+238
* Omnibox: Loosen SearchProvider Constraints for Reorder Modempearson@chromium.org2013-11-133-30/+667
* Omnibox: In Reorder Mode, SearchProvider Doesn't Need to Remove Stale Resultsmpearson@chromium.org2013-11-121-8/+19
* Adding support for forced URLs to TopSites.beaudoin@chromium.org2013-11-121-1/+1
* Omnibox: Non-Substituting Keywords Should Not Have a Spacempearson@chromium.org2013-11-092-1/+9
* Shorten INSTANT_NEW_TAB_PAGE_WITH_FAKEBOX_AS_STARTING_FOCUS, INSTANT_NEW_TAB_...hfung@chromium.org2013-11-084-17/+13
* Omnibox: Fix Inline Autocompletion of Navsuggest in Forced Query Modempearson@chromium.org2013-11-072-8/+9
* Send URLs on non-zero prefix suggest requests also.hfung@chromium.org2013-11-075-106/+274