summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Fix issue where dragging a newly created tab drags the entire window by comme...pinkerton@chromium.org2009-05-131-1/+13
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-131-1/+1
* Fix for delegate ordering problem dragging tabs between windows. We now remov...pinkerton@chromium.org2009-05-124-43/+49
* Record UI metric for closing tabs with the mouse.pinkerton@chromium.org2009-05-121-8/+13
* Move the bookmark node iD generation to bookmark model isntead ofmunjal@chromium.org2009-05-122-17/+12
* Use Chrome facilities for omnibox state save and restore on Mac.shess@chromium.org2009-05-115-26/+22
* Add stubs for UserChangedThemes to Mac and Linux.glen@chromium.org2009-05-092-0/+5
* move this to app/gfx, part of previous commitben@chromium.org2009-05-081-1/+1
* Fix default browser info string to change text and color instead of hiding/sh...pinkerton@chromium.org2009-05-081-20/+50
* Enable the zoom button and stub out an implementation until we can get the re...pinkerton@chromium.org2009-05-071-6/+33
* Fix bug with cocoa -> gfx coordinates.pinkerton@chromium.org2009-05-071-1/+1
* Still need to release all top-level objects of a nib.avi@google.com2009-05-071-0/+1
* Messed up dependency key in one case when applying feedback. TBR=thomasvlpinkerton@chromium.org2009-05-061-1/+1
* Implement most of the "basics" pref panel on Mac, including code to set the d...pinkerton@chromium.org2009-05-063-15/+414
* Find bar:estade@chromium.org2009-05-062-3/+2
* Move l10n_util to app/ben@chromium.org2009-05-053-3/+3
* Fixes for 10.6jeremy@chromium.org2009-05-051-5/+34
* FindBarView::UpdateForResult is not a good place to finnur@chromium.org2009-05-052-0/+6
* Linux: enable omni box ui test and automation proxy ui test.estade@chromium.org2009-05-051-1/+4
* Fixes focus issues when browsing on Mac.rohitrao@chromium.org2009-05-041-2/+7
* Reset the omnibox contents when the user reloads the page. Patch by Yusuke S...pkasting@chromium.org2009-05-042-0/+5
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-043-24/+21
* This is the first part of the PageAction implementation. More work is require...finnur@chromium.org2009-05-011-0/+1
* Changes the way we calculate hit rects in TabView to reducerohitrao@chromium.org2009-04-301-1/+9
* Turn off unit test that fails on builder.pinkerton@chromium.org2009-04-301-0/+4
* Add notification (and unit test) for closing prefs window so it can be cleane...pinkerton@chromium.org2009-04-303-5/+37
* Add a very basic preferences window controller with unit test. Fix the prefs ...pinkerton@chromium.org2009-04-303-0/+106
* Relanding this, it was missing the Mac unit-test change, that was breaking th...jcampan@chromium.org2009-04-301-0/+2
* Move window chrome into drag overlay so they stand out more during a drag out...pinkerton@chromium.org2009-04-292-1/+14
* Implement dropping of tabs into an existing tab strip from another window. Im...pinkerton@chromium.org2009-04-296-41/+162
* Adds items to the Window menu on Mac.rohitrao@chromium.org2009-04-291-0/+21
* Fix mac build break.kuchhal@chromium.org2009-04-281-0/+1
* Support for tabs reaching a threshold before tearing off (magnetism), showing...pinkerton@chromium.org2009-04-288-86/+264
* Unittest for FindBarBridge.rohitrao@chromium.org2009-04-281-0/+33
* Swap NOTIMPLEMENTED with a bug comment.pinkerton@chromium.org2009-04-281-1/+1
* Clean up construction of LocationBarViewMac objects.shess@chromium.org2009-04-273-25/+2
* Add a stub test for TabStripController. It doesn't fully work because of issuespinkerton@chromium.org2009-04-272-1/+131
* Remove a NOTIMPLEMENTED() that's not necessary on Mac.pinkerton@chromium.org2009-04-271-1/+5
* Unittest for FindBarCocoaController.rohitrao@chromium.org2009-04-245-10/+105
* Allow appkit-driven animations in unit tests to work correctly.pinkerton@chromium.org2009-04-232-4/+5
* Fix problem with bookmark bar introduced by window sharing; prefjrg@chromium.org2009-04-2316-172/+256
* Fix DIR_SOURCE_ROOT to work in bundles like Chromium.app. Add more ui tests. ...pinkerton@chromium.org2009-04-226-8/+28
* Unit test for sad tab view.pinkerton@chromium.org2009-04-211-0/+39
* Unit tests for button cells we use in the UI.pinkerton@chromium.org2009-04-212-0/+83
* Add a bunch of basic unit tests for view classes.pinkerton@chromium.org2009-04-215-0/+200
* Rename web_contents_view to tab_contents_view to fix the mac build.brettw@chromium.org2009-04-211-1/+1
* Test forcing the display of the controller's view.pinkerton@chromium.org2009-04-203-0/+11
* Add a unit test for BaseView. Add a helper to get the contentView more easily.pinkerton@chromium.org2009-04-203-1/+60
* Initial implementation of the FindBar on Mac.rohitrao@chromium.org2009-04-1712-18/+492
* Implement a unit test for the toolbar controller. Plumb the profile into the ...pinkerton@chromium.org2009-04-176-19/+143