summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/extension_app_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Create CoreAppLauncherHandler to handle recordAppLaunchbyURL messagesimon.hong81@gmail.com2013-07-261-2/+2
* Omnibox: Change |inline_autocomplete_offset| to |inline_autocompletion|mpearson@chromium.org2013-07-191-1/+0
* Updates some includes of chrome_notification_types.hjam@chromium.org2013-07-111-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Use a direct include of strings headers in chrome/auto*/.avi@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.avi@chromium.org2013-06-091-1/+1
* Move parsing of app.launch keys out of Extension.yoz@chromium.org2013-06-051-2/+3
* Move AutocompleteMatch::Type enum to chrome/common/autocomplete_match_type.h kmadhusu@chromium.org2013-05-211-1/+2
* Added histogram for v2 app launch sourcecalamity@chromium.org2013-03-241-1/+2
* Revert 189589 "Added histogram for v2 app launch source"hans@chromium.org2013-03-211-2/+1
* Added histogram for v2 app launch sourcecalamity@chromium.org2013-03-211-1/+2
* Rename application_launch namespace to chromebenwells@chromium.org2013-01-311-2/+2
* history: Rename history.h to history_service.htfarina@chromium.org2013-01-251-1/+1
* Refactor calls to ExtensionPrefs::GetLaunchContainer before application_launc...tapted@chromium.org2013-01-111-7/+1
* Split Extension::ShouldDisplayInLauncher into ShouldDisplayIn{AppLauncher,New...tapted@chromium.org2012-11-091-1/+3
* Move url_databse back to historykaiwang@chromium.org2012-10-021-1/+1
* introduce chrome/browser/common directory and move url_database(and its depen...kaiwang@chromium.org2012-09-201-1/+1
* Revert 157475 - Introduce chrome/browser/common directory and move url_databa...kaiwang@chromium.org2012-09-191-1/+1
* Introduce chrome/browser/common directory and move url_database(and its depen...kaiwang@chromium.org2012-09-191-1/+1
* autocomplete: Add AutocompleteProvider::Type enum.derat@chromium.org2012-09-111-3/+3
* Don't include web apps with empty names into autocomplete search.vitalybuka@chromium.org2012-08-301-1/+1
* Introduce LaunchParams struct for opening chrome apps.benwells@chromium.org2012-07-131-2/+2
* Move ExtensionSystem into extensions namespacerdevlin.cronin@chromium.org2012-07-111-2/+4
* Moved ExtensionPrefs and related into extensions namespacerdevlin.cronin@chromium.org2012-07-101-1/+1
* browser: Extract AutocompleteProvider from autocomplete.*tfarina@chromium.org2012-06-261-2/+3
* Removing usage of profile_->GetHistory() from the codebase in order to remove...rlp@chromium.org2012-06-191-1/+2
* Misc. tiny cleanupspkasting@chromium.org2012-06-131-13/+12
* Pass command line arguments onto platform apps which provide the right intent.benwells@chromium.org2012-05-261-1/+1
* Omnibox: Make providers respect FORCED_QUERYmpearson@chromium.org2012-05-251-1/+2
* Extension/App Omnibox provider cleanupmihaip@chromium.org2012-05-251-48/+102
* Revert 113071 - Revert 113047 - Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-061-2/+2
* Revert 113047 - Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-061-2/+2
* Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-051-2/+2
* Strip special characters in extension omnibox suggestions.asvitkine@chromium.org2011-10-281-21/+32
* 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