summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Don't allow the home/page/options buttons to be toggled when we're only showi...pinkerton@chromium.org2009-09-022-0/+30
* Mac: Fix zoom (green maximize) button.viettrungluu@chromium.org2009-09-022-16/+175
* * Spin a modal loop so that messages that cause Chrome UI to be shown don't c...jeremy@chromium.org2009-09-021-2/+13
* Don't show favicons or throbbers for the New Tab page on the Mac.mark@chromium.org2009-09-024-56/+124
* (Mac) Added unit tests for ClickHoldButtonCell and DelayedMenuButton.viettrungluu@chromium.org2009-09-015-36/+219
* Remove un-needed method (updateLoadingAnimations).pinkerton@chromium.org2009-09-013-16/+1
* Restrict use of tab positioning animation on a new tab to when there are more...pinkerton@chromium.org2009-09-011-7/+8
* Make all of our unit tests be PlatformTests to get an autorelease pool.pinkerton@chromium.org2009-09-0135-37/+71
* (Mac) Make mashing the close tab button work.viettrungluu@chromium.org2009-09-015-17/+110
* Gtk confirm form resubmission dialog.mattm@chromium.org2009-08-312-0/+6
* Updates to clean up default theme and add hover states.avi@chromium.org2009-08-3122-184/+531
* Experiment with dislodging the Extension Shelf and having it only appear on t...finnur@chromium.org2009-08-302-0/+10
* Use Lucida Grande instead of Helvetica for "Show all downloads..." link in do...thakis@chromium.org2009-08-291-0/+3
* Revert "Gtk confirm form resubmission dialog." Broke linux views build.mattm@chromium.org2009-08-282-6/+0
* Gtk confirm form resubmission dialog.mattm@chromium.org2009-08-282-0/+6
* [Mac] Tweaks to Omnibox metrics.shess@chromium.org2009-08-283-3/+8
* Add background_tile_view for tiling an image as UI background (about box need...thomasvl@chromium.org2009-08-288-60/+511
* Reverting 24700.avi@chromium.org2009-08-2822-526/+181
* Updates to clean up default theme and add hover states.avi@chromium.org2009-08-2722-181/+526
* Fix download shelf item overflow on os x.thakis@chromium.org2009-08-271-4/+8
* Remove completed downloads from shelf when the shelf closes.thakis@chromium.org2009-08-273-0/+31
* Fix a couple of bugs in the "custom home pages" list in the Preferences window.ben@chromium.org2009-08-274-1/+53
* [Mac] The autocomplete popup now gets its position from the toolbar controller,rohitrao@chromium.org2009-08-276-6/+70
* Make extension install UI text on Mac match Windows version. Still to come ifpam@chromium.org2009-08-261-1/+0
* Reverting 24512.avi@chromium.org2009-08-2621-505/+152
* Updates to clean up default theme and add hover states.avi@chromium.org2009-08-2621-152/+505
* Fix bookmark bubble crash.jrg@chromium.org2009-08-261-0/+8
* Cache GTMTheme across windows to avoid re-creating it every time we create a ...pinkerton@chromium.org2009-08-263-10/+24
* Introduce accesskeys for Chrome menus.mhm@chromium.org2009-08-262-0/+10
* OSX: Fix the select-all-on-mouse-down in Omnibox.shess@chromium.org2009-08-252-19/+70
* Add support for replace infobar. The lack of this was a top mac crasher.erikkay@google.com2009-08-252-1/+24
* Compile on 10.6pinkerton@chromium.org2009-08-242-2/+7
* Fix a crash when closing a window with a download animation.paul@chromium.org2009-08-241-0/+10
* Add favicons to the Mac bookmark menujrg@chromium.org2009-08-224-91/+169
* Tweak bookmark star bubble with UI dudes:jrg@chromium.org2009-08-213-10/+6
* Fix carwash in BookMarkBarControllerjeremy@chromium.org2009-08-211-0/+1
* Ensure we don't show the icon when setting the icon view explicitly.pinkerton@chromium.org2009-08-212-0/+12
* Make sure we correctly stop DownloadItemControllers from observering view res...pinkerton@chromium.org2009-08-212-4/+9
* [Mac] Omnibox keyword, keyword hint, and search hint support.rohitrao@chromium.org2009-08-2110-23/+1028
* Make the page info window remember its placement origin on the Macpinkerton@chromium.org2009-08-213-18/+92
* Don't abandon or cancel in-progress field editors when the window closes.pinkerton@chromium.org2009-08-201-5/+12
* Bookmark STAR bubble.jrg@chromium.org2009-08-2021-12/+802
* Essentially revert r16636. We get no speedup from using CIImage and we are su...avi@chromium.org2009-08-201-14/+3
* Check the favicon and loading state when a tab is created in case its TabCont...pinkerton@chromium.org2009-08-191-48/+61
* Add progress disks to os x download items. Some more spacing tweaks. Still no...thakis@chromium.org2009-08-192-23/+103
* Load 16x16 icons for shelf.thakis@chromium.org2009-08-191-1/+1
* Give the test an autorelease pool so the dialog gets cleaned up at the end of...pinkerton@chromium.org2009-08-191-1/+2
* Try and fix the valgrind error. The CGEventRef wasn't being released.ben@chromium.org2009-08-191-4/+6
* This changelist represents the necessary merger of two others:ben@chromium.org2009-08-1912-50/+239
* Synthesize an NSEvent for handling drag events, since wepaul@chromium.org2009-08-181-4/+18