summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Quick spelling fix.avi@google.com2009-06-181-3/+3
* Implements the Page Info window on Mac.mark@chromium.org2009-06-174-0/+454
* Use a pdf instead of a png for incognito badge.pinkerton@chromium.org2009-06-161-1/+1
* Fix http://crbug.com/13971: OSX: Text copied from Omnibox is styledjeremy@chromium.org2009-06-154-4/+152
* Fix a leak in CocoaUtils::SkBitmapToNSImagenirnimesh@chromium.org2009-06-151-0/+1
* Popuplate bookmark menus on 1st launch.jrg@chromium.org2009-06-152-3/+22
* Badge browser window with incognito icon when in incognito modepinkerton@chromium.org2009-06-151-0/+28
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-133-0/+4
* Add favicons to Mac bookmark bar.jrg@chromium.org2009-06-134-6/+232
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-122-0/+5
* Converts a private variable to use scoped_nsobject.rohitrao@chromium.org2009-06-102-3/+4
* Rename grow_box_view.m to grow_box_view.mm.rohitrao@chromium.org2009-06-101-0/+0
* Modifies the growbox behavior to be more Mac-like.rohitrao@chromium.org2009-06-093-6/+81
* Add a stack-based class for property disabling and re-enabling screen updatin...pinkerton@chromium.org2009-06-091-4/+3
* Implement default search popup.pinkerton@chromium.org2009-06-095-0/+289
* Bookmark bar, now with buttons.jrg@chromium.org2009-06-0827-238/+896
* Only allow tabs to be dragged between compatible windows.shess@chromium.org2009-06-064-1/+30
* Better behavior for ctrl-k: If we're already in forced_query mode, re-select ...pkasting@chromium.org2009-06-052-1/+6
* Implement table for custom home pages at startup on Mac.pinkerton@chromium.org2009-06-055-37/+458
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-042-1/+26
* Implemented a large chunk of the "user data" panel. Hooked the "under the hoo...pinkerton@chromium.org2009-06-032-7/+105
* 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