summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Allow TabContentsDelegates to process unhandled keyboard messages coming back...ananta@chromium.org2009-07-141-0/+5
* Fix a crash that happens if a tab is closed whiletc@google.com2009-07-102-4/+50
* Remove svn:executable property from some more files that don't need it.thestig@chromium.org2009-07-101-0/+0
* Convert menu strings to UTF16, fix some views-GTK build errors.brettw@chromium.org2009-07-023-11/+10
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-303-8/+47
* Merging r18584 into chrome/browser/views/tab_contents/tab_contents_view_win.cc.yusukes@google.com2009-06-241-2/+5
* Revert :nsylvain@chromium.org2009-06-221-6/+6
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-201-6/+6
* Reverting 18872.jcampan@chromium.org2009-06-191-6/+6
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-191-6/+6
* A crasher from the field seems to indicate that the page render widget host v...jcampan@chromium.org2009-06-191-1/+2
* Fix build bustage by removing another dependency on browser/gtk by creating a...ben@chromium.org2009-06-173-1/+413
* Move TabContentsViewWin and RenderViewContextMenu*Win to browser/views/tab_co...ben@chromium.org2009-06-146-0/+1004
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-127-67/+51
* Fix toolkit_views bustage by updating callsite to use the new function name.ben@chromium.org2009-06-091-2/+3
* Rename the TabContents::SetInitialFocus(reverse) method to TabContents::Focus...jcampan@chromium.org2009-06-081-2/+3
* plugins: rename GetPluginNativeView to GetNativeView.evan@chromium.org2009-06-032-4/+4
* Removed focus manager references from the external tab container as we don't ...ananta@chromium.org2009-06-031-7/+9
* Fixes a couple of related bugs:sky@chromium.org2009-06-011-4/+12
* Fixes a slew of random link/compile errors for views on gtk.sky@chromium.org2009-05-291-1/+1
* Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t...ben@chromium.org2009-05-294-7/+7
* Gets NativeTabContentsContainerGtk to compile and removes somesky@chromium.org2009-05-293-28/+0
* Refactors TabContentsContainerView into TabContentsContainer and associated p...ben@chromium.org2009-05-227-0/+697