| Commit message (Expand) | Author | Age | Files | Lines |
* | More TabStripModel renaming: | sky@chromium.org | 2011-04-18 | 1 | -10/+9 |
* | Renames TabStripModel and Browser's selected_index to | sky@chromium.org | 2011-04-12 | 1 | -4/+2 |
* | Get rid of extensions dependency from content\browser. | jam@chromium.org | 2011-04-04 | 1 | -2/+2 |
* | Adds flag for selecting different sets of tabs in the tab strip. | sky@chromium.org | 2011-03-23 | 1 | -3/+9 |
* | Makes control-shift clicks on the tabstrip work. In particular | sky@chromium.org | 2011-03-21 | 1 | -0/+4 |
* | Updates TabStripModel context menu commands to deal with multiple | sky@chromium.org | 2011-03-17 | 1 | -5/+21 |
* | Move the remaining files in chrome\common to content\common. | jam@chromium.org | 2011-03-17 | 1 | -1/+1 |
* | Further tweaks to TabStripModel::MoveSelectedTabsTo. | sky@chromium.org | 2011-03-10 | 1 | -0/+12 |
* | Remove the notification stub files. | tfarina@chromium.org | 2011-03-10 | 1 | -2/+2 |
* | Creates TabStripSelectionModel and moves some functionality to | sky@chromium.org | 2011-03-09 | 1 | -12/+40 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 1 | -3/+3 |
* | Attempt at fixing crash in tab code. It appears that we end up in a | sky@chromium.org | 2011-01-19 | 1 | -0/+3 |
* | Makes instant run before unload listeners. | sky@chromium.org | 2010-12-08 | 1 | -3/+5 |
* | views: Show accelerators in tabstrip context menu. | sadrul@chromium.org | 2010-11-24 | 1 | -0/+4 |
* | Make pink's TabContentsWrapper change compile on Windows. | ben@chromium.org | 2010-11-18 | 1 | -22/+34 |
* | Address sky's post-commit comments for my phantom tab removal change. | andybons@chromium.org | 2010-10-06 | 1 | -4/+0 |
* | Rip out phantom tabs and corresponding unit tests. | andybons@chromium.org | 2010-10-02 | 1 | -53/+6 |
* | Moves TabStripModelObserver/Delegate into their own headers. | sky@chromium.org | 2010-09-16 | 1 | -253/+2 |
* | FBTF: Header cleanup in chrome/common part 2. The majority of the changed files | jhawkins@chromium.org | 2010-08-20 | 1 | -0/+1 |
* | Clone of issue 2941001. See initial review below. | twiz@google.com | 2010-08-12 | 1 | -0/+3 |
* | Adds support for showing the match preview on views. It's behind the | sky@chromium.org | 2010-08-11 | 1 | -1/+36 |
* | Minor header cleanup of chrome/browser/[st]*/*.h minus c/b/sync/*.h. | viettrungluu@chromium.org | 2010-08-06 | 1 | -1/+0 |
* | When dropping a tab torn from a maximized window, inherit the restored size a... | pkasting@chromium.org | 2010-08-02 | 1 | -7/+2 |
* | Revert 54560 - | nick@chromium.org | 2010-08-02 | 1 | -3/+0 |
* | Change removing method, GetBrowser from TabContentsDelegate, as this was brea... | twiz@google.com | 2010-08-02 | 1 | -0/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Add undeclared virtual destructors. | ziadh@chromium.org | 2010-07-24 | 1 | -0/+6 |
* | Makes app tabs always pinned and unpinable. | sky@chromium.org | 2010-07-23 | 1 | -1/+2 |
* | Attemp 2 at: | sky@chromium.org | 2010-07-21 | 1 | -7/+0 |
* | Revert 53062 - Makes the toolbar visible for apps again. Here's the set of pa... | pinkerton@chromium.org | 2010-07-20 | 1 | -0/+7 |
* | Makes the toolbar visible for apps again. Here's the set of patches I | sky@chromium.org | 2010-07-20 | 1 | -7/+0 |
* | Move implementation from header to source. | erg@chromium.org | 2010-07-15 | 1 | -16/+14 |
* | chromeos: except when signing off, disallow closing of last NTP of last non-i... | kuan@chromium.org | 2010-07-14 | 1 | -0/+13 |
* | Remove "Close tabs opened by this tab". | pkasting@chromium.org | 2010-07-12 | 1 | -1/+0 |
* | Makes all tabs openned from the omnibox inherit the opener of the | sky@chromium.org | 2010-07-01 | 1 | -4/+6 |
* | GTK: Cleanups to the new wrench menu. | erg@chromium.org | 2010-06-30 | 1 | -0/+4 |
* | Attempt 2 at Moving Browser::AddTypes to TabStripModel. The first | sky@chromium.org | 2010-06-28 | 1 | -22/+38 |
* | Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarily | sky@chromium.org | 2010-06-24 | 1 | -38/+22 |
* | Moves Browser::AddTypes to TabStripModel. This patch is primarily | sky@chromium.org | 2010-06-24 | 1 | -22/+38 |
* | Add a context menu item to toggle app tab toolbars. | aa@chromium.org | 2010-06-06 | 1 | -0/+7 |
* | Adds ability to determine if a tab was explicitly closed by the | sky@chromium.org | 2010-05-21 | 1 | -12/+24 |
* | Refactors TabStrip code for better sharing between TabStrip and | sky@chromium.org | 2010-05-13 | 1 | -1/+1 |
* | Move the refocus check so that the ntp code path hits it. | skerner@chromium.org | 2010-05-11 | 1 | -2/+2 |
* | Adds ability for newly inserted tabs to appear before other tabs. I'll | sky@chromium.org | 2010-05-03 | 1 | -3/+22 |
* | Attempt 2 at relanding your patch. I believe the problem was the removal of t... | sky@chromium.org | 2010-04-30 | 1 | -0/+11 |
* | Revert 45906 - Relands your patch to have an option for enabling vertical tab... | sky@chromium.org | 2010-04-29 | 1 | -11/+0 |
* | Relands your patch to have an option for enabling vertical tabs. I've | sky@chromium.org | 2010-04-29 | 1 | -0/+11 |
* | Revert 45065 - Relanding this. Originally landed as http://codereview.chromiu... | ben@chromium.org | 2010-04-20 | 1 | -11/+0 |
* | Re-landing this. Originally landed as http://codereview.chromium.org/1001003 ... | ben@chromium.org | 2010-04-20 | 1 | -0/+11 |
* | Fixes bug where highlighting the close XXX menu items in the context | sky@chromium.org | 2010-03-26 | 1 | -3/+5 |