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
*
ChromeFont->gfx::Font
beng@google.com
2009-05-15
2
-3
/
+3
*
Re-add tabstrip background rendering with support for themed backgrounds.
jhawkins@chromium.org
2009-05-13
2
-4
/
+18
*
This CL updates chrome to the latest version of skia, retrieved via DEPS, and
senorblanco@chromium.org
2009-05-13
1
-1
/
+1
*
Update the Linux tabstrip code to handle themes.
jhawkins@chromium.org
2009-05-12
4
-64
/
+106
*
To get things green:
glen@chromium.org
2009-05-09
1
-7
/
+8
*
Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla...
ben@chromium.org
2009-05-06
1
-1
/
+1
*
move chrome_font to app/gfx
ben@chromium.org
2009-05-06
1
-1
/
+1
*
Move chrome_canvas to app/gfx
ben@chromium.org
2009-05-06
2
-2
/
+2
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
3
-3
/
+3
*
Remove the no-longer used TabButtonGtk class.
jhawkins@chromium.org
2009-05-05
3
-201
/
+0
*
Implement Linux tabs as widgets. This moves tab input handling into the corr...
jhawkins@chromium.org
2009-05-05
8
-743
/
+967
*
Move *Animation to app/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Adds toplevel app/ directory and moves ResourceBundle into it.
ben@chromium.org
2009-05-05
3
-3
/
+3
*
Basic fullscreen mode for Linux, without the animated exit bubble.
thestig@chromium.org
2009-04-29
2
-0
/
+11
*
Close the hovered tab on middle mouse click in the Linux tabstrip.
jhawkins@chromium.org
2009-04-29
2
-5
/
+3
*
Fix the case where a previous tab is closing and the mouse is pressed on a ta...
jhawkins@chromium.org
2009-04-28
1
-1
/
+12
*
Always simulate a mouse movement after animations in the Linux tabstrip to ma...
jhawkins@chromium.org
2009-04-28
1
-23
/
+19
*
Fix a few crashes when trying to drag a closing tab.
jhawkins@chromium.org
2009-04-27
2
-4
/
+32
*
Fixes a gcc-4.3 warning in tab_strip_gtk.cc.
jhawkins@chromium.org
2009-04-27
1
-10
/
+2
*
Remove a function that is no longer used.
jhawkins@chromium.org
2009-04-23
1
-18
/
+0
*
Add initial support for dragging tabs in the Linux tab strip.
jhawkins@chromium.org
2009-04-23
2
-30
/
+431
*
GTK: Don't triple buffer the tab strip.
estade@chromium.org
2009-04-23
1
-0
/
+2
*
Remove a debugging change that was accidentally added to r14123.
jhawkins@chromium.org
2009-04-22
1
-1
/
+0
*
Handle a race between the remove tab animation resizing the closing tab and t...
jhawkins@chromium.org
2009-04-21
1
-1
/
+11
*
Make sure to free any remaining tabs on tabstrip destruction. There are two ...
jhawkins@chromium.org
2009-04-20
1
-0
/
+10
*
Make sure to delete the tab when we remove it from the tab strip. Also remov...
jhawkins@chromium.org
2009-04-16
1
-1
/
+5
*
Refactor the tab button logic into TabButtonGtk.
jhawkins@chromium.org
2009-04-16
8
-300
/
+388
*
Simplify TabGtk::ContextMenuController by adding methods to dynamically build...
jhawkins@chromium.org
2009-04-14
1
-60
/
+31
*
Implement context menu handling for the Linux tab strip.
jhawkins@chromium.org
2009-04-14
4
-9
/
+145
*
Fix a crash when the browser opens a popup window in Linux.
jhawkins@chromium.org
2009-04-14
1
-0
/
+5
*
Fix gcc warnings when -Wall got re-enabled for Linux.
willchan@chromium.org
2009-04-10
2
-5
/
+4
*
Remove instances of the New Tab button images that are not being used anymore.
jhawkins@chromium.org
2009-04-10
2
-8
/
+0
*
Comment the unselected_width parameter to the newly-added LayoutNewTabButton ...
jhawkins@chromium.org
2009-04-10
2
-7
/
+9
*
Add the New Tab button for Linux tabstrip.
jhawkins@chromium.org
2009-04-10
2
-7
/
+248
*
Add a resize layout animation to the Linux tabstrip.
jhawkins@chromium.org
2009-04-09
2
-7
/
+98
*
Add a remove tab animation for the Linux tabstrip.
jhawkins@chromium.org
2009-04-09
2
-14
/
+138
*
Add an insert tab animation for the Linux tabstrip.
jhawkins@chromium.org
2009-04-09
2
-2
/
+264
*
Implement mouse input handling for the close button in the Linux tabstrip.
jhawkins@chromium.org
2009-04-08
6
-18
/
+131
*
Fix a crash on tab closure. We now use our own model data and check that the...
jhawkins@chromium.org
2009-04-08
1
-4
/
+5
*
Implement loading animations. I've ignored the app mode and popup cases sinc...
willchan@chromium.org
2009-04-06
5
-30
/
+288
*
Un-hover the current highlighted tab when the mouse leaves the tabstrip.
jhawkins@chromium.org
2009-04-06
2
-3
/
+24
*
Update the definition of TabChangedAt in TabStripGtk to match the latest vers...
jhawkins@chromium.org
2009-04-06
4
-14
/
+22
*
Fix the positioning of the title in TabRendererGtk now that ChromeCanvas text...
jhawkins@chromium.org
2009-04-06
1
-3
/
+2
*
Fix include guards in GTK tabstrip (chrome/browser/gtk/tabs/).
deanm@chromium.org
2009-04-06
3
-9
/
+9
*
Create a well-defined region that closely matches the shape of the tab to use...
jhawkins@chromium.org
2009-04-03
4
-36
/
+35
*
Remove unneeded temp_scaffolding_stubs.h includes. Remove ConstrainedWindow f...
thestig@chromium.org
2009-04-03
1
-0
/
+1
*
Remove two unneeded uses of std::floor in the GTK tab code.
deanm@chromium.org
2009-04-03
1
-3
/
+2
*
Add basic mouse input handling for Linux TabStrip.
jhawkins@chromium.org
2009-04-02
4
-4
/
+134
*
Linux: don't use static ChromeFont objects
agl@chromium.org
2009-03-31
2
-5
/
+5
*
Convert the gtk tab rendering code to use ChromeCanvas instead of directly dr...
jhawkins@chromium.org
2009-03-31
4
-159
/
+102
[next]