summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/tabs
Commit message (Expand)AuthorAgeFilesLines
* Add support for moving the mouse so that GetMessagePos would notice.darin@chromium.org2009-07-301-1/+1
* Temporarily disable a failing interactive UI test.darin@chromium.org2009-07-301-1/+1
* Use GET_X/Y_PARAM instead of LO/HIWORD.darin@chromium.org2009-07-302-2/+2
* Use GetMessagePos instead of GetCursorPos to avoid unwanted detached tabs.darin@chromium.org2009-07-292-6/+7
* Landing Thiago Farina's CL.jcampan@chromium.org2009-07-292-4/+4
* Layout was entirely the wrong place to be updating the button - it gets calle...glen@chromium.org2009-07-241-14/+9
* Recommit of r21474. Original description:glen@chromium.org2009-07-242-3/+20
* Fix newline issues in tab_renderer.hglen@chromium.org2009-07-241-1/+2
* Revert 21474glen@chromium.org2009-07-242-19/+1
* Fix linux/mac build errors.glen@chromium.org2009-07-231-3/+3
* Adds MSAA information to various (previously uncovered) bits of the UI, inclu...klink@chromium.org2009-07-231-2/+1
* Make the tab close button color match the tab text.glen@chromium.org2009-07-232-0/+18
* Align custom background tab images correctly.glen@chromium.org2009-07-161-3/+9
* Nukes the 3 arg TabMoved variant in favor of the 4 arg variant.sky@chromium.org2009-07-136-6/+12
* Lands http://codereview.chromium.org/149404 for cmasone:sky@chromium.org2009-07-133-0/+84
* Convert some stuff to string16 so the toolkit_views build can build againben@chromium.org2009-07-103-14/+15
* Fix toolkit views bustage... bad conversion from string16 to std::wstringben@chromium.org2009-07-091-1/+1
* Bring over most of the old TabRenderer into Tab2. No real logic changes here....ben@chromium.org2009-07-096-33/+814
* Hack and slash TabStrip2 into mostly working state - DWM frame is now properl...ben@chromium.org2009-07-092-5/+0
* Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.brettw@chromium.org2009-07-081-1/+3
* Some views GTK fixes.brettw@chromium.org2009-07-082-1/+11
* Add temporary TabStripWrapper interface that is implemented by both TabStrip ...ben@chromium.org2009-07-087-92/+261
* Fix the Views-GTK build by adding necessary tab_strip_2 files and fixing some...brettw@chromium.org2009-07-082-6/+14
* Fix memory leaks introduced and exposed by r20028.mirandac@chromium.org2009-07-081-1/+6
* bustage fix - add headerben@chromium.org2009-07-072-0/+2
* Fix release bustage. ALLOW_THIS_IN_INITIALIZER_LISTben@chromium.org2009-07-072-3/+3
* Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s...ben@chromium.org2009-07-076-0/+1008
* Theme window control buttons.mirandac@chromium.org2009-07-072-18/+50
* Fix the Linux2 build.brettw@chromium.org2009-07-022-2/+2
* Adds user metrics for tab overview.sky@chromium.org2009-07-012-2/+14
* Reverting 19758.mirandac@chromium.org2009-07-012-37/+17
* Improves tab overview.sky@chromium.org2009-07-018-25/+153
* Theme window control buttons.mirandac@chromium.org2009-07-012-17/+37
* In this episode, we implement the DOMUI interface for extension views that ar...aa@chromium.org2009-07-012-11/+0
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-304-5/+4
* Fix crash in delayed tab resizing. If the Resize Relayout code is called afte...ben@chromium.org2009-06-291-0/+6
* Wires up the create browser window.sky@chromium.org2009-06-292-3/+3
* Makes tab overview show the arrow at the right location.sky@chromium.org2009-06-265-10/+11
* Tweaks to tab overview to get it performant:sky@chromium.org2009-06-265-6/+71
* Update Skia transfer mode names in browser/* to Skia r239amanda@chromium.org2009-06-252-2/+2
* Update WebKit to 45111 and Skia to 239amanda@chromium.org2009-06-252-2/+2
* Minor tweaks to tab overview:sky@chromium.org2009-06-237-10/+110
* Syncs to latest messages and makes tab overview button work.sky@chromium.org2009-06-231-0/+14
* Add Linux support for getting the thumbnail and wire into the switcher.brettw@chromium.org2009-06-232-2/+12
* Changes tab overview to create a window the max size it can possiblysky@chromium.org2009-06-225-81/+58
* Revert :nsylvain@chromium.org2009-06-224-4/+5
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-204-5/+4
* Reverting 18872.jcampan@chromium.org2009-06-194-4/+5
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-194-5/+4
* Adds SendMessage to TransitionTypes.sky@chromium.org2009-06-182-0/+30