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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a context menu item to toggle app tab toolbars.
aa@chromium.org
2010-06-06
1
-2
/
+54
*
Makes unpinning a phantom tab close it.
sky@chromium.org
2010-05-27
1
-2
/
+8
*
Adds ability to determine if a tab was explicitly closed by the
sky@chromium.org
2010-05-21
1
-14
/
+29
*
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
-3
/
+25
*
Attempt 2 at relanding your patch. I believe the problem was the removal of t...
sky@chromium.org
2010-04-30
1
-2
/
+25
*
Revert 45906 - Relands your patch to have an option for enabling vertical tab...
sky@chromium.org
2010-04-29
1
-23
/
+2
*
Relands your patch to have an option for enabling vertical tabs. I've
sky@chromium.org
2010-04-29
1
-2
/
+23
*
Revert 45065 - Relanding this. Originally landed as http://codereview.chromiu...
ben@chromium.org
2010-04-20
1
-24
/
+2
*
Re-landing this. Originally landed as http://codereview.chromium.org/1001003 ...
ben@chromium.org
2010-04-20
1
-2
/
+24
*
Fixes bug where highlighting the close XXX menu items in the context
sky@chromium.org
2010-03-26
1
-26
/
+29
*
UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.
evan@chromium.org
2010-03-23
1
-10
/
+25
*
Revert r42156, r42157, r42160. Allow dynamic switching in and out of sidetabs...
thestig@chromium.org
2010-03-20
1
-22
/
+2
*
Allow dynamic switching in and out of sidetabs mode.
ben@chromium.org
2010-03-19
1
-2
/
+22
*
Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.
willchan@chromium.org
2010-02-25
1
-5
/
+1
*
Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.
willchan@chromium.org
2010-02-24
1
-1
/
+5
*
Switch NetworkChangeNotifier implementations to use ObserverList.
willchan@chromium.org
2010-02-24
1
-5
/
+1
*
Fixes bug where close other tabs would not show the correct enabled
sky@chromium.org
2010-02-22
1
-2
/
+6
*
Fixes close other tabs regression. It needed to check overall tab
sky@chromium.org
2010-02-18
1
-1
/
+1
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2010-02-09
1
-1
/
+1
*
Fixes bug where we weren't sending out TabClosingAt when removing a
sky@chromium.org
2010-02-08
1
-13
/
+21
*
Fixes crash in making a tab phantom. Here was the sequence when making
sky@chromium.org
2010-02-08
1
-11
/
+15
*
Makes mini-tabs work on the UI side (at least for views). I still have
sky@chromium.org
2010-02-06
1
-13
/
+17
*
Yet more tab strip model changes. I'm hoping this is the last of
sky@chromium.org
2010-02-05
1
-48
/
+76
*
Tab strip model: Fix an off by one error where we do not check the first tab.
thestig@chromium.org
2010-02-05
1
-15
/
+10
*
Wires TabContents to app extensions.
sky@chromium.org
2010-02-05
1
-18
/
+59
*
Adjusts tab strip model to deal with app tabs. There were a couple of
sky@chromium.org
2010-02-02
1
-71
/
+59
*
Extension tweaks for phantom tabs. I did the following modifications:
sky@chromium.org
2010-01-23
1
-4
/
+1
*
Adds support for phantom tabs. A pinned tab becomes a phantom tab when
sky@chromium.org
2010-01-22
1
-28
/
+118
*
Tab-modal dialog improvements:
zelidrag@google.com
2010-01-15
1
-0
/
+14
*
Removes debugging code that proved unnecessary.
sky@chromium.org
2010-01-15
1
-21
/
+1
*
Fix a crash with application mode windows and extensions tab API.
asargent@chromium.org
2010-01-12
1
-2
/
+3
*
Forbid reloading the Inspector window.
apavlov@chromium.org
2009-12-25
1
-1
/
+7
*
Make View Source and Search Web For inherit group properly. Original patch b...
pkasting@chromium.org
2009-12-21
1
-7
/
+15
*
Use plain strings instead of wstrings for UMA actions
evan@chromium.org
2009-11-17
1
-10
/
+10
*
Fix jumping/resize/relayout of NTP/webpages when switching between NTP and an...
simonrad@chromium.org
2009-11-11
1
-4
/
+6
*
Adds more debugging code in hopes of figuring out why on dragging the
sky@chromium.org
2009-11-09
1
-1
/
+29
*
Makes inactive pinned tabs on linux throb when the title changes. I
sky@chromium.org
2009-10-23
1
-2
/
+3
*
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
*
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
1
-4
/
+1
*
Adds the ability to create a bookmark folder populated with a bookmark
sky@chromium.org
2009-10-08
1
-0
/
+14
*
Any time we are shutting down a tab, try to use fast shutdown.
estade@chromium.org
2009-10-02
1
-34
/
+78
*
Add keyboard shortcuts to reorder tabs left or right on Linux.
tony@chromium.org
2009-09-14
1
-0
/
+10
*
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
*
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
[next]