summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tabs
Commit message (Expand)AuthorAgeFilesLines
* Move the rest of the Extension data into either StaticData or RuntimeDatampcomplete@chromium.org2010-10-181-1/+1
* Indicate if window is closing in tabs.onRemoved callbackjstritar@chromium.org2010-10-156-8/+19
* Address sky's post-commit comments for my phantom tab removal change.andybons@chromium.org2010-10-063-23/+9
* Rip out phantom tabs and corresponding unit tests.andybons@chromium.org2010-10-029-421/+41
* Adds a virtual destructor to the TabHandler class.hbono@chromium.org2010-09-291-1/+2
* Create a TabHandler object to decouple Browser from TabStripModel API.ben@chromium.org2010-09-283-0/+322
* Revert 60821 (build break) - Create a TabHandler object to decouple Browser f...willchan@chromium.org2010-09-283-320/+0
* Create a TabHandler object to decouple Browser from TabStripModel API.ben@chromium.org2010-09-283-0/+320
* Disables "Bookmark all tabs" item in the tab contex menu.altimofeev@chromium.org2010-09-221-1/+2
* Moves TabStripModelObserver/Delegate into their own headers.sky@chromium.org2010-09-167-313/+345
* Fix SessionStoragejorlow@chromium.org2010-09-141-3/+3
* Changes TabStripModel to send out selection notification when thesky@chromium.org2010-09-092-1/+64
* Mac: Try to get tabpose unit tests working again.thakis@chromium.org2010-09-091-7/+8
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* FBTF: Minor cleanup to testing headers.erg@google.com2010-08-252-0/+3
* FBTF: Header cleanup in chrome/common part 2. The majority of the changed filesjhawkins@chromium.org2010-08-201-0/+1
* Remove all wstrings from the IPC logging subsystem.erg@google.com2010-08-181-0/+2
* Remove deprecated wstring Get(As)String() methods from Value, etc.viettrungluu@chromium.org2010-08-161-2/+2
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-151-1/+0
* Clone of issue 2941001. See initial review below.twiz@google.com2010-08-122-0/+4
* Adds support for showing the match preview on views. It's behind thesky@chromium.org2010-08-112-9/+71
* Minor header cleanup of chrome/browser/[st]*/*.h minus c/b/sync/*.h.viettrungluu@chromium.org2010-08-063-3/+0
* When dropping a tab torn from a maximized window, inherit the restored size a...pkasting@chromium.org2010-08-023-16/+4
* Revert 54560 - nick@chromium.org2010-08-022-4/+0
* Change removing method, GetBrowser from TabContentsDelegate, as this was brea...twiz@google.com2010-08-022-0/+4
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-264-0/+4
* Add undeclared virtual destructors.ziadh@chromium.org2010-07-241-0/+6
* Makes app tabs always pinned and unpinable.sky@chromium.org2010-07-233-11/+18
* Attemp 2 at:sky@chromium.org2010-07-213-60/+0
* Revert 53062 - Makes the toolbar visible for apps again. Here's the set of pa...pinkerton@chromium.org2010-07-203-0/+60
* Makes the toolbar visible for apps again. Here's the set of patches Isky@chromium.org2010-07-203-60/+0
* 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