summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Display a tooltip when mousing over a tab title.jeremy@chromium.org2009-06-023-0/+26
* Adds mouseover images to the close tab button on Mac.rohitrao@chromium.org2009-06-022-0/+32
* Implement Clear Browser Data for Mac as an app modal dialog. Uses the profile...pinkerton@chromium.org2009-05-295-44/+291
* This fixes the problem of the status bubble obscuring the download shelf.mirandac@chromium.org2009-05-272-0/+5
* Use correct branding on the "make default browser" button. Create a new local...pinkerton@chromium.org2009-05-272-0/+46
* Add shift-zoom to maximize.pinkerton@chromium.org2009-05-271-0/+7
* Fix issue where cmd-w was hard-coded to closing a browser tab regardless of t...pinkerton@chromium.org2009-05-274-0/+28
* File bug for a NOTIMPLEMENTED, remove a couple others.pinkerton@chromium.org2009-05-261-3/+2
* Correct the hit testing so that the window controls and title bar will get ta...pinkerton@chromium.org2009-05-261-0/+13
* Try to fix more Mac bustage.pkasting@chromium.org2009-05-221-3/+2
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-222-7/+5
* Fix bug 12468 where F3 (FindNext) in a brand new tab was not using prepopulat...finnur@chromium.org2009-05-221-3/+3
* Fix a lot of jankiness during tab dragging. Fix dragging last tab in a differ...pinkerton@chromium.org2009-05-225-222/+335
* Support middle-click-to-close on the Mac.stuartmorgan@chromium.org2009-05-221-0/+8
* Fix a leak in BookmarkBarController, and remove the valgrind suppression for it.stuartmorgan@chromium.org2009-05-221-0/+5
* Move a bunch of dialog creation routines to browser_dialogs.h to break thebrettw@chromium.org2009-05-222-2/+2
* Put back in code that installs ThrobberView, but comment out timer. Add a big...pinkerton@chromium.org2009-05-212-19/+12
* Implement temporary First Run Dialog on OS Xjeremy@chromium.org2009-05-213-1/+87
* More tests for tab_cold. commenting out drawRect entirely.pinkerton@chromium.org2009-05-212-1/+16
* Back to square zero, throbber disabled.pinkerton@chromium.org2009-05-211-1/+1
* Rewriting to use CIImage in hopes of better performance. Still playing with p...pinkerton@chromium.org2009-05-212-7/+19
* commenting out setNeedsDisplay, still playing with tab_cold timing.pinkerton@chromium.org2009-05-211-1/+1
* Turning timer back on, invalidating timer when removing from superview. Still...pinkerton@chromium.org2009-05-211-2/+7
* Testing throbber on perf botpinkerton@chromium.org2009-05-211-0/+2
* Re-enabling throbber with some image caching. This will probably regress the ...pinkerton@chromium.org2009-05-211-6/+9
* About box development.jrg@chromium.org2009-05-203-0/+241
* Support multi-touch gestures for back&forward.pinkerton@chromium.org2009-05-201-0/+21
* Temporarily disabling throbber to see if startup tests bot goes back to normal.pinkerton@chromium.org2009-05-201-0/+4
* Use GTM's l10n class to substitute the correctly branded string for "Quit Chr...pinkerton@chromium.org2009-05-202-0/+52
* Change some NOTIMPLMENTED() to tracking bugs because they are polluting the u...shess@chromium.org2009-05-202-2/+2
* When loading, change the tag on the "go button" to IDC_STOP so it executes th...pinkerton@chromium.org2009-05-202-1/+14
* Commit for Miranda. glen@chromium.org2009-05-191-1/+1
* Mac: Fix the Go button.shess@chromium.org2009-05-192-3/+11
* Implement a status throbber on the mac, currently using the Win artwork. Made...pinkerton@chromium.org2009-05-198-14/+259
* Adjust size of location bar, update preference panels to new appearance.pinkerton@chromium.org2009-05-185-2/+111
* Switch to a real API for putting titles in docked windows.avi@chromium.org2009-05-183-36/+2
* Fix for crash in empty home page field. Ensure pref gets set back to NTP. BUG...pinkerton@chromium.org2009-05-181-1/+4
* Linux: Take download shelf and infobar close animations into account during r...estade@chromium.org2009-05-152-0/+6
* Explicitly set the window title in the dock when minimizing a window/updating...avi@google.com2009-05-153-18/+48
* ChromeFont->gfx::Fontbeng@google.com2009-05-151-3/+3
* Provide one set of mac common app name defines for things that need the name ...thomasvl@chromium.org2009-05-141-7/+2
* Fixup colors for inactive tab.jeremy@chromium.org2009-05-141-2/+2
* Implement OS X Encoding Menu.jeremy@chromium.org2009-05-143-0/+107
* Revert "Implement OS X Encoding Menu."tc@google.com2009-05-143-107/+0
* Implement OS X Encoding Menu.jeremy@chromium.org2009-05-143-0/+107
* Add match count text to the GTK find bar. This also makes the bar wider.brettw@chromium.org2009-05-141-3/+0
* Enable basic saving/restoring window placements on Mac.rohitrao@chromium.org2009-05-142-1/+103
* Save/restore the focused subview.avi@google.com2009-05-132-10/+7
* Propagate intrinsic width notification over IPC in all cases (not just extens...pinkerton@chromium.org2009-05-131-4/+1
* Fix issue where dragging a newly created tab drags the entire window by comme...pinkerton@chromium.org2009-05-131-1/+13