summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Fix DCHECK.thakis@chromium.org2009-10-201-0/+1
* Add dialog to tell user to close Firefox during import, if it's open and bloc...mirandac@chromium.org2009-10-202-0/+50
* Make window cycling work even if you change it to something else than cmd-` i...thakis@chromium.org2009-10-192-4/+49
* First fix to minimize copying of image data.erg@google.com2009-10-191-1/+1
* Adding bug link to TODOs; no code change.avi@chromium.org2009-10-192-0/+2
* Remove unused code; the code that now implements this is in chrome_browser_wi...avi@chromium.org2009-10-191-14/+0
* Short-circuit events rwhvmac if it's focussed.thakis@chromium.org2009-10-191-6/+7
* Clean up use of scoped_nsobject<NSAutoreleasePool>. I have a CL coming laterdmaclach@chromium.org2009-10-191-2/+2
* Makes canceling 'bookmark all tabs' delete the folder. Or rather,sky@chromium.org2009-10-162-9/+14
* Make Mac SelectFileDialogImpl load SaveAccessoryView.nib from the propermark@chromium.org2009-10-161-1/+3
* Bookmark bubble tweaksthomasvl@chromium.org2009-10-161-1/+1
* [Mac] Eat mouse clicks in the findbar to prevent them from falling through to...rohitrao@chromium.org2009-10-164-9/+131
* Fix logic test in "remember my choice" dialog for protocols.avi@chromium.org2009-10-161-2/+2
* Popup width and height are now dynamic.erikkay@chromium.org2009-10-162-4/+5
* Fix Mac theme provider so it returns nil when there is no theme provided colo...avi@chromium.org2009-10-161-8/+15
* Keep the "place bookmarks here" text vertically centered on the Mac.avi@chromium.org2009-10-162-0/+15
* [Mac] Trim Omnibox hints as field shrinks.shess@chromium.org2009-10-1510-113/+422
* BUG=http://crbug.com/24459jrg@chromium.org2009-10-158-126/+230
* Update search state when search text is updated through find pasteboard.thakis@chromium.org2009-10-152-4/+34
* Fix tab dragging when windows overlap. Bring window to front when dragging a ...pinkerton@chromium.org2009-10-151-7/+14
* Hook up "Bookmark All Tabs" on Mac as menu item in Bookmarks menu and tab con...pinkerton@chromium.org2009-10-152-1/+2
* [Mac] Bring the correct window to the front when calling BrowserWindow::Activ...rohitrao@chromium.org2009-10-154-1/+36
* Update unit tests to honor the concept that an ok: call makes thejrg@chromium.org2009-10-151-55/+70
* Remove the include of nsimage_cache_mac since it's not used in these files an...thomasvl@chromium.org2009-10-151-1/+0
* Show "Loading" bubble while loading a theme.avi@chromium.org2009-10-154-0/+233
* Disable "Reset to Default Theme" button in Google Chrome Options / Personal S...mirandac@chromium.org2009-10-142-2/+20
* Mac: colorize the "bookmarks go here" text to match the theme.avi@chromium.org2009-10-141-0/+35
* Make the multiple download request dialog an infobar.estade@chromium.org2009-10-142-147/+0
* Originally in http://codereview.chromium.org/270096 but got lost somehow.jrg@chromium.org2009-10-141-1/+1
* Updates for Under the Hood prefs from Cole:thomasvl@chromium.org2009-10-141-7/+17
* Don't animate first tab or new tab button when creating first tab (fix for st...pinkerton@chromium.org2009-10-142-14/+29
* [Mac] Omnibox popup should have Edit Search Engines when editable.shess@chromium.org2009-10-142-10/+15
* Fix "Add Page..." in bookmark bar context menu. Suspect this bug wasjrg@chromium.org2009-10-131-1/+1
* View Certificate dialog sometimes shows incorrect status because it didn't ha...hawk@chromium.org2009-10-131-5/+18
* Make the ThemeProvider methods const.pkasting@chromium.org2009-10-131-9/+9
* Animate the new tab button when closing a tab.pinkerton@chromium.org2009-10-131-10/+28
* Mac: Fix bookmark bar buttons not being layed out correctly on startup.erg@chromium.org2009-10-133-16/+41
* Disable broken tests until I can get a fix in.dmaclach@chromium.org2009-10-131-2/+2
* Fixes up drawing so that we don't have any transparent holes, and adds admaclach@chromium.org2009-10-134-40/+60
* Mac: Fix buttons not tinting to theme.avi@chromium.org2009-10-131-5/+27
* Mac: Make the nsimage_cache behave more like +[NSImage imageNamed:]avi@chromium.org2009-10-132-1/+10
* Allow the about window to create a new window to handle loading web pages if ...pinkerton@chromium.org2009-10-133-6/+18
* Status bubbles should wait before showing and hiding, and should fade in andmark@chromium.org2009-10-123-56/+665
* Converts some uses of native_view to native_window. This is necessitatedsky@chromium.org2009-10-121-3/+2
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-128-0/+9
* Fix for the bookmark_bar which got ignored in my earlierdmaclach@chromium.org2009-10-121-2/+4
* Add a learn more hyper link button to the privacy settings area of under the ...thomasvl@chromium.org2009-10-122-0/+9
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-112-2/+2
* Change Mac fullscreen mode to be a stack, not a flag. This fixes crashes andamanda@chromium.org2009-10-111-2/+2
* Change back from using NSRectFillWithOperation to plain NSRectFilldmaclach@chromium.org2009-10-101-1/+1