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
/
gtk
/
tabs
/
tab_strip_gtk.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move chrome/browser/gtk/ to chrome/browser/ui/gtk/
msw@chromium.org
2011-01-14
1
-2063
/
+0
*
Changes instant so that the newly created tab has a new id. Doing
sky@chromium.org
2011-01-11
1
-1
/
+2
*
Move animation code to new ui/base/animation directory.
ben@chromium.org
2011-01-07
1
-17
/
+17
*
Prevent extensions from moving tabs that are being dragged. This fixes a cras...
jstritar@chromium.org
2010-12-22
1
-0
/
+9
*
Add TEXT_PLAIN as a drag and drop target. And accept TEXT_PLAIN as a target a...
pinkerton@chromium.org
2010-12-13
1
-5
/
+19
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Make pink's TabContentsWrapper change compile on Windows.
ben@chromium.org
2010-11-18
1
-17
/
+20
*
Pulls AnimationDelegate out into its own header.
sky@chromium.org
2010-11-17
1
-0
/
+1
*
Cleanup: Include browser.h -> ui/browser.h [Part 4].
jhawkins@chromium.org
2010-11-17
1
-1
/
+1
*
Don't show tabbed options page or bookmarks manager in OTR browser window.
estade@chromium.org
2010-11-15
1
-23
/
+14
*
Add pinned property to tabs.update and create.
jstritar@chromium.org
2010-11-08
1
-1
/
+6
*
Rip out phantom tabs and corresponding unit tests.
andybons@chromium.org
2010-10-02
1
-5
/
+1
*
Moves TabStripModelObserver/Delegate into their own headers.
sky@chromium.org
2010-09-16
1
-0
/
+1
*
[GTK] Fix rtl tabstrip layout during window resize.
estade@chromium.org
2010-09-15
1
-11
/
+11
*
Move theme files in chrome/browser/ into a themes/ subdir.
evan@chromium.org
2010-08-25
1
-1
/
+1
*
revert r53268:
estade@chromium.org
2010-07-23
1
-7
/
+0
*
GTK: when closing a browser window, cancel the active drag session.
estade@chromium.org
2010-07-21
1
-0
/
+7
*
Nukes the nano tab style on gtk and brings back the toolbar for apps
sky@chromium.org
2010-07-17
1
-11
/
+0
*
Remove "Close tabs opened by this tab".
pkasting@chromium.org
2010-07-12
1
-4
/
+2
*
Reland -- Add tab menu item to show/hide toolbar for app tabs
rafaelw@chromium.org
2010-07-12
1
-0
/
+11
*
Revert "Add tab menu item to show/hide toolbar for app tabs"
rafaelw@chromium.org
2010-07-08
1
-11
/
+0
*
Add tab menu item to show/hide toolbar for app tabs
rafaelw@chromium.org
2010-07-08
1
-0
/
+11
*
Implement App Tabs for GTK
rafaelw@chromium.org
2010-07-02
1
-2
/
+6
*
Attempt 2 at Moving Browser::AddTypes to TabStripModel. The first
sky@chromium.org
2010-06-28
1
-4
/
+3
*
Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarily
sky@chromium.org
2010-06-24
1
-3
/
+4
*
Moves Browser::AddTypes to TabStripModel. This patch is primarily
sky@chromium.org
2010-06-24
1
-4
/
+3
*
Canvas refactoring part 2.
ben@chromium.org
2010-06-23
1
-1
/
+0
*
GTK: More signal macro usage.
erg@chromium.org
2010-05-28
1
-60
/
+46
*
Adds ability to determine if a tab was explicitly closed by the
sky@chromium.org
2010-05-21
1
-1
/
+3
*
Refactors animation to allow for cleaner subclassing. I'm doing this
sky@chromium.org
2010-05-05
1
-1
/
+1
*
Re-instate the temporary revert from r45267. That reverted certain
shess@chromium.org
2010-04-23
1
-22
/
+2
*
Temporarily revert certain Omnibox, toolbar, tab animations, and other
shess@chromium.org
2010-04-22
1
-2
/
+22
*
GTK: navigate to URL on PRIMARY when middle-clicking the location icon.
estade@chromium.org
2010-04-16
1
-22
/
+2
*
Fixes bug where highlighting the close XXX menu items in the context
sky@chromium.org
2010-03-26
1
-10
/
+5
*
Move app/gfx/canvas and app/gfx/font to gfx/.
ben@chromium.org
2010-03-23
1
-1
/
+1
*
Move RTL related functions from app/l10n_util to base/i18n/rtl
ben@chromium.org
2010-03-20
1
-2
/
+2
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
1
-1
/
+1
*
Move base/gfx contents to gfx/
ben@chromium.org
2010-03-14
1
-1
/
+1
*
Final removal of the bad dependency of chrome/common on chrome/browser
phajdan.jr@chromium.org
2010-03-10
1
-5
/
+5
*
Implements mini-tab support for linux.
sky@chromium.org
2010-03-05
1
-76
/
+287
*
GTK: fix a tab dragging crasher.
estade@chromium.org
2010-03-04
1
-2
/
+1
*
Next part of bad dependency removal (chrome/common -> chrome/browser)
phajdan.jr@chromium.org
2010-03-02
1
-2
/
+2
*
GTK: Change the vertical offsets in non-custom tab background images dependin...
erg@chromium.org
2010-02-23
1
-0
/
+7
*
Remove redundant casts in g_signal_connect() throughout all gtk code we have.
erg@chromium.org
2010-02-10
1
-9
/
+9
*
accept NETSCAPE_URL drags in gtk tabstrip
estade@chromium.org
2010-02-08
1
-3
/
+7
*
Adds Animation::CurrentValueBetween and gets rid of a bunch of
sky@chromium.org
2010-02-07
1
-21
/
+11
*
GTK: Fix tab strip width calculation for RTL
estade@chromium.org
2010-02-05
1
-1
/
+4
*
Adjusts tab strip model to deal with app tabs. There were a couple of
sky@chromium.org
2010-02-02
1
-186
/
+3
*
Tab-modal dialog improvements:
zelidrag@google.com
2010-01-15
1
-0
/
+7
[next]