summaryrefslogtreecommitdiffstats
path: root/chrome/browser/app_controller_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Swap main menu with app-specific menu when app window focused.jackhou@chromium.org2013-07-231-0/+56
* Refactor utility methods that don't use the ProfileManager directly out of th...noms@chromium.org2013-07-181-1/+2
* Use a direct include of the message_loop header in chrome/browser/, part 1.avi@chromium.org2013-07-181-1/+1
* Updates some includes of chrome_notification_types.hjam@chromium.org2013-07-111-1/+1
* roll clang 182481:184830thakis@chromium.org2013-07-021-2/+2
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-07-021-1/+1
* [Mac] AppController needs to update its "last profile" pointer when the activ...noms@chromium.org2013-06-281-0/+67
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-241-6/+7
* Remove "View Background Pages".avi@chromium.org2013-06-221-10/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.avi@chromium.org2013-06-091-1/+1
* Don't open additional browser window on app shim launch.jackhou@chromium.org2013-06-081-14/+20
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-1/+1
* Ensure that we honor settings like session restore, open a set of urls, when ...ananta@chromium.org2013-05-251-1/+1
* Mac: Remove a C-style cast and remove an obsolete TODO.thestig@chromium.org2013-04-271-4/+2
* Rename sys_string_conversions in chrome.brettw@chromium.org2013-03-281-1/+1
* [mac] App shimsjeremya@chromium.org2013-03-181-39/+0
* Add a signin allowed policy which is used to determine if a user is allowed t...akuegel@chromium.org2013-02-281-1/+6
* The context menu for extension actions should show a Manage item, not justmpcomplete@chromium.org2013-02-281-1/+1
* Remove kDefaultHostDesktopType from browser_finder.cc.gab@chromium.org2013-02-281-2/+4
* Finally phase out non-multi-desktop-aware Browser::CreateParams()'s!!gab@chromium.org2013-02-251-2/+4
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Make all consumers of chrome::NewEmptyWindow and chrome::OpenEmptyWindow brow...gab@chromium.org2013-02-201-1/+1
* browser: Move the rest of application_lifetime.h into chrome namespace.tfarina@chromium.org2013-02-181-2/+2
* [Mac] Fix background apps dock menu.rsesek@chromium.org2013-02-151-10/+7
* Replace most BrowserList::empty() and BrowserList::size() calls by multi-desk...gab@chromium.org2013-02-131-4/+3
* Swap deprecated BrowserList:: iterators for BrowserIterator in code not compi...gab@chromium.org2013-02-121-2/+2
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-6/+7
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Deregister pref observer on shutdown.avi@chromium.org2013-02-051-0/+4
* Allow signin to continue even if sync is disabled by policy.atwilson@chromium.org2013-02-031-3/+2
* Rename application_launch namespace to chromebenwells@chromium.org2013-01-311-4/+2
* browser: Start moving application_lifetime.h functions into chrome namespace.tfarina@chromium.org2013-01-301-2/+2
* Make Mac menu code obey incognito availability.avi@chromium.org2013-01-221-13/+41
* Refactor mac signin menu item code to use SigninGlobalError.atwilson@chromium.org2013-01-181-2/+3
* Plumb HostDesktopType through tab restore.gab@chromium.org2013-01-171-1/+4
* Rearchitecting the 'app mode' code on mac for v2 apps.jeremya@chromium.org2013-01-151-0/+45
* browser: Move two other functions from browser_finder.h into chrome namespace.tfarina@chromium.org2012-12-171-1/+1
* FindLastActiveWithProfile now requires a HostDesktopType.grt@chromium.org2012-11-291-1/+2
* Revert 169654 - FindLastActiveWithProfile now requires a HostDesktopType.joi@chromium.org2012-11-271-2/+1
* FindLastActiveWithProfile now requires a HostDesktopType.grt@chromium.org2012-11-271-1/+2
* Fix ui::Accelerator class hierarchysail@chromium.org2012-11-271-1/+0
* [base] Move AutoReset to base namespace.dbeam@chromium.org2012-11-211-2/+2
* browser: Move FindLastActiveWithProfile() into chrome namespace.tfarina@chromium.org2012-11-121-1/+1
* browser: Start moving browser_finder.h into chrome namespace.tfarina@chromium.org2012-10-281-2/+2
* browser: Move one last cocoa and gtk files into chrome namespace.tfarina@chromium.org2012-10-141-3/+3
* Removed dead code.vitalybuka@chromium.org2012-10-051-31/+0
* Get rid of the content::NOTIFICATION_APP_ACTIVATED notification since it was ...jam@chromium.org2012-09-241-4/+2
* OSX CHECK() when opening new window during session restoredhollowa@chromium.org2012-09-201-0/+8
* Separate out profiles from window creation in dock menu.avi@chromium.org2012-09-081-16/+15