summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Fix memory problems.jrg@chromium.org2009-11-031-6/+6
* bookmark STAR bubble: Disambiguate folders with the same namejrg@chromium.org2009-11-023-20/+67
* Reverting 30702 - Which was a Revert of 30696.thomasvl@chromium.org2009-11-022-5/+214
* Address post-submit comments from http://codereview.chromium.org/327009 .thakis@chromium.org2009-11-022-9/+16
* Remember last used prefs tab.thakis@chromium.org2009-11-022-4/+22
* Reverting 30696.thomasvl@chromium.org2009-11-022-215/+7
* [Mac] Prevent search engines from disappearing in the preferences listrsesek@chromium.org2009-11-022-9/+38
* [Mac] Prefs layout work for "basics" and "personal stuff"thomasvl@chromium.org2009-11-022-7/+215
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-1/+6
* Add the "Other bookmarks" button on the right of the bookmark bar.jrg@chromium.org2009-11-026-85/+235
* Implement page action popups.erikkay@chromium.org2009-11-012-0/+17
* DeferredAutoreleasePool didn't work on Snow Leopard.mark@chromium.org2009-10-311-2/+16
* Cleans up our autorelease handling so that we don't create a layered dmaclach@chromium.org2009-10-301-16/+2
* Show a warning when the history files can't be read correctly.pkasting@chromium.org2009-10-302-2/+2
* Implemented most of HtmlDialogWindowController, which is a Cocoa portakalin@chromium.org2009-10-308-19/+526
* BookmarkEditorController needs to implement NSMatrixDelegate for the 10.6 SDKmark@chromium.org2009-10-301-1/+2
* [mac] Make NTP floating style rect 1px thick. Also change the border color.thakis@chromium.org2009-10-301-3/+4
* [Mac] Implement form resubmission warning dialogthakis@chromium.org2009-10-303-1/+152
* Original discussion in CL for 337010. See http://codereview.chromium.org/337...mrossetti@chromium.org2009-10-296-65/+295
* Fix and re-enable a test I broke with the find bar changes I made last night.ben@chromium.org2009-10-291-1/+1
* Hide the theme install bubble a little earlier.estade@chromium.org2009-10-291-0/+10
* Reduce NSImageCacheTest.LookupFoundAndClear test flakemark@chromium.org2009-10-291-3/+8
* Mark LookupFoundAndClear as flaky.nsylvain@chromium.org2009-10-291-1/+2
* First of several patches to get rid of MessageLoop caching now that we have C...jam@chromium.org2009-10-281-1/+0
* [Mac] Prevent using tab context menu after tab closed.shess@chromium.org2009-10-271-0/+11
* Map update check failure to "update server not available."mark@chromium.org2009-10-271-2/+0
* Disable fullscreen for Mstone-4 / ReleaseBlock-Beta.jrg@chromium.org2009-10-272-2/+15
* Make KeystoneGlue less antisocial.mark@chromium.org2009-10-271-7/+15
* Add TODOs.thakis@chromium.org2009-10-272-0/+5
* [mac] Fix Cmd-w in the one-tab case.thakis@chromium.org2009-10-271-0/+7
* CL which includes http://codereview.chromium.org/337006 for mrossettijrg@chromium.org2009-10-272-12/+8
* Reverting 30136.jrg@chromium.org2009-10-271-5/+11
* Landing http://codereview.chromium.org/337006 for mrossettijrg@chromium.org2009-10-271-11/+5
* First set of unittest fixes. Many more to come ;-)dmaclach@chromium.org2009-10-265-73/+36
* Make the About box display existing pending operations instead of firing offmark@chromium.org2009-10-262-32/+55
* Fixes up bookmark bubbles and the browser window so that they shut down corre...dmaclach@chromium.org2009-10-2613-434/+367
* o Cleans up canonical extension_install_ui.cc to avoid #ifdefs when feasible.mark@chromium.org2009-10-261-0/+50
* CompactNavigationBar for toolkit views build, with some design change per Col...oshima@chromium.org2009-10-262-0/+4
* About box auto-update improvements.mark@chromium.org2009-10-264-295/+365
* [Mac] Adjust Omnibox implementation to not break undo chain.shess@chromium.org2009-10-263-0/+101
* Mac: Make Cmd-[ and Cmd-] work properly again.viettrungluu@chromium.org2009-10-261-14/+15
* Mac: Make middle-click tab closure cancellable.viettrungluu@chromium.org2009-10-261-1/+8
* Mac: Fix (window modal) sheet placement when bookmark bar is present.viettrungluu@chromium.org2009-10-261-3/+17
* Mac: Make status bubbles pop properly when mouse leaves content area.viettrungluu@chromium.org2009-10-261-1/+2
* Do not send some keyboard shortcuts to the renderersthakis@chromium.org2009-10-261-2/+58
* Add a function that can check if a menu item would be fired by a keypress.thakis@chromium.org2009-10-263-0/+459
* Mac: implement dispositions for back/forward buttons (not in drop-downs).viettrungluu@chromium.org2009-10-241-2/+7
* Fix compile on Snow Leopard.thakis@chromium.org2009-10-241-1/+1
* [Mac] Make bookmark bar primitive drag destination.thakis@chromium.org2009-10-246-2/+108
* Basic test class that is going to replace CocoaTestHelper and CocoaNoWindowTe...dmaclach@chromium.org2009-10-233-30/+229