summaryrefslogtreecommitdiffstats
path: root/apps/app_shim
Commit message (Expand)AuthorAgeFilesLines
* 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-319-66/+165
* Close all windows when app shim quits.jackhou@chromium.org2013-05-307-4/+47
* Refactor extension handling code from AppShimHost into ExtensionAppShimHandler.jackhou@chromium.org2013-05-2910-141/+389
* Make tapted an owner of src/apps/app_shim.tapted@chromium.org2013-05-271-1/+1
* 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-145-25/+223
* Giving focus to an app shim brings windows belonging to that app to the foreg...jeremya@chromium.org2013-03-193-0/+30
* [mac] App shimsjeremya@chromium.org2013-03-187-0/+492