summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/html_dialog_window_controller.mm
Commit message (Expand)AuthorAgeFilesLines
* Integrated customize sync dialog with sync setup wizard on OS X.akalin@chromium.org2010-04-071-4/+6
* Revert 43796 - Integrated customize sync dialog with sync setup wizard on OS X.akalin@chromium.org2010-04-071-6/+4
* Integrated customize sync dialog with sync setup wizard on OS X.akalin@chromium.org2010-04-071-4/+6
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* Mac: (for fullscreen mode) make key redispatch handle "misdirected" events.viettrungluu@chromium.org2010-02-111-2/+2
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-0/+1
* Implemented Esc/Command-. shortcuts for HTML dialogs.akalin@chromium.org2010-01-211-0/+20
* Implement HandleKeyboardEvent() method in HtmlDialog implementations.suzhe@chromium.org2010-01-111-0/+15
* Created HtmlDialogTabContentsDelegate, which encapsulates the TabContentsDele...akalin@chromium.org2009-12-031-109/+14
* Added main menu item for Sync in OS X. (Right below "Preferences..."). Made ...akalin@chromium.org2009-11-241-0/+8
* Removed browser owned by HtmlDialogWindowController. This fixes the crashakalin@chromium.org2009-11-231-24/+47
* Fixed and clarified comments in html_dialog_window_controller.mm.akalin@chromium.org2009-11-201-3/+4
* Removed parentWindow parameter from HtmlDialogWindowController.akalin@chromium.org2009-11-191-26/+10
* Moved HtmlDialogWindowDelegateBridge into html_dialog_window_controller.mm.akalin@chromium.org2009-11-191-0/+62
* Made HtmlDialogWindowController on OS X use its own browser object.akalin@chromium.org2009-11-191-59/+62
* Implemented most of HtmlDialogWindowController, which is a Cocoa portakalin@chromium.org2009-10-301-0/+267