summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/extension_app_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Extension loaded/unloaded notifications are always sent from non-incognito pr...pkasting@chromium.org2011-10-221-2/+5
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-4/+4
* Remove confidence from AutocompleteMatch and use History DB instead.dominich@chromium.org2011-09-011-5/+1
* Fix crash on NTP related to multi-profile extensions.jstritar@chromium.org2011-08-301-2/+2
* Add confidence to AutocompleteMatch.dominich@chromium.org2011-08-111-1/+5
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-3/+4
* Fix clang build.pkasting@chromium.org2011-05-251-4/+4
* Make the app provider match highlighting use the existing ClassifyMatchXXX() ...pkasting@chromium.org2011-05-251-50/+26
* Don't show suggestions in the Omnibox (from the Extension App provider) for p...finnur@chromium.org2011-05-121-0/+4
* Extension App provider should include packaged apps as well. They have nofinnur@chromium.org2011-04-271-3/+4
* Show an Extension App icon in the omnibox for matches from the Extension App ...finnur@chromium.org2011-04-131-1/+2
* Add a unit test for the Extension App Provider.finnur@chromium.org2011-04-071-0/+6
* Implement a simple Extension App Omnibox provider. finnur@chromium.org2011-04-061-0/+165