summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/tabs
Commit message (Expand)AuthorAgeFilesLines
* views/gtk: Set the tooltip text for tab strip and new tab button. estade@chromium.org2010-03-241-0/+1
* Some layout related fixes for the app launchers.jcivelli@chromium.org2010-03-231-1/+2
* UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.evan@chromium.org2010-03-232-14/+20
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-2310-12/+12
* Porting the app launcher to Windows, and adding an experimental flagjcivelli@google.com2010-03-222-2/+23
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-2/+3
* Revert r42156, r42157, r42160. Allow dynamic switching in and out of sidetabs...thestig@chromium.org2010-03-2011-199/+20
* Allow dynamic switching in and out of sidetabs mode.ben@chromium.org2010-03-1911-20/+199
* Move more files to toplevel gfx.ben@chromium.org2010-03-192-3/+3
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-174-4/+4
* Nukes changing the size of the icon on hover, and instead changessky@chromium.org2010-03-161-13/+10
* Move base/gfx contents to gfx/ben@chromium.org2010-03-148-9/+9
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-111-1/+1
* fix bustage by removing unused variableben@chromium.org2010-03-101-1/+0
* 1. Correct shapes for side tabs.ben@chromium.org2010-03-107-26/+188
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-083-12/+12
* Implements mini-tab support for linux.sky@chromium.org2010-03-051-0/+1
* Removes tab overview related classes and renames TabOverviewTypes tosky@chromium.org2010-02-2216-2774/+0
* Attempt 2 at landing this. The first attempt failed becausesky@chromium.org2010-02-194-59/+107
* Revert 39489 - Changes the rendering of minitabs slightly:sky@chromium.org2010-02-194-107/+59
* Changes the rendering of mini-tabs slightly:sky@chromium.org2010-02-194-59/+107
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-193-0/+3
* chromeos: Re-init IPC code when window manager starts.derat@chromium.org2010-02-173-1/+40
* chromeos: Replace WM_FOCUS_WINDOW with _NET_ACTIVE_WINDOW.derat@chromium.org2010-02-162-10/+5
* Use TabContents::GetDefaultTitle() everywhere we need a title for an untitled...pkasting@chromium.org2010-02-121-6/+4
* Make clicking on side tabs to select them work. ben@chromium.org2010-02-116-22/+181
* Revert 38828 - Make clicking on side tabs to select them work.ben@chromium.org2010-02-116-182/+23
* Make clicking on side tabs to select them work.ben@chromium.org2010-02-116-23/+182
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-092-2/+4
* 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-074-64/+44
* fix bustageben@chromium.org2010-02-061-0/+1
* fix bustageben@chromium.org2010-02-061-3/+3
* Fix ChromeOS Bustage: Use string16 instead of wstring.ben@chromium.org2010-02-065-6/+6
* Make basic side tabs actually appear.ben@chromium.org2010-02-066-9/+256
* Makes mini-tabs work on the UI side (at least for views). I still havesky@chromium.org2010-02-0610-399/+423
* Yet more tab strip model changes. I'm hoping this is the last ofsky@chromium.org2010-02-051-4/+4
* Make the side tabstrip participate in the layout of the BrowserView.ben@chromium.org2010-02-051-1/+1
* Create a new base class BaseTabStrip that is the intermediary between Browser...ben@chromium.org2010-02-046-43/+130
* Start making a vertical tabstrip. Does nothing right now.ben@chromium.org2010-02-044-0/+162
* Adjusts tab strip model to deal with app tabs. There were a couple ofsky@chromium.org2010-02-025-206/+11
* Makes sure the phantom state of a tab is updated correctly.sky@chromium.org2010-01-222-0/+6
* Adds support for phantom tabs. A pinned tab becomes a phantom tab whensky@chromium.org2010-01-226-9/+25
* Refactoring to reduce chromeos dependency in chrome.oshima@chromium.org2010-01-184-40/+10
* Revert "Refactoring to reduce chromeos dependency in chrome."oshima@chromium.org2010-01-164-10/+40
* Refactoring to reduce chromeos dependency in chrome.oshima@chromium.org2010-01-164-40/+10
* Fix 2 memcheck errorsoshima@chromium.org2010-01-161-1/+1
* Tab-modal dialog improvements:zelidrag@google.com2010-01-154-0/+23
* Removes debugging code that proved unnecessary.sky@chromium.org2010-01-151-13/+1