| Commit message (Expand) | Author | Age | Files | Lines |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | Multi-tab: Adding new Notification when tab selection changes (again). | dpapad@chromium.org | 2011-06-23 | 1 | -9/+16 |
* | Revert 89752 - Multi-tab: Adding new Notification when tab selection changes. | dpapad@chromium.org | 2011-06-20 | 1 | -16/+9 |
* | Multi-tab: Adding new Notification when tab selection changes. | dpapad@chromium.org | 2011-06-20 | 1 | -9/+16 |
* | Multi-tab: Renaming TabStripModel::GetSelectedTabContents to GetActiveTabCont... | dpapad@chromium.org | 2011-06-09 | 1 | -3/+2 |
* | Multi-tab: Renaming NotifySelectionChanged to NotifyActiveTabChanged | dpapad@chromium.org | 2011-05-31 | 1 | -3/+3 |
* | The initial prototype code for the compact navigation (cnav) prototype, curre... | stevet@chromium.org | 2011-05-11 | 1 | -0/+5 |
* | Revert 84831 - The initial prototype code for the compact navigation (cnav) p... | bradnelson@google.com | 2011-05-10 | 1 | -5/+0 |
* | The initial prototype code for the compact navigation (cnav) prototype, curre... | stevet@chromium.org | 2011-05-10 | 1 | -0/+5 |
* | chromeos: fix bug where "aw snap" page replaces first tab if it was a NTP whe... | kuan@chromium.org | 2011-04-26 | 1 | -1/+2 |
* | 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 |