summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/tabs/dragged_tab_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-2/+2
* Move chrome_canvas to app/gfxben@chromium.org2009-05-061-1/+1
* Move *Animation to app/ben@chromium.org2009-05-051-1/+1
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-1/+1
* People should just use GetWindow() instead of calling GetWidget()->GetWindow()ben@chromium.org2009-05-011-1/+1
* Two changes:sky@chromium.org2009-04-291-1/+1
* Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...rafaelw@chromium.org2009-04-281-0/+7
* Use the NotificationRegistrar for the remaining TAB_CONTENTS_DESTROYEDbrettw@chromium.org2009-04-241-8/+6
* ad an argument to MoveTabContentsAt() that switches whether the moved tab is ...rafaelw@chromium.org2009-04-161-2/+3
* Remove TabContnetsType from everywhere.brettw@chromium.org2009-04-151-35/+6
* Allow live tabs to be dragged out of a window. Change TabStripModel such thatpinkerton@chromium.org2009-03-261-2/+4
* Move controls into their own dir under chrome/views/controlsben@chromium.org2009-03-171-2/+2
* Move widget related files into views/widgetben@chromium.org2009-03-171-1/+1
* Make Widget return a gfx::NativeView instead of a HWND.ben@chromium.org2009-03-121-8/+8
* Changes docking in the following ways:sky@google.com2009-03-101-140/+80
* NO CODE CHANGE.maruel@google.com2009-03-051-2/+2
* Fix bookmark and menu drag images by making a halo around them. This makesbrettw@chromium.org2009-03-021-0/+1
* Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ...avi@chromium.org2009-02-101-2/+2
* Try reverting r9409 to see if it fixes crashes on chromebot.kuchhal@chromium.org2009-02-101-2/+2
* Switch from HWNDs to NativeViews.avi@chromium.org2009-02-091-2/+2
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-7/+10
* Fixes tab contents crash. This changes a number of things in draggedsky@google.com2009-01-271-13/+40
* Don't expose the go and star button views directly through the BrowserWindow ...ben@chromium.org2009-01-231-2/+2
* Move metrics files into a subdirben@chromium.org2009-01-161-1/+1
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-2/+2
* Applying patch for Mohamed Mansour (reviewed by pkasting): http://codereview....finnur@google.com2009-01-061-3/+5
* During tab dragging if you hover over a browser window we now move itsky@google.com2008-12-121-0/+34
* Fixes possible flicker when tab finishes animating back to draggedsky@google.com2008-12-061-1/+5
* Rename Container->Widgetben@chromium.org2008-11-211-9/+9
* Adds various docking positions when dragging around a tab. I've addedsky@google.com2008-11-201-93/+406
* Land this change again now I've fixed the crash.ben@chromium.org2008-11-191-2/+2
* Roll back a bunch of changes to tab dragging that seem to not have helped red...ben@chromium.org2008-11-181-7/+14
* Revert change 5596 because it broke the buildnsylvain@chromium.org2008-11-181-2/+2
* Last couple of bits of new-frame related cleanup:ben@chromium.org2008-11-181-2/+2
* Rid most of the Browser object of HWND dependencies.ben@chromium.org2008-11-141-3/+7
* Fixes bug where we were not checking if an app from another windowsky@google.com2008-11-141-8/+52
* Some speculative fixes for UI test flakiness.beng@google.com2008-11-131-6/+7
* Tweak delegate setting in the DraggedTabController to be more robust. Delegat...ben@chromium.org2008-11-101-10/+2
* Revert some of my earlier change to see if this fixes dist tests, and revert ...ben@chromium.org2008-11-031-2/+1
* check in for one cycle to see if this fixes the dist tests.ben@chromium.org2008-11-031-1/+2
* Attempt to fix dist crashes or at least make them crash with more understanda...ben@chromium.org2008-10-311-2/+5
* Fix a couple of tab related bugs:ben@chromium.org2008-10-291-0/+5
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-271-1/+3
* Fix crash due to NULL deref.ben@chromium.org2008-10-231-1/+4
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-5/+4
* Make View::SetBounds take a const gfx::Rect& instead of a const CRect&ben@chromium.org2008-10-161-4/+3
* Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.ben@chromium.org2008-10-161-6/+5
* Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.ben@chromium.org2008-10-141-8/+7
* Fix crash due to lack of NULL checking in one case.beng@google.com2008-10-081-8/+5