summaryrefslogtreecommitdiffstats
path: root/apps/app_shim/app_shim_host_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Enable passing a file path to an app via its shim.jackhou@chromium.org2013-09-101-6/+8
* Add Hide to app menu.jackhou@chromium.org2013-09-061-0/+4
* Differentiate windows hidden by AppWindow.hide API and Mac-style Hide/Show.jackhou@chromium.org2013-08-291-0/+4
* Load an unloaded profile on app shim initiated app launch.jackhou@chromium.org2013-07-041-7/+14
* Hide and show app windows when the shim is hidden/shown.jackhou@chromium.org2013-07-031-0/+8
* Use Mac style app lifetime with app shims.jackhou@chromium.org2013-07-011-2/+2
* Move FetchProfileForDirectory to ExtensionAppShimHandler.jackhou@chromium.org2013-06-201-33/+6
* Rewrite scoped_ptr<T>(NULL) to use the default ctor.dcheng@chromium.org2013-06-141-3/+1
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-131-2/+5
* Start app shim when app launched.jackhou@chromium.org2013-05-311-13/+18
* Close all windows when app shim quits.jackhou@chromium.org2013-05-301-0/+8
* Refactor extension handling code from AppShimHost into ExtensionAppShimHandler.jackhou@chromium.org2013-05-291-96/+21
* Make ShellWindowRegistry#shell_windows_ sorted by the last time when the wind...hirono@chromium.org2013-05-221-2/+3
* Update the OSX app shim to support the app launcher.tapted@chromium.org2013-05-141-11/+30
* Giving focus to an app shim brings windows belonging to that app to the foreg...jeremya@chromium.org2013-03-191-0/+20
* [mac] App shimsjeremya@chromium.org2013-03-181-0/+153