summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/tabs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improved tab overview animations with better animation and wiring tosky@chromium.org2009-06-1611-56/+342
* Implement the default tab opening behavior. Fix some linux build issues by ad...brettw@chromium.org2009-06-152-0/+2
* This CL fixes issue 6223 (comment #10 and #15).xji@chromium.org2009-06-151-10/+54
* Synchronizes message types.sky@chromium.org2009-06-151-12/+42
* Remove the Menu object, converting all the remaining callers to use Menu2. I'...ben@chromium.org2009-06-122-2/+0
* Adds wiring for tab overview.sky@chromium.org2009-06-122-0/+310
* Refactors tab overview and gets the rest of the chunks working. I'vesky@chromium.org2009-06-1010-308/+903
* Issue 8838: Close box not highlightedidanan@chromium.org2009-06-101-0/+1
* Fix compile bustage by using macroben@chromium.org2009-06-101-1/+2
* Remove Menu2Delegate interface and fold methods onto Menu2Model instead.ben@chromium.org2009-06-092-98/+64
* First part of tab overview. It isn't wired up, nor is it complete, butsky@chromium.org2009-06-0810-0/+1054
* Forbid tab drops on application windows.ben@chromium.org2009-06-041-1/+2
* Make the inactive tab background line up with the parent without using magic ...glen@chromium.org2009-06-044-8/+27