summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_strip_controller.mm
Commit message (Expand)AuthorAgeFilesLines
* Move browser/cocoa to browser/ui/cocoaben@chromium.org2010-12-011-1879/+0
* [Mac] Force tab titles and favicons to update when committing an instant prev...rohitrao@chromium.org2010-11-291-0/+5
* Cleanup: Include browser.h -> ui/browser.h [Final].jhawkins@chromium.org2010-11-181-1/+1
* Make pink's TabContentsWrapper change compile on Windows.ben@chromium.org2010-11-181-34/+41
* Handle resize corner layout entirely in the BrowserView (views) or BrowserWin...alekseys@chromium.org2010-11-161-3/+12
* Cleanup: Remove chrome/browser/browser_navigator.* and references.jhawkins@chromium.org2010-11-121-1/+1
* Split out command IDs from chrome_dll_resource.h.evan@chromium.org2010-11-081-1/+1
* Add pinned property to tabs.update and create.jstritar@chromium.org2010-11-081-0/+5
* Make all browser code use browser::Navigate to open tabs.ben@chromium.org2010-11-021-4/+6
* Move all ResourceBundle::GetNSImageNamed() calls to GetNativeImageNamed().rsesek@chromium.org2010-10-211-5/+5
* [Mac] Handle TabReplacedAt() notifications in TabStripModelObserverBridge. A...rohitrao@chromium.org2010-10-081-3/+22
* [Mac] Delete TabContents.xib and instead create the TabContentsController's v...rohitrao@chromium.org2010-10-061-2/+1
* Replace Browser::AddTabWithURL(...) with:ben@chromium.org2010-10-051-5/+7
* Rip out phantom tabs and corresponding unit tests.andybons@chromium.org2010-10-021-16/+0
* Resize page contents view to match window size first time it's added into vie...alekseys@chromium.org2010-09-131-0/+1
* Move devtools and sidebar handling to BWC and ensure the order of layout adju...alekseys@chromium.org2010-09-091-73/+29
* [Mac] Fix a bug where the moving a tab via an extension was failing.andybons@chromium.org2010-09-031-0/+2
* Sidebar view, Mac implementation (common sidebar code and Windows version is ...thakis@chromium.org2010-08-301-3/+42
* Don't use rapid-close mode when middle-clicking a pinned tab to close it as t...pinkerton@chromium.org2010-08-261-2/+9
* [Mac] Fix the new tab button hover bounds to match what we test for in hitTest.rohitrao@chromium.org2010-08-181-19/+37
* Clone of issue 2941001. See initial review below.twiz@google.com2010-08-121-1/+1
* [Mac]Implement ViewID support. (third approach)suzhe@chromium.org2010-07-201-0/+4
* [Mac] Finish implementation of App Tabs. This takes into account the UI conso...andybons@chromium.org2010-07-141-13/+16
* Mac: Context Menu broken when tab dragged out to new window.jeremy@chromium.org2010-07-141-1/+1
* [Mac] Initial implementation of app tabs. Loads the app and displays the corr...andybons@chromium.org2010-07-071-18/+21
* Ben said make the tab animations faster. Pink smash tab animation!pinkerton@chromium.org2010-06-301-1/+1
* Attempt 2 at Moving Browser::AddTypes to TabStripModel. The firstsky@chromium.org2010-06-281-3/+5
* Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarilysky@chromium.org2010-06-241-5/+3
* Moves Browser::AddTypes to TabStripModel. This patch is primarilysky@chromium.org2010-06-241-3/+5
* Implement side tab view and controller and hook up their creation. Parameteri...pinkerton@chromium.org2010-06-231-32/+95
* Add a 1px white bezel under the dark line separating the tab strip and the to...pinkerton@chromium.org2010-06-171-1/+1
* Adds ability to determine if a tab was explicitly closed by thesky@chromium.org2010-05-211-1/+4
* [Mac] Plumb the pinned tab flag through TabController so the context menu use...rsesek@chromium.org2010-05-101-2/+3
* Nukes one of the AddTabWithURL variants.sky@chromium.org2010-04-291-2/+3
* Use the native Mac localization bundle utility functions.avi@chromium.org2010-04-271-3/+1
* [Mac] Fix MouseDown/MouseUp error for Steve animation effectsthomasvl@chromium.org2010-04-141-1/+1
* [Mac] Add a call to |-layoutTabs| so that restored pinned tabs look as they s...rsesek@chromium.org2010-04-061-0/+4
* [Mac] Re-enable pinned tabs; add support for mini-tabs and phantom tabs.rsesek@chromium.org2010-03-241-72/+72
* UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.evan@chromium.org2010-03-231-3/+6
* Pick up a GTM roll and update the apis that changed in this roll.thomasvl@chromium.org2010-03-111-1/+2
* Mac: incognito badge fixes.viettrungluu@chromium.org2010-03-091-0/+7
* Base coordinate system != Window base coordinate system. Fixing.avi@chromium.org2010-03-031-2/+1
* Base coordinate system != Window base coordinate system. Marking things to be...avi@chromium.org2010-02-251-0/+1
* [Mac] Prevent a fullscreen crash by destroying the GTMWindowSheetController i...rohitrao@chromium.org2010-02-161-0/+6
* Remove outdated comments, add reference to design doc.pinkerton@chromium.org2010-02-121-3/+0
* Add bugs, update, and remove TODOs that are no longer validpinkerton@chromium.org2010-02-051-7/+3
* Adjusts tab strip model to deal with app tabs. There were a couple ofsky@chromium.org2010-02-021-1/+2
* [Mac] Makes the tab strip left-side indent changeable. Prereq for fullscreen.rohitrao@chromium.org2010-01-251-8/+14
* Mac: fix yet another TabStripController index/model index bug (crasher).viettrungluu@chromium.org2010-01-251-3/+5
* Tab-modal dialog improvements:zelidrag@google.com2010-01-151-45/+8