summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/extension_app_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* It's not used.mpearson@chromium.org2014-07-011-231/+0
* Componentize URLDatabasehashimoto@chromium.org2014-06-251-1/+1
* Omnibox: Combine Two Input Type Enums into Onempearson@chromium.org2014-06-081-8/+10
* Revert of Omnibox: Combine Two Input Type Enums into One (https://codereview....dcheng@chromium.org2014-06-071-10/+8
* Omnibox: Combine Two Input Type Enums into Onempearson@chromium.org2014-06-071-8/+10
* Rename NOTIFICATION_EXTENSION_UNINSTALLED to NOTIFICATION_EXTENSION_UNINSTALL...limasdf@gmail.com2014-05-291-1/+2
* Moved IS_EPHEMERAL flag to extension prefstmdiep@chromium.org2014-05-221-1/+2
* Revert of Use ExtensionRegistryObserver instead of deprecated extension notif...limasdf@gmail.com2014-05-151-17/+5
* Use extensions::ExtensionRegistryObserver instead of deprecated extension not...limasdf@gmail.com2014-05-141-5/+17
* Replace NOTIFICATION_EXTENSION_LOADED to NOTIFICATION_EXTENSION_LOADED_DEPREC...limasdf@gmail.com2014-04-201-1/+2
* Remove ExtensionService::GetInstalledApp() and ExtensionService::IsInstalledA...rdevlin.cronin@chromium.org2014-04-101-3/+3
* ExtensionSystem cleanup part 3yoz@chromium.org2014-02-141-1/+1
* Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.yoz@chromium.org2014-01-301-4/+2
* Clean up extension_util.h.derat@chromium.org2014-01-241-1/+1
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-2/+2
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-2/+2
* Move c/c/e/extension_set to top-level extensions/rdevlin.cronin@chromium.org2013-12-171-2/+3
* Replace string16 with base::string16.brettw@chromium.org2013-12-041-12/+14
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-151-1/+1
* Moved some functions off ExtensionService into a new file extension_util.benwells@chromium.org2013-10-171-1/+2
* Cleanup: Remove chrome namespace from application_launch.hlimasdf@gmail.com2013-09-271-2/+1
* Omnibox: Make the Controller Reorder Matches for Inliningmpearson@chromium.org2013-08-121-0/+1
* 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