Comment #8 on issue 9032 by [email protected]: Tab dragging should  
show the live webpage
http://code.google.com/p/chromium/issues/detail?id=9032

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=20053

------------------------------------------------------------------------
r20053 | [email protected] | 2009-07-07 11:44:31 -0700 (Tue, 07 Jul 2009) |  
2 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/browser.cc?r1=20053&r2=20052
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/browser.h?r1=20053&r2=20052
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/browser_window.h?r1=20053&r2=20052
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/tabs/tab_strip_model.h?r1=20053&r2=20052
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/tabs/tab_strip_model_unittest.cc?r1=20053&r2=20052
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/frame/browser_frame.h?r1=20053&r2=20052
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/frame/browser_frame_win.cc?r1=20053&r2=20052
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/frame/browser_frame_win.h?r1=20053&r2=20052
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/frame/browser_view.cc?r1=20053&r2=20052
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/frame/browser_view.h?r1=20053&r2=20052
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/tabs/browser_tab_strip.cc
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/tabs/browser_tab_strip.h
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/tabs/tab_2.cc
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/tabs/tab_2.h
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/tabs/tab_strip_2.cc
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/tabs/tab_strip_2.h
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/chrome.gyp?r1=20053&r2=20052
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/chrome_switches.cc?r1=20053&r2=20052
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/chrome_switches.h?r1=20053&r2=20052
    A http://src.chromium.org/viewvc/chrome/trunk/src/views/animator.cc
    A http://src.chromium.org/viewvc/chrome/trunk/src/views/animator.h
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/views/views.gyp?r1=20053&r2=20052
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/views/widget/widget.h?r1=20053&r2=20052
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/views/widget/widget_gtk.cc?r1=20053&r2=20052
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/views/widget/widget_gtk.h?r1=20053&r2=20052
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/views/widget/widget_win.cc?r1=20053&r2=20052
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/views/widget/widget_win.h?r1=20053&r2=20052

Basics of a new TabStrip.It's very, very rough, but I wanted to check it in  
so I don't have to keep typing svn pset as I pass patches back and forth  
between machines.Behind a command line flag --enable-tabtastic2.I'm trying  
to split the TabContents specific stuff off of the TabStrip so it's more  
generic (and more easily mocked for unit testing of various layout  
conditions). Hence TabStrip vs. BrowserTabStrip. TabStrip may move into  
views/ once this process is complete.Animator is a utility that can be  
associated with a View that (at this point) animates that View's bounds  
from wherever it is now to somewhere else. The TabStrip uses this to do  
animations for individual Tabs that are independent of each other - a  
limitation of the old TabStrip is that only one animation is ever active at  
a time so its animations are a little jumpy compared to other  
products.Also, detached tab dragging shows the live contents, with all  
animations/video/etc.Like I said, this is really rough, but I didn't want  
it to grow any bigger. I will write up a design doc  
later.http://crbug.com/9032TEST=TBD... will finally be doing some for  
TabStrip layout!
Review URL: http://codereview.chromium.org/42490
------------------------------------------------------------------------


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to