summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/tab_contents.cc
Commit message (Expand)AuthorAgeFilesLines
* Move all data members from WebContents to TabContents in preparation forbrettw@chromium.org2009-04-221-3/+70
* Rename WebContentsView* to TabContentsView* in preparation for mergingbrettw@chromium.org2009-04-201-1/+1
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-72/+13
* Reverting 14005.brettw@chromium.org2009-04-181-13/+72
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-72/+13
* Remove overlap between TabContents and WebContents. Now all the functions inbrettw@chromium.org2009-04-171-99/+0
* Remove TabContnetsType from everywhere.brettw@chromium.org2009-04-151-8/+2
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-151-3/+2
* Remove the TestTabContents. This makes BrowserWithTestWindow use thebrettw@chromium.org2009-04-141-22/+1
* Hook up popup windows on Mac (no blocking yet).avi@google.com2009-03-231-0/+8
* Move controls into their own dir under chrome/views/controlsben@chromium.org2009-03-171-1/+1
* Moving the storing/restoring of the focus from TabContents to WebContentsView...jcampan@chromium.org2009-03-121-88/+0
* Remove TabContents from scaffolding. Yay!pinkerton@chromium.org2009-03-111-13/+18
* First step at removing TabContents from temp scaffolding. Get rid of duplicat...pinkerton@chromium.org2009-03-101-8/+19
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-2/+2
* Basic download shelf implementation on linux.estade@chromium.org2009-03-041-18/+28
* Convert NavigationEntry title to string16. TabContents::GetTitle no longer needsbrettw@chromium.org2009-03-041-4/+4
* Refactor download shelf and prepare for porting.estade@chromium.org2009-02-281-20/+19
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-2/+1
* Show page icons on back/forward menu lists on linux.estade@chromium.org2009-02-201-4/+17
* Don't focus unfocusable things.pkasting@chromium.org2009-02-131-4/+7
* Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ...avi@chromium.org2009-02-101-15/+15
* Try reverting r9409 to see if it fixes crashes on chromebot.kuchhal@chromium.org2009-02-101-14/+14
* Switch from HWNDs to NativeViews.avi@chromium.org2009-02-091-14/+14
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-20/+28
* Fix issue 6520 by ensuring that InfoBarClosed is called whenever a tab is clo...tim@chromium.org2009-01-211-0/+9
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-0/+605