summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Make TabContentsView implementations use OVERRIDEevan@chromium.org2011-08-061-0/+2
* Require a default parent to use some Views implementations on ChromeOS.kinaba@chromium.org2011-08-052-3/+6
* Nix GetFocusManagerForNativeView|Window.msw@chromium.org2011-08-022-13/+6
* touchui: Process some of the crazy buttons on the mouse.sadrul@chromium.org2011-07-282-0/+46
* Use widget to specify the parent of views menu.oshima@google.com2011-07-261-3/+20
* 2nd try. added UI_API to Screen class.oshima@google.com2011-07-232-4/+2
* Revert 93744 - 2nd try. added UI_API to Screen class.csilv@chromium.org2011-07-232-2/+4
* 2nd try. added UI_API to Screen class.oshima@google.com2011-07-232-4/+2
* Revert 93724oshima@google.com2011-07-222-2/+4
* Move screen.h to ui/gfx because Screen doesn't depend on views, and they're u...oshima@google.com2011-07-222-4/+2
* Fixes crash in menu code. The crash occurs becausesky@chromium.org2011-07-212-5/+11
* Get rid of the remaining implementation in TabContentsView and make all the m...jam@chromium.org2011-07-125-56/+210
* Convert RenderViewContextMenu to MenuItemView.rhashimoto@chromium.org2011-07-122-26/+17
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-103-7/+7
* Fixes crash in views desktop. The problem wassky@chromium.org2011-07-081-0/+6
* Fix crashes in EnterpriseEnrollmentScreenTest.TestCancel. This is independent...ben@chromium.org2011-07-073-3/+0
* Require a default parent to use views implementations of:msw@chromium.org2011-07-012-2/+6
* Fix a few issues with Chrome-in-Views-Desktop:ben@chromium.org2011-06-245-3/+181
* Add an option to run Chrome in the views desktop.ben@chromium.org2011-06-234-0/+137
* Use a Window instead of a Widget for the hidden tab host window.asanka@chromium.org2011-06-171-13/+37
* Re-land:ben@chromium.org2011-06-161-1/+1
* Revert 89216 - Move private NativeWidget methods to new internal interface Na...ben@chromium.org2011-06-151-1/+1
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-151-1/+1
* Make the web content accessibility tree a descendant of the main window'sdmazzoni@chromium.org2011-06-132-0/+16
* Fixes regression in TabContentsViewViews::SizeContents. The problemsky@chromium.org2011-06-071-1/+9
* Remove JS dialog dependency from content.avi@chromium.org2011-06-031-0/+1
* views: Convert View::GetID/SetID functions to unix_hacker style.tfarina@chromium.org2011-06-034-4/+4
* Add some view class name to better debug view hierarchymiletus@chromium.org2011-06-024-0/+26
* Make Widget ownership a little clearer by expressing it in terms of an enum.ben@chromium.org2011-05-252-2/+2
* Fix paint flashing when switching tabs on ChromeOS. It seems like this hidden...ben@chromium.org2011-05-231-19/+0
* Move RootView to the internal namespace.ben@chromium.org2011-05-201-1/+0
* Cleanup: Remove unneeded includes of download_shelf.htfarina@chromium.org2011-05-201-1/+0
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-195-112/+25
* Fix bug 79905: Drag and drop of "DownloadURL" type ignores specified filename...jianli@chromium.org2011-05-181-8/+6
* fix bustage by removing doubling up in files.ben@chromium.org2011-05-132-647/+0
* Re-land:ben@chromium.org2011-05-1310-703/+1201
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-1310-467/+703
* Split the hierarchy. ben@chromium.org2011-05-1310-703/+467
* Add a check to test an assumption about view NULLness.ben@chromium.org2011-05-031-0/+1
* Fix crash in RenderViewContextMenuViews::RunMenuAt. As part of fixingsky@chromium.org2011-04-282-22/+1
* Rename CreateParams to InitParams.ben@chromium.org2011-04-262-3/+3
* Rework the way Widget::Init works:ben@chromium.org2011-04-262-8/+8
* Fixes another case of object getting deleted while menu is showingsky@chromium.org2011-04-252-1/+17
* OnWindowPosChanged override wasn't calling through to WidgetWin impl, resulti...ben@chromium.org2011-04-201-0/+1
* Avoid sending notification of losing focus to the renderer side when a contex...yzshen@chromium.org2011-04-141-0/+7
* Pull content from TabContentsViewViews into NativeTabContentsViewWin.ben@chromium.org2011-04-128-382/+627
* Rename TabContentsViewWin to TabContentsViewViewsben@chromium.org2011-04-115-84/+84
* Rename TabContentsViewViews to TabContentsViewTouch.ben@chromium.org2011-04-113-45/+45
* Reenable FREEZE_UPDATE propertyoshima@google.com2011-04-111-0/+4
* Notify child widgets before and after a reparenting.asanka@chromium.org2011-03-311-1/+1