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_strip.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Makes the new tab button extend to the top of the tab strip on chromeos.
sky@chromium.org
2010-01-12
1
-4
/
+15
*
Use dropdown bar for compact location bar.
oshima@chromium.org
2010-01-11
1
-1
/
+3
*
Revert r35674: "Use dropdown bar for compact location bar."
rsesek@chromium.org
2010-01-07
1
-3
/
+1
*
Use dropdown bar for compact location bar.
oshima@chromium.org
2010-01-07
1
-1
/
+3
*
Fixes bug on removing last pinned tab that left new tab button
sky@chromium.org
2009-12-22
1
-0
/
+8
*
Fixes possible crash in closing window. The sequence when closing a
sky@chromium.org
2009-12-22
1
-0
/
+6
*
fixes for
oshima@chromium.org
2009-12-17
1
-1
/
+2
*
Use gfx::Point instead of GET_X/Y_LPARAM to reduce the dependency on ATL.
jhawkins@chromium.org
2009-12-07
1
-1
/
+1
*
Remove new tabstrip code. Going to try doing this a different way.
ben@chromium.org
2009-11-17
1
-81
/
+67
*
Use plain strings instead of wstrings for UMA actions
evan@chromium.org
2009-11-17
1
-4
/
+4
*
cleanup: rename variable |resize_layout_scheduled_| to |needs_resize_layout_|.
thakis@chromium.org
2009-11-14
1
-6
/
+6
*
Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...
erg@google.com
2009-11-13
1
-1
/
+1
*
Slow down animations for the tabstrip so they're visible again.
ben@chromium.org
2009-11-09
1
-4
/
+4
*
Adds more debugging code in hopes of figuring out why on dragging the
sky@chromium.org
2009-11-09
1
-26
/
+9
*
CompactLocationBar 1st step:
oshima@chromium.org
2009-10-28
1
-1
/
+4
*
Nukes TabStrip::CanUpdateDisplay. This appears to be the culprit for a
sky@chromium.org
2009-10-27
1
-32
/
+20
*
Makes inactive pinned tabs throb on views when the title changes.
sky@chromium.org
2009-10-26
1
-3
/
+6
*
Makes inactive pinned tabs on linux throb when the title changes. I
sky@chromium.org
2009-10-23
1
-2
/
+9
*
Enable System Context Menu for linux views.
oshima@chromium.org
2009-10-22
1
-1
/
+1
*
Adds some debugging code in hopes of isolating a crasher. From the
sky@chromium.org
2009-10-15
1
-0
/
+31
*
Fixes regression in drop arrow. Specifically window properties were
sky@chromium.org
2009-09-28
1
-3
/
+3
*
Add more view ids and gtk widget names to so gtkparasite is
tony@chromium.org
2009-09-23
1
-0
/
+1
*
Gets the drop arrow to show when dragging URLs over the tab strip.
sky@chromium.org
2009-09-22
1
-13
/
+19
*
Clean up a few tiny things I noticed.
pkasting@chromium.org
2009-09-14
1
-1
/
+1
*
Adds pinned tabs to windows. As the code between windows and gtk is
sky@chromium.org
2009-09-11
1
-48
/
+352
*
Fix some gcc 4.4 issues when compiling with toolkit_views.
craig.schlenter@chromium.org
2009-09-07
1
-0
/
+6
*
Fix 9867: Activating the previous/next buttons with the keyboard in the find ...
finnur@chromium.org
2009-09-03
1
-1
/
+1
*
Tab strip should not resize on close (Vista).
finnur@chromium.org
2009-08-26
1
-17
/
+13
*
Implementation of getBackgroundPage(), getToolstrips(), and
aa@chromium.org
2009-08-14
1
-1
/
+4
*
Use GET_X/Y_PARAM instead of LO/HIWORD.
darin@chromium.org
2009-07-30
1
-1
/
+1
*
Use GetMessagePos instead of GetCursorPos to avoid unwanted detached tabs.
darin@chromium.org
2009-07-29
1
-3
/
+5
*
Adds MSAA information to various (previously uncovered) bits of the UI, inclu...
klink@chromium.org
2009-07-23
1
-2
/
+1
*
Nukes the 3 arg TabMoved variant in favor of the 4 arg variant.
sky@chromium.org
2009-07-13
1
-1
/
+2
*
Add temporary TabStripWrapper interface that is implemented by both TabStrip ...
ben@chromium.org
2009-07-08
1
-60
/
+90
*
Fix memory leaks introduced and exposed by r20028.
mirandac@chromium.org
2009-07-08
1
-1
/
+6
*
Theme window control buttons.
mirandac@chromium.org
2009-07-07
1
-17
/
+36
*
Reverting 19758.
mirandac@chromium.org
2009-07-01
1
-30
/
+16
*
Theme window control buttons.
mirandac@chromium.org
2009-07-01
1
-16
/
+30
*
This CL removes the last (major) Windows specific part out of the focus manag...
jcampan@chromium.org
2009-06-30
1
-2
/
+1
*
Fix crash in delayed tab resizing. If the Resize Relayout code is called afte...
ben@chromium.org
2009-06-29
1
-0
/
+6
*
Update Skia transfer mode names in browser/* to Skia r239
amanda@chromium.org
2009-06-25
1
-1
/
+1
*
Update WebKit to 45111 and Skia to 239
amanda@chromium.org
2009-06-25
1
-1
/
+1
*
Revert :
nsylvain@chromium.org
2009-06-22
1
-1
/
+2
*
Relanding focus manager refactoring with build fix, see:http://codereview.chr...
jcampan@chromium.org
2009-06-20
1
-2
/
+1
*
Reverting 18872.
jcampan@chromium.org
2009-06-19
1
-1
/
+2
*
Removed the last Windows specific part out of the focus manager. HWNDs are no...
jcampan@chromium.org
2009-06-19
1
-2
/
+1
*
Issue 8838: Close box not highlighted
idanan@chromium.org
2009-06-10
1
-0
/
+1
*
Make the inactive tab background line up with the parent without using magic ...
glen@chromium.org
2009-06-04
1
-0
/
+7
*
Make tab resize relayout on mouse out work.
ben@chromium.org
2009-06-04
1
-18
/
+31
*
Use the right frame type on startup, do proper swapping of frames when themes...
glen@chromium.org
2009-05-31
1
-1
/
+1
[next]