| Commit message (Expand) | Author | Age | Files | Lines |
* | added workaround for NULL defaultProfile in app_controller_mac.mm. | akalin@chromium.org | 2010-05-03 | 1 | -2/+24 |
* | Mac: rename app_mode_constants_mac.*. | viettrungluu@chromium.org | 2010-04-30 | 1 | -1/+1 |
* | Make sure to check for in-progress downloads when quitting. Adds back in code | pinkerton@chromium.org | 2010-04-28 | 1 | -0/+8 |
* | Use the native Mac localization bundle utility functions. | avi@chromium.org | 2010-04-27 | 1 | -26/+18 |
* | [Mac] Ignore rapp events when the browser is shutting down. | rohitrao@chromium.org | 2010-04-26 | 1 | -0/+6 |
* | Delete native Mac bookmark manager. Remove --disable-tabbed-bookmark-manager ... | viettrungluu@chromium.org | 2010-04-23 | 1 | -11/+3 |
* | Mac: reform our shutdown routine. | viettrungluu@chromium.org | 2010-04-09 | 1 | -16/+61 |
* | UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure. | evan@chromium.org | 2010-03-23 | 1 | -3/+6 |
* | Enable tabbed bookmark manager by default. | arv@chromium.org | 2010-03-19 | 1 | -3/+3 |
* | Revert 42061 - Enable tabbed bookmark manager by default due to browser_tests... | andybons@chromium.org | 2010-03-19 | 1 | -3/+3 |
* | Enable tabbed bookmark manager by default. | arv@chromium.org | 2010-03-19 | 1 | -3/+3 |
* | Open tabbed bookmark manager from menus as well. | arv@chromium.org | 2010-03-12 | 1 | -1/+14 |
* | Fix possible race condition with updating close-tab/window key equivalents fr... | pinkerton@google.com | 2010-03-08 | 1 | -5/+17 |
* | Mac: record location of Chromium.app (or Google Chrome.app) bundle. | viettrungluu@chromium.org | 2010-02-22 | 1 | -0/+38 |
* | Mac: when only minimized windows present, various commands should unminimize ... | viettrungluu@chromium.org | 2010-02-21 | 1 | -46/+98 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -2/+2 |
* | Remove TODOs or add bug numbers to TODOs | pinkerton@chromium.org | 2010-02-12 | 1 | -4/+0 |
* | Remove the temporary scaffolding stubs. | phajdan.jr@chromium.org | 2010-02-10 | 1 | -1/+0 |
* | OS X: Import settings dialog cleanup. | jeremy@chromium.org | 2010-02-01 | 1 | -4/+2 |
* | Mac bookmark mgr: Enable menu cmd when no window's open. | snej@chromium.org | 2010-01-23 | 1 | -0/+6 |
* | Mac: improve situation with respect to launching/DnD local files. | viettrungluu@chromium.org | 2010-01-22 | 1 | -57/+34 |
* | Ensure method to set up cmd-w/cmd-shift-w runs on the main thread, add a DCHE... | pinkerton@google.com | 2010-01-21 | 1 | -5/+6 |
* | Mac: Enable "Task Manager" menu item even if no browser is open. | thakis@chromium.org | 2010-01-20 | 1 | -0/+6 |
* | Mac: Don't crash on "Stats for nerds" link if no browser window is open. | thakis@chromium.org | 2010-01-20 | 1 | -1/+1 |
* | Fix command-click on buttons in background windows to perform their action in... | pinkerton@chromium.org | 2010-01-14 | 1 | -4/+31 |
* | Revert 35137 - Getting perf numbers. Will revert. | viettrungluu@chromium.org | 2009-12-22 | 1 | -25/+51 |
* | Getting perf numbers. Will revert. | viettrungluu@chromium.org | 2009-12-22 | 1 | -51/+25 |
* | Commit issue 464079 for feldstein: limit the clear browsing data window to on... | mirandac@chromium.org | 2009-12-15 | 1 | -4/+2 |
* | Mac: implement "Search the Web..." (Opt-Cmd-F). | viettrungluu@chromium.org | 2009-12-07 | 1 | -0/+9 |
* | Mark the help menu as such so Cocoa adds the search item. | thomasvl@chromium.org | 2009-12-01 | 1 | -0/+16 |
* | In-application Keystone ticket promotion. | mark@chromium.org | 2009-11-28 | 1 | -3/+0 |
* | Changed SyncStatusUIHelper namespace class into a real namespace (sync_ui_uti... | akalin@chromium.org | 2009-11-25 | 1 | -4/+4 |
* | Added main menu item for Sync in OS X. (Right below "Preferences..."). Made ... | akalin@chromium.org | 2009-11-24 | 1 | -0/+15 |
* | Moved a whole pile of unittests over to CocoaTest. | dmaclach@chromium.org | 2009-11-19 | 1 | -20/+32 |
* | Implement "Import Bookmarks and Settings". | mrossetti@chromium.org | 2009-11-19 | 1 | -1/+12 |
* | Mac: add Extensions to the Main Menu and to the Wrench Menu. | viettrungluu@chromium.org | 2009-11-18 | 1 | -0/+4 |
* | Implemented ShowOptionsWindow() for OS X (except the highlighting | akalin@chromium.org | 2009-11-14 | 1 | -4/+19 |
* | Allow new window creation when the frontmost browser has a modal sheet attached. | pinkerton@chromium.org | 2009-11-11 | 1 | -7/+5 |
* | Cleans up our autorelease pool handling by making sure that an autorelease po... | dmaclach@chromium.org | 2009-11-05 | 1 | -1/+0 |
* | Don't allow the browser to stay above a modal plugin window (Mac) | stuartmorgan@chromium.org | 2009-11-04 | 1 | -0/+9 |
* | Add "Report Bug" dialog to Mac OSX. | mirandac@chromium.org | 2009-11-03 | 1 | -0/+13 |
* | Mac: enable History, Downloads, and Open Location... with no windows open. | viettrungluu@chromium.org | 2009-10-30 | 1 | -0/+10 |
* | Fix window restore behaviour on Mac. | erg@chromium.org | 2009-10-29 | 1 | -0/+18 |
* | Remove deprecated CommandLine(std::wstring) ctor. | evan@chromium.org | 2009-10-26 | 1 | -1/+1 |
* | About box auto-update improvements. | mark@chromium.org | 2009-10-26 | 1 | -15/+8 |
* | Mac: Enable help when there are no windows. | viettrungluu@chromium.org | 2009-10-22 | 1 | -1/+6 |
* | Don't delay menu item fixup when the number of tabs change. | pinkerton@chromium.org | 2009-10-19 | 1 | -1/+5 |
* | The file menu was enabled even when a browser window was obscured by a modal ... | mirandac@chromium.org | 2009-10-13 | 1 | -1/+21 |
* | Allow the about window to create a new window to handle loading web pages if ... | pinkerton@chromium.org | 2009-10-13 | 1 | -1/+1 |
* | Explicitly activeIgnoringOtherApps from IDC_NEW{,_INCOGNITO}_WINDOW | sgk@google.com | 2009-10-06 | 1 | -2/+10 |