summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/tabs/tab.cc
Commit message (Expand)AuthorAgeFilesLines
* Adds pinned tabs to windows. As the code between windows and gtk issky@chromium.org2009-09-111-1/+6
* Fix 9867: Activating the previous/next buttons with the keyboard in the find ...finnur@chromium.org2009-09-031-1/+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-091-90/+62
* Removes ifdef around include of tooltip_manager now that it's beensky@chromium.org2009-05-281-2/+0
* Splits TooltipManager so that it can be ported and stubs out the GTKsky@chromium.org2009-05-281-2/+0
* Fix erroneous sign when drawing path for right endcap of tabs, causing them t...pkasting@chromium.org2009-05-271-1/+1
* Makes chrome_menu able to compile of Linux (the header that is). I'msky@chromium.org2009-05-181-15/+3
* Handful of changes to get views building again. The tab.cc ifdefs aresky@chromium.org2009-05-151-2/+19
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-1/+1
* ChromeFont->gfx::Fontbeng@google.com2009-05-151-2/+2
* Remove even more ATL dependencies.maruel@chromium.org2009-05-141-3/+3
* Revert 15965. I wasn't supposed to check that in since it still doesn't compi...maruel@chromium.org2009-05-131-3/+3
* Remove even more ATL dependencies.maruel@chromium.org2009-05-131-3/+3
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-3/+3
* Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla...ben@chromium.org2009-05-061-1/+1
* Move chrome_canvas to app/gfxben@chromium.org2009-05-061-1/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Fixes bug in dragging tabs. Specifically if you only have one windowsky@chromium.org2009-04-291-1/+1
* Removes the use of Windows-specific types for accessibility roles and states ...klink@chromium.org2009-04-281-3/+2
* This CL fixes issue 5729 - RTL: TabStrip context menu should be positioned pr...xji@chromium.org2009-04-161-1/+4
* Added undo tab closing item to Tab menu.idanan@chromium.org2009-04-141-0/+2
* Move controls into their own dir under chrome/views/controlsben@chromium.org2009-03-171-1/+1
* Move widget related files into views/widgetben@chromium.org2009-03-171-2/+2
* Rework the Button API to be saner in preparation for NativeControl rejiggerin...ben@chromium.org2009-03-161-3/+2
* Make Widget return a gfx::NativeView instead of a HWND.ben@chromium.org2009-03-121-1/+1
* Make the last tab part of the client area instead of the non-client as it is ...ben@chromium.org2009-03-091-9/+0
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-1/+1
* Enable dragging of single tab between two windows.idanan@chromium.org2009-02-201-1/+1
* Solved 2 bugs which caused Chrome to maximize itself whendouble clicking, eit...idanan@chromium.org2009-02-181-1/+10
* Applying patch for Mohamed Mansour (reviewed by pkasting): http://codereview....finnur@google.com2009-01-061-3/+7
* Fixes browser crash that could occur if the user closed a tab with ansky@google.com2008-12-181-12/+42
* Don't close tabs on middle-click when the release happens off the tab. Patch...pkasting@chromium.org2008-12-011-1/+5
* Rename Container->Widgetben@chromium.org2008-11-211-2/+2
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-16/+15
* Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.ben@chromium.org2008-10-161-4/+3
* Port some more of chrome/ to Linux.deanm@google.com2008-10-021-0/+1
* I'm going to try and land this again. This is exactly the same change as you ...sky@google.com2008-09-221-1/+1
* Reverts fix for 2554.sky@google.com2008-09-221-1/+1
* Fixes mnemonic bug in chrome menus. After this change you can indicatesky@google.com2008-09-221-1/+1
* Rename legacy methods that were in CamelCase to unix_hacker.erg@google.com2008-09-171-2/+2
* Allow Views to support an optional hit-test mask. Make hittest use this.beng@google.com2008-09-161-5/+6
* Move View components of the Browser's tab strip into the browser_views projec...beng@google.com2008-09-121-0/+241