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
/
views
/
tabs
/
tab_renderer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move more files to toplevel gfx.
ben@chromium.org
2010-03-19
1
-2
/
+2
*
Nukes changing the size of the icon on hover, and instead changes
sky@chromium.org
2010-03-16
1
-13
/
+10
*
Implements mini-tab support for linux.
sky@chromium.org
2010-03-05
1
-0
/
+1
*
Attempt 2 at landing this. The first attempt failed because
sky@chromium.org
2010-02-19
1
-52
/
+45
*
Revert 39489 - Changes the rendering of minitabs slightly:
sky@chromium.org
2010-02-19
1
-45
/
+52
*
Changes the rendering of mini-tabs slightly:
sky@chromium.org
2010-02-19
1
-52
/
+45
*
Use TabContents::GetDefaultTitle() everywhere we need a title for an untitled...
pkasting@chromium.org
2010-02-12
1
-6
/
+4
*
Makes mini-tabs work on the UI side (at least for views). I still have
sky@chromium.org
2010-02-06
1
-46
/
+44
*
Adds support for phantom tabs. A pinned tab becomes a phantom tab when
sky@chromium.org
2010-01-22
1
-3
/
+8
*
Fix 2 memcheck errors
oshima@chromium.org
2010-01-16
1
-1
/
+1
*
Tab-modal dialog improvements:
zelidrag@google.com
2010-01-15
1
-0
/
+11
*
Fixes bug in tabstrip that could result in no tooltip text for pinned
sky@chromium.org
2009-12-22
1
-3
/
+4
*
fix hover animation regression.
oshima@chromium.org
2009-11-09
1
-10
/
+10
*
Makes inactive pinned tabs throb on views when the title changes.
sky@chromium.org
2009-10-26
1
-9
/
+46
*
Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...
pkasting@chromium.org
2009-09-24
1
-26
/
+22
*
Reverting 26975.
pkasting@chromium.org
2009-09-23
1
-22
/
+26
*
Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...
pkasting@chromium.org
2009-09-23
1
-26
/
+22
*
Changes the width of pinned tabs to 56, except on chrome os where it
sky@chromium.org
2009-09-14
1
-7
/
+7
*
Adds pinned tabs to windows. As the code between windows and gtk is
sky@chromium.org
2009-09-11
1
-78
/
+125
*
Layout was entirely the wrong place to be updating the button - it gets calle...
glen@chromium.org
2009-07-24
1
-14
/
+9
*
Recommit of r21474. Original description:
glen@chromium.org
2009-07-24
1
-2
/
+17
*
Revert 21474
glen@chromium.org
2009-07-24
1
-15
/
+0
*
Make the tab close button color match the tab text.
glen@chromium.org
2009-07-23
1
-0
/
+15
*
Align custom background tab images correctly.
glen@chromium.org
2009-07-16
1
-3
/
+9
*
Convert some stuff to string16 so the toolkit_views build can build again
ben@chromium.org
2009-07-10
1
-8
/
+8
*
Update Skia transfer mode names in browser/* to Skia r239
amanda@chromium.org
2009-06-25
1
-1
/
+1
*
Make the inactive tab background line up with the parent without using magic ...
glen@chromium.org
2009-06-04
1
-8
/
+7
*
Move download shelf from per-tab to per-window. Also disable auto-hiding of
thakis@chromium.org
2009-06-04
1
-35
/
+7
*
Clean up some code to make it more comprehensible. No functional change.
pkasting@chromium.org
2009-05-28
1
-16
/
+29
*
Issue 12160: Crash
idanan@chromium.org
2009-05-22
1
-0
/
+24
*
Make views/ depend only on images from app/resources.
ben@chromium.org
2009-05-21
1
-0
/
+1
*
Revert 16567.
ben@chromium.org
2009-05-21
1
-1
/
+0
*
views/ should use resources from app/resources. Move dependent images to this...
ben@chromium.org
2009-05-21
1
-0
/
+1
*
Handful of changes to get views building again. The tab.cc ifdefs are
sky@chromium.org
2009-05-15
1
-4
/
+1
*
ChromeCanvas->gfx::Canvas
ben@chromium.org
2009-05-15
1
-8
/
+8
*
ChromeFont->gfx::Font
beng@google.com
2009-05-15
1
-2
/
+2
*
Remove even more ATL dependencies.
maruel@chromium.org
2009-05-14
1
-3
/
+3
*
Revert 15965. I wasn't supposed to check that in since it still doesn't compi...
maruel@chromium.org
2009-05-13
1
-3
/
+3
*
Remove even more ATL dependencies.
maruel@chromium.org
2009-05-13
1
-3
/
+3
*
This is the first pass at themes.
glen@chromium.org
2009-05-09
1
-56
/
+140
*
Move win_util.h from common to app.
ben@chromium.org
2009-05-08
1
-1
/
+1
*
Move src/chrome/views to src/views. RS=darin http://crbug.com/11387
ben@chromium.org
2009-05-08
1
-3
/
+3
*
Merge two TabContents::InvalidateTypes types and properly update tab download...
estade@chromium.org
2009-05-06
1
-5
/
+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
1
-1
/
+1
*
Move l10n_util 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
1
-1
/
+1
*
Fix a regression that the sad tab favicon is not displayed when a tab crashes.
brettw@chromium.org
2009-05-04
1
-1
/
+5
*
roll back r15177
ben@chromium.org
2009-05-04
1
-1
/
+0
*
Reverting 15182.
ben@chromium.org
2009-05-04
1
-1
/
+1
[next]