index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
tabs
/
tab_strip_model_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make SystemMonitor not a Singleton and move it out of base
phajdan.jr@chromium.org
2009-11-26
1
-0
/
+5
*
Makes inactive pinned tabs on linux throb when the title changes. I
sky@chromium.org
2009-10-23
1
-2
/
+2
*
More style nits.
erg@google.com
2009-10-14
1
-2
/
+2
*
* Add ctrl-shift-d to bookmark all tabs.
pkasting@chromium.org
2009-10-08
1
-0
/
+1
*
Adds the ability to create a bookmark folder populated with a bookmark
sky@chromium.org
2009-10-08
1
-0
/
+1
*
Any time we are shutting down a tab, try to use fast shutdown.
estade@chromium.org
2009-10-02
1
-3
/
+72
*
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
*
Cleaning up lines longer than 80 chars under src/chrome/browser.
mark@chromium.org
2009-08-17
1
-4
/
+6
*
Adds tab pinning to TabStripModel. This is just the model side of
sky@chromium.org
2009-07-08
1
-2
/
+254
*
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
/
+4
*
Do some refactoring of renderer_host.
brettw@chromium.org
2009-07-06
1
-1
/
+1
*
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
*
Reverting 15399.
maruel@chromium.org
2009-05-06
1
-0
/
+2
*
Change Browser::GetIndexOfController to GetIndexOfTabContents. Now that we
brettw@chromium.org
2009-05-06
1
-2
/
+0
*
honor index in createTab()
rafaelw@chromium.org
2009-05-06
1
-42
/
+52
*
Move scoped_vector.h and stl_util-inl.h to base/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
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
-2
/
+16
*
Reverting 14948.
jcampan@chromium.org
2009-04-30
1
-16
/
+2
*
Closing the last tab with a download in-progress would cause the tab to be
jcampan@chromium.org
2009-04-30
1
-2
/
+16
*
Re-land my change to clean up TabContents/WebContents ownership. This
brettw@chromium.org
2009-04-20
1
-15
/
+13
*
Reverting 14005.
brettw@chromium.org
2009-04-18
1
-11
/
+13
*
Fix the ownership model of TabContents and NavigationController. Previously the
brettw@chromium.org
2009-04-18
1
-13
/
+11
*
ad an argument to MoveTabContentsAt() that switches whether the moved tab is ...
rafaelw@chromium.org
2009-04-16
1
-2
/
+16
*
Remove TabContnetsType from everywhere.
brettw@chromium.org
2009-04-15
1
-46
/
+13
*
Added undo tab closing item to Tab menu.
idanan@chromium.org
2009-04-14
1
-0
/
+2
*
Re-land popup routing fix for browser.
ben@chromium.org
2009-04-07
1
-10
/
+3
*
Make the RenderViewHostFactory a global. This prevents us from having to pass
brettw@chromium.org
2009-04-07
1
-1
/
+1
*
Remove more reliance on tab contents types.
brettw@chromium.org
2009-04-05
1
-116
/
+32
*
Make the throbber throb sooner after you navigate. This fixes the new tab page,
brettw@chromium.org
2009-04-04
1
-2
/
+3
*
Allow live tabs to be dragged out of a window. Change TabStripModel such that
pinkerton@chromium.org
2009-03-26
1
-4
/
+6
*
Merge DOMUIContents into WebContents.
brettw@chromium.org
2009-03-17
1
-2
/
+4
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
1
-1
/
+0
*
NO CODE CHANGE.
maruel@google.com
2009-03-05
1
-1
/
+2
*
Remove the TAB_CONTENTS_NEW_TAB_UI tab contents type. This was not actually used
brettw@chromium.org
2009-03-05
1
-1
/
+1
*
Coalesce more hardcoded schemes to using predefined constants.
brettw@chromium.org
2009-02-26
1
-1
/
+2
*
Enable history and downloads by default, port NewTabUI from DOMUIHost to DOMUI.
glen@chromium.org
2009-02-25
1
-2
/
+2
*
Move opener/group relationship forgetting on navigation into TabStripModel fr...
ben@chromium.org
2009-02-10
1
-0
/
+99
*
Porting profiles to the Mac.
avi@chromium.org
2009-01-28
1
-2
/
+3
*
Make sure the TabStripModelDelegate can never be NULL.
ben@chromium.org
2009-01-24
1
-49
/
+59
*
Two things:
ben@chromium.org
2009-01-24
1
-0
/
+4
*
Move a bunch of TabContents related files into a tab_contents subdir
ben@chromium.org
2009-01-15
1
-4
/
+4
*
Adds various docking positions when dragging around a tab. I've added
sky@google.com
2008-11-20
1
-1
/
+3
*
Rewire the throbber so that the timer for updating lives on BrowserView, not ...
ben@chromium.org
2008-11-14
1
-1
/
+0
*
fix bustage
ben@chromium.org
2008-11-14
1
-1
/
+1
*
Fix build bustage:
ben@chromium.org
2008-11-14
1
-1
/
+1
*
Re-do the way browser windows are shown:
ben@chromium.org
2008-11-14
1
-0
/
+1
*
Cleanup and rearrange methods on BrowserWindow interface.
beng@google.com
2008-11-11
1
-1
/
+0
[next]