summaryrefslogtreecommitdiffstats
path: root/chrome/browser/app_controller_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement OS X Encoding Menu.jeremy@chromium.org2009-05-141-0/+8
* Implement most of the "basics" pref panel on Mac, including code to set the d...pinkerton@chromium.org2009-05-061-3/+14
* Add notification (and unit test) for closing prefs window so it can be cleane...pinkerton@chromium.org2009-04-301-0/+14
* Add a very basic preferences window controller with unit test. Fix the prefs ...pinkerton@chromium.org2009-04-301-2/+8
* Initial prefs window xib from Cole. Hook the menu up to (empty) code. Use sco...pinkerton@chromium.org2009-04-301-4/+10
* Switch to a raw kAEOpenDocuments AppleEvent handler for opening dropped files...avi@google.com2009-04-291-5/+33
* Allow File>Open File with no window open.avi@google.com2009-04-281-0/+6
* Fix problem with bookmark bar introduced by window sharing; prefjrg@chromium.org2009-04-231-4/+1
* Handle file drops and URL open requests. Along with declaring that we handle ...avi@google.com2009-04-211-1/+61
* Adds the ability to open a new window by clicking on the dock icon,pinkerton@chromium.org2009-04-131-0/+18
* Initial implemention of Mac Omnibox.shess@chromium.org2009-04-101-8/+8
* Revert "Initial implemention of Mac Omnibox."shess@chromium.org2009-04-071-8/+8
* Initial implemention of Mac Omnibox.shess@chromium.org2009-04-061-8/+8
* Bookmark menu work. Notes:jrg@chromium.org2009-03-251-2/+16
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-4/+4
* Fix window close and application quit on Mac to call the proper Browser machi...pinkerton@chromium.org2009-02-181-0/+7
* Add Recycle() method to scoped autorelease pool to allow cleaning out any junkpinkerton@chromium.org2009-02-091-8/+13
* Porting profiles to the Mac.avi@chromium.org2009-01-281-2/+6
* Unimportant cleanup.avi@chromium.org2009-01-271-1/+1
* Add some more menu items from colepinkerton@google.com2009-01-261-0/+4
* More scaffolding for back/forward/reload/home, start of WebContentspinkerton@google.com2009-01-221-1/+2
* add basic command handling for browser window and for where there are no wind...pinkerton@google.com2009-01-211-0/+54
* Get browser window showing using a Browser object and accompanying scaffoldin...pinkerton@google.com2009-01-211-1/+10
* mac bootstrapping of browser main and app startup bitspinkerton@google.com2009-01-161-0/+27