summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* Profiles: Remove orphaned notifications.erg@chromium.org2011-07-292-4/+2
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-291-2/+2
* Add a scoper object for URLFetcher::Factoryphajdan.jr@chromium.org2011-07-291-5/+1
* See http://codereview.chromium.org/7337007.dominich@chromium.org2011-07-284-7/+21
* Removal of Profile from content part 3.avi@chromium.org2011-07-281-1/+1
* Regression test for 90316. Verifies navsuggest results don't have asky@chromium.org2011-07-261-0/+26
* Revert 94073 (broke a ton of tests) - Introduce a field trial for Instant.willchan@chromium.org2011-07-264-21/+7
* Introduce a field trial for Instant.sreeram@chromium.org2011-07-264-7/+21
* Fixes regression where instant would show navsuggest matches assky@chromium.org2011-07-261-2/+0
* Some sites do not have a "description", correctly process thatgeorgey@chromium.org2011-07-252-1/+8
* Back-end for shortcuts providergeorgey@chromium.org2011-07-225-216/+339
* bookmarks: Convert GetURL/SetURL to unix_hacker style.tfarina@chromium.org2011-07-211-1/+1
* Better Cache HQP Results for Terms.mrossetti@chromium.org2011-07-212-49/+59
* Workaround for Typing Slowdownmrossetti@chromium.org2011-07-201-0/+4
* Don't autocomplete searches of >1 word if they've only been visited once and ...pkasting@chromium.org2011-07-169-234/+405
* Makes the SearchProvider set the description from the KeywordProvider.sky@chromium.org2011-07-146-63/+55
* Add some useful Chrome URLs to chrome://chrome-urls/.msw@chromium.org2011-07-131-14/+14
* Makes past searches autocomplete when in keyword mode.sky@chromium.org2011-07-132-2/+4
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-1/+4
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-1011-29/+36
* Move focus from the omnibox when opening a new tab with alt-enter.sadrul@chromium.org2011-07-091-0/+2
* Fix a regression where the omnibox would re-enter extension keyword mode aftermpcomplete@chromium.org2011-07-071-1/+3
* Changes SearchProvider to set the description of the first consecutivesky@chromium.org2011-07-078-74/+138
* Fix data race in HistoryURLProvider by changing from a bool read by multiple ...pkasting@chromium.org2011-07-062-11/+10
* Fix clang compile failuregeorgey@chromium.org2011-06-292-0/+4
* First attempt on Shortcuts provider - previously selected URLs are given boos...georgey@chromium.org2011-06-294-0/+1119
* cocoa: Move AutocompletePopupViewMac/autocomplete_popup_view_mac* to ui/cocoa...tfarina@chromium.org2011-06-283-1534/+0
* Autocomplete: fix array size to make size check workevan@chromium.org2011-06-281-4/+6
* PrerenderManager public API cleanup.dominich@chromium.org2011-06-281-2/+2
* gtk: Move AutocompletePopupViewGtk/autocomplete_popup_view_gtk.* to ui/gtk/om...tfarina@chromium.org2011-06-283-1206/+0
* Added prerendering to omnibox. Enable through --prerender-from-omnibox comman...dominich@chromium.org2011-06-242-22/+33
* Final fix (verified locally now that my checkout finished rebuilding)pkasting@chromium.org2011-06-211-1/+1
* For crying out loud. Building our unit tests takes 100 years. In the meanti...pkasting@chromium.org2011-06-211-2/+2
* Missed some necessary fixespkasting@chromium.org2011-06-211-1/+3
* Remove unnecessary #include.pkasting@chromium.org2011-06-211-1/+0
* Fix unit test to match recent changes in host compliance checking.pkasting@chromium.org2011-06-211-1/+3
* Update BuiltinProvider to provide chrome:// URLs.msw@chromium.org2011-06-163-20/+323
* Revert 89298 - Update BuiltinProvider to provide chrome:// URLs.msw@chromium.org2011-06-163-326/+20
* Update BuiltinProvider to provide chrome:// URLs.msw@chromium.org2011-06-163-20/+326
* Revert 89073 - Update BuiltinProvider to provide chrome:// URLs.asargent@chromium.org2011-06-143-322/+20
* Update BuiltinProvider to provide chrome:// URLs.msw@chromium.org2011-06-143-20/+322
* Make the web content accessibility tree a descendant of the main window'sdmazzoni@chromium.org2011-06-131-2/+1
* *Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL.msw@chromium.org2011-06-081-1/+1
* Revert 88142 to fix sync_integration_tests offline.msw@chromium.org2011-06-071-1/+1
* Changes TemplateURLModel into TemplateURLService. Changes all access points t...erg@google.com2011-06-0710-43/+58
* *Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL.msw@chromium.org2011-06-071-1/+1
* Adding a test for the Extension App provider.finnur@chromium.org2011-06-031-1/+71
* Preload Instant search when omnibox is focused.sreeram@chromium.org2011-06-011-0/+4
* Move UrlFetcher to content. I originally thought that it's only used by chro...jam@chromium.org2011-06-012-2/+2
* Misc. cleanup: Change use of string::size_type to size_t (team style), string...pkasting@chromium.org2011-05-2614-135/+89