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
*
Remove "Close tabs opened by this tab".
pkasting@chromium.org
2010-07-12
1
-41
/
+0
*
Makes the TabStripModel delete any phantom tabcontents from its
sky@chromium.org
2010-07-01
1
-0
/
+41
*
Attempt 2 at Moving Browser::AddTypes to TabStripModel. The first
sky@chromium.org
2010-06-28
1
-73
/
+112
*
Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarily
sky@chromium.org
2010-06-24
1
-112
/
+73
*
Moves Browser::AddTypes to TabStripModel. This patch is primarily
sky@chromium.org
2010-06-24
1
-73
/
+112
*
Disables phantom tabs. I'm not nuking all the code as Nicholas/Glen thought w...
sky@chromium.org
2010-06-22
1
-0
/
+4
*
Add a context menu item to toggle app tab toolbars.
aa@chromium.org
2010-06-06
1
-0
/
+1
*
Adds ability to determine if a tab was explicitly closed by the
sky@chromium.org
2010-05-21
1
-21
/
+21
*
Rename all occurrences of "app extension" with "extension app" since we were ...
aa@chromium.org
2010-05-06
1
-4
/
+4
*
Adds ability for newly inserted tabs to appear before other tabs. I'll
sky@chromium.org
2010-05-03
1
-1
/
+47
*
Attempt 2 at relanding your patch. I believe the problem was the removal of t...
sky@chromium.org
2010-04-30
1
-0
/
+2
*
Revert 45906 - Relands your patch to have an option for enabling vertical tab...
sky@chromium.org
2010-04-29
1
-2
/
+0
*
Relands your patch to have an option for enabling vertical tabs. I've
sky@chromium.org
2010-04-29
1
-0
/
+2
*
Revert 45065 - Relanding this. Originally landed as http://codereview.chromiu...
ben@chromium.org
2010-04-20
1
-2
/
+0
*
Re-landing this. Originally landed as http://codereview.chromium.org/1001003 ...
ben@chromium.org
2010-04-20
1
-0
/
+2
*
Fixes bug where highlighting the close XXX menu items in the context
sky@chromium.org
2010-03-26
1
-0
/
+91
*
Revert r42156, r42157, r42160. Allow dynamic switching in and out of sidetabs...
thestig@chromium.org
2010-03-20
1
-2
/
+0
*
fix bustage
ben@chromium.org
2010-03-19
1
-0
/
+2
*
Resubmit 1025006: Refactor app-related manifest properties
aa@chromium.org
2010-03-19
1
-1
/
+1
*
Revert 42091 - Refactor apprelated manifest properties so that they don't
andybons@chromium.org
2010-03-19
1
-1
/
+1
*
Refactor app-related manifest properties so that they don't
aa@chromium.org
2010-03-19
1
-1
/
+1
*
Clean up phantom tabs that are leaked in the unit test.
tony@chromium.org
2010-03-05
1
-0
/
+3
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2010-02-09
1
-3
/
+4
*
Fixes crash in making a tab phantom. Here was the sequence when making
sky@chromium.org
2010-02-08
1
-8
/
+138
*
Yet more tab strip model changes. I'm hoping this is the last of
sky@chromium.org
2010-02-05
1
-4
/
+158
*
Wires TabContents to app extensions.
sky@chromium.org
2010-02-05
1
-2
/
+11
*
Adjusts tab strip model to deal with app tabs. There were a couple of
sky@chromium.org
2010-02-02
1
-182
/
+95
*
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
[next]