summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tabs
Commit message (Expand)AuthorAgeFilesLines
* Nukes the nano tab style for views. I also consolidated code insky@chromium.org2010-07-181-1/+1
* Move implementation from header to source.erg@chromium.org2010-07-152-16/+74
* [Mac] Finish implementation of App Tabs. This takes into account the UI conso...andybons@chromium.org2010-07-141-1/+2
* chromeos: except when signing off, disallow closing of last NTP of last non-i...kuan@chromium.org2010-07-142-1/+32
* Remove "Close tabs opened by this tab".pkasting@chromium.org2010-07-123-64/+0
* Makes all tabs openned from the omnibox inherit the opener of thesky@chromium.org2010-07-012-12/+14
* Makes the TabStripModel delete any phantom tabcontents from itssky@chromium.org2010-07-012-0/+51
* GTK: Cleanups to the new wrench menu.erg@chromium.org2010-06-302-0/+7
* Attempt 2 at Moving Browser::AddTypes to TabStripModel. The firstsky@chromium.org2010-06-283-114/+175
* Revert 50673 - Fix pinned tab link navigations.sky@chromium.org2010-06-251-20/+13
* Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarilysky@chromium.org2010-06-243-191/+130
* Moves Browser::AddTypes to TabStripModel. This patch is primarilysky@chromium.org2010-06-243-130/+191
* Fix pinned tab link navigations.estade@chromium.org2010-06-241-13/+20
* Disables phantom tabs. I'm not nuking all the code as Nicholas/Glen thought w...sky@chromium.org2010-06-222-2/+6
* Add a context menu item to toggle app tab toolbars.aa@chromium.org2010-06-063-2/+62
* Makes unpinning a phantom tab close it.sky@chromium.org2010-05-271-2/+8
* Adds ability to determine if a tab was explicitly closed by thesky@chromium.org2010-05-213-47/+74
* Refactors TabStrip code for better sharing between TabStrip andsky@chromium.org2010-05-131-1/+1
* Move the refocus check so that the ntp code path hits it.skerner@chromium.org2010-05-111-2/+2
* Rename all occurrences of "app extension" with "extension app" since we were ...aa@chromium.org2010-05-063-9/+9
* Adds ability for newly inserted tabs to appear before other tabs. I'llsky@chromium.org2010-05-035-27/+138
* Attempt 2 at relanding your patch. I believe the problem was the removal of t...sky@chromium.org2010-04-303-2/+38
* Revert 45906 - Relands your patch to have an option for enabling vertical tab...sky@chromium.org2010-04-293-36/+2
* Relands your patch to have an option for enabling vertical tabs. I'vesky@chromium.org2010-04-293-2/+36
* Revert 45065 - Relanding this. Originally landed as http://codereview.chromiu...ben@chromium.org2010-04-203-37/+2
* Re-landing this. Originally landed as http://codereview.chromium.org/1001003 ...ben@chromium.org2010-04-203-2/+37
* Fixes bug where highlighting the close XXX menu items in the contextsky@chromium.org2010-03-263-29/+125
* UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.evan@chromium.org2010-03-231-10/+25
* Revert r42156, r42157, r42160. Allow dynamic switching in and out of sidetabs...thestig@chromium.org2010-03-203-35/+2
* fix bustageben@chromium.org2010-03-191-0/+2
* Allow dynamic switching in and out of sidetabs mode.ben@chromium.org2010-03-192-2/+33
* Resubmit 1025006: Refactor app-related manifest propertiesaa@chromium.org2010-03-192-2/+2
* Revert 42091 - Refactor apprelated manifest properties so that they don'tandybons@chromium.org2010-03-192-2/+2
* Refactor app-related manifest properties so that they don'taa@chromium.org2010-03-192-2/+2
* Makes pinned tab restore on startup if you haven't enabled sessionsky@chromium.org2010-03-185-0/+332
* Clean up phantom tabs that are leaked in the unit test.tony@chromium.org2010-03-051-0/+3
* Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-251-5/+1
* Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-1/+5
* Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-5/+1
* Fixes bug where close other tabs would not show the correct enabledsky@chromium.org2010-02-221-2/+6
* Remove more TODOs that are un-necessarypinkerton@chromium.org2010-02-221-4/+0
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Fixes close other tabs regression. It needed to check overall tabsky@chromium.org2010-02-181-1/+1
* Remove TODOs or add bug numbers to TODOspinkerton@chromium.org2010-02-121-4/+0
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-092-4/+5
* Fixes bug where we weren't sending out TabClosingAt when removing asky@chromium.org2010-02-082-13/+29
* Fixes crash in making a tab phantom. Here was the sequence when makingsky@chromium.org2010-02-082-19/+153
* Makes mini-tabs work on the UI side (at least for views). I still havesky@chromium.org2010-02-062-24/+33
* Yet more tab strip model changes. I'm hoping this is the last ofsky@chromium.org2010-02-054-69/+277
* Tab strip model: Fix an off by one error where we do not check the first tab.thestig@chromium.org2010-02-051-15/+10