| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix an erroneous set of tab change notifications sent whenever closing a tab ... | pkasting@chromium.org | 2009-10-16 | 1 | -3/+3 |
* | Add histogram for how tab closing time. Did some cleanup along the way. Mov... | jam@chromium.org | 2009-10-14 | 1 | -9/+8 |
* | More style nits. | erg@google.com | 2009-10-14 | 1 | -2/+2 |
* | Header dependency cleanup in chrome/ | phajdan.jr@chromium.org | 2009-10-12 | 1 | -0/+1 |
* | * Add ctrl-shift-d to bookmark all tabs. | pkasting@chromium.org | 2009-10-08 | 3 | -4/+6 |
* | Adds the ability to create a bookmark folder populated with a bookmark | sky@chromium.org | 2009-10-08 | 3 | -0/+19 |
* | Any time we are shutting down a tab, try to use fast shutdown. | estade@chromium.org | 2009-10-02 | 3 | -48/+160 |
* | Fix deadlock when plugin puts an alert and right afterwards the browser proce... | jam@chromium.org | 2009-09-28 | 1 | -2/+2 |
* | Allow the initial size of TabContentViews to be based on the | tony@chromium.org | 2009-09-25 | 1 | -2/+2 |
* | Add keyboard shortcuts to reorder tabs left or right on Linux. | tony@chromium.org | 2009-09-14 | 2 | -0/+14 |
* | Fix my change to flashing tab | cpu@chromium.org | 2009-09-10 | 1 | -2/+1 |
* | Fix for the flashing of the front tab. | cpu@chromium.org | 2009-09-09 | 1 | -1/+7 |
* | 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 |
* | Cleaning up lines longer than 80 chars under src/chrome/browser. | mark@chromium.org | 2009-08-17 | 1 | -4/+6 |
* | Reland r23358 with a fix for linux unit_tests: | tony@chromium.org | 2009-08-13 | 1 | -0/+14 |
* | Revert "Better location for setting the size of tab contents. This should" | tony@chromium.org | 2009-08-13 | 1 | -14/+0 |
* | Better location for setting the size of tab contents. This should | tony@chromium.org | 2009-08-13 | 1 | -0/+14 |
* | Wires up restoring pinned tabs for session and tab restore | sky@chromium.org | 2009-07-14 | 2 | -14/+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 | 4 | -42/+429 |
* | Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s... | ben@chromium.org | 2009-07-07 | 2 | -0/+14 |
* | Do some refactoring of renderer_host. | brettw@chromium.org | 2009-07-06 | 1 | -1/+1 |
* | Make sure tabs open on the left like normal. | brettw@chromium.org | 2009-07-01 | 1 | -4/+0 |
* | Implement the default tab opening behavior. Fix some linux build issues by ad... | brettw@chromium.org | 2009-06-15 | 1 | -0/+5 |
* | Refactor the titlebar code into its own class because it's getting big | tc@google.com | 2009-06-12 | 1 | -1/+0 |
* | Fix mac build. | tc@google.com | 2009-06-02 | 1 | -1/+0 |
* | Port 2 more unittests to linux/mac. Just some small compiler warnings. | tc@google.com | 2009-06-02 | 1 | -5/+3 |
* | 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 | 2 | -1/+11 |
* | Reverting 15399. | maruel@chromium.org | 2009-05-06 | 4 | -1/+18 |
* | Change Browser::GetIndexOfController to GetIndexOfTabContents. Now that we | brettw@chromium.org | 2009-05-06 | 4 | -18/+1 |
* | honor index in createTab() | rafaelw@chromium.org | 2009-05-06 | 3 | -48/+65 |
* | Move scoped_vector.h and stl_util-inl.h to base/ | ben@chromium.org | 2009-05-05 | 2 | -2/+2 |
* | 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 | 2 | -4/+4 |
* | Relanding this, it was missing the Mac unit-test change, that was breaking th... | jcampan@chromium.org | 2009-04-30 | 3 | -8/+29 |
* | Reverting 14948. | jcampan@chromium.org | 2009-04-30 | 3 | -29/+8 |
* | Closing the last tab with a download in-progress would cause the tab to be | jcampan@chromium.org | 2009-04-30 | 3 | -8/+29 |
* | Searching by keyword now generates a visit against the site with a | sky@chromium.org | 2009-04-27 | 1 | -0/+1 |
* | Re-land my change to clean up TabContents/WebContents ownership. This | brettw@chromium.org | 2009-04-20 | 3 | -33/+29 |
* | Reverting 14005. | brettw@chromium.org | 2009-04-18 | 3 | -27/+31 |
* | Fix the ownership model of TabContents and NavigationController. Previously the | brettw@chromium.org | 2009-04-18 | 3 | -31/+27 |
* | Due to some crashes in teardown, change NotificationObservers | mbelshe@google.com | 2009-04-17 | 2 | -5/+5 |
* | ad an argument to MoveTabContentsAt() that switches whether the moved tab is ... | rafaelw@chromium.org | 2009-04-16 | 3 | -5/+30 |
* | Remove TabContnetsType from everywhere. | brettw@chromium.org | 2009-04-15 | 3 | -68/+13 |
* | Remove TabContentsType from the NavigationController external interface and in | brettw@chromium.org | 2009-04-15 | 1 | -2/+2 |
* | Added undo tab closing item to Tab menu. | idanan@chromium.org | 2009-04-14 | 3 | -0/+17 |
* | Re-land popup routing fix for browser. | ben@chromium.org | 2009-04-07 | 3 | -33/+7 |
* | Clarify the documentation for loading_only on TabRenderer::UpdateData. | brettw@chromium.org | 2009-04-07 | 1 | -0/+13 |