summaryrefslogtreecommitdiffstats
path: root/ash/shell/app_list.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace StringPrintf("%d", ...) with IntToString()ricea2015-07-011-2/+2
* Use app list item shadow for app list folders.calamity2015-06-051-1/+1
* app_list::SearchResult: Duplicate() is const.mgiuca2015-02-091-1/+1
* Allow launcher pages to add subpages to app list model.calamity2014-12-031-0/+2
* Notify launcher page with onTransitionChanged event.calamity2014-11-101-0/+2
* Cleanups: add non-inline destructors for several ash classes.dcheng2014-10-291-7/+12
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-51/+31
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-151-1/+1
* Simplifies the structure of app_list search a bit.Jun Mukai2014-10-041-0/+5
* replace OVERRIDE and FINAL with override and final in ash/mostynb2014-10-031-26/+26
* Fix SpeechUIModel lifetime issue in Chrome's AppListViewDelegate when switchi...tapted2014-09-091-2/+1
* Split Shell::ToggleAppList() into ShowAppList and DismissAppList.calamity@chromium.org2014-08-151-2/+1
* App list: Infrastructure now supports multiple custom launcher pages.mgiuca@chromium.org2014-08-121-2/+4
* setConfig is deprecated, use setInfo or allocPixels instead.reed@google.com2014-07-021-2/+1
* Added --custom-launcher-page. Adds a page to the experimental launcher.mgiuca@chromium.org2014-06-251-0/+4
* Removes the dependency of ui/app_list -> content.mukai@chromium.org2014-06-051-3/+3
* Remove need to sign in to use the App Launcher.benwells@chromium.org2014-06-031-4/+0
* Use centered app list position whenever virtual keyboard is enabled.mgiuca@chromium.org2014-05-061-0/+4
* CleanUp: Introduce UserInfo. Move session_state stuff to ash/session.oshima@chromium.org2014-04-301-1/+1
* Revert 267158 "CleanUp: Introduce UserInfo. Move session_state s..."oshima@chromium.org2014-04-301-1/+1
* CleanUp: Introduce UserInfo. Move session_state stuff to ash/session.oshima@chromium.org2014-04-301-1/+1
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-1/+1
* AppListItem title -> short_name, full_name -> namestevenjb@chromium.org2014-02-211-1/+1
* Introduces UMA for app-list voice search.mukai@chromium.org2014-02-141-0/+1
* Add AppListModel::MoveItemToFolderAtstevenjb@chromium.org2014-02-061-1/+3
* Enables the 'hotword not listening' icon in the search box.mukai@chromium.org2014-02-041-1/+2
* Renames LauncherID, LauncherItem and LauncherItems...tfarina@chromium.org2014-02-031-23/+19
* Clean-up: Replace Canvas::DrawStringInt with DrawStringRect.yukishiino@chromium.org2014-01-301-8/+8
* Protect AppListItemList Add/Remove and fix sync bugsstevenjb@chromium.org2014-01-291-3/+3
* Introduces the timeout of app_list search.mukai@chromium.org2014-01-241-0/+7
* Enables the voice search in the app-list without showing start page.mukai@chromium.org2014-01-151-0/+8
* AppListItemModel -> AppListItemstevenjb@chromium.org2013-12-271-4/+4
* Update uses of UTF conversions in android_webview/, apps/, ash/, chrome/app t...avi@chromium.org2013-12-241-5/+6
* Rename CurrentBrowserContext to ActiveBrowserContextoshima@chromium.org2013-12-121-1/+1
* Introduces the speech recognition UI to app_list.mukai@chromium.org2013-12-081-0/+6
* Introduce AppListSyncableService, owns AppListModel and builderstevenjb@chromium.org2013-11-191-7/+8
* Adds the speech recognition button to the app-list searchbox.mukai@chromium.org2013-11-131-0/+4
* Elim Shell:browser_contextstevenjb@chromium.org2013-11-081-1/+2
* Move AppListModel::Users to AppListViewDelegatestevenjb@chromium.org2013-11-081-0/+5
* [win8] Ensure App Launcher taskbar shortcut always opens in Desktop mode.tapted@chromium.org2013-11-081-1/+5
* Add |position| to AppListItemModel and add AppListItemList (Take 2)stevenjb@chromium.org2013-10-301-3/+4
* Rename AppsModelBuilder -> ExtensionAppModelBuilder, make safe.stevenjb@chromium.org2013-10-091-2/+6
* Make views_examples_with_context_exe run with linux_chromeosjamescook@chromium.org2013-10-091-1/+2
* Elim ActivateAppListItem, ChromeAppListItemstevenjb@chromium.org2013-10-041-9/+5
* app_list: Initial version of the start page.xiyuan@chromium.org2013-10-041-0/+4
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-241-2/+1
* Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"davemoore@chromium.org2013-09-201-1/+2
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-201-2/+1
* Add profile selector menu to app list.calamity@chromium.org2013-09-201-1/+10
* Remove mac code from aura/ash/viewsoshima@chromium.org2013-09-181-2/+0