summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/tab_contents_container_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactors TabContentsContainerView into TabContentsContainer and associated p...ben@chromium.org2009-05-221-223/+0
* Clean-up of the accelerator code.jcampan@chromium.org2009-05-141-10/+5
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-2/+2
* The last redesign of interstitial pages made them to be a render view painted...jcampan@chromium.org2009-05-061-1/+13
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-9/+8
* Removes the use of Windows-specific types for accessibility roles and states ...klink@chromium.org2009-04-281-3/+3
* Use the NotificationRegistrar for the remaining TAB_CONTENTS_DESTROYEDbrettw@chromium.org2009-04-241-24/+11
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-2/+2
* Reverting 14005.brettw@chromium.org2009-04-181-2/+2
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-2/+2
* Remove overlap between TabContents and WebContents. Now all the functions inbrettw@chromium.org2009-04-171-34/+4
* Move controls into their own dir under chrome/views/controlsben@chromium.org2009-03-171-2/+2
* Move widget related files into views/widgetben@chromium.org2009-03-171-2/+2
* Make Widget return a gfx::NativeView instead of a HWND.ben@chromium.org2009-03-121-2/+2
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* This make accelerators work in interstitial pages.jcampan@chromium.org2009-02-251-0/+4
* Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ...avi@chromium.org2009-02-101-5/+5
* Try reverting r9409 to see if it fixes crashes on chromebot.kuchhal@chromium.org2009-02-101-5/+5
* Switch from HWNDs to NativeViews.avi@chromium.org2009-02-091-5/+5
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-6/+10
* Rename RenderWidgetHostView::GetPluginHWND to GetPluginNativeViewbrettw@chromium.org2009-01-291-4/+8
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-3/+3
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-2/+2
* Rename Container->Widgetben@chromium.org2008-11-211-2/+2
* Factor find in page out of WebContents and into the view, since it is almostbrettw@google.com2008-10-211-6/+13
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-10/+9
* Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.ben@chromium.org2008-10-161-3/+2
* Start splitting out view-related stuff from WebContents into a new class WebC...brettw@google.com2008-10-101-0/+1
* Reorganize the declarations to have some grouping and logical ordering in tab...brettw@google.com2008-09-261-1/+1
* Move more UI stuff into browser/viewsbeng@google.com2008-09-131-0/+243