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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow dragging a link from the web contents to the bookmark bar to get a name...
estade@chromium.org
2009-07-17
2
-4
/
+4
*
gtk: Handle RTL layout when rendering the dragged tab.
jhawkins@chromium.org
2009-07-16
1
-2
/
+5
*
GTK Themes: Tint throbbers like we tint all other buttons in the interface.
erg@google.com
2009-07-15
8
-50
/
+105
*
Revert "GTK Themes: Tint throbbers like we tint all other buttons in the inte...
erg@google.com
2009-07-15
7
-78
/
+41
*
GTK Themes: Tint throbbers like we tint all other buttons in the interface.
erg@google.com
2009-07-15
7
-41
/
+78
*
gtk: Remove two calls to Update that are unnecessary. When we layout the dra...
jhawkins@chromium.org
2009-07-15
1
-2
/
+0
*
gtk: Handle RTL layout when positioning the tab strip drop arrow.
jhawkins@chromium.org
2009-07-15
1
-1
/
+1
*
Makes it so that if you drag a tab to the left edge of the tab strip
sky@chromium.org
2009-07-15
2
-10
/
+76
*
Wires up restoring pinned tabs for session and tab restore
sky@chromium.org
2009-07-14
1
-6
/
+4
*
GTK Themes: Refactored to use notifications instead of manual plumbing.
erg@google.com
2009-07-13
2
-18
/
+31
*
Adds rendering and dragging of pinned tabs to gtk.
sky@chromium.org
2009-07-13
9
-143
/
+681
*
Remove svn:executable property from some more files that don't need it.
thestig@chromium.org
2009-07-10
2
-0
/
+0
*
Fix a few issues with the drop arrow in the Linux tab strip:
jhawkins@chromium.org
2009-07-10
2
-26
/
+19
*
Convert some stuff to string16 so the toolkit_views build can build again
ben@chromium.org
2009-07-10
2
-9
/
+10
*
Improve performance of dragged tab renderering.
estade@chromium.org
2009-07-09
2
-91
/
+82
*
Adds code to position the tab overview button during animations. It
sky@chromium.org
2009-07-09
2
-2
/
+16
*
Use the calculated dragged tab bounds when rendering the screenshot into the ...
jhawkins@chromium.org
2009-07-09
1
-3
/
+2
*
Fix the Linux tab strip zone calculation when using the skyline. We are look...
jhawkins@chromium.org
2009-07-09
1
-2
/
+3
*
Initialize dragged tab backing store to null.
estade@chromium.org
2009-07-09
1
-1
/
+2
*
Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.
brettw@chromium.org
2009-07-08
2
-9
/
+9
*
GTK Themes: Use the correct text color in the tab strip.
erg@google.com
2009-07-08
4
-4
/
+39
*
Popup changes
davemoore@chromium.org
2009-07-07
1
-1
/
+1
*
GTK: Initial implementation of using GTK themes, partially based on evan's CL...
erg@google.com
2009-07-03
2
-2
/
+2
*
Adds user metrics for tab overview.
sky@chromium.org
2009-07-01
1
-0
/
+4
*
More new tab button tweaks. I'm leaving tab_start_x as I suspect I'm
sky@chromium.org
2009-07-01
1
-15
/
+5
*
More web contents dragging.
estade@chromium.org
2009-06-29
2
-7
/
+8
*
Two fixes for tab dragging in gtk:
jhawkins@chromium.org
2009-06-29
1
-0
/
+6
*
GTK DND:
estade@chromium.org
2009-06-29
2
-36
/
+13
*
Fix two issues with Drag-N-Drop in gtk tabstrip:
jhawkins@chromium.org
2009-06-26
2
-2
/
+37
*
Changes the image used for the new tab button.
sky@chromium.org
2009-06-26
1
-0
/
+8
*
Paint the spy guy.
estade@chromium.org
2009-06-25
2
-4
/
+9
*
Update WebKit to 45111 and Skia to 239
amanda@chromium.org
2009-06-25
1
-1
/
+1
*
Syncs to latest messages and makes tab overview button work.
sky@chromium.org
2009-06-23
1
-2
/
+17
*
Add Linux support for getting the thumbnail and wire into the switcher.
brettw@chromium.org
2009-06-23
1
-5
/
+3
*
Handle RTL layout in the gtk tabstrip.
jhawkins@chromium.org
2009-06-23
2
-21
/
+29
*
Bring the potential drag destination window to the front when the mouse moves...
jhawkins@chromium.org
2009-06-23
1
-1
/
+27
*
Hide the window frame when the last tab is dragged out of a tabstrip.
jhawkins@chromium.org
2009-06-22
2
-3
/
+27
*
Add the ability to resize the window when over the custom frame.
tc@google.com
2009-06-22
1
-4
/
+3
*
Remove ourselves as a message loop observer in the tabstrip destructor to cat...
jhawkins@chromium.org
2009-06-19
1
-0
/
+4
*
Render the dragged tab contents when detaching a tab from the tabstrip in gtk.
jhawkins@chromium.org
2009-06-19
3
-19
/
+145
*
Handle middle click on gtk tab close button.
mattm@chromium.org
2009-06-19
2
-0
/
+19
*
Fix tab strip paint regression for tabs other than the first tab.
tc@google.com
2009-06-18
1
-1
/
+1
*
Make the tabstrip transparent (doesn't paint a background) by
tc@google.com
2009-06-18
3
-30
/
+7
*
Set the gtk drag icon to a 1x1 transparent pixbuf so we don't get the default...
jhawkins@chromium.org
2009-06-18
1
-0
/
+8
*
Adds the tab overview button to the tab strip.
sky@chromium.org
2009-06-17
2
-0
/
+51
*
Fixes bug where creating new tabs on linux would momentarily flash the
sky@chromium.org
2009-06-17
1
-0
/
+4
*
Refactor the PlatformContext layer to have only one class.
brettw@chromium.org
2009-06-14
2
-2
/
+3
*
Refactor the titlebar code into its own class because it's getting big
tc@google.com
2009-06-12
2
-117
/
+0
*
Fix themed toolbar drawing following tabstrip changes.
estade@chromium.org
2009-06-12
2
-0
/
+20
*
UI tweaks for the tab strip on linux.
sky@chromium.org
2009-06-11
2
-2
/
+18
[next]