summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa
Commit message (Expand)AuthorAgeFilesLines
* BookmarkBubble.xib - Change control from combobox to popup button. The massiv...dmaclach@chromium.org2009-11-113-133/+189
* Update zoom/close/miniaturize button based on cursor location after the windowdmaclach@chromium.org2009-11-111-0/+12
* TBR: pkastingakalin@chromium.org2009-11-112-131/+21
* Added RemoveGroupFromView().akalin@chromium.org2009-11-111-3/+7
* Made RemoveViewFromView() handle top-most subviews.akalin@chromium.org2009-11-111-3/+9
* Added vertical shift for sync stuff.akalin@chromium.org2009-11-111-5/+4
* Grouped sync controls and remove them properly.akalin@chromium.org2009-11-112-22/+21
* Moved pref stuff to the right place.akalin@chromium.org2009-11-111-10/+10
* Implemented sync button action.akalin@chromium.org2009-11-112-0/+26
* Hooked up sync service to preferences dialog.akalin@chromium.org2009-11-112-2/+78
* "Am I on the right thread?" DCHECKs for StatusBubbleMac.mark@chromium.org2009-11-111-2/+9
* Revert r31647 again, I have enough perf datathakis@chromium.org2009-11-113-58/+8
* Mac: Use native folder icons for the bookmark bar.thakis@chromium.org2009-11-113-8/+58
* Add support for slowing down all animations on the Mac by using the shift and/ordmaclach@chromium.org2009-11-108-20/+29
* [Mac] L10N cleanup of report a bugthomasvl@chromium.org2009-11-102-27/+45
* [Mac] Fix a leak in HyperlinkButtonCellrsesek@chromium.org2009-11-101-1/+1
* Add confirmation on extension uninstallation.finnur@chromium.org2009-11-101-6/+9
* Get rid of flickering of the old tab in the content area, caused by not drawi...pinkerton@chromium.org2009-11-091-1/+4
* Landing georgey's CLjcampan@chromium.org2009-11-091-11/+11
* [Mac] Adds a "fast resize mode" in which the RenderWidgetHostViewCocoa is cli...rohitrao@chromium.org2009-11-098-2/+178
* Make the target window main when dragging a tab onto it so it looks more like...pinkerton@chromium.org2009-11-091-1/+7
* Makes the window not autocalculate its content border thickness, and fixes itdmaclach@chromium.org2009-11-092-8/+27
* Theme the text of the download item so it's readable with dark themes.avi@chromium.org2009-11-091-0/+23
* Fix tests.thakis@chromium.org2009-11-091-2/+5
* Make download items less annoying by handling clicks more correctly.thakis@chromium.org2009-11-091-12/+15
* Mac: Theme "Show all downloads..." link.thakis@chromium.org2009-11-094-3/+53
* Mac: Let status bubble dodge to the right if necessary.thakis@chromium.org2009-11-091-14/+31
* Mac: Make download shelf use GTM ui stuff.thakis@chromium.org2009-11-093-64/+4
* Kiosk Mode implementation.mhm@chromium.org2009-11-092-0/+5
* Fix NSString conversions to treat a null NSString as a string of length 0, in...mirandac@chromium.org2009-11-082-11/+7
* Allow return key to add new line in description text field.mirandac@chromium.org2009-11-072-2/+18
* Mac: fix tab closure problem when close tab buttons not shown.viettrungluu@chromium.org2009-11-071-2/+7
* Adds hover and pressed states for the newtab button on the Mac.dmaclach@chromium.org2009-11-062-5/+38
* Bulletproof the url going into a std::string and ensure it's not going topinkerton@chromium.org2009-11-061-5/+12
* Added menu item for sync to wrench menu.akalin@chromium.org2009-11-063-0/+151
* Revert 31284 - Added menu item for sync to wrench menu.willchan@chromium.org2009-11-063-149/+0
* Added menu item for sync to wrench menu.akalin@chromium.org2009-11-063-0/+149
* Mac: show correct default favicon in tab strip.viettrungluu@chromium.org2009-11-062-3/+8
* Some style cleanup from comments after commit.thomasvl@chromium.org2009-11-061-12/+15
* Fix ReportBug dialog so that cancel button moves with the send button as it e...mirandac@chromium.org2009-11-062-3/+11
* Prevent being caught in a drag without the correct set up being first perform...pinkerton@chromium.org2009-11-061-2/+11
* Fix issue where transparent window background wouldn't show up until after yo...pinkerton@chromium.org2009-11-061-21/+33
* [Mac] Prefs l10n width tweaksthomasvl@chromium.org2009-11-061-10/+97
* Fix crasher caused by not checking for empty strings before converting.mirandac@chromium.org2009-11-061-4/+4
* Delete several empty files (chrome/browser/cocoa/tab_cell*).viettrungluu@chromium.org2009-11-063-0/+0
* Broke a couple of unit tests while bringing them up-to-date with CocoaTest.mrossetti@chromium.org2009-11-062-3/+1
* Implement Bookmark All Tabs... Added an abstraction of BookmarkEditorControll...mrossetti@chromium.org2009-11-069-428/+911
* Do not send input menu toggle events to the web.thakis@chromium.org2009-11-062-28/+6
* [Mac] Draw the results label correctly in the findbar.rohitrao@chromium.org2009-11-0622-194/+997
* [Mac] Delay TabContents::Close() when event-tracking.shess@chromium.org2009-11-061-11/+0