summaryrefslogtreecommitdiffstats
path: root/chrome/browser/app_controller_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Allow new window creation when the frontmost browser has a modal sheet attached.pinkerton@chromium.org2009-11-111-7/+5
* Cleans up our autorelease pool handling by making sure that an autorelease po...dmaclach@chromium.org2009-11-051-1/+0
* Don't allow the browser to stay above a modal plugin window (Mac)stuartmorgan@chromium.org2009-11-041-0/+9
* Add "Report Bug" dialog to Mac OSX.mirandac@chromium.org2009-11-031-0/+13
* Mac: enable History, Downloads, and Open Location... with no windows open.viettrungluu@chromium.org2009-10-301-0/+10
* Fix window restore behaviour on Mac.erg@chromium.org2009-10-291-0/+18
* Remove deprecated CommandLine(std::wstring) ctor.evan@chromium.org2009-10-261-1/+1
* About box auto-update improvements.mark@chromium.org2009-10-261-15/+8
* Mac: Enable help when there are no windows.viettrungluu@chromium.org2009-10-221-1/+6
* Don't delay menu item fixup when the number of tabs change.pinkerton@chromium.org2009-10-191-1/+5
* The file menu was enabled even when a browser window was obscured by a modal ...mirandac@chromium.org2009-10-131-1/+21
* Allow the about window to create a new window to handle loading web pages if ...pinkerton@chromium.org2009-10-131-1/+1
* Explicitly activeIgnoringOtherApps from IDC_NEW{,_INCOGNITO}_WINDOWsgk@google.com2009-10-061-2/+10
* Mac: Allow window/app. to be closed when tab modal sheets are showing.viettrungluu@chromium.org2009-10-011-26/+0
* Mac: Hook up the page menu's "Encoding" submenu.erg@chromium.org2009-09-231-1/+5
* Download in progress dialog:estade@chromium.org2009-09-231-7/+11
* Remove potential for command-key equivalents to beat the file menu fix-up tim...pinkerton@chromium.org2009-09-221-0/+33
* Have the dock menu "New Incognito Window" item always open a newsgk@google.com2009-09-221-1/+1
* Get rid of a few NOTIMPLEMENTEDs in the scaffolding.pinkerton@chromium.org2009-09-181-1/+11
* Stylistic fixes in the new dock menu code:sgk@google.com2009-09-171-14/+12
* Use NSApp in preference to [NSApplication sharedApplicaton]mark@chromium.org2009-09-171-1/+1
* applicationDockMenu: is used in the unit test, it should not be privatemark@chromium.org2009-09-151-1/+0
* Chrome should shut down cleanly when quit from the Dock icon menu, duringmark@chromium.org2009-09-151-48/+30
* Split the "downloads in progress at exit" confirm dialog text intopaul@chromium.org2009-09-141-23/+26
* Add "New Window" and "New Incognito Window" items to the Dock Menu.sgk@google.com2009-09-141-1/+26
* Revert 26016 - valgrind leak -sgk@google.com2009-09-111-27/+0
* Add "New Window" and "New Incognito Window" items to the Dock Menu.sgk@google.com2009-09-111-0/+27
* Add command line switch --activate-on-launch to help Selenium.jrg@chromium.org2009-09-111-0/+12
* Add background_tile_view for tiling an image as UI background (about box need...thomasvl@chromium.org2009-08-281-5/+0
* Add favicons to the Mac bookmark menujrg@chromium.org2009-08-221-1/+1
* Move the menu bar l10n into the xib file.thomasvl@chromium.org2009-08-121-12/+0
* Add support for constrained windows on os x, based on Avi's GTMWindowSheetCon...thakis@chromium.org2009-08-111-5/+45
* ObjC classes generated by the build and used in Xib files is already getting ...thomasvl@chromium.org2009-08-111-3/+3
* Fix a bug when exiting Mac Chrome with in progress downloads.paul@chromium.org2009-08-101-65/+75
* Implement the quit dialog on Mac displayed when the user has in progresspaul@chromium.org2009-08-031-0/+87
* First cut at Mac history menu.rohitrao@chromium.org2009-07-271-0/+2
* Starting mac l10n:thomasvl@chromium.org2009-07-221-3/+5
* Hook up the prefs for the optional home buttons and page/wrench buttons. Move...pinkerton@chromium.org2009-07-071-3/+0
* Implement restoring closed tab menu item. Reworked cross-platform code to han...pinkerton@chromium.org2009-06-191-2/+34
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-0/+1
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-031-3/+4
* Implement Clear Browser Data for Mac as an app modal dialog. Uses the profile...pinkerton@chromium.org2009-05-291-4/+13
* Handle opening URLs when there is no window open.avi@chromium.org2009-05-281-1/+8
* Fix issue where cmd-w was hard-coded to closing a browser tab regardless of t...pinkerton@chromium.org2009-05-271-0/+112
* Update check interval adjustment.jrg@chromium.org2009-05-211-0/+21
* About box development.jrg@chromium.org2009-05-201-5/+49
* Use GTM's l10n class to substitute the correctly branded string for "Quit Chr...pinkerton@chromium.org2009-05-201-0/+10
* Must register the AE handler earlier to catch the open url on a launch.avi@chromium.org2009-05-191-17/+37
* Implement OS X Encoding Menu.jeremy@chromium.org2009-05-141-0/+8
* Revert "Implement OS X Encoding Menu."tc@google.com2009-05-141-8/+0