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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for moving the mouse so that GetMessagePos would notice.
darin@chromium.org
2009-07-30
1
-1
/
+1
*
Temporarily disable a failing interactive UI test.
darin@chromium.org
2009-07-30
1
-1
/
+1
*
Use GET_X/Y_PARAM instead of LO/HIWORD.
darin@chromium.org
2009-07-30
2
-2
/
+2
*
Use GetMessagePos instead of GetCursorPos to avoid unwanted detached tabs.
darin@chromium.org
2009-07-29
2
-6
/
+7
*
Landing Thiago Farina's CL.
jcampan@chromium.org
2009-07-29
2
-4
/
+4
*
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
2
-3
/
+20
*
Fix newline issues in tab_renderer.h
glen@chromium.org
2009-07-24
1
-1
/
+2
*
Revert 21474
glen@chromium.org
2009-07-24
2
-19
/
+1
*
Fix linux/mac build errors.
glen@chromium.org
2009-07-23
1
-3
/
+3
*
Adds MSAA information to various (previously uncovered) bits of the UI, inclu...
klink@chromium.org
2009-07-23
1
-2
/
+1
*
Make the tab close button color match the tab text.
glen@chromium.org
2009-07-23
2
-0
/
+18
*
Align custom background tab images correctly.
glen@chromium.org
2009-07-16
1
-3
/
+9
*
Nukes the 3 arg TabMoved variant in favor of the 4 arg variant.
sky@chromium.org
2009-07-13
6
-6
/
+12
*
Lands http://codereview.chromium.org/149404 for cmasone:
sky@chromium.org
2009-07-13
3
-0
/
+84
*
Convert some stuff to string16 so the toolkit_views build can build again
ben@chromium.org
2009-07-10
3
-14
/
+15
*
Fix toolkit views bustage... bad conversion from string16 to std::wstring
ben@chromium.org
2009-07-09
1
-1
/
+1
*
Bring over most of the old TabRenderer into Tab2. No real logic changes here....
ben@chromium.org
2009-07-09
6
-33
/
+814
*
Hack and slash TabStrip2 into mostly working state - DWM frame is now properl...
ben@chromium.org
2009-07-09
2
-5
/
+0
*
Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.
brettw@chromium.org
2009-07-08
1
-1
/
+3
*
Some views GTK fixes.
brettw@chromium.org
2009-07-08
2
-1
/
+11
*
Add temporary TabStripWrapper interface that is implemented by both TabStrip ...
ben@chromium.org
2009-07-08
7
-92
/
+261
*
Fix the Views-GTK build by adding necessary tab_strip_2 files and fixing some...
brettw@chromium.org
2009-07-08
2
-6
/
+14
*
Fix memory leaks introduced and exposed by r20028.
mirandac@chromium.org
2009-07-08
1
-1
/
+6
*
bustage fix - add header
ben@chromium.org
2009-07-07
2
-0
/
+2
*
Fix release bustage. ALLOW_THIS_IN_INITIALIZER_LIST
ben@chromium.org
2009-07-07
2
-3
/
+3
*
Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s...
ben@chromium.org
2009-07-07
6
-0
/
+1008
*
Theme window control buttons.
mirandac@chromium.org
2009-07-07
2
-18
/
+50
*
Fix the Linux2 build.
brettw@chromium.org
2009-07-02
2
-2
/
+2
*
Adds user metrics for tab overview.
sky@chromium.org
2009-07-01
2
-2
/
+14
*
Reverting 19758.
mirandac@chromium.org
2009-07-01
2
-37
/
+17
*
Improves tab overview.
sky@chromium.org
2009-07-01
8
-25
/
+153
*
Theme window control buttons.
mirandac@chromium.org
2009-07-01
2
-17
/
+37
*
In this episode, we implement the DOMUI interface for extension views that ar...
aa@chromium.org
2009-07-01
2
-11
/
+0
*
This CL removes the last (major) Windows specific part out of the focus manag...
jcampan@chromium.org
2009-06-30
4
-5
/
+4
*
Fix crash in delayed tab resizing. If the Resize Relayout code is called afte...
ben@chromium.org
2009-06-29
1
-0
/
+6
*
Wires up the create browser window.
sky@chromium.org
2009-06-29
2
-3
/
+3
*
Makes tab overview show the arrow at the right location.
sky@chromium.org
2009-06-26
5
-10
/
+11
*
Tweaks to tab overview to get it performant:
sky@chromium.org
2009-06-26
5
-6
/
+71
*
Update Skia transfer mode names in browser/* to Skia r239
amanda@chromium.org
2009-06-25
2
-2
/
+2
*
Update WebKit to 45111 and Skia to 239
amanda@chromium.org
2009-06-25
2
-2
/
+2
*
Minor tweaks to tab overview:
sky@chromium.org
2009-06-23
7
-10
/
+110
*
Syncs to latest messages and makes tab overview button work.
sky@chromium.org
2009-06-23
1
-0
/
+14
*
Add Linux support for getting the thumbnail and wire into the switcher.
brettw@chromium.org
2009-06-23
2
-2
/
+12
*
Changes tab overview to create a window the max size it can possibly
sky@chromium.org
2009-06-22
5
-81
/
+58
*
Revert :
nsylvain@chromium.org
2009-06-22
4
-4
/
+5
*
Relanding focus manager refactoring with build fix, see:http://codereview.chr...
jcampan@chromium.org
2009-06-20
4
-5
/
+4
*
Reverting 18872.
jcampan@chromium.org
2009-06-19
4
-4
/
+5
*
Removed the last Windows specific part out of the focus manager. HWNDs are no...
jcampan@chromium.org
2009-06-19
4
-5
/
+4
*
Adds SendMessage to TransitionTypes.
sky@chromium.org
2009-06-18
2
-0
/
+30
[next]