| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds more debugging code in hopes of figuring out why on dragging the | sky@chromium.org | 2009-11-09 | 1 | -0/+28 |
* | Makes inactive pinned tabs on linux throb when the title changes. I | sky@chromium.org | 2009-10-23 | 1 | -12/+18 |
* | * Add ctrl-shift-d to bookmark all tabs. | pkasting@chromium.org | 2009-10-08 | 1 | -0/+4 |
* | Adds the ability to create a bookmark folder populated with a bookmark | sky@chromium.org | 2009-10-08 | 1 | -0/+4 |
* | Any time we are shutting down a tab, try to use fast shutdown. | estade@chromium.org | 2009-10-02 | 1 | -11/+10 |
* | Add keyboard shortcuts to reorder tabs left or right on Linux. | tony@chromium.org | 2009-09-14 | 1 | -0/+4 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -16/+10 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -10/+16 |
* | Wires up restoring pinned tabs for session and tab restore | sky@chromium.org | 2009-07-14 | 1 | -3/+0 |
* | Nukes the 3 arg TabMoved variant in favor of the 4 arg variant. | sky@chromium.org | 2009-07-13 | 1 | -9/+1 |
* | Adds tab pinning to TabStripModel. This is just the model side of | sky@chromium.org | 2009-07-08 | 1 | -19/+70 |
* | Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s... | ben@chromium.org | 2009-07-07 | 1 | -0/+10 |
* | Refactor the titlebar code into its own class because it's getting big | tc@google.com | 2009-06-12 | 1 | -1/+0 |
* | Add a context menu to the tab strip. It appears when you click in the | tc@google.com | 2009-06-02 | 1 | -0/+1 |
* | Revert the Omnibox when changing tabs while its contents have been deleted. | pkasting@chromium.org | 2009-05-29 | 1 | -0/+5 |
* | Reverting 15399. | maruel@chromium.org | 2009-05-06 | 1 | -0/+4 |
* | Change Browser::GetIndexOfController to GetIndexOfTabContents. Now that we | brettw@chromium.org | 2009-05-06 | 1 | -4/+0 |
* | honor index in createTab() | rafaelw@chromium.org | 2009-05-06 | 1 | -4/+5 |
* | Fix a regression that the sad tab favicon is not displayed when a tab crashes. | brettw@chromium.org | 2009-05-04 | 1 | -1/+3 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -2/+2 |
* | Relanding this, it was missing the Mac unit-test change, that was breaking th... | jcampan@chromium.org | 2009-04-30 | 1 | -6/+10 |
* | Reverting 14948. | jcampan@chromium.org | 2009-04-30 | 1 | -10/+6 |
* | Closing the last tab with a download in-progress would cause the tab to be | jcampan@chromium.org | 2009-04-30 | 1 | -6/+10 |
* | Due to some crashes in teardown, change NotificationObservers | mbelshe@google.com | 2009-04-17 | 1 | -1/+4 |
* | ad an argument to MoveTabContentsAt() that switches whether the moved tab is ... | rafaelw@chromium.org | 2009-04-16 | 1 | -1/+4 |
* | Remove TabContnetsType from everywhere. | brettw@chromium.org | 2009-04-15 | 1 | -5/+0 |
* | Added undo tab closing item to Tab menu. | idanan@chromium.org | 2009-04-14 | 1 | -0/+7 |
* | Re-land popup routing fix for browser. | ben@chromium.org | 2009-04-07 | 1 | -6/+3 |
* | Clarify the documentation for loading_only on TabRenderer::UpdateData. | brettw@chromium.org | 2009-04-07 | 1 | -0/+13 |
* | Make the throbber throb sooner after you navigate. This fixes the new tab page, | brettw@chromium.org | 2009-04-04 | 1 | -3/+5 |
* | Allow live tabs to be dragged out of a window. Change TabStripModel such that | pinkerton@chromium.org | 2009-03-26 | 1 | -8/+20 |
* | Cleanup in chrome/browser | phajdan.jr@chromium.org | 2009-03-25 | 1 | -7/+7 |
* | Fix the tab strip controller to use a list of controllers rather than relying on | pinkerton@chromium.org | 2009-02-27 | 1 | -1/+3 |
* | Move opener/group relationship forgetting on navigation into TabStripModel fr... | ben@chromium.org | 2009-02-10 | 1 | -7/+18 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 1 | -1/+1 |
* | Make sure the TabStripModelDelegate can never be NULL. | ben@chromium.org | 2009-01-24 | 1 | -5/+5 |
* | Two things: | ben@chromium.org | 2009-01-24 | 1 | -13/+13 |
* | Move a bunch of TabContents related files into a tab_contents subdir | ben@chromium.org | 2009-01-15 | 1 | -1/+1 |
* | Adds various docking positions when dragging around a tab. I've added | sky@google.com | 2008-11-20 | 1 | -3/+7 |
* | Rewire the throbber so that the timer for updating lives on BrowserView, not ... | ben@chromium.org | 2008-11-14 | 1 | -16/+0 |
* | Rid most of the Browser object of HWND dependencies. | ben@chromium.org | 2008-11-14 | 1 | -6/+3 |
* | Re-do the way browser windows are shown: | ben@chromium.org | 2008-11-14 | 1 | -0/+3 |
* | Cleanup and rearrange methods on BrowserWindow interface. | beng@google.com | 2008-11-11 | 1 | -4/+0 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 1 | -0/+1 |
* | Convert SchedulePaint and a few other methods to use gfx types. | ben@chromium.org | 2008-10-17 | 1 | -1/+1 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Hook up the window icon for app windows, with a throbber etc. | beng@google.com | 2008-08-18 | 1 | -0/+4 |
* | Make tabs affected by context menu actions pulse. The effect is somewhat subt... | beng@google.com | 2008-08-07 | 1 | -0/+4 |
* | When a new tab is opened (either the new tab page via Ctrl+T or pressing the ... | beng@google.com | 2008-08-04 | 1 | -2/+16 |
* | Add a return value to InternalCloseTabContentsAt, indicating whether or not t... | beng@google.com | 2008-07-29 | 1 | -3/+8 |