summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa
Commit message (Expand)AuthorAgeFilesLines
* ChromeFont->gfx::Fontbeng@google.com2009-05-151-3/+3
* Provide one set of mac common app name defines for things that need the name ...thomasvl@chromium.org2009-05-141-7/+2
* Fixup colors for inactive tab.jeremy@chromium.org2009-05-141-2/+2
* Implement OS X Encoding Menu.jeremy@chromium.org2009-05-143-0/+107
* Revert "Implement OS X Encoding Menu."tc@google.com2009-05-143-107/+0
* Implement OS X Encoding Menu.jeremy@chromium.org2009-05-143-0/+107
* Add match count text to the GTK find bar. This also makes the bar wider.brettw@chromium.org2009-05-141-3/+0
* Enable basic saving/restoring window placements on Mac.rohitrao@chromium.org2009-05-142-1/+103
* Save/restore the focused subview.avi@google.com2009-05-132-10/+7
* Propagate intrinsic width notification over IPC in all cases (not just extens...pinkerton@chromium.org2009-05-131-4/+1
* 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