summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Mac: fix Esc-key cancellation of bookmark bar button drags.viettrungluu@chromium.org2009-11-252-8/+17
* Changed SyncStatusUIHelper namespace class into a real namespace (sync_ui_uti...akalin@chromium.org2009-11-254-6/+6
* Allow the window to be moved when dragging on the incognito iconviettrungluu@chromium.org2009-11-241-2/+13
* Mac: make bookmark bar drag buttons prettier.viettrungluu@chromium.org2009-11-243-26/+138
* o Updates the browser action buttons when a tab is changed. This is needed fo...andybons@chromium.org2009-11-243-1/+17
* Switch theme loading to use its own string.avi@google.com2009-11-241-2/+1
* Mac: improve hover/clicked state appearance of bookmark bar buttons.viettrungluu@chromium.org2009-11-241-33/+56
* Fix to prevent selecting a popup menu item from crashing when the item is aut...avi@google.com2009-11-241-2/+5
* Added main menu item for Sync in OS X. (Right below "Preferences..."). Made ...akalin@chromium.org2009-11-245-142/+37
* Removed browser owned by HtmlDialogWindowController. This fixes the crashakalin@chromium.org2009-11-232-28/+48
* Add platform abstraction for simple error box, and use it in a couple extensi...estade@chromium.org2009-11-231-10/+0
* Take 2 at moving NTP CSS resources into the NTP resource cache.tony@chromium.org2009-11-231-0/+1
* Improve unit test robustness.mrossetti@chromium.org2009-11-231-1/+1
* Call FNNotify on download complete; this should help apps watching the downlo...avi@google.com2009-11-231-1/+8
* Mac: fix toolbar sizing bug upon unloading extension/theme.viettrungluu@chromium.org2009-11-221-0/+7
* Mac: minor cleanup of constants in toolbar_controller.mm.viettrungluu@chromium.org2009-11-221-12/+16
* Mac: Implement profile error dialog.thakis@chromium.org2009-11-211-1/+18
* Replaced HungRendererDialog class with hung_renderer_dialog namespace.akalin@chromium.org2009-11-201-4/+8
* Ensures the renderer gets focus/blur message when switching tabs.jcampan@chromium.org2009-11-203-2/+21
* Allow folders to be created with empty names.mrossetti@chromium.org2009-11-202-9/+20
* Apply theme color to bookmark button text.jrg@chromium.org2009-11-206-13/+129
* Change popup construction logic so that folders with empty name is no longer ...mrossetti@chromium.org2009-11-202-2/+38
* Fixed and clarified comments in html_dialog_window_controller.mm.akalin@chromium.org2009-11-201-3/+4
* Mac: remove cursor turd from About dialog.viettrungluu@chromium.org2009-11-202-1/+16
* Adds popups to browser actions, completing the feature.andybons@chromium.org2009-11-208-17/+403
* Undo my revert at r32524 due to a startup test regression.mpcomplete@chromium.org2009-11-201-1/+1
* [Mac] Add support for growing or shrinking the window during animations.rohitrao@chromium.org2009-11-197-44/+174
* Moved a whole pile of unittests over to CocoaTest.dmaclach@chromium.org2009-11-1945-614/+430
* Removed parentWindow parameter from HtmlDialogWindowController.akalin@chromium.org2009-11-194-44/+16
* [Mac] Rename a poorly named class.rohitrao@chromium.org2009-11-191-5/+5
* Moved HtmlDialogWindowDelegateBridge into html_dialog_window_controller.mm.akalin@chromium.org2009-11-192-66/+65
* Implement "Import Bookmarks and Settings".mrossetti@chromium.org2009-11-194-1/+484
* Revert old change that created an ExtensionHost's RenderView asynchronously.mpcomplete@chromium.org2009-11-191-1/+1
* Mac: Bounce the downloads folder (in the Dock) on completed downloads.avi@google.com2009-11-193-3/+18
* Mac: Fix regression in NTP detached bookmark bar colours.viettrungluu@chromium.org2009-11-191-3/+7
* Made HtmlDialogWindowController on OS X use its own browser object.akalin@chromium.org2009-11-194-77/+86
* Change the folder presentation in the Bookmark Editor and the Bookmark All Ta...mrossetti@chromium.org2009-11-199-407/+585
* Move some more tests over to CocoaTestdmaclach@chromium.org2009-11-182-21/+27
* Mac: animate NTP detached bookmark bar <-> normal bookmark bar.viettrungluu@chromium.org2009-11-1815-234/+518
* Tiny style fix.viettrungluu@chromium.org2009-11-181-2/+2
* Mac: implement Pin Tab.viettrungluu@chromium.org2009-11-185-97/+196
* move DownloadShelfMac tests over to CocoaTestdmaclach@chromium.org2009-11-181-2/+2
* Move status_bubble_mac_unittest over to CocoaTest.dmaclach@chromium.org2009-11-181-9/+16
* Move HungRenderedControllerUnitTest over to CocoaTest.dmaclach@chromium.org2009-11-181-3/+2
* move delayedmenu_button_unittest over to CocoaTestdmaclach@chromium.org2009-11-181-18/+8
* move chrome_browser_window_unittest over to cocoatestdmaclach@chromium.org2009-11-181-15/+54
* Change two |-autorelease|ed objects to scoped_nsobject<>.rsesek@chromium.org2009-11-181-7/+6
* Moving gradient button cell over to cocoatest.dmaclach@chromium.org2009-11-181-14/+8
* Eliminate the extra separator when there are no bookmarks in the bookmarks bar.mrossetti@chromium.org2009-11-182-3/+27
* Drag and drop of buttons/folders from bar to bar.jrg@chromium.org2009-11-189-30/+410