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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
browser: Move the tabs directory into ui.
tfarina@chromium.org
2012-05-11
1
-693
/
+0
*
TabContents -> WebContentsImpl, part 21.
avi@chromium.org
2012-04-17
1
-74
/
+78
*
Modified TabStripModel to send the tab deactivation event before the active t...
aaron.randolph@gmail.com
2012-04-03
1
-10
/
+23
*
Add abstractions that let embedders drive tests of WebContents, without expos...
joi@chromium.org
2012-03-22
1
-1
/
+0
*
Add openerTabId to chrome.tabs.create and chrome.tabs.update.
jstritar@chromium.org
2012-01-28
1
-1
/
+7
*
Convert WebContents to return a content::NavigationController instead of the ...
jam@chromium.org
2012-01-04
1
-14
/
+17
*
Convert all the notifications which use NavigationController to content::Navi...
jam@chromium.org
2012-01-03
1
-1
/
+3
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
1
-3
/
+7
*
Move the remaining TabContents methods to the WebContents interface, switchin...
jam@chromium.org
2011-12-22
1
-1
/
+1
*
Move TabContentsDelegate to content/public/browser and put it in the content ...
tfarina@chromium.org
2011-12-20
1
-1
/
+1
*
Add OVERRIDE to chrome/browser/.
avi@chromium.org
2011-11-21
1
-1
/
+1
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-7
/
+7
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
1
-3
/
+3
*
CrOS - Allow tabs to be discarded then reloaded to save memory.
jamescook@chromium.org
2011-10-07
1
-3
/
+17
*
views: remove vertical tabs
thakis@chromium.org
2011-10-06
1
-5
/
+0
*
Multi-tab: Enabling dragging multiple tabs on Linux.
dpapad@chromium.org
2011-10-04
1
-0
/
+4
*
Reverts debugging code. It's not getting hit, nor is the crash. Go
sky@chromium.org
2011-09-13
1
-20
/
+0
*
Add some more temporary instrumentation for diagnosing bug 93747.
eroman@chromium.org
2011-09-02
1
-1
/
+19
*
Revert 99295 - Add some more temporary instrumentation for diagnosing bug 93747.
rtenneti@chromium.org
2011-09-02
1
-19
/
+1
*
Add some more temporary instrumentation for diagnosing bug 93747.
eroman@chromium.org
2011-09-02
1
-1
/
+19
*
Another round of debugging code. This time to TabStripModel. It seems
sky@chromium.org
2011-08-29
1
-0
/
+2
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-1
/
+1
*
Multi-tab: Adding new Notification when tab selection changes (again).
dpapad@chromium.org
2011-06-23
1
-9
/
+16
*
Revert 89752 - Multi-tab: Adding new Notification when tab selection changes.
dpapad@chromium.org
2011-06-20
1
-16
/
+9
*
Multi-tab: Adding new Notification when tab selection changes.
dpapad@chromium.org
2011-06-20
1
-9
/
+16
*
Multi-tab: Renaming TabStripModel::GetSelectedTabContents to GetActiveTabCont...
dpapad@chromium.org
2011-06-09
1
-3
/
+2
*
Multi-tab: Renaming NotifySelectionChanged to NotifyActiveTabChanged
dpapad@chromium.org
2011-05-31
1
-3
/
+3
*
The initial prototype code for the compact navigation (cnav) prototype, curre...
stevet@chromium.org
2011-05-11
1
-0
/
+5
*
Revert 84831 - The initial prototype code for the compact navigation (cnav) p...
bradnelson@google.com
2011-05-10
1
-5
/
+0
*
The initial prototype code for the compact navigation (cnav) prototype, curre...
stevet@chromium.org
2011-05-10
1
-0
/
+5
*
chromeos: fix bug where "aw snap" page replaces first tab if it was a NTP whe...
kuan@chromium.org
2011-04-26
1
-1
/
+2
*
More TabStripModel renaming:
sky@chromium.org
2011-04-18
1
-10
/
+9
*
Renames TabStripModel and Browser's selected_index to
sky@chromium.org
2011-04-12
1
-4
/
+2
*
Get rid of extensions dependency from content\browser.
jam@chromium.org
2011-04-04
1
-2
/
+2
*
Adds flag for selecting different sets of tabs in the tab strip.
sky@chromium.org
2011-03-23
1
-3
/
+9
*
Makes control-shift clicks on the tabstrip work. In particular
sky@chromium.org
2011-03-21
1
-0
/
+4
*
Updates TabStripModel context menu commands to deal with multiple
sky@chromium.org
2011-03-17
1
-5
/
+21
*
Move the remaining files in chrome\common to content\common.
jam@chromium.org
2011-03-17
1
-1
/
+1
*
Further tweaks to TabStripModel::MoveSelectedTabsTo.
sky@chromium.org
2011-03-10
1
-0
/
+12
*
Remove the notification stub files.
tfarina@chromium.org
2011-03-10
1
-2
/
+2
*
Creates TabStripSelectionModel and moves some functionality to
sky@chromium.org
2011-03-09
1
-12
/
+40
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
1
-3
/
+3
*
Attempt at fixing crash in tab code. It appears that we end up in a
sky@chromium.org
2011-01-19
1
-0
/
+3
*
Makes instant run before unload listeners.
sky@chromium.org
2010-12-08
1
-3
/
+5
*
views: Show accelerators in tabstrip context menu.
sadrul@chromium.org
2010-11-24
1
-0
/
+4
*
Make pink's TabContentsWrapper change compile on Windows.
ben@chromium.org
2010-11-18
1
-22
/
+34
*
Address sky's post-commit comments for my phantom tab removal change.
andybons@chromium.org
2010-10-06
1
-4
/
+0
*
Rip out phantom tabs and corresponding unit tests.
andybons@chromium.org
2010-10-02
1
-53
/
+6
*
Moves TabStripModelObserver/Delegate into their own headers.
sky@chromium.org
2010-09-16
1
-253
/
+2
*
FBTF: Header cleanup in chrome/common part 2. The majority of the changed files
jhawkins@chromium.org
2010-08-20
1
-0
/
+1
[next]