| Commit message (Expand) | Author | Age | Files | Lines |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Implement side tab view and controller and hook up their creation. Parameteri... | pinkerton@chromium.org | 2010-06-23 | 1 | -1/+28 |
* | Fix dragging a tab out of a window when the only tabs left behind are phantom... | pinkerton@chromium.org | 2010-04-29 | 1 | -1/+7 |
* | Add bugs, update, and remove TODOs that are no longer valid | pinkerton@chromium.org | 2010-02-05 | 1 | -1/+0 |
* | [Mac] Add methods to prevent tab detaching or window moving if needed. Modif... | rohitrao@chromium.org | 2010-01-25 | 1 | -4/+7 |
* | Mac: fix/implement app windows (not app mode), popups, drawing; refactor code. | viettrungluu@chromium.org | 2009-12-16 | 1 | -4/+3 |
* | [Mac] Fix weird layout issues when dragging a tab from a large screen to a sm... | rohitrao@chromium.org | 2009-11-14 | 1 | -0/+3 |
* | [Mac] Adds a "fast resize mode" in which the RenderWidgetHostViewCocoa is cli... | rohitrao@chromium.org | 2009-11-09 | 1 | -2/+3 |
* | Implement tab closing animations. | pinkerton@chromium.org | 2009-11-04 | 1 | -0/+5 |
* | [Mac] Insert views into the proper place in the view hierarchy when tearing o... | rohitrao@chromium.org | 2009-10-05 | 1 | -5/+0 |
* | Fix a bug where dragging a window that's been closed by JS back into another ... | pinkerton@chromium.org | 2009-09-30 | 1 | -1/+9 |
* | Use delegate protocols present in the 10.6 SDK. For previous SDKs, provide | mark@chromium.org | 2009-09-17 | 1 | -1/+2 |
* | Start a drag if the tab is dragged off the sides of the window. | pinkerton@chromium.org | 2009-09-09 | 1 | -0/+6 |
* | Add support for constrained windows on os x, based on Avi's GTMWindowSheetCon... | thakis@chromium.org | 2009-08-11 | 1 | -0/+5 |
* | Fix tab dragging to always hide the new tab button while dragging a tab or ta... | pinkerton@chromium.org | 2009-07-30 | 1 | -2/+10 |
* | Pop-up chrome. | jrg@chromium.org | 2009-07-02 | 1 | -0/+6 |
* | Only allow tabs to be dragged between compatible windows. | shess@chromium.org | 2009-06-06 | 1 | -0/+4 |
* | Fix for delegate ordering problem dragging tabs between windows. We now remov... | pinkerton@chromium.org | 2009-05-12 | 1 | -15/+12 |
* | Implement dropping of tabs into an existing tab strip from another window. Im... | pinkerton@chromium.org | 2009-04-29 | 1 | -3/+17 |
* | Support for tabs reaching a threshold before tearing off (magnetism), showing... | pinkerton@chromium.org | 2009-04-28 | 1 | -3/+10 |
* | Fix DIR_SOURCE_ROOT to work in bundles like Chromium.app. Add more ui tests. ... | pinkerton@chromium.org | 2009-04-22 | 1 | -0/+3 |
* | Flatten down to a single toolbar per window, significantly simplifying the ta... | pinkerton@chromium.org | 2009-04-09 | 1 | -3/+15 |
* | Allow live tabs to be dragged out of a window. Change TabStripModel such that | pinkerton@chromium.org | 2009-03-26 | 1 | -2/+12 |
* | Stage 1 of tab dragging infrastructure, disabled. Put in a base class below t... | pinkerton@chromium.org | 2009-03-19 | 1 | -0/+55 |