summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/tabs/tab_strip.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert r42156, r42157, r42160. Allow dynamic switching in and out of sidetabs...thestig@chromium.org2010-03-201-22/+2
* Allow dynamic switching in and out of sidetabs mode.ben@chromium.org2010-03-191-2/+22
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-2/+2
* Attempt 2 at landing this. The first attempt failed becausesky@chromium.org2010-02-191-5/+55
* Revert 39489 - Changes the rendering of minitabs slightly:sky@chromium.org2010-02-191-55/+5
* Changes the rendering of mini-tabs slightly:sky@chromium.org2010-02-191-5/+55
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-0/+1
* Changes TabStrip's drop indicator not to allow dropping onsky@chromium.org2010-02-081-1/+2
* Adds Animation::CurrentValueBetween and gets rid of a bunch ofsky@chromium.org2010-02-071-37/+37
* Makes mini-tabs work on the UI side (at least for views). I still havesky@chromium.org2010-02-061-74/+264
* Create a new base class BaseTabStrip that is the intermediary between Browser...ben@chromium.org2010-02-041-12/+19
* Adjusts tab strip model to deal with app tabs. There were a couple ofsky@chromium.org2010-02-021-187/+3
* Makes sure the phantom state of a tab is updated correctly.sky@chromium.org2010-01-221-0/+2
* Adds support for phantom tabs. A pinned tab becomes a phantom tab whensky@chromium.org2010-01-221-2/+9
* Refactoring to reduce chromeos dependency in chrome.oshima@chromium.org2010-01-181-1/+5
* Revert "Refactoring to reduce chromeos dependency in chrome."oshima@chromium.org2010-01-161-5/+1
* Refactoring to reduce chromeos dependency in chrome.oshima@chromium.org2010-01-161-1/+5
* Tab-modal dialog improvements:zelidrag@google.com2010-01-151-0/+6
* Removes debugging code that proved unnecessary.sky@chromium.org2010-01-151-13/+1
* Fixes regression in placement of new tab button.sky@chromium.org2010-01-131-1/+1
* Makes the new tab button extend to the top of the tab strip on chromeos.sky@chromium.org2010-01-121-4/+15
* Use dropdown bar for compact location bar.oshima@chromium.org2010-01-111-1/+3
* Revert r35674: "Use dropdown bar for compact location bar."rsesek@chromium.org2010-01-071-3/+1
* Use dropdown bar for compact location bar.oshima@chromium.org2010-01-071-1/+3
* Fixes bug on removing last pinned tab that left new tab buttonsky@chromium.org2009-12-221-0/+8
* Fixes possible crash in closing window. The sequence when closing asky@chromium.org2009-12-221-0/+6
* fixes foroshima@chromium.org2009-12-171-1/+2
* Use gfx::Point instead of GET_X/Y_LPARAM to reduce the dependency on ATL. jhawkins@chromium.org2009-12-071-1/+1
* Remove new tabstrip code. Going to try doing this a different way.ben@chromium.org2009-11-171-81/+67
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-171-4/+4
* cleanup: rename variable |resize_layout_scheduled_| to |needs_resize_layout_|.thakis@chromium.org2009-11-141-6/+6
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* Slow down animations for the tabstrip so they're visible again.ben@chromium.org2009-11-091-4/+4
* Adds more debugging code in hopes of figuring out why on dragging thesky@chromium.org2009-11-091-26/+9
* CompactLocationBar 1st step:oshima@chromium.org2009-10-281-1/+4
* Nukes TabStrip::CanUpdateDisplay. This appears to be the culprit for asky@chromium.org2009-10-271-32/+20
* Makes inactive pinned tabs throb on views when the title changes.sky@chromium.org2009-10-261-3/+6
* Makes inactive pinned tabs on linux throb when the title changes. Isky@chromium.org2009-10-231-2/+9
* Enable System Context Menu for linux views.oshima@chromium.org2009-10-221-1/+1
* Adds some debugging code in hopes of isolating a crasher. From thesky@chromium.org2009-10-151-0/+31
* Fixes regression in drop arrow. Specifically window properties weresky@chromium.org2009-09-281-3/+3
* Add more view ids and gtk widget names to so gtkparasite istony@chromium.org2009-09-231-0/+1
* Gets the drop arrow to show when dragging URLs over the tab strip.sky@chromium.org2009-09-221-13/+19
* Clean up a few tiny things I noticed.pkasting@chromium.org2009-09-141-1/+1
* Adds pinned tabs to windows. As the code between windows and gtk issky@chromium.org2009-09-111-48/+352
* Fix some gcc 4.4 issues when compiling with toolkit_views.craig.schlenter@chromium.org2009-09-071-0/+6
* Fix 9867: Activating the previous/next buttons with the keyboard in the find ...finnur@chromium.org2009-09-031-1/+1
* Tab strip should not resize on close (Vista).finnur@chromium.org2009-08-261-17/+13